﻿@charset "utf-8";
/* CSS Document */

@import url('Css/resets.css');
@import url('Common.css');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,700');



/*----------------------------------------------------------------
* Filename:			styles.css
* Description:		Global CSS
* Version:			1.0.1.0
* Author:			Jeremy Pratte
* Last Edited by: 	Jeremy Pratte

== STRUCTURE =====================================================

* Page width:		970px
* # of columns:		2 (sometimes 1, however)

/* 
/// ~~~~ TABLE OF CONTENTS ~~~~ ///

I. Color Scheme

II. Redefined 
	A. Main
	B. Headers

III. The A Team (Link Definitions)

IV. Main Structure Categories
	A. Header
	B. Main Nav
	C. Content
	D. Footer
	
V. Global Styles

VI. Color Theming

*/


/* I. Color Scheme */

/*

	#4c306b: 	Purple: Footer bg						rgba: 76	48		107
	#00b5d9:	Teal:	Text Links						rgba: 0		181		217
	#ff9000		Orange:	Color for btns 					rgba: 255	144		0
	#6a737b:	Gray:	Body copy, nav					rgba: 106	115		123
	#6e2289:	Violet:	Text 							rgba: 110	34		137
	#4b306a:	Violet2: Footer, logo bg				rgba: 75	48		106
	#e040b0:	Lavender: Main Nav bg					rgba: 224	64		176
	#80cf01:	Green									rgba: 128	207		1
	#676767:	DkGray: Body Txt						rgba: 103	103		103
	#a9adb0:	LtGray: Boxes							rgba: 169	173		176

*/

/* II. Redefined */

/* A. Main */

body {background: #f2f2f2; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #666766; margin: 0; padding: 0;}
		
p {padding-bottom: 9px; line-height: 18px;}
		
ul, ul li ul {list-style-type: disc; margin: 1em 0 1em 0; padding-left: 40px; -moz-padding-start: 40px;}
li {display: list-item; font-family: Verdana, Geneva, sans-serif;line-height: 1.5;color: #484847;font-size:13px;}
li ul li {display: list-item; font-size: 11px; list-style-type:circle;}

header, nav, article, section, aside, footer, time {display: block;}

input {font-family: Arial, Helvetica, sans-serif;}
	
input.radiofix {border: 0px; margin-bottom: 0px; margin-top: 0px; padding-bottom: 0px; padding-top: 0px; float: left;}

header time {margin-top: 10px;}


/* B. Headers */

h1, h2, h3, h4, h5{font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700;}
h1 {font-size: 44px; margin: 0; padding: 0; color: #4c306b; margin-bottom: 20px; }		
.sectionheader {font-size: 28px; margin: 0; padding: 0; font-weight: 700; color: #d10065; position: absolute; width: 470px; left: 10px; bottom: 3px; font-family: 'Montserrat', sans-serif; letter-spacing: -1px; display: block;}		
h2 {font-size: 30px; margin: 0; padding: 0; color: #4c306b; margin-bottom: 10px;}
h2.center {width: 100%; float: left; text-align: center;}
h2.subheadline {margin-top: -40px; line-height:32px;}

h3 {color: #6b478f; font-size: 22px; clear: both; line-height: 22px; margin-bottom: 10px;}
h3.account {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold;}
h4 {color: #6b478f; font-size: 20px;}

h5 {font-size: 15px; margin: 0; padding: 0; margin-bottom: 5px;}

h6 {font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #4b306a;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 12.5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
		
.featureheader {position: relative; float: left; display: block; font-size: 24px; color: #a4e4f2; margin-bottom: 15px; width: 100%;}
.featureheader2 {position: relative; float: left; display: block; font-size: 24px; color: #ff9000; margin-bottom: 15px; width: 100%;}

 
.content-cont-main-feature {
    clear: both;
    float: left;
    height: 258px !IMPORTANT;
    margin-bottom: 10px;
    position: relative;
    width: 640px;
    z-index: 4;
}
.content-cont-main-feature-overlay2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(236, 119, 42, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    font-size: 16px;
    height: 248px;
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    z-index: 90;
}

/* III. The A Team */
a{color: #2d589a; text-decoration: none;}
a:link {color: #2d589a; text-decoration: none;}
a:visited {color: #2d589a; text-decoration: none;}
a:hover {color: #a8006c; text-decoration: none;}
a:active {color: #a8006c; text-decoration: none;}
	
em {color: #2d589a;font-style:normal;font-weight:bold;}

/* IV. Main Structure Categories */

/** A. Header **/
						
/*** 1. Header ***/

.layout{width: 970px; margin: 0 auto; background: #fff;}
.header {position: relative; width: 100%; height: 120px; float: left; clear: both; z-index: 99; background: #fff;}
			
.header header {position: relative; width: 970px; height: 120px; margin: 0 auto;}
				
.header-logo {
    background-image: url("/images/mom365/icons/mom365-header-footer-sprites.png");
    background-position: 0px 0px; 
    width: 215px;
    height: 88px;
	position: absolute;	
	z-index: 2;
    margin-top: 15px;    
}

.footer-logo {
    background-image: url("/images/mom365/icons/mom365-header-footer-sprites.png");
    background-position: 0px -146px; 
    width: 132px;
    height: 54px;
    position: absolute;
    right: 10px;
    top: 122px;
    z-index: 1;
}
.footer .social-button{ background-image: url("/images/mom365/icons/mom365-header-footer-sprites.png"); width: 19px; height: 19px; float: left; display: inline-block; margin-right: 4px;}
.footer .facebook-icon { background-position: -2px -207px; }
.footer .twitter-icon { background-position: -36px -207px; }
.footer .googleplus-icon { background-position: -70px -207px; }
.footer .instagram-icon { background-position: -104px -207px; }
.footer .pinterest-icon { background-position: -137px -207px; }

.header .social-button{ background-image: url("/images/mom365/icons/mom365-header-footer-sprites.png"); width: 32px; height: 32px; display: inline-block;}
.header .facebook-icon { background-position: 0px -109px; }
.header .twitter-icon { background-position: -35px -109px; }
.header .pinterest-icon { background-position: -135px -109px; }
.header .googleplus-icon { background-position: -69px -109px; }
.header .instagram-icon { background-position: -103px -109px; }

.header-search {position: absolute; top: 46px; right: 4px; width: 338px; height: 26px; z-index: 99; margin: 0; padding: 1px;
}

.header-search-search {position: relative; float: left; height: 26px; width: 338px;
						background: #f5f5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f5f5f5 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right, #f5f5f5 0%,#ffffff 100%); /* W3C */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
								
.header-search-search input[type="text"] {border: 0; background: none; color: #abacb0; padding: 7px 13px; width: 90%; height: 10px;
											font-size: 11px;}

.header-search-search-btn {position: absolute; z-index: 3; width: 28px; height: 28px; cursor: pointer; left: 310px; top:0px;
				background: url(images/go.png) no-repeat right; font-size: 0;}
									
							.header-search-search-btn:hover {border-color: #b3b3b4; background-image: url(images/go3.png);}
							.header-search-search-btn:active {background-image: url(images/go2.png);}
							
.header-utilitynav {position: absolute; top: 48px; left: 235px; z-index: 99; margin: 0; padding: 0;}

.header-utilitynav ul {margin: 0; padding: 0;}

.header-utilitynav li {display:inline;float:left;list-style-type:none; margin-right:3px; padding:1px; position:relative;
						font-size: 12px; color: #333; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.header-utilitynav li a:link, .header-utilitynav li a:visited, .header-utilitynav li a:active, .header-utilitynav li a:hover
						{padding: 2px; font-weight: normal;}
						
						/* Restyle social media icons */
	.header-utilitynav ul.social li
							{padding-left: 0; margin-right: 3px; margin-top: -9px;}
							
							.header-utilitynav ul.social  li a {display: inline-block; font-size: 0; background: no-repeat center; width: 28px; height: 28px;
															text-decoration: none;}
	.header-utilitynav ul.social li img
							{width:100px;}
													
							
	.header-utilitynav li.social.fb a {background-image: url(images/icon-fb.png);}
	.header-utilitynav li.social.fb a:hover {background-image: url(images/icon-fb-mo.png);}
	.header-utilitynav li.social.twitter a {background-image: url(images/icon-twitter.png);}
	.header-utilitynav li.social.twitter a:hover {background-image: url(images/icon-twitter-mo.png);}
	.header-utilitynav li.social.pinterest a {background-image: url(images/icon-pinterest.png);}
	.header-utilitynav li.social.pinterest a:hover {background-image: url(images/icon-pinterest-mo.png);}
	.header-utilitynav li.social.google a {background-image: url(images/icon-google.png);}
	.header-utilitynav li.social.google a:hover {background-image: url(images/icon-google-mo.png);}
	.header-utilitynav li.social.email a {background-image: url(images/icon-email.png);}
	.header-utilitynav li.social.email a:hover {background-image: url(images/icon-email-mo.png);}
							
.header-utilitynav2 {position: absolute; width: auto; height: 20px; top: 10px; right: 0px; color: #25089c; font-size: 14px; line-height: 14px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.header-utilitynav2 a {display: inline-block; height: 13px; line-height: 13px;}

.header-utilitynav2 a:visited, .header-utilitynav2 a:hover{color:#25089c;}

.header-utilitynav2 a.global-btn {font-size: 13px; height: 28px; line-height:28px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; padding:0 14px; font-weight:bold;margin-top:-3px;}

.header-utilitynav3 {position: absolute; min-width:329px; width: auto; height: 30px; top: 97px; right: 7px; color: #2d589a; font-size: 14px; line-height: 14px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;font-weight:bold;}
.header-utilitynav3 > div {float:left;}
.header-utilitynav3 div:first-of-type a > span{background-image:url('/images/mom365/general/mom365_header_icons.png'); background-repeat:no-repeat; background-position:-5px; float:right; display:block; width:30px !important; height:30px !important; margin-top:-10px;}
.header-utilitynav3 div:nth-of-type(3) a > span{  background-image:url('/images/mom365/general/mom365_header_icons.png'); background-repeat:no-repeat; background-position:-34px; float:right; display:block; width:24px !important; height:30px !important; margin-top:-10px;}
.header-utilitynav3 div:first-of-type:hover a > span{background-image:url('/images/mom365/general/mom365_header_icons_hover.png');}
.header-utilitynav3 div:nth-of-type(3):hover a > span{  background-image:url('/images/mom365/general/mom365_header_icons_hover.png'); }

.ecomm-top-navigation{margin-top: 0px;}
.ecomm-top-navigation .left-section{width: 71%; float: left; margin-top: 10px;}
.ecomm-top-navigation .right-section{width: 27%; float: right;}
.ecomm-top-navigation .right-section > div{display: inline-block; vertical-align: middle;}
.ecomm-top-navigation .right-section > div > div {display: inline-block; vertical-align: middle; }
.ecomm-top-navigation .left-section h3{font-family: 'Montserrat', Arial, Helvetica, sans-serif;  }
.track-your-order{
    background-image: url("/images/mom365/icons/desktop-shopping-sprite.png");
    background-position: -89px -278px; 
    width: 50px;
    height: 40px;
    display: block;    
}
							
.cart-section{position: relative;}

.ecomm-top-navigation .cart{
    background-image: url("/images/mom365/icons/desktop-shopping-sprite.png");
    background-position: -157px -278px; 
    width: 48px;
    height: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #fff; font-weight: bold; font-size: 10px;
    border-left: 2px solid #EFEAF3; border-right: 2px solid #EFEAF3;
    border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px;
}
.ecomm-top-navigation .cart-selected {
    background-position: -209px -278px !important;   
}
.ecomm-top-navigation .cart-qty { margin-top: 18px;  display: inline-block; }
.show{display: block !important;}


.cart-section .cart-details{position: absolute; z-index: 4; border: 2px solid #787b7e; left: -244px; top: 39px; width: 282px; padding: 5px; background-color: #fff; font-size: 15px; display: none;}
.cart-section .cart-details table{width: 100%}
.cart-section .cart-total{text-align: center; margin-top: 20px;}
.cart-section a.global-btn{font-size: 17px; padding: 8px 16px; }
.cart-section .cart-border{border-left: 2px solid #787b7e; border-right: 2px solid #787b7e; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;                            
}
.cart-details h3{font-size: 16px;}
.cart-details:after {
	content: '';
	position: absolute;
	top: -2px;
	right: 0;
	width: 48px;
	border-top: 2px solid #fff;    
}
							
.phone-icon{
    background-image: url("/images/mom365/icons/desktop-shopping-sprite.png");
    background-position: -131px -37px; 
    width: 24px;
    height: 32px;
}
/*.chat-online{
    background-image: url("/images/mom365/icons/desktop-shopping-sprite.png");
    background-position: -89px -140px; 
    width: 120px;
    height: 43px;
    display: block;
    cursor: pointer;
}
.chat-online:hover {background-position: -89px -210px;    }*/
/** B. Topnav **/

.topnav {position: relative; width: 100%; height: 50px; float: left; clear: both; z-index: 99; background: #4c306b; overflow: visible;}
			
.topnav nav {position: relative; width: 970px; height: 50px; margin: 0 auto; overflow: visible;}
.topnav nav {background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9 ), color-stop(10%,#4c306b), color-stop(100%,#4c306b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(right top , #9f75c9  0%,#4c306b 5%,#4c306b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left top, #9f75c9 0%,#4c306b 10%,#4c306b 100%); /* Opera 11.10+ */
background: linear-gradient(to left bottom, #9f75c9 0%, #4c306b 20%, #4c306b 100%) ;
}
.topnav nav ul {position: relative; float: left; margin: 0; padding: 0; -moz-padding-start: 0; list-style-type: none; overflow: visible;}

.topnav nav ul li {display: inline; float: left; position: relative; color: #fff; font-size: 13px; height: 50px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; overflow: visible; padding-bottom:0px;list-style-type: none !important; font-weight:700 !important;}

.topnav nav ul li a:link, 
.topnav nav ul li a:visited, 
.topnav nav ul li a:active, 
.topnav nav ul li a:hover 
	{display: inline-block; height: 50px; line-height: 50px; padding: 0 11px; color: #fff; text-decoration: none;}
		
.topnav nav ul li.special a, .topnav nav ul li.special.hasdrop a {background-image: url(images/bg-nav-babyport.png); background-repeat: no-repeat; background-position: center; width: 192px; padding: 0; text-align: center; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #4c306b;}
.topnav nav ul li.blog a {background-image: url(images/bg-nav-special.png); background-repeat: repeat-x;}
.topnav nav ul li.blog:not(.special) a {background: -moz-linear-gradient(top, #9f75c9 0%, #4c306b 30%, #4c306b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9 ), color-stop(30%,#4c306b), color-stop(100%,#4c306b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9f75c9  0%,#4c306b 30%,#4c306b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9f75c9 0%,#4c306b 30%,#4c306b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9f75c9 0%,#4c306b 30%,#4c306b 100%); /* IE10+ */
background: linear-gradient(to bottom, #9f75c9 0%,#4c306b 30%,#4c306b 100%); /* W3C */
}

.topnav nav ul li.special a {background-image: url(images/bg-nav-babyport.png); background-repeat: no-repeat;}
  
.topnav nav ul li.hasdrop a:hover {background-image: url(images/bg-nav-whitegradient.png);background-repeat: repeat-x;}
.topnav nav ul li.hasdrop a:hover, .topnav nav ul li.hasdrop:hover >a  {background: -moz-linear-gradient(top, #4c306b 0%, #4c306b 70%, #9f75c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c306b), color-stop(70%,#4c306b), color-stop(100%,#9f75c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c306b 0%,#4c306b 70%,#9f75c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c306b 0%,#4c306b 70%,#9f75c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c306b 0%,#4c306b 70%,#9f75c9  100%); /* IE10+ */
background: linear-gradient(to bottom, #4c306b 0%,#4c306b 70%,#9f75c9 100%); /* W3C */ 
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c306b', endColorstr='#9f75c9',GradientType=1 );  IE6-8 */
}
.topnav nav ul li.special a:hover {background-image: url(images/bg-nav-babyport-mo.png); background-repeat: no-repeat;}

.topnav nav ul li.blog.hasdrop a:link,
.topnav nav ul li.blog.hasdrop a:visited,
.topnav nav ul li.blog.hasdrop a:active
{}

.topnav nav ul li.blog.hasdrop:hover {position: relative; background: #4c306b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACrSURBVBhXjcPLCgEBAEDR+0koohSlKDF5E6JGSB4jhDKFGoU8k1iQLFiwoFiwYMGCz/ILTh3WlQ9L6cU8/2SSuTFMXemKJ5T4kWZkhxzaUvOtqLiXSM4ZOfuYtLVHwtIhZmoRMcoE9FW8uhKCOo9Dlf2roCng0ZYIGmqEjQ3i5jaiRSFt65O1jygKM8quBXX/mkZwSyu6R4kd6IlnBskL08ydufRgI785jr8/HsNAm4waruAAAAAASUVORK5CYII=') repeat-x;
background: -moz-linear-gradient(top, #9f75c9 0%, #4c306b 40%, #4c306b 60%,  #9f75c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9), color-stop(40%,#4c306b),color-stop(60%,#4c306b), color-stop(100%,#9f75c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* IE10+ */
background: linear-gradient(to bottom, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* W3C */
/*filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#9f75c9', endColorstr='#4c306b')"; For IE-9*/ 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9f75c9, endColorstr=#4c306b)"; /*IE-8+ */
}

@media \0screen {
.topnav nav ul li.blog.hasdrop:hover {}
}

*+html .topnav nav ul li.blog.hasdrop:hover {background: url(images/hoverbg-ie.png) repeat-x;}

.topnav nav ul li.blog.hasdrop:hover a {background: inherit;}

.topnav nav ul li.special.hasdrop:hover {position:relative; background: #4c306b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACrSURBVBhXjcPLCgEBAEDR+0koohSlKDF5E6JGSB4jhDKFGoU8k1iQLFiwoFiwYMGCz/ILTh3WlQ9L6cU8/2SSuTFMXemKJ5T4kWZkhxzaUvOtqLiXSM4ZOfuYtLVHwtIhZmoRMcoE9FW8uhKCOo9Dlf2roCng0ZYIGmqEjQ3i5jaiRSFt65O1jygKM8quBXX/mkZwSyu6R4kd6IlnBskL08ydufRgI785jr8/HsNAm4waruAAAAAASUVORK5CYII=') repeat-x;
background: -moz-linear-gradient(top, #9f75c9 0%, #4c306b 40%, #4c306b 60%,  #9f75c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9), color-stop(40%,#4c306b),color-stop(60%,#4c306b), color-stop(100%,#9f75c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* IE10+ */
background: linear-gradient(to bottom, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%); /* W3C */
/*filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#9f75c9', endColorstr='#4c306b')"; For IE-9*/ 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9f75c9, endColorstr=#4c306b)"; /*IE-8+ */
}

@media \0screen {
	.topnav nav ul li.special.hasdrop:hover {background: url(images/hoverbg-ie2.png) repeat-x;}
	}

	*+html .topnav nav ul li.special.hasdrop:hover {background: url(images/hoverbg-ie2.png) repeat-x;}

.topnav nav ul li.special.hasdrop a:hover {background-repeat: no-repeat; background-position: center;}
.topnav nav ul li.special.hasdrop:hover {background-repeat: no-repeat; background-position: center;}

.topnav nav ul li ul {margin: 0; left: -999px; top: 50px; height: auto; display: none; position: absolute;
						z-index: 99; background: #fff; border-bottom: 6px solid #4c306b;
						-webkit-box-shadow:  0px 8px 8px 3px rgba(0, 0, 0, .3); 
						box-shadow:  0px 8px 8px 3px rgba(0, 0, 0, .3);
						box-shadow: #CCC 0 0 .25em;}
@media \0screen {
.topnav nav ul li ul {filter: 
  progid:DXImageTransform.Microsoft.Shadow(color=#858789,direction=150,strength=8);}
.topnav nav ul li.blog:hover ul {filter: 
  progid:DXImageTransform.Microsoft.Shadow(color=#858789,direction=150,strength=8);}
}

*+html .topnav nav ul li ul {filter: 
  progid:DXImageTransform.Microsoft.Shadow(color=#858789,direction=150,strength=8);}

*+html .topnav nav ul li.blog:hover ul {filter: 
  progid:DXImageTransform.Microsoft.Shadow(color=#858789,direction=150,strength=8);}
						
						.topnav nav ul li:hover ul {display: block; left: 0px; width:252px;}
						.topnav nav ul li.blog:hover ul {display: block; left: 0px; width:252px;}
						
						.topnav nav ul li.hasdrop:hover ul li,
						.topnav nav ul li.blog.hasdrop:hover ul li {display: block; clear: both; background: #fff; font-size: 14px; text-transform: none; display: list-item; list-style-type:disc; padding: 6px 0px 6px 6px; width: 224px; list-style: inside;}
												
						.topnav nav ul li.hasdrop:hover ul li a,
						.topnav nav ul li.blog.hasdrop:hover ul li a {background: none; padding: 0; width: auto; height: auto; text-transform: none;}
						
						.topnav nav ul li.hasdrop ul li {padding: 6px 12px 6px 16px; height: auto; float: left; margin: 0; color: #4d4d4d;}
						.topnav nav ul li.hasdrop:hover ul li {padding: 6px 12px 6px 16px; height: auto; margin: 0; color: #4d4d4d; float: left;}
						.topnav nav ul li.blog.hasdrop:hover ul li {padding: 6px 12px 6px 16px; height: auto; margin: 0; color: #4d4d4d; float: left;}
						
						.topnav nav ul li ul li a:link,
						.topnav nav ul li ul li a:visited,
						.topnav nav ul li ul li a:active,
						.topnav nav ul li ul li a:hover {color: #787b7e; text-decoration: none; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; height: auto; line-height: normal; padding: 0; width: auto;}
						.topnav nav ul li ul li a:hover {color: #a8006c;}
						.topnav nav ul li.special.hasdrop:hover ul li a {font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #787b7e;}
					    .topnav nav ul li.special.hasdrop:hover ul li a:hover {color: #a8006c;}
                        .topnav nav ul li ul li a:hover {color:#a8006c;}
                        .topnav nav ul li.blog.special {background-image: url(images/bg-nav-special.png); background-repeat: repeat-x;
                            background: url(images/bg-nav-special.png), -moz-linear-gradient(top, #9f75c9 0%, #4c306b 40%, #9f75c9 100%); /* FF3.6+ */
                            background:url(images/bg-nav-special.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9), color-stop(30%,#4c306b),color-stop(100%,#4c306b)); /* Chrome,Safari4+ */
                            background:url(images/bg-nav-special.png),  -webkit-linear-gradient(top, #9f75c9 0%,#4c306b 30%,#4c306b 100%); /* Chrome10+,Safari5.1+ */
                            background:url(images/bg-nav-special.png),  -o-linear-gradient(top, #9f75c9 0%,#4c306b 30%,#4c306b 100%); /* Opera 11.10+ */
                            background:url(images/bg-nav-special.png),  -ms-linear-gradient(top, #9f75c9 0%,#4c306b 30%,#4c306b 100%); /* IE10+ */
                            background:url(images/bg-nav-special.png),  linear-gradient(to bottom, #9f75c9 0%,#4c306b 30%,#4c306b 100%); /* W3C */
                            /*filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#9f75c9', endColorstr='#4c306b')"; For IE-9*/ 
                            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9f75c9, endColorstr=#4c306b)"; /*IE-8+ */
                        }
                        .topnav nav ul li.blog.special a:hover {background-image: url(images/bg-nav-babyport-mo.png); background-repeat:no-repeat;}
                        .topnav nav ul li.blog.special:hover > a {background-image: url(images/bg-nav-babyport-mo.png);background-repeat:no-repeat;}
                        .topnav nav ul li.blog.special:hover + :not(a) {background-image: url(images/bg-nav-special.png); background-repeat: repeat-x;
                            background:-moz-linear-gradient(top, left top, left bottom, color-stop(0%,#9f75c9), color-stop(40%,#4c306b),color-stop(60%,#4c306b),color-stop(100%,#9f75c9)); 
                            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9), color-stop(40%,#4c306b),color-stop(60%,#4c306b),color-stop(100%,#9f75c9)); 
                            background:-webkit-linear-gradient(top, left bottom, color-stop(0%,#9f75c9), color-stop(40%,#4c306b),color-stop(60%,#4c306b),color-stop(100%,#9f75c9)); 
                            background:-o-linear-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9), color-stop(40%,#4c306b),color-stop(60%,#4c306b),color-stop(100%,#9f75c9)); 
                            background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f75c9), color-stop(40%,#4c306b),color-stop(60%,#4c306b),color-stop(100%,#9f75c9)); 
                            background:linear-gradient(to bottom, #9f75c9 0%,#4c306b 40%,#4c306b 60%,#9f75c9 100%);
                            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9f75c9, endColorstr=#4c306b)"; /*IE-8+ */
                        }                        
						.topnav nav ul li.blog.special:hover >  a {background-image: url(images/bg-nav-babyport-mo.png);background-repeat:no-repeat;}
/** C. Content **/

.content {position: relative; width: 100%; height: auto; float: left; clear: both; z-index: 2;}

.content-cont {position: relative; padding-top: 24px;}

.content-cont-fullwidth {display: block; position: relative; float: left; width: 970px;}

.content-cont-home-seesign {background: #a9acaf; height: 50px; line-height: 50px; margin: 7px 0; z-index: 2; text-align: right; color: #fff; font-size: 14px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.content-cont-home-seesign-left {position: absolute; z-index: 3; left: 0; top: 0; background: #4c306b; width:667px; height: 50px; padding-left: 15px; line-height: 50px;}

.content-cont-home-seesign-left-arrow {
	position: absolute;
	left: 682px;
	top: 0;
	font-size: 0;
   	width: 0;
   	height: 0;
   	border-left: 20px solid #4c306b;
   	border-top: 25px solid transparent;
   	border-bottom: 25px solid transparent;
}
.content-cont-home-seesign-left h2 {font-size:22px;clear:both;float:left;}
.content-cont-home-seesign-left h4 {display: inline-block; float: left;}

.content-cont-home-seesign .global-btn {height: 34px; line-height: 34px; padding-top: 0; padding-bottom: 0; margin-top: 8px; margin-right: 20px; margin-left: 10px;}

.content-cont-home-seesign a.global-btn:active {padding-top: 0; padding-bottom: 0; line-height: 35px;}

/* JQuery Cycle Stuff */
#slideshow { margin: 0 0 7px 0; height:316px; z-index: 2;}
.chk-lbl-hide{font-size:0;}

.content-home-feature-imgdiv {width: 960px; height: 241px; z-index: 3;}

.content-home-feature-imgdiv-header {position: absolute; top: 45px; left: 60px; background: transparent; text-decoration: none; color: #fff; z-index: 20; font-size: 10px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.content-home-feature-imgdiv-header h1 {font-size: 28px; color: #fff; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; line-height: 32px; letter-spacing: -1px; margin-bottom: 12px;}

.content-home-feature-imgdiv-header h1 a:link,
.content-home-feature-imgdiv-header h1 a:visited,
.content-home-feature-imgdiv-header h1 a:active,
.content-home-feature-imgdiv-header h1 a:hover {color: #fff; text-decoration: none; font-weight: 400; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.content-home-feature-imgdiv-header a:link h1,
.content-home-feature-imgdiv-header a:visited h1,
.content-home-feature-imgdiv-header a:active h1,
.content-home-feature-imgdiv-header a:hover h1 {color: #fff; text-decoration: none; font-weight: 700; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.content-home-feature-imgdiv-header a:link,
.content-home-feature-imgdiv-header a:visited,
.content-home-feature-imgdiv-header a:active,
.content-home-feature-imgdiv-header a:hover {color: #fff; text-decoration: none; font-weight: 700; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.content-home-feature-imgdiv-header a:hover {text-decoration: underline;}

.content-home-feature-imgdiv-header a.global-arrowlink span.global-arrow {color: #66cc00;}
.content-home-feature-imgdiv-disp {width:970px; height:320px;max-height:320px; margin-left:3px; top:0px;left:0px; display: none;margin-bottom:7px; opacity: 0;}
.content-home-feature-slideshow{height:326px !important; margin: -66px 0px 47px -63px !important;position: relative; float: left;}

.nav-caption {
    margin-top: 380px;
    border-width: 5px;
    position: relative;
    overflow: visible;
    background-color: #8D8A91;
    height: 30px;
    vertical-align: middle;
    padding-top: 25px;
    z-index: 50;
    top: -20px;
    width: 100%;
}
.nav-caption h3
{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif; float:left; width:50%; font-size:20px; color: #FFF; padding-left:10px; margin-top:-10px; 
}
.nav-links
{
    margin-top:356px !important; z-index:51 !important;
}
#nav {position: absolute; display: block; top: 20px; right: 20px; z-index: 21; margin:0; padding:0; -moz-padding-start:0; height: 14px;}

#nav li {
	width: 14px;
	height: 14px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
	list-style: none;
	display: inline-block;
	margin:0;
	padding: 0;
	margin-left: 5px;
	background: #fff;
	cursor: pointer;
	z-index: 22;
	behavior: url(css/pie.htc);
}

#nav li:first-child {margin-left: 0px;}

#nav a {display:none; float: left; width: 12px; z-index: 9;}
#nav a .secondary {display:none; float: left;}
#nav li.activeLI {-moz-border-radius: 50px/50px;
    -webkit-border-radius: 11px 11px;
    border-radius: 11px/11px;
    border:solid 2px #fff; 
    width:10px;
	background: transparent;
    height:11px; display: block; float:left;}
#nav a:focus { outline: none; display: none;}

#prev, #next {position: absolute; width: 52px; height: 98px; top: 110px; background-repeat: no-repeat; background-image: url(images/feature-nav-btn.png);
				cursor: pointer; font-size: 0; z-index: 99;}

#prev {left: 0px; background-position: 0px -98px;}
#prev:hover {background-position: 0px 0px;}
#next {right: 0px; background-position: 0px -196px;}
#next:hover {background-position: 0px -294px;}

.home-prev{
    top: 110px !important;
}

.home-next{
    top: 110px !important;
}

 #homepageHeader{
    text-align: center;
    margin: 0 auto;
    }
    
 #homepageHeader h1 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: rgb(110,34,137);
    font-size: 40px;
    margin-top: 7px;
    margin-bottom: 2px;
    text-align: center;
    }
/* END JQuery Cycle Stuff */

.content-cont-rail {display: inline-block; vertical-align: top; width: 300px; margin-bottom: 14px; margin-top: 7px;}

.content-cont-rail-inner {position: relative; float: left; width: 279px; padding: 5px 13px;}

.content-cont-rail #news-container { background-color:#f3f3f3; padding:15px; padding-bottom:5px; clear:both; margin-bottom:15px;}
.content-cont-rail .content-cont-rail-inner #news-container  { background-color:transparent !IMPORTANT; width:290px; margin-left:-11px; padding:0px !IMPORTANT; padding-bottom:0px !IMPORTANT; clear:both; margin-bottom:0px !IMPORTANT;}
.content-cont-rail .content-cont-rail-inner #tweets-container { background-color:transparent !IMPORTANT; width:290px; margin-left:-11px; padding:0px !IMPORTANT; padding-bottom:0px !IMPORTANT; clear:both; margin-bottom:0px !IMPORTANT;}
.content-cont-rail .content-cont-rail-inner #fbmessages-container { background-color:transparent !IMPORTANT; width:290px; margin-left:-11px; padding:0px !IMPORTANT; padding-bottom:0px !IMPORTANT; clear:both; margin-bottom:0px !IMPORTANT;}

.content-cont-rail #news-container { background-color:#f3f3f3; padding:15px; padding-bottom:5px; clear:both; margin-bottom:15px;}
.content-cont-rail h2.ning-header { background:#E040B0 url("images/mainnav-bg.png") no-repeat left; margin:0px 0px 0px !IMPORTANT; padding:0px !IMPORTANT;}

.content-cont-rail .content-cont-rail-inner h2.ning-header { background:none !IMPORTANT; margin:0px 0px 0px !IMPORTANT; padding:0px !IMPORTANT;}


.content-cont-rail-inner {position: relative; float: left; width: 279px; padding: 5px 13px;}


.content-cont-dotbg-med-sm-lg {background-image: url(images/dotbg-med-sm-lg.png); background-position: top right; background-repeat: no-repeat;}

.content-cont-dotbg-lg-sm-med {background-image: url(images/dotbg-lg-sm-med.png); background-position: top left; background-repeat: no-repeat;}
.content-cont-bg-yougomom-header {background-image: url(images/bg-yougomom-header.png); background-position: top left; background-repeat: no-repeat;}
.content-cont-main {display: inline-block; vertical-align: top; margin-bottom: 14px; margin-top: 7px; background-image: url(images/dotbg-main.png);
					background-repeat: no-repeat; background-position: top right; min-height: 200px; padding: 5px 25px;}
					
					.content-cont.signin .content-cont-main {background: none; padding-top: 0px; margin-top: 0px;}
					
					/*6e2289*/

.content-cont-fullwidth div.content-cont-main:first-child {width: 635px; padding-left: 0;}

.content-cont-fullwidth .content-cont-rail+.content-cont-main {width: 327px; padding-right: 0;}

.content-cont-fullwidth .content-cont-rail+.content-cont-main:last-child {width: 635px; padding-right: 0;}

.content-cont-fullwidth div:first-child.content-cont-main:last-child {width: 970px; padding-right: 0; padding-left: 0;}
.content-cont-fullwidth-home{margin-bottom:-10px;}

.content-cont-module {position: relative; float: left; padding-top: 0px !IMPORTANT; padding-bottom: 20px; width: 150px; overflow: visible; margin-left: 80px; color: #666766; font-size: 10px; font-family: Lato, Arial, Helvetica, sans-serif;}
						
						.content-cont-module-link {font-family: Lato, Arial, Helvetica, sans-serif; font-size: 10px;}
.content-cont-glossary-module-link {font-family: 'Montserrat', Arial, Helvetica, sans-serif; text-decoration:none; font-weight: 700; font-size: 15px; padding:5px 0px 0px 25px; }

.content-cont-glossary-module-link a,
.content-cont-glossary-module-link a:hover,
.content-cont-glossary-module-link a:visited,
.content-cont-glossary-module-link a:active
                {color: #4C306B;cursor:pointer;text-decoration:none}
.content-cont-glossary-module-link ul li { padding-bottom:5px; }
.content-cont-glossary-column{float:left;padding-left:5px;}
.content-cont-glossary-column ul{color:#E140B4;list-style-type:none; margin-left: -12px;margin-top: 1px;}
.content-cont-glossary-column ul li{padding-bottom:4px;}
.content-cont-glossary-column ul li div{padding-right:5px;}
.content-cont-glossary-column ul li div a{color:#707070;}
.content-cont-glossary-column-arrow{float:left;padding-right:10px;vertical-align:middle;line-height:22px;}
.content-cont-glossary-column-arrow span{color:#E140B4;letter-spacing:-1px;font-size:10px;font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight:700;display:inline-block; margin-top:1px;}
.content-cont-glossary-column-title{float:left;width:88%; line-height:22px;}
.content-cont-module-inner {position: relative; float: left; width: 305px; margin-left: -80px;}

.content-cont-seewhatsaying {margin: 10px !IMPORTANT; margin-left:11px !IMPORTANT; padding: 0; -moz-padding-start: 0; width: 280px; left: 0px;}

.content-cont-seewhatsaying li  {display: block; position: relative; float: left; clear:both; margin: 0 0 5px 0; width: 280px; height: 94px; background: url(images/bg-whatmomsaying.png) no-repeat top left; list-style-type: none;}

div.content-cont-seewhatsaying {display: block; position: relative; float: left; clear:both; margin: 0 0 5px 0; width: 258px;height: 58px;padding: 11px;padding-bottom:26px; background: url(images/bg-whatmomsaying.png) no-repeat top left; list-style-type: none; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}
								
.content-cont-seewhatsaying h3 {font-size: 10px; margin: 7px 11px 0px 11px; padding: 0; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700;}
								
.content-cont-seewhatsaying h3 a:link {color: #e040b0;}

.content-cont-seewhatsaying li p span a:link {color: #e040b0;}
			
.content-cont-seewhatsaying p {position: relative; float: left; display: block; height: 17px; text-overflow: ellipsis; overflow: hidden; line-height: 13px;	margin-left:11px; width: 260px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 10px; color: #666766;}

.content-cont-seewhatsaying p span {position: relative; float: left; display: block;  text-overflow: ellipsis; overflow: hidden; line-height: 10px;	margin-top:10px; width: 260px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 10px; color: #666766;}
							
.content-cont-module-inner table tr td {font-family: Lato, Arial, Helvetica, sans-serif; font-size: 10px; color: #666766;}

.content-cont-rail-whiterail {position: relative; clear: both; background: #fff; width: 100%; float: left; 
						box-sizing:border-box;
						-moz-box-sizing:border-box; /* Firefox */
						-webkit-box-sizing:border-box; /* Safari */}
						
.content-cont-rail-circledivider {position: relative; float: left; height: 60px; width: 100%; background: url(images/dotbg-sm-med-lg-med-sm.png) no-repeat center;
						box-sizing:border-box;
						-moz-box-sizing:border-box; /* Firefox */
						-webkit-box-sizing:border-box; /* Safari */}
						
.content-cont-rail-modulegreen {position: relative; float: left; width: 100%; padding: 15px; border: 1px solid #80cf00; box-sizing:border-box;
						-moz-box-sizing:border-box; /* Firefox */
						-webkit-box-sizing:border-box; /* Safari */}
												
.content-cont-logo-highlight-list  {position: absolute; width: 98px; height: 100px; margin-top: -65px; right: 11px; padding: 5px; background: #fff;}

.content-cont-logo-highlight-list +p a {color: #80cf00; text-decoration: none;}
.content-cont-logo-highlight-list +p a:hover {text-decoration: underline;}

.content-cont-logo-highlight-list +p+p a {color: #80cf00; text-decoration: none;}
.content-cont-logo-highlight-list +p+p a:hover {text-decoration: underline;}

.content-cont-logo-highlight-list +p+p+p a {color: #80cf00; text-decoration: none;}
.content-cont-logo-highlight-list +p+p+p a:hover {text-decoration: underline;}

.content-cont-logo-highlight-list +p+p+p+p a {color: #80cf00; text-decoration: none;}
.content-cont-logo-highlight-list +p+p+p+p a:hover {text-decoration: underline;}

.content-cont-logo-highlight-list +p+p+p+p+p a {color: #80cf00; text-decoration: none;}
.content-cont-logo-highlight-list +p+p+p+p+p a:hover {text-decoration: underline;}

.content-cont-logo-highlight-list +p+p+p+p+p+p a {color: #80cf00; text-decoration: none;}
.content-cont-logo-highlight-list +p+p+p+p+p+p a:hover {text-decoration: underline;}

.content-cont-rail-twitter {position: relative; float: left; width: 100%; background: url(images/dotbg-sm-lg-med-sm.png) no-repeat right 5px; margin-top: 10px;
						padding-top: 20px;
						box-sizing:border-box;
						-moz-box-sizing:border-box; /* Firefox */
						-webkit-box-sizing:border-box; /* Safari */}
						
.content-cont-join {
	position:absolute;
	height:22px;
	z-index:1;
	right: 0px;
	bottom: 40px;
	color: #6e2289;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.content-cont-join a {font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

/** D. Footer **/

.footer {position: relative; height: 227px; clear: both; background: #4c306b; padding: 0 10px;}

.footer footer {color: #fff;}

.footer footer a:link, 
.footer footer a:visited, 
.footer footer a:active, 
.footer footer a:hover 
	{color: #fff; font-size: 10px; text-transform: uppercase; text-decoration: none;}
	.footer footer a:hover 
	{text-decoration: underline; font-weight: normal;}

.footer footer section {position: relative; float: left; width: 333px;}

.footer footer section header {position: relative; height: 60px; font-weight: bold; font-size: 16px; line-height: 70px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.footer footer section.right {float: right; width: 280px;}

.footer footer section.right ul li {list-style: none; margin-bottom: 5px; line-height: 17px;}

.footer footer section ul {display: inline-block; padding: 0; margin: 0; clear: both; width: 100%;}
.footer footer section ul li {float: left; clear: left; padding: 0; margin-bottom: 3px; width: 55%; list-style: inside;color:white; font-size:11px; line-height:1.9;}
.footer footer section ul li span {height:100%; line-height:100%;vertical-align:middle; display:inline-block;}

.footer footer section+section ul li {width: 50%;}

.footer footer section ul li:nth-child(6), 
.footer footer section ul li:nth-child(7), 
.footer footer section ul li:nth-child(8), 
.footer footer section ul li:nth-child(9), 
.footer footer section ul li:nth-child(10) {float: right; clear: right; vertical-align: top; width: 45%;}

.footer footer section ul li:nth-child(6) {margin-top: -92px;}
.footer footer section ul li:nth-child(7) {margin-top: -69px;}
.footer footer section ul li:nth-child(8) {margin-top: -45px;}
.footer footer section ul li:nth-child(9) {margin-top: -22px;}
.footer footer section ul li:nth-child(10) {margin-top: 0px;}

.footer footer section ul li:nth-child(6) {margin-top: -96px \0/IE9;}
.footer footer section ul li:nth-child(7) {margin-top: -72px \0/IE9;}
.footer footer section ul li:nth-child(8) {margin-top: -47px \0/IE9;}
.footer footer section ul li:nth-child(9) {margin-top: -23px \0/IE9;}
.footer footer section ul li:nth-child(10) {margin-top: 0px \0/IE9;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.footer footer section ul li:nth-child(6) {margin-top: -96px;}
.footer footer section ul li:nth-child(7) {margin-top: -71px;}
.footer footer section ul li:nth-child(8) {margin-top: -47px;}
.footer footer section ul li:nth-child(9) {margin-top: -23px;}
.footer footer section ul li:nth-child(10) {margin-top: 0px;}
.footer footer section ul li span {text-indent:-4px;}
}

.footer footer section.footer-bottom {position: relative; width: 100%; font-size: 11px; clear: both;}
.footer footer section.footer-bottom-white {position: relative; width: 100%; font-size: 11px; clear: both; margin-top:20px; min-height:20px; color:#9C9C9C;font-weight:bold;}
.footer footer section.footer-bottom-white a {color:#9C9C9C; font-weight:bold;}

span.footer-bottom-rightlinks {float: right; clear: right; display: inline-block;}
								
/** E. Ad **/

.ad {position: relative; width: 100%; height: 110px; float: left; clear: both; z-index: 3; background: #e6e7e8;}

.ad-cont {position: relative; width: 970px; height: 90px; margin: 0 auto; padding: 10px 0;} 

/* for header Ad*/
.ad-header, .ad-footer {position: relative; width:100%;clear: both; background: #e6e7e8; margin: 0 !important; text-align:center; padding: 10px 0;}
.ad-cont-header {position: relative; width: 970px; margin: 0 auto; padding: 10px 0;} 
/* V. Global Styles */

.global-violet {color: #4c306b;}
.global-violet.background {background-color: #4c306b; color: inherit;} 

.global-orange {color: #0f6076;}
.global-orange.background {background-color: #a8006c; color: inherit;}

.global-green {color: #80cf00;}
.global-green.background {background-color: #80cf00; color: inherit;}

.global-lavender {color: #e040b0;}
.global-lavender.background {background-color: #e040b0; color: inherit;}

.global-white {color: #fff;}
.global-white.background {background-color: #fff; color: inherit;}

.global-txtfld-default {color: #abacb0;}
.global-formfld-regular {font-size: inherit;}

.global-offering {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 10px; color: #e040b0; display: block; margin-bottom: 8px;	float: left; position: relative;}

.global-clear {clear: both; font-size: 0; width: 100%;}

.global-img-left {float: left; margin: 0 10px 5px 0;}

.global-img-right {float: right; margin: 0 0 5px 5px;}

.global-float-left {position: relative; float: left; width: auto; height: auto; display: inline-block; clear: none;}
.global-float-right {position: relative; float: right; width: auto; height: auto; display: inline-block; clear: none;}

.global-btn {position: relative; display: inline-block; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 11px; line-height: normal; vertical-align: middle; behavior: url(css/pie.htc);}
				
	a.global-btn:link,
	a.global-btn:visited,
	a.global-btn:active,
	a.global-btn:hover {color: #fff; text-decoration: none;}
	a.global-btn:hover {background: #787b7e;}
	/*a.global-btn:active {font-size: 17px; padding: 10px;}*/
	
	input.global-btn {height: 30px; line-height: 30px; font-size: 14px; padding-top: 0; padding-bottom: 0; border-width: 0px;}
	input.global-btn.background {color: #fff;}

.global-slightlybig {font-size: 13px;}
.global-slightlybigger {font-size: 14px;}
.global-big {font-size: 16px;}
.global-small {font-size: 11px !important;}
.global-smaller {font-size: 10px;}

.global-table-plain tr td  {padding-bottom: 5px; padding-right: 5px; vertical-align: top;}

.global-table-plain tr td .global-title {margin-top: 0px;}

.global-box-roundish {position: relative; float: left; clear: both; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding: 15px; width: 100%;
						font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 10px; margin-bottom: 20px;
						box-sizing:border-box;
						-moz-box-sizing:border-box; /* Firefox */
						-webkit-box-sizing:border-box; /* Safari */}
						
.global-title {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; margin: 5px 0;}

.global-nowrap, table.global-nowrap tr td {white-space: nowrap;}

.global-texfld-gradient {background: #e8e8e8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #e8e8e8 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #e8e8e8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #e8e8e8 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #e8e8e8 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right, #e8e8e8 0%,#ffffff 100%); /* W3C */ border: 1px solid #e6e7e8;}

.global-by {color: #a9acaf; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 10px;}

.global-pim-italic {font-family: 'Montserrat', Arial, Helvetica, sans-serif;}
.global-pim-bold {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700;}

ul.global-promo {padding-left: 15px; width: 580px; margin-top: 0;}

ul.global-promo li {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 12px; color: #e040b0;}

ul.global-promo li span {color: #6e2289;}

ul.global-promo li {font-size: 28px \0/IE9; line-height: 28px \0/IE9;}

ul.global-promo li span {font-size: 18px \0/IE9;}

/* OUR 365 STYLES (lifted directly, tweaked, integrated, added-to) */

.content-cont-right {
    float: left;
    position: relative;
    width: 660px;
}

.content-cont-right h2 {color: #6E2289; line-height: 34px;}

.content-cont-left {
    float: left;
    position: relative;
    width: 260px;
}

.content-cont-left-nav {
    float: left;
    margin: -10px 0 20px 0;
    padding: 0;
    position: relative;
}

.content-cont-left-nav li {
    clear: both;
    float: left;
    list-style-type: none;
    margin: 0;
	padding: 0;
}

.content-cont-left-nav li a:link,
	.content-cont-left-nav li a:visited,
	.content-cont-left-nav li a:active,
	.content-cont-left-nav li a:hover 
			{position: relative; float: left; display: block; width: 210px; padding: 10px; text-transform: uppercase;
			color: #2d589a; border-bottom: 1px solid #ddd;
			font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px;}

			@media screen and (-webkit-min-device-pixel-ratio:0){
			.content-cont-left-nav li a:link,
			.content-cont-left-nav li a:visited,
			.content-cont-left-nav li a:active,
			.content-cont-left-nav li a:hover
			{width: 200px;}
			}			
			
	.content-cont-left-nav li.selected a:link,
	.content-cont-left-nav li.selected a:visited,
	.content-cont-left-nav li.selected a:active,
	.content-cont-left-nav li.selected a:hover  {color: #6A737B !IMPORTANT;}			
			
	.content-cont-left-nav li.selected2 a:link,
	.content-cont-left-nav li.selected2 a:visited,
	.content-cont-left-nav li.selected2 a:active {color: #6a737b;}
	.content-cont-left-nav li.selected2 a:hover  {color: #6cb1c4;}
			
			.content-cont-left-nav li a:hover {color: #2d589a; font-weight: normal; text-decoration: none;}
			
			.content-cont-left-nav li ul {margin: 0; padding: 0; -moz-padding-start: 0; background-color: #fff;}
			
			.content-cont-left-nav li.selected ul li a:link, .content-cont-left-nav li.selected2 ul li a:link,
			.content-cont-left-nav li.selected ul li a:visited, .content-cont-left-nav li.selected2 ul li a:visited,
			.content-cont-left-nav li.selected ul li a:active, .content-cont-left-nav li.selected2 ul li a:active,
			.content-cont-left-nav li.selected ul li a:hover, .content-cont-left-nav li.selected2 ul li a:hover 
				{color: #6a737b; padding-left: 17px; border-width: 0px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 400; text-transform: none; width: 202px;
				background: #fff; margin-top: -1px; padding-bottom: 5px; padding-top: 5px;}
				
				.content-cont-left-nav li.selected ul li a:hover, .content-cont-left-nav li.selected2 ul li a:hover {color: #eb7829;}
							
			.content-cont-left-nav li.selected2 ul li.selected a:link,
			.content-cont-left-nav li.selected2 ul li.selected a:visited,
			.content-cont-left-nav li.selected2 ul li.selected a:active,
			.content-cont-left-nav li.selected2 ul li.selected a:hover 
				{color: #6cb1c4; padding-left: 17px; border-width: 0px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;
				text-transform: none; width: 202px; font-weight: 700;
				background: #fff; margin-top: -1px;}
.content-cont-shop-main_port_div {
    background-color: #F3F3F3;
    float: left;
    height: 550px;
    margin-right: 2.5px;
    width: 325px;
}			

.content-cont-shop-main_keepsakes_div {
    background-color: #F3F3F3;
    height: 255px;
    margin-top: 10px;
    width: 660px;
}

.content-cont-shop-main_keepsakes_header {
    display: inline-block;
    position: relative;
    width: 295px;
    z-index: 10;
}

.content-cont-shop-main_birth_header {
    width: 295px;
}

.ecomm-shop {padding-bottom: 15px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 14px;}
.line-devide {margin: 20px 0; border-bottom: 1px solid #ddd; }
.shop-main-feature .feature-desc{float: left; width: 250px; color: #666766;}
.shop-main-feature .feature-img{float: right;}
.shop-main-feature .feature-img img{max-width: 650px;}

.ecomm-shop h2{	
	color: #e040b0 !important;	   
    font-size: 22px;
    padding: 0;
    margin: 0;
}

.ecomm-shop h4{	
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #6e2289;
}

.ecomm-product-list h2{
    color: #e040b0 !important;	   
    font-size: 26px;
    padding: 0;
    margin: 0;
}

.ecomm-Product-navigation-bar-div{position: relative; margin: 10px 0;}
.ecomm-Product-navigation-bar{width: 99.6%; height: 30px; padding: 2px; background-color: #6e2289; color: #fff; position: relative; display: table; }
.ecomm-Product-navigation-bar .selected{background-color: #fff; color: #6e2289; }
.ecomm-Product-navigation-bar > div{display: table-cell; width: 32%; text-align: center; color: #fff; padding-top: 5px; font-size: 18px; font-weight: bold; cursor: pointer; }
.ecomm-Product-navigation-bar > div:nth-child(2) { border-left: 2px solid #fff; border-right: 2px solid #fff; }
.ecomm-Product-navigation-bar > div > a {color:#fff;text-decoration:none;}
.ecomm-Product-navigation-bar .selected a {color: #6e2289;}
.ecomm-Product-navigation-details{ margin: 0 auto; border-left: 2px solid #6e2289; border-bottom: 2px solid #6e2289; border-right: 2px solid #6e2289; display: table; padding: 10px 0; position:absolute; background-color: #fff; top: 32px; z-index: 3; font-family: 'Montserrat', Helvetic, Arial, sans-serif; }
.ecomm-Product-navigation-details > div{ display: table-cell; border-right: 1px solid #ddd; width: 173px; padding: 10px; vertical-align: top;}
.ecomm-Product-navigation-details div{text-align: center; color: #666766; font-weight: bold;}
.ecomm-Product-navigation-details .links {text-align: left !important; font-size: 14px; }
.ecomm-Product-navigation-details a{color: #666766; }
.ecomm-Product-navigation-details .links .more{color: #6e2289; font-size: 14px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700;}
.ecomm-Product-navigation-details ul{padding: 0 10px; margin: 0;}
.ecomm-Product-navigation-details ul li {padding: 0 0 10px 0;font-size:12px;}
.ecomm-Product-navigation-details img{margin-bottom: 5px; height: 100px; max-width: 154px;}
.ecomm-Product-navigation-details img + div{margin-bottom: 5px;}

.content-cont-baby-page-headlines_table {width: 100%; padding:0px; margin:0px; z-index:100; }

.content-cont-baby-page-headlines_table tr { padding:0px; margin:0px; vertical-align:top; }

.content-cont-baby-page-headlines_table td { width:33%; padding-right:0px; margin:0px;} 

.content-cont-baby-page-headlines_div { margin-top:2px; margin-bottom:10px; background:white; }

.content-cont-baby-page-headlines_div ul { margin:0px; padding:20px 20px 5px 20px; list-style-image:url(../../images/mom365/general/bulletdisc.png); }

.content-cont-baby-page-headlines_div li { padding-bottom:1px; margin-left:15px; margin-bottom:0px; }

.content-cont-baby-page-headlines_div li a:link,
.content-cont-baby-page-headlines_div li a:visited,
.content-cont-baby-page-headlines_div li a:active {color: #00b5d9;}

.content-cont-shop-main_features_div {
    margin-top: 30px;
    width: 660px;
}

.content-cont-shop-main_features_table {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    z-index: 100;
}


.content-cont-shop-main_features_table tr {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: top;
}

.content-cont-shop-main_features_table td {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 210px;
}

.content-cont-shop-main_features_div ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.content-cont-shop-main_features_div li {
    padding-bottom: 5px;
    padding-top: 0;
}

.global-button-new, .content-cont-shop-main_keepsakes_div .global-button-new{padding-top: 5px; padding-bottom: 5px;}
				
.content-subheader {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #6e2289;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 30px;
    line-height: 31px;
    position: relative;
    margin-bottom: 9px;
    width: 970px;
    clear:both !IMPORTANT;
}


.content-subheader h1 {text-transform: uppercase; font-size: 16px; color: #fff; padding-left: 10px; text-transform: inherit; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700;}

.ecomm {position:relative;}
.ecomm h2{color: #6E2289;}
							
.content-cont-shop-pack-div .global-button-new {margin:0 auto; width: 68px !important;  height: 34px !important; text-align: center; font-size: 18px !important;}
.content-cont-shop-pack-div a{text-decoration: none;}
.content-cont-shop-pack-div img{display: block;margin: 0 auto;}
.prod-category-sec img{max-width: 150px; max-height: 110px;}

.content-cont-shop-pack {width: 670px; display:block; }
.content-cont-shop-pack li { width:205px; height:inherit; padding-bottom:15px; background-color:#f3f3f3; margin:2.5px 5px 2.5px 0px; }

.content-cont-shop-pack img {margin-top:10px; }
.content-cont-shop-pack-ads {position: relative; float: left; width: 325px; margin-top: 20px;}
.content-cont-shop-pack_title { color:#333; font-size:15px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; padding-top: 8px; display: block; font-weight:700;}

.prod-category-sec .unit-price {    
    display: block;
    font-size: 12px;
    font-family: Montserrat, arial, helvetica, sans-serif;
    color: #666;
    margin: 5px 0px;    
}

.shop-prodlist-prod-desc ul {list-style: none; margin-left: 0;  padding-left: 0; }
.shop-prodlist-prod-desc li {padding-left: 1em; text-indent: -1em; font-family: 'Montserrat', Arial, Helvetica, sans-serif;font-size: 12px;line-height: 1.7;}
.shop-prodlist-prod-desc li:before {content: "+";  padding-right: 2px; color: #2d589a; font-weight: bold;}


.product-details-login { z-index: 2; display: table; width: 100%; margin-bottom: 20px; margin-top: 15px;}
.product-details-login .left{width: 54%; display: table-cell; border-right: 1px solid #ddd;}
.product-details-login .right{width: 46%; display: table-cell; padding-left: 10px;}

.content-cont-shop-pack_detail-txtfld {width: 190px; height: 25px; line-height: 19px; color: #9d9d9d; border: 1px solid #00B5D9; font-size: large; padding: 2px 5px; border-radius:5px;	-moz-border-radius: 5px; -webkit-border-radius: 5px;}

.content-cont-shop-pack-table { width:860px; display:block; margin: 10px auto;  border:none; border-collapse: collapse;}

.content-cont-shop-pack-table tr { vertical-align:top; }

.content-cont-shop-pack-table td { width:286px; text-align: center; padding: 20px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; line-height: 1.1;}
.content-cont-shop-pack-table tr td:nth-child(3) {border-right: none;}
.content-cont-shop-pack-table tr:last-child td {border-bottom: none;}


.content-cont-shop-choosemodal h3
{
    color: #6e2289;
}

.content-locateaccount-left {position: relative; float: left; width: 660px; margin-right: 8px;}
.content-locateaccount-right {position: relative; float: left; width: 300px;}
.content-locateaccount-left-find {margin: 0; padding: 0; -moz-padding-start: 0; list-style-type: none;}
.content-locateaccount-left-find li {padding: 0; margin: 0 0 5px 0; -moz-padding-start: 0; display: block;float: left; clear: both;}
.content-locateaccount-left-find li p {width: 474px; display: block;}

.content-modal {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: none;
    left: -50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    position: absolute;
    top: 150px;
    max-width: 700px;
    z-index: 5;
    border-radius:10px;	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.content-modal-cover,.content-modal-cover-shop,.global-modal-cover  {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: none;
    height: 1500px;
    opacity: 0;
    position: absolute;
    top: -48px;
    width: 100%;
    z-index: 100;
}
.content-modal-cover {position: fixed;background-color:grey;opacity:0.7;}
.content-modal.changepassword {width:300px; left: 0px; top: 200px;z-index:101;}
.content-modal.locate {width:300px; left: 0px; top: 100px;z-index:101;}
.content-modal.changeemail{width:380px; left: 0px; top: 100px;z-index:101;}
.content-modal.subscribe-newsletters {z-index:101;position:fixed;margin:auto;transform: translate(-50%,-50%);top:50%;left:50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform: translate(-50%,-50%);padding:8px;}
.content-modal.subscribe-newsletters >div {padding:20px;}
.content-modal.subscribe-newsletters input { width:300px;}

.global-modal-cover {
    z-index:100; background-color:grey;opacity:0.7; /*for ADA and SFR*/
}

.content-cont-baby-gallery-right-top-social-close {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 20px;
}

.content-account tr td {
    font-size: 11px;
    line-height: 19px;
    padding-bottom: 10px;
}
.content-account2 tr td {
    font-size: 11px;
    padding-bottom: 10px;
}

.content-account-txtfld-short {
    color: #333333;
    font-size: 11px;
    height: 20px;
    line-height: 19px;
    width: 50px;
}


.content-account-txtfld-medium {
    color: #333333;
    font-size: 11px;
    height: 20px;
    line-height: 19px;
    width: 200px;
}


.content-account-mombassador table tr td {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 3px 4px 0px;
}
.content-account-mombassador p { margin-top:1px; padding:1px 0; width:100% !important;}
.content-mombassador-left {width: 335px;margin-left: 5px 5px 5px 20px;float: left;}
.content-mombassador-right {width: 600px; margin-left: 20px; padding: 5px 10px 10px 5px; min-height: 400px; float: right}
.content-mombassador-right .next-div {float: right; clear: both !important; color: lightgray; bottom: 20px !important; margin-top:10px; right: 20px;font-weight:bold}
.content-mombassador-main-cont{ width: 330px; min-height: 451px; height: auto !important; overflow: auto; background-color: #E884B0; background-image: url(/app_Themes/mom365/images/backgrounds/mombassador.png); background-repeat: no-repeat;} 
.content-mombassador {float:left; width:100%;}
.content-mombassador div input {height: 30px; line-height: 30px; color: #000000; border: 0.5px solid #6E2289; border-radius:7px; padding:0px !important; border-color:white; border-left-width:3px !important;}
.content-mombassador-row div {margin:0px 0px 2px 0px;}
.content-mombassador-row div p {color:#FFFFFF !important;line-height: 12px !important;padding-bottom: 1px; font-size:12px; clear:both !important; font-weight:bold !important; margin :1px 0;}
.content-mombassador-row span {margin-top:1px !important;margin-bottom:1px !important;}
.content-mombassador-row {width: 100%; clear: none;min-width: 300px; clear:none;padding-bottom:2px; margin-left:5px;margin-right:20px;}
.content-mombassador-row .email-div {clear: both; margin-left:30px; padding-bottom:2px !important; margin-right:2px;line-height:34px; height:34px; margin-bottom:0 !important; }
.content-mombassador-row .email-div input {line-height:30px; height:30px;}
.content-mombassador-row .email-div-err {clear: both; float: left; max-width: 100%; padding-bottom:10px;color:white !important}
.content-mombassador-submit {clear: both; padding-bottom:10px; text-align:center; margin-bottom:15px;min-height:40px;}
.content-mombassador-submit div { min-height:15px; margin-top:0px;margin-bottom:5px !important;}
.content-mombassador-submit a {  float:right; }
.content-mombassador-submit a:hover {background-color:#787B7E;}
.content-mombassador-submit div p {color:#FFFFFF !important;line-height: 12px !important;padding-bottom: 1px; font-size:12px; clear:both !important; font-weight:bold !important; margin :1px 0;}
.content-account-graybox {position: relative; float: left; width: 310px; margin-right: 10px; background: #f3f3f3; padding: 20px;}
.content-account-darkgraybox {position: absolute; top: 0; left: 0; z-index: 90; width: 250px; padding: 25px 50px;
								background: #666; color: #fff;}

.content-account-imgthumbnail {padding: 5px; background-color: #fff; border: 1px solid #ddd;}
.content-account-choose { position:absolute; width:225px; height:55px; z-index:100; left: 140px; top: 80px;}
.content-account-parentsmsg {width: 610px; height: 90px; border: 1px solid #ddd;}
.content-account-guestmsg {position: relative; float: left; clear: both; width: 650px; padding-bottom: 15px; 
							margin-top: 15px; border-bottom: 1px solid #ddd;}
							
.content-cont-overlay-close-orange  {position: absolute; top: -10px; right: -15px; cursor: pointer; border: 2px solid transparent; border-radius:50%;	-moz-border-radius: 50%; -webkit-border-radius: 50%;}
.content-cont-overlay-close-orange a{background: url('/images/mom365/icons/desktop-shopping-sprite.png') no-repeat -88px -106px; width: 31px; height: 31px; display:inline-block; margin: 0 !important; padding: 0 !important;}
.content-account-phototable td ul.global-loose-ul li {margin-right: 40px;}

.content-account-phototable-selectcoverphoto {position: absolute; top: 40px; left: 0; width: 660px; background: #666; z-index:150; padding-bottom:10px;}
												
.content-account-phototable-selectcoverphoto ul.global-loose-ul li:first-child {width: 600px; color: #fff; font-size:14px; cursor: none; padding: 12px; background: #666; margin-top:0;}

.content-account-phototable-selectcoverphoto ul.global-loose-ul li {margin: 8px 8px;}

.content-account-phototable-selectcoverphoto ul.global-loose-ul li a {display:block; float: left; padding: 12px; background: #666;} 

.content-account-phototable-selectcoverphoto ul.global-loose-ul li a:hover {background: #292929;}

.content-account-phototable-selectcoverphoto ul.global-loose-ul li a.photoselect {background: #292929;}

.content-account-phototable-selectcoverphoto ul.global-loose-ul li a.photoselect:hover {background: #292929;}

.content-cont-left .content-cont-module {margin-left: 0px;}

.content-cont-right-right .content-cont-module {position: relative; float: left; padding: 6px 10px 10px 10px; background: #fff; border: 1px solid; clear: both; margin-bottom: 20px;}

.content-cont-module {
    margin-top:10px;
    margin-bottom: 10px;
}
.homewhite {
    margin-top:10px;
    margin-bottom: 0px !important;
}
.content-cont-module-homepage{
    padding-bottom:5px;margin-top: 1px;width:auto;border-bottom: 0px;margin-left: -30px;margin-bottom:5px !important;
}
.content-cont-module.graybrdr {border-color: #ddd;}
.content-cont-module.bluebrdr {border-color: #90d6e9;}
.content-cont-module.graybg {background: #f3f3f3;}
.content-cont-module.graybg .global-borderbottompadding {padding-bottom: 5px; margin-bottom:5px;}

.content-cont-module-nav ul {margin: 0; padding: 0; -moz-padding-start: 0; margin-left: -5px;}
.content-cont-module-nav ul li {list-style-type: none; padding-left: 0; margin-left: 0;}

.content-cont-left .content-cont-module {width: 210px;}
.content-cont-right-right .content-cont-module {width: 150px;}

.content-cont-right-middle {position: relative; float: left; width: 445px; padding-right: 10px;}

.content-cont-right-right {position: relative; float: left; width: 170px;}

.content-cont-right-share {position: absolute; width: auto; right: 0px; top: 0px;}

.content-cont-right-share nav ul {margin: 0; padding: 0; -moz-padding-start: 0; float: left;}
.content-cont-right-share nav ul li {list-style-type: none; float: left; margin: 0 4px 0 0; padding: 0; width: 16px; height: 16px;}

.content-news-byline {position: relative; display: block;color: #9d9d9d; margin: -3px 0 10px 0; clear: both;}

.content-cont-baby-right {position: relative; float: left; width: 290px;} 
.content-baby-content-txtfld {width: 266px; height: 15px; line-height: 19px; color: #333;}					
.content-baby-content-txtarea {width: 266px; height: 75px; line-height: 19px; color: #333;}					
@media screen and (-webkit-min-device-pixel-ratio:0){.content-subheader {width: 922px; position: relative; margin-top: 9px; top: 0; margin-bottom: 11px;}}

.content-subheader-home-findbaby, .content-subheader-home-findbaby2, .content-subheader-baby-customize, .content-subheader-baby-customize2
	{position: absolute; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #fff;
	height: 30px; text-align: center; line-height: 30px; font-size: 14px; cursor: pointer;
	background-color: /*#4c1e0e;*/rgba(76, 30, 14, 0.7); z-index: 5; top: 0; right: 0; background-repeat: no-repeat;
	background-image: url(images/backgrounds/buttons/btn-expand.png);}
	
.content-cont-baby-gallery {margin-bottom: 10px;  padding: 48px 9px 9px 9px; height: auto;}
	
.content-subheader-homeBaby {position: relative; width:950px; height:30px; top:40px; left:0px; margin-left:9px; line-height: 30px;
							z-index: 7; background: #6e2289; clear:both;}
		
.content-subheader-homeBaby h1 {font-size: 18px; margin-left: 10px; color: #fff;}
	/*-----	END Baby Page ----*/
	
.content-cont-faq-list {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 28px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.content-cont-faq-list li {
    background-color: #F3F3F3;
    font-size: 12px;
    font-weight: 700;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 2.5px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 2.5px;
    width: 655px;
}

.content-cont-faq-ans {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.content-cont-faq-ans li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 640px;
}

.content-locateaccount-left h2 {font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 24px; color: #e040b0; font-weight: 700;}

.content-signin-txtfld {width: 240px; height: 20px; line-height: 19px; color: #9d9d9d; border: 1px solid #ddd;}

.content-management-left {
    float: left;
    margin-right: 10px;
    position: relative;
    width: 140px;
}

.content-management-right {
    float: left;
    position: relative;
    width: 500px;
}

.content-management li {
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}

.content-management {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-left-ltr-source: logical;
    padding-right: 0;
    padding-right-rtl-source: logical;
    padding-start-value: 0;
    padding-top: 0;
}

/*-----Nursery-----*/
.content-cont-nursery {
	width:920px;
	padding:0px;
	margin:0px;
	margin-top:-10px;
	background-repeat: no-repeat;	
}
.content-cont-nursery_search_cont {
	height:inherit;
}


.content-cont-nursery-txtfld_name {
	width: 195px;
	height: 23px;
	line-height: 22px;
	color: #333;
	font-size:12px;
	padding:0px 0px 0px 8px;
}
.content-cont-nursery-txtfld_hosp {width: 115px; height: 20px; line-height: 19px; color: #333; font-size:12px;
	padding:0px 0px 2.5px 8px;}
.content-cont-nursery-txtfld_hosp_state {
      width: 125px;
      height: 20px;
      line-height: 25px;
      color: #333;
      font-size: 11px;
      /*margin-top:2px;*/
      /*padding-top: 5px;*/
      /*padding:3px 0px 0px 3px;*/
}

select.content-cont-nursery-txtfld_hosp_state {height: 25px; padding: 5px 1px 5px 0;}

:root .content-cont-nursery-txtfld_hosp_state {padding-top:0px \0/IE9;}
:root .content-cont-nursery-txtfld_hosp_state {padding-bottom:0px \0/IE9;}

.content-cont-nursery-txtfld_bbd {
	width: 125px;
	height: 23px;
	line-height: 22px;
	color: #333;
	font-size:12px;
	padding:0px 0px 0px 8px;
}
	
.content-cont-nursery_prvw_pw_txtfield {width:135px; height:18px; float:left; margin-right:10px; line-height: 19px;	

color: #333; font-size:12px; padding:0px 0px 2.5px 8px;}

.content-cont-nursery_prvw_lastname_txtfield {width:70px; height:18px; float:left; margin-right:10px; line-height: 19px;	

color: #333; font-size:12px; padding:0px 0px 2.5px 8px;}

.dataTable tr.highlight td{background: #f3f3f3; border:#dddddd solid 1px; border-top:none; }

.dataTable tr.selected td{background: #a5e4f3; margin-top:5px; font-weight:bold; border-bottom:none;color:#373737; border-right:#FFF solid 3px;}

.dataTable tr.selected td.content-cont-nursery-results-table_state {border-right:none; border-bottom:none;}

.dataTable tr.clickable td { cursor:pointer; }

.content-cont-nursery-results-table_pw { width:100%; margin-left:15px; float:left; }

.content-cont-nursery-results-hospital-table_pw { width:490px; margin-left:15px; float:left; }

.content-cont-nursery-results-table_pw ul li { list-style:none; float:left; padding-left:0px; margin-left:0px; }

.content-cont-nursery-results-hospital-table_pw ul { padding:0px; margin:0px; }

.content-cont-nursery-results-hospital-table_pw ul li { list-style:none; float:left; }

.content-cont-nursery-results-table_baby { width:330px; margin-left:15px; float:left; padding-bottom:7px; }

.content-cont-nursery-results-table_baby img { float:left; width: 100px;}

.content-cont-nursery-results-table_baby span {float:left; margin-left:15px; margin-top:18px; }

.content-cont-nursery-results-table_baby_name {color:#6f311a; font-size:20px; }

.content-cont-nursery-results-table_baby_details {margin-top:18px; float:left; display:block; margin-left:-4px; }

.content-cont-nursery-results-table_baby_details a {font-weight:normal;}

.content-cont-nursery-results-table_baby_details_but { float:right; vertical-align:bottom; margin-top:100px; margin-right:10px; }

.content-cont-nursery-results-hospital-table_baby { width:270px; margin-left:15px; float:left; padding-bottom:7px; }

.content-cont-nursery-results-hospital-table_baby img { float:left; }

.content-cont-nursery-results-hospital-table_baby span {float:left; margin-left:15px; margin-top:18px; }

.content-cont-nursery-results-hospital-table_baby_name {color:#6f311a; font-size:20px; }

.content-cont-nursery-results-hospital-table_baby_details {margin-top:18px; float:left; display:block; margin-left:25px; }

.content-cont-nursery-results-hospital-table_baby_details a {font-weight:normal;}

.content-cont-nursery-results-hospital-table_baby_details_but { float:right; vertical-align:bottom; margin-top:-10px; margin-right:10px; }


.content-cont-nursery_search_cont {height: inherit;}

/*----Nursery Tabs ----*/
.content-cont-nursery_search_panel {
	background:#f3f3f3;
	color:#68727b;
	width:610px;
	height:250px;
	border:1px solid #ddd;
	position:relative;
	left: 0px;
	top: 10px;
}

.content-cont-nursery_search_panel_div {margin-left:8px; }


.content-cont-nursery_search_panel ul { padding:0px; margin:0px; }

.content-cont-nursery_search_panel li { list-style:none; float:left; margin:0px 3.5px 0px 0px; }

.content-cont-nursery_search_panel li .global-button-new {margin-top: -5px; margin-right: 10px;}

.content-cont-nursery_search_panel ul.idTabs a {
  display:block;
  padding:6px 14px;
  text-decoration:none!important;
  margin-left:0;
  color:#6e727b;
  background:#ddd;
  font-size:14px;
  font-weight:400;
  border:solid 1px #ddd;
  border-bottom:none;
}

li.content-cont-nursery_search_text_link  {
	font-size:10px;
}
li.content-cont-nursery_search_text_link a {
  display:block;
  padding:0px;
  background:none;
  border:none;
  font-size:10px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
}

li.content-cont-nursery_search_text_link a:hover {
  display:block;
  padding:0px;
  background:none;
  border:none;
  font-size:11px;
 
}

.content-cont-nursery_search_panel ul.idTabs a:hover {
  color:#6e727b;
  background:#ccc;
  
  }
.content-cont-nursery_search_panel ul.idTabs a.selected {
  margin-bottom:0;
  color:#6e727b;
  background:#fff;
  cursor:default;
  border:solid 1px #ddd;
  border-bottom:none;
  z-index:10;
  }


.content-cont-nursery_search_panel_display {
  padding:15px 0px 10px 40px;
  clear:left;
  background:#fff;
  border:solid 1px #ddd;
  border-top:none;
  margin-left:8px;
  width:552px;
  height:140px;  
}

.content-cont-nursery_search_cust_num_txtfield {
	width:250px;
	height:18px;
	float:left;
	margin-right:10px;
	line-height: 19px;
	color: #ccc;
	font-size:12px;
	padding:0px 0px 2.5px 8px;
}
/*Nursery Search Gallery*/
	
.content-cont-nursery_gallery_header { background-color:Transparent; width:100%; }

.content-cont-nursery_gallery div .panel #controls a {margin-top: -65px;}

.content-cont-nursery_gallery div .panel {width: 300px;}

/*Nursery Search Results*/
.content-cont-nursery-results-cont {
	width:920px;
	margin-top:-350px;
	float:left;

}

a.content-cont-nursery-results_sort {
	color:#717171;
	font-weight:bold;
}
a.content-cont-nursery-results_sort_selected {
	color:#2d589a;
	font-weight:bold;
}


.content-cont-nursery-results-table {
	width:920px;
}

content-cont-nursery-results-table_data {
	margin-top:15px;
}
.content-cont-nursery-results-table a {
	font-weight:bold;
}
.content-cont-nursery-results-table th {
	background-color:#f3f3f3;
	color:#6b747b;
	height:25px;
	padding-left:5px;
	border-right:#FFF solid 3px;
	font-weight:400;
	margin-top:10px;
}
.content-cont-nursery-results-table td {
	padding:7.5px 0px 7.5px 5px;
	border-bottom: 1px solid #ddd;
	
}
th.content-cont-nursery-results-table_dob  {
	width:145px;
	padding-left:20px;
	border-left:none;
}
td.content-cont-nursery-results-table_dob  {
	padding-left:20px;
	border-left:none;
}
.content-cont-nursery-results-table_mom {
	width:175px;
}
.content-cont-nursery-results-table_hosp {
	width:285px;
}
.content-cont-nursery-results-table_city {
	width:215px;
}
.content-cont-nursery-results-table_state {
	width:78px;
	border-right:none;
}
th.content-cont-nursery-results-table_state {
	border-right:none;
}
/*----Nursery Hospital ----*/
.content-cont-nursery-paging {
	color:#f78232;
	padding:20px 0px 20px 5px;
	font-weight:700;
}

.content-cont-nursery-hospital {
	width:920px;
	padding:0px;
	margin:0px;
	margin-top:-10px;	
}

.content-cont-nursery-hospital .content-cont-loginwidget-main {margin-left:0 !important;}
.content-cont-nursery-hospital .content-cont-loginwidget-main .content-cont-loginwidget {margin-left:0 !important;}
.content-cont-nursery_hospital_panel_left {
	width:600px;
	float:left;
	margin:30px 0px 0px 15px;
}

.content-cont-nursery_hospital_cont {
	width:600px;
	height:inherit;
}

.content-cont-nursery_hospital_name {
	font-size:24px;
	color:#a8006c;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.content-cont-nursery_hospital_description {
	width:280px;
	height:inherit;
	float:left;
}
.content-cont-nursery_hospital_description .content-cont-nursery_hospital_address span a{ padding:2px 0;float:left;
    }
.content-cont-nursery_hospital_logo {
	width:270px;
	height:inherit;
	float:right;
    text-align:right;padding-right:38px; padding-bottom:10px !important;
}

.content-cont-nursery_hospital_panel_right {
	float:right;
	width:300px;
	margin-top:15px;
}

.content-cont-nursery_hospital_panel_right_cust_search {
	width:300px;
	height:190px;
	background-color:#f3f3f3;
	float:right;
}
.content-cont-nursery_hospital_panel_right_cust_search-div {
	padding:15px 0px 0px 15px;
}
.content-cont-nursery_hospital_panel_right_cust_search h3 {
	font-size:15px;
	font-weight:normal;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.content-cont-nursery_hospital_panel_right_cust_search_txtfld {width: 165px; height: 18px; line-height: 19px; color: #ccc; font-size:12px; padding:0px 0px 2.5px 8px; float:left; margin-right:5px;}

.content-cont-nursery_hospital_panel_right_cust_search-div .global-button-new {margin-top: -5px;}
	
.content-cont-nursery_hospital_panel_right_hospital_image { 
	width:300px;
	height:250px;
	margin-top:20px;
	background-color:#f3f3f3;
	text-align:center;
	vertical-align:middle;	
}
.content-cont-nursery_hospital_panel_right_hot_names_cont { 
	width:300px;
	height:inherit;
	margin-top:20px;	
    margin-bottom: 5px;
}
.content-cont-nursery_hospital_panel_right_hot_names_cont_text {
	padding: 10px;
    border: solid gray 1px;
}

.content-cont-nursery-results-hospital-table_pw { width:490px; margin-left:15px; float:left; }

.content-cont-nursery-results-table_pw ul li { list-style:none; float:left; padding-left:0px; margin-left:0px; }

.content-cont-nursery-results-hospital-table_pw .global-button-new {}

.content-cont-nursery-results-hospital-table_pw ul { padding:0px; margin:0px; }

.content-cont-nursery-results-hospital-table_pw ul li { list-style:none; float:left; }

.content-cont-nursery-results-hospital-table_pw ul li .global-button-new {margin-top: -10px;}
.content-cont-nursery-results-hospital-table_pw ul li:first-child input {margin-right: 5px;}
.content-cont-nursery_hospital_panel_right_hot_names_cont h3 {
	font-size:22px;
	font-weight:700;
	padding:0px;
	margin:0px;
    margin-bottom: 10px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    text-align: center;
}
.content-cont-nursery_hospital_panel_right_hot_names_holder {
	width:260px;
	height:inherit;
	border-bottom:#ddd solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:-10px;
}
.content-cont-nursery_hospital_panel_right_hot_names_holder ol {
	line-height:4px;
	line-height:1;
	margin:0px;
	padding:10px 0px 10px 30px;
	
}

.content-cont-nursery_hospital_panel_right_hot_names_girl {
	color:#484b4d;
	float:left;
	border-right:#ddd solid 1px;
	width:125px;
	height:inherit;
	margin-left:20px;
}
.content-cont-nursery_hospital_panel_right_hot_names_boy {
	color:#484b4d;
	float:right;
}
.content-cont-nursery-hospital-filter_month {width: 90px; height: 22px; line-height: 9px; color: #ccc; font-size: 12px; padding:0px 0px 0px 3px;
	}
.content-cont-nursery-hospital-filter_date {width: 60px; height: 22px; line-height: 9px; color: #ccc; font-size: 12px; padding:0px 0px 0px 3px;
	}
.content-cont-nursery-hospital-results-cont {width:600px; margin-top:25px;
}

.content-cont-nursery-hospital-results-table {width:600px; margin-top:10px; margin-left:-8px;
}
	
.content-cont-nursery-hospital-results-table a {font-weight:bold; 
}

.content-cont-nursery-hospital-results-table td.clickable a {color: #6e2289;}

.content-cont-nursery-hospital-results-table th {
	background-color:#f3f3f3;
	color:#3f4549;
	height:25px;
	padding-left:3px;
	border-right:#FFF solid 3px;
	font-weight:400;
}
.content-cont-nursery-hospital-results-table td {
	padding:7.5px 0px 7.5px 5px;
	border-bottom: 1px solid #ddd;
	
}
th.content-cont-nursery-hospital-results-table_dob  {
	width:110px;
	padding-left:10px;
}
td.content-cont-nursery-hospital-results-table_dob  {
	padding-left:10px;
}
.content-cont-nursery-hospital-results-table_mom {
	width:140px;
}
.content-cont-nursery-hospital-results-table_hosp {
	width:177px;
}
.content-cont-nursery-hospital-results-table_city {
	width:120px;
}
.content-cont-nursery-hospital-results-table_state {
	width:52px;
}

.content-cont-nursery h2 {color: #6d2287;}

.content-cont-choosetags {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #E6E6E6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #E6E6E6;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #E6E6E6;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #E6E6E6;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
}

.content-cont-choosetags ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-left-ltr-source: logical;
    padding-right: 0;
    padding-right-rtl-source: logical;
    padding-start-value: 0;
    padding-top: 0;
}


.content-cont-choosetags ul li {
    list-style-type: none;
    padding-left-ltr-source: logical;
    padding-right-rtl-source: logical;
    padding-start-value: 0;
}


.content-cont-aboutauthor-info {
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.content-cont-aboutauthor-info h2 {color: #4c306b;}


.content-cont-main-features {
    clear: both;
    float: left;
    height: 248px;
    margin-bottom: 10px;
    position: relative;
    width: 640px;
    z-index: 4;
}

#slideshow.content-cont-main-features {width: 640px;}

#slideshow.content-cont-main-features .content-home-feature-imgdiv {width: 640px;}

#slideshow.content-cont-main-features .content-home-feature-imgdiv .featureheader2 {font-weight: bold; color: #fff;}

#slideshow.content-cont-main-features .content-cont-main-feature-overlay2 table tr td {padding-left: 5px;}

#slideshow-features.content-cont-main-features {width: 640px;}

#slideshow-features.content-cont-main-features .content-home-feature-imgdiv {width: 640px;}

#slideshow-features.content-cont-main-features .content-home-feature-imgdiv .featureheader2 {font-weight: 700; color: #fff;}

#slideshow-features.content-cont-main-features .content-cont-main-feature-overlay2 table tr td {padding-left: 5px;}

.content-cont-main-feature-overlay {position: absolute; top: 0; right: 0; width: 210px; height: 248px; background: /*3b5d05*/rgba(59, 93, 5, 0.8); z-index: 6; font-size: 16px; color: #fff;}
									
									.content-cont-main-feature-overlay table {width: 210px;}
									.content-cont-main-feature-overlay td {width: 160px; height: 224px; padding: 0 25px;}
									
									.content-cont-main-feature-overlay a:link,
									.content-cont-main-feature-overlay a:visited,
									.content-cont-main-feature-overlay a:active {color: #fff;}
									
									.content-cont-main-feature-overlay a:hover {font-weight: 400; text-decoration: underline;}
									
									.content-cont-main-feature-overlay a:hover .featureheader {text-decoration: underline;}
									
									#nav.blog+#slideshow.content-cont-main-feature .content-home-feature-imgdiv {width: 640px !important;}

                                    #nav.blog+#slideshow-features.content-cont-main-feature .content-home-feature-imgdiv {width: 640px !important;}

#nav.blog {position: absolute; display: block; top: 224px; right: 14px; z-index: 7; margin:0; padding:0; -moz-padding-start:0; height: 12px;}

#nav.blog li {
	width: 12px;
	height: 12px;
	float: left;
	list-style: none;
	display: inline-block;
	margin:0;
	padding: 0;
	margin-left: 4px;
	background-image: url(images/buttons/featurenavbtn.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 8;
	border:none !IMPORTANT;
}

#nav.blog li:first-child {margin-left: 0px;}

#nav.blog a {display:none; float: left; width: 12px; z-index: 9;}
#nav.blog a .secondary {display:none; float: left;}
/*#nav.blog li.activeLI { border:none; background-image: url(images/buttons/featurenavbtn-sel-mo.png); background-repeat: no-repeat; display: inline-block; float:left; width: 12px; height: 12px; margin-top:-1PX;}*/
#nav.blog a:focus { outline: none; display: none;}

#nav.blog {position: absolute; display: block; top: 24px; right: 350px; z-index: 7; margin:0; padding:0; -moz-padding-start:0; height: 12px;}

#nav.blog li {
	width: 14px;
	height: 14px;
	float: left;
	list-style: none;
	display: inline-block;
	margin:0;
	padding: 0;
	margin-left: 4px;
	/*background-image: url(images/buttons/featurenavbtn2.png);*/
    background:none repeat scroll 0% 0% #FFF;   
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 8;
}


#nav.blog li:first-child {margin-left: 0px;}

#nav.blog a {display:none; width: 12px; z-index: 9;}
#nav.blog a .secondary {display:none;}
#nav.blog li.activeLI {    
    -moz-border-radius: 10px/10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px/10px;
    border:solid 2px #fff !important; 
    width:10px;
	background: transparent;
    height:10px; display: block;}
#nav.blog a:focus { outline: none; display:none;}

#blogprev, #blognext {position: absolute; width: 52px; height: 98px; top: 110px; background-repeat: no-repeat; background-image: url(images/feature-nav-btn.png);
				cursor: pointer; font-size: 0; z-index: 99;}

#blogprev {left: 0px; background-position: 0px -98px;}
#blogprev:hover {background-position: 0px 0px;}
#blognext {right: 330px; background-position: 0px -196px;}
#blognext:hover {background-position: 0px -294px;}

.blog-prev{
    top: 100px !important;
}

.blog-next{
    top: 100px !important;
}


.content-cont-borderedinfo {position: relative; float: left; text-align: right; width: 100%; height: 33px; line-height: 33px; border: 1px solid #ddd; border-left: 0; border-right:0; color: #ec7929; margin-bottom:10px; font-size: 11px; padding-bottom: 1px;}
						
		.content-cont-borderedinfo a:link,
		.content-cont-borderedinfo a:visited,
		.content-cont-borderedinfo a:active,
		.content-cont-borderedinfo a:hover {color: #ec7929; font-weight: normal;}
						
						.content-cont-borderedinfo a:hover {color: #6a737b; text-decoration: none;} 
						
						.content-cont-hometabs {position: relative; float: left; display: block; margin: 0; padding: 0; -moz-padding-start: 0; width: 640px; z-index: 96;}

aside.content-cont-rail .content-cont-hometabs {width: 300px;}

.content-cont-hometabs li {list-style-type: none; display: inline; position: relative; float: left; display: block; width: 156px; height: 40px; padding: 0; margin: 0; margin-left: 5px; z-index: 97;}
							
aside.content-cont-rail .content-cont-hometabs li {width: 130px; height: 26px; margin-left: 2px;}

.content-cont-hometabs li:first-child {margin-left: 0px; /*width: 155px;*/}

.content-cont-hometabs li:first-child a {width: 155px;}

aside.content-cont-rail .content-cont-hometabs li:first-child a {width: 147px;}

.content-cont-hometabs li a:link,
.content-cont-hometabs li a:visited,
.content-cont-hometabs li a:active,
.content-cont-hometabs li a:hover
	{position: absolute; display: block; z-index: 98; top: 0; left: 0; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; font-size: 12px; color: #6f321c; background: #a4e4f2; /*width: 156px;*/ height: 40px; text-align: center; line-height: 39px; text-decoration: none; border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 4px solid #fff; text-transform: uppercase;}
		
aside.content-cont-rail .content-cont-hometabs li a:link,
aside.content-cont-rail .content-cont-hometabs li a:visited,
aside.content-cont-rail .content-cont-hometabs li a:active,
aside.content-cont-rail .content-cont-hometabs li a:hover	{width: 149px; height: 26px; line-height: 26px; font-size: 17px; border-top-width: 2px;}
		
		.content-cont-hometabs li a:hover {font-weight: normal;}

.content-cont-hometabs li.selected a:link,
.content-cont-hometabs li.selected a:visited,
.content-cont-hometabs li.selected a:active,
.content-cont-hometabs li.selected a:hover {background: #fff; border-color: #a4e4f2; border-bottom-color: #fff; height: 43px;}

aside.content-cont-rail .content-cont-hometabs li.selected a:link,
aside.content-cont-rail .content-cont-hometabs li.selected a:visited,
aside.content-cont-rail .content-cont-hometabs li.selected a:active,
aside.content-cont-rail .content-cont-hometabs li.selected a:hover {height: 28px; width: 148px;}

.content-cont-hometab-content {position: relative; float: left; width: 618px; background: #fff; border: 1px solid #a4e4f2; margin-top: 6px; padding: 10px; display: none; z-index: 2;}
								
aside.content-cont-rail .content-cont-hometab-content {width: 279px; margin-top: 3px; background: url(images/bg-swirly.gif) no-repeat bottom right;}

@media screen and (-webkit-min-device-pixel-ratio:0){
					.header header {width: 960px;}
					.content-navcontainer {width: 928px;}
					nav.main ul li a:link, nav.main ul li a:visited, nav.main ul li a:hover,
					nav.main ul li a:active {margin: 0; padding: 2px 13px 0px 12px;}
					nav.main ul li:first-child a:link, nav.main ul li:first-child a:visited, nav.main ul li:first-child a:hover,
					nav.main ul li:first-child a:active {padding-left: 15px;}
					.content-cont-main {width: 608px;}
					.content-cont-right {margin-top: 10px;}
					.content-cont-right.archive .content-cont-right {margin-top: 0px;}
					.content-cont-main-feature {width: 620px;}
										/*.content-cont-main-feature-overlay, .content-cont-main-feature-overlay2 {height: 240px;}*/
					/*#nav, #nav.blog {top: 214px;}*/
					.content-cont-hometabs {width: 622px;}
					.content-cont-hometabs li {width: 150px;}
					.content-cont-hometabs li:first-child a {width: 150px;}
					.content-cont-hometab-content {width: 598px;}
				}
								
.content-cont-blogpost {position: relative; float: left; width: 100%; padding-bottom: 20px; border-bottom: 1px solid #ddd; margin-bottom: 20px;}
								
		.content-cont-blogpost p {padding-bottom: 11px; line-height: 14px;}
								
.content-cont-blogpost-img {float: left; border: 1px solid #ddd; margin-right: 10px;}

.content-cont-blogpost-tags {position: relative; float: left; margin: 0; padding: 0; -moz-padding-start: 0; margin-top: 15px;}
.content-cont-blogpost-tags li {position: relative; float: left; display: inline-block; margin:0; padding:0; margin-left: 10px;}
.content-cont-blogpost-tags li:first-child {margin-left: 0px;}

.content-cont-blogpost-tags li a:link,
.content-cont-blogpost-tags li a:visited,
.content-cont-blogpost-tags li a:active,
.content-cont-blogpost-tags li a:hover {display:block; height: 18px; line-height:17px; padding: 0 10px; font-size:11px; color: #6cb1c4;
										border: 1px solid #6cb1c4; font-weight: normal; background-color: #fff;}
										
										.content-cont-blogpost-tags li a:hover {background-color: #6cb1c4; color: #fff; text-decoration: none;}
										
.content-cont-blogpost-commentshare {display:block; position: relative; width: 290px; float: left;}
										
.content-cont-blogpost-share {position: absolute; left: 70px; bottom: -42px; width: 181px; height: 68px; line-height: 86px; text-align: center; background: url(images/bg-blog-share.png) no-repeat top; z-index: 99; display: none;}

.global-button-new {behavior: url(css/pie.htc);}
	.global-button-new.cancel {background-color: #A9ACAF;}

.content-cont-blogpost h2 {color: #6E2289; font-size: 24px; line-height: 24px;}

.content-sitemap {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.content-sitemap-leftColwrap {
    float: left;
    margin-right: -70px;
    position: relative;
    width: 225px;
    z-index: 0;
}


.content-sitemap-leftCol {
    margin-right: 10px;
    width: 195px;
}


.content-sitemap ul {
    line-height: 7px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.content-sitemap li {
    font-size: 11px;
}


.content-sitemap ul {
    line-height: 7px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.content-sitemap-liIndent li {
    line-height: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 10px;
    padding-left: 15px;
}

.content-sitemap-midColwrap {
    float: left;
    margin-left: 50px;
    position: relative;
    width: 205px;
    z-index: 2;
}

.content-sitemap-midCol {
    margin-left: 20px;
    width: 180px;
}


.content-sitemap-rightColwrap {
    float: left;
    margin-left: 0;
    position: relative;
    width: 225px;
    z-index: 1;
}

.content-sitemap-rightCol {
    margin-left: 10px;
}

.content-account-subscribeleft {
    display: inline-block;
    float: left;
    position: relative;
    width: 120px;
}

.content-account-subscriberight {
    display: inline-block;
    float: left;
    position: relative;
    width: 520px;
}

ul.social span.stButton 
{
    margin:2.5px 5.5px 0px 5px !IMPORTANT;
}
ul.social span.stButton .chicklets 
{
    padding-right:5px !IMPORTANT;
}

.content-account-subscriberight+div+div+div.content-account-graybox+div+div+table tr td+td .global-button-new {background-color: #A9ACAF;}
 
.content-cont-dotbg-lg-sm-med .content-modal-inner h2 
{
    background:transparent !IMPORTANT;
}
.content-cont-home-seesign a
{ 
color: #FFF !IMPORTANT;
}

.lnkbtnSignIn {height: 30px !IMPORTANT; vertical-align:middle !IMPORTANT; text-align:center !IMPORTANT; color:#fff; font-size: 14px; padding-top: 0; padding-bottom: 0; border-width: 0px;} 

li.social span.stButton 
{
    margin:15px 5px!IMPORTANT;
}
li.social span.stButton .chicklets 
{
    padding-right:15px !IMPORTANT;
}
.stButton .facebook { 
background-image: url("images/icon-fb.png") !IMPORTANT; cursor:pointer; width:100px; padding-right:15px !IMPORTANT;
} 

.stButton .twitter { 
background-image: url("images/icon-twitter.png") !IMPORTANT; cursor:pointer; padding-right:15px !IMPORTANT;
} 

.stButton .google_bmarks { 
background-image: url("images/icon-google.png") !IMPORTANT; padding-right:15px !IMPORTANT;
} 

.stButton .pinterest { 
background-image: url("images/icon-pinterest.png") !IMPORTANT ; cursor:pointer; padding-right:15px !IMPORTANT;
} 

.stButton .email { 
background-image: url("images/icon-email.png") !IMPORTANT; cursor:pointer;
} 

.stButton .chicklets { 
background-repeat: no-repeat; 
display: none; 
font-family:'Montserrat', Helvetica,sans-serif; 
font-size: 0px; 
line-height: 16px; 
padding-left: 23px !IMPORTANT; 
padding-bottom: 1px !IMPORTANT; 
white-space: nowrap; 
margin:0px !IMPORTANT; 
/*width: 20px !IMPORTANT; */
height: 30px !IMPORTANT; 
}

.stButton .chicklets:hover
{
    
}

.myaccountsignoutbtn {
	width: 299px;
	height: 88px;
	float: left;
	position: relative;
	background: url("images/general/myaccount-signout.gif") no-repeat;
	background-color: transparent;
}

.myaccountsignoutbtn-cont {
	width: 225px;
	color: #d10065;
	padding: 18px 10px 10px 64px;
	font-size: 18px;
	float: left;
	position: relative;
}

.content-cont-right p {width: 97%;}

.myaccountsignoutbtn-cont-links {color: #9d9d9d; font-size: 10px;}

.myaccountsignoutbtn a:link,
.myaccountsignoutbtn a:visited,
.myaccountsignoutbtn a:active,
.myaccountsignoutbtn a:hover {color: #7b4cbb; font-size: 10px;}

	
.global-formfld-regular {
    font-size: inherit;
}

.global-txtfld-default {
    color: #9D9D9D;
}

.global-slightlybig {font-size: 13px;}
.global-slightlybigger {font-size: 14px;}
.global-big {font-size: 16px;}
.global-small {font-size: 11px;}
.global-smaller {font-size: 10px;}

.global-loose-ul {margin: 0; padding: 0; display: inline; float: left;}

.global-loose-ul li {display: block; float: left; elevation: higher;}

.global-button-new{position: relative; display: inline-block; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #fff; font-size: 12px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 0 11px; line-height: normal; vertical-align: middle; cursor:pointer; font-weight: 700; background-color: #0f6076;}
				
a.global-button-new
			{color: #fff; text-decoration: none;border: 0; padding-top: 0px; padding-bottom: 0px; margin-top: 5px; margin-bottom: 5px; font-size: 11px; height: 30px; font-weight: 700; 	
			line-height: 30px; font-family: 'Montserrat', Arial,Helvetica,sans-serif;}
			
			.content-cont-baby-gallery-right-top > a.global-button-new {margin-top: 0px; height: 22px; line-height: 21px;}
			
input.global-button-new {border: 0; padding-top: 0px; padding-bottom: 0px; margin-top: 5px; margin-bottom: 5px; font-size: 10px; height: 30px; line-height: 30px; font-weight: 700; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.global-raspberry {color: #E040B0;}

.global-pad5btm {padding-bottom: 5px;}

.global-nobtmpadding {padding-bottom: 0;}

.global-borderbottompadding {
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    float:left;
    font-size: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.global-halfborderbottompadding {
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    margin-bottom:2px;
    position: relative;
    width: 50%;
}


.global-bordertoppadding {
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    float:left;
    font-size: 0;
    margin-top: 15px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.global-bordertoppadding {
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    float:left;
    font-size: 0;
    margin-top: 15px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.global-arrowlist {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-left-ltr-source: logical;
    padding-right: 0;
    padding-right-rtl-source: logical;
    padding-start-value: 0;
    padding-top: 0;
}


.global-arrowlist li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.overflow_hidden {
    overflow:hidden;
 }


/*--Popup Modal--*/


.global-clicktomodal {cursor: pointer;}

.global-overlay .global-modal
{
    width: 800px;
    margin: 180px auto;
    background-color: #FFFFFF;
    border: 1px solid #000;
    padding: 1px;
    text-align: center;
    border: 1px solid #CDCDCD;
}

.content-modal-new {position: absolute; left: 0; top: 0; width: 100%; height: 200%; background: rgba(255, 255, 255, 0.7); z-index: 100;
					display: none; opacity: 0.0;}
.content-modal-new .content-modal-inner {height:auto;min-height:210px;}
.signInWgt .content-modal-inner {height:auto !important;}
.content-modal-inner  {
	position: relative;
    width: 520px;
	height: 210px;
	margin: 0 auto;
	padding: 15px;
	z-index: 101;
	background: #ffffff;
	border: 1px solid #4267be;
}
 
.content-modal-inner-close {position: absolute; float: left; top: 10px; right: 10px; height: 22px; color: #7b4cbb; line-height: 22px; font-weight: bold; cursor: pointer;}
.content-modal-inner-closebtn {position: relative; float: right; margin-left: 5px; width: 22px; height: 20px; font-size: 11px; color: #fff; font-weight: bold;
								background-color: #7b4cbb; border: 1px solid #fff; text-align: center; line-height: 20px;
								border-radius: 20px;
								-moz-border-radius: 20px;
								-webkit-border-radius: 20px;}

a.close-modal span {background:url('/images/mom365/icons/desktop-shopping-sprite.png') no-repeat -88px -106px; width: 31px; height: 31px;;float:right;margin-top:-16px;margin-right:-16px;cursor:pointer;}
.content-cont-tweets li    
{

    display: block;
    border-top: 1px solid rgb(230, 231, 232);
    position: relative; 
    margin-top: -5px;  
    margin-bottom:1px; 
    font-family: 'Montserrat', Arial,Helvetica,sans-serif;
    font-size: 10px;
	font-weight: 400;
    line-height: 13px;
    text-overflow: ellipsis;
    list-style: none;
}

.blogspot-signingin
{
    width: 63px;text-align: center;vertical-align:middle;height:13px; padding-top:6px; font-size:13px;font-weight:700;margin-top: -12px;
}
.myaccount_phone_type {font-size:10px;}
.myaccount_phone_type span label {vertical-align:middle;padding-bottom:8px;padding-top:0px;padding-right:20px;}

/* Articles */
.sitecore-body {padding-bottom: 30px;}
.sitecore-article-body{padding: 0px 30px;}
.sitecore-article-body p {font-size: 17px; line-height: 1.5;}
.sitecore-article-body h1, 
.sitecore-article-body h2, 
.sitecore-article-body h3, 
.sitecore-article-body h4, 
.sitecore-article-body h5, 
.sitecore-article-body h6 {	
	clear: both;
	line-height: 1;	
}

.sitecore-article-body h1 {line-height:1.2; font-size: 36px;}
.sitecore-article-body h2 {font-size: 22px; padding: 20px 0px 5px;}
.sitecore-article-body h3 { font-size: 20px; padding: 10px 0px 20px;margin: 0;color: #666766;}
.sitecore-article-body h4 { font-size: 20px; margin: 10px 0; }
.sitecore-article-body h5 { font-size: 18px; margin: 10px 0; }
.sitecore-article-body h6 { font-size: 16px; margin: 10px 0; }

.sitecore-article-body li {font-family: Arial, Helvetica, sans-serif; font-size: 17px;}
.sitecore-article-body ol, 
.sitecore-article-body ul { padding: 0 0 0 20px; }
.sitecore-article-body ul { list-style-type: circle; }
.sitecore-article-body nav ul, .sitecore-article-body nav ol { list-style: none; list-style-image: none; }
.sitecore-article-body li > ul, li > ol { margin: 0; }

figure {text-align: center;}
figcaption {font-size: 11px; }


.sitecore-article-body img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	max-width: 100%;
	margin: 10px 5px 10px 5px;
	vertical-align: middle;
	align-content:center;
}

.sitecore-article-body table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;    
    line-height: 1.6;
    margin: 0 0 10px 0px;
    width: 100%;
    font-size: 14px;
}

.content-cont-articles-title
{    
    margin-bottom:10px;    
    clear: both; 
    line-height: 110%; 
}

.content-cont-articles-subtitle
{
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    margin-bottom:5px;
    color: #484847; 
    clear: both; 
    line-height:100%;
    font-style: normal;
}


.top-articles-title {
    color: #4c306b;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serit;
}


.top-articles {
    padding-top: 20px;
    margin: 30px 0;
    padding-left: 10px;
}

.top-articles a {
    color: #6b478f;        
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.top-articles a:hover{color:#a8006c;}

.top-articles > div {
    display: table;
    width: 100%;
}
.top-article1 {
    width: 100%;    
    display: block;
    position: relative;        
}
.top-article1 img {
    width: 100%;
    height: auto;
    display: none;
}

.top-article1 label {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    background: rgba(107,71,143,0.8);
    color: #fff;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;    
    max-width: 70%;
    cursor: pointer;
    font-family: 'Montserrat', sans-serit;
}

.top-article {
    width: 100%;
    height: 175px; 
    display: none;        
}

.top-article-title {        
    display: block;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serit;
}

.top-article2, .top-article4 {
    float: left;
    width: 49%;
    display: inline-block;
}

.top-article3, .top-article5 {
    float: right;
    width: 49%;
    display: inline-block;
}

.top-article2, .top-article3 {
    margin: 15px 0;
}    


/* Social Media */
.socialmedia-heading-left { 
    color:white;
    float: left;
    width: 220px;
    overflow: hidden;
    font-family:'Montserrat', sans-serif;
    font-size:10px;
    margin-top: -4px;
}
.socialmedia-heading-middle { 
    color:white;
    float: none;
    overflow: hidden;
    display: table-cell;
    font-family:'Montserrat', sans-serif;
    font-size:10px;
}
.socialmedia-heading-right { 
    float: right;
    margin-top:-15px;
}
.socialmedia-heading
{
        width: 280px;
        padding-bottom:30px;
}


						
/** SubFooter **/

.subfooter {position: relative; clear: both; padding: 15px; height: 130px;}

.subfooter footer a:link, 
.subfooter footer a:visited, 
.subfooter footer a:active, 
.subfooter footer a:hover 
	{ font-size: 10.5px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; text-decoration: none;}
	.subfooter footer a:hover 
	{text-decoration: underline; font-weight: normal;}

.subfooter footer section {position: relative; float: left; width:55%;}

.subfooter footer section+section {position: relative; float: left; width: 15%;}

.subfooter footer section header {position: relative; height: 30px; font-weight: 700; font-size: 11px; 
								font-family: 'Montserrat', Arial, Helvetica, sans-serif; color:rgb(76,48, 107)}

.subfooter footer section.right {float: right; width: 15%;}

.subfooter footer section.right ul li { margin-bottom: 5px; }
.subfooter footer section.right ul li a img {float: left; display: inline-block; margin-right: 4px;}

.subfooter footer section  ul {
 
  margin: 0;
  padding-left: 13px;
}
.subfooter footer section li {
 
  margin: 0;
  padding-left: 10px;
}
.subfooter footer section ul:before, .subfooter footer section ul:after { content: ""; display: table; }
.subfooter footer section ul:after { clear: both; }
.subfooter footer section ul {
  margin: 0 0 30px;
  color: rgb(76, 48, 107);
}
.subfooter footer section li {
  
 padding: 0px 20px 1px 0px;line-height:13px;
float: left;
width: 140px;
}
.subfooter footer section li:nth-child(3n + 1) {
  clear: left;
}

.subfooter footer section li:nth-last-child(-n + 2):nth-child(2n + 1),
.subfooter footer section li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
  background: transparent;
}

.subfooter footer section+section ul li {width: auto;}

/*.subfooter footer section+section ul li:nth-child(6), 
.subfooter footer section+section ul li:nth-child(7), 
.subfooter footer section+section ul li:nth-child(8), 
.subfooter footer section+section ul li:nth-child(9) */


.subfooter footer section+section li:nth-child(1n + 1) {
  clear: left;
}

.subfooter footer section+section li:nth-last-child(-n + 2):nth-child(2n + 1),
.subfooter footer section+section li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
  background: transparent;
}

 

.subfooter footer section.subfooter-bottom {position: relative; width: 100%; font-size: 11px; clear: both;}
.subfooter footer section.subfooter-bottom-white {position: relative; width: 100%; font-size: 11px; clear: both; margin-top:20px; min-height:20px; font-weight:700;}
.subfooter footer section.subfooter-bottom-white a,section.subfooter-bottom-white a:link {font-weight:700;color:rgb(255,255,255)}
.subfooter footer section.subfooter-bottom {font-weight:700;color:rgb(255,255,255)}

span.subfooter-bottom-rightlinks {float: right; clear: right; display: inline-block;}
span.subfooter-bottom-rightlinks a {font-weight:700;color:rgb(255,255,255)}

.footer-bottom-white{width: 50%; float: left;}
.footer-bottom{width: 50%; float: right;}
section.footer-bottom-white a,section.footer-bottom-white a:link {color:rgb(255,255,255);text-transform: uppercase;}
section.footer-bottom a,section.footer-bottom a:link {color:rgb(255,255,255);text-transform: uppercase;}


/* Crawl Banner */
.crawl-banner-close {
position: fixed;
z-index: 101;
top: 49%;
right: 2%;
margin: 0px auto;
cursor: pointer;
 margin:0 auto;
display:none;
}
    
.crawl-banner {
position: fixed;
z-index: 100;
top: 50%;
right: 2%;
margin:0 auto;
display:none; 
}

.crawl-banner img{
width:160px;height:305px;
}

/*Short Forms */
  
.content-ddlfield-signup {
    height: 35px;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 95px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("/images/mom365/general/dropdown-arrow-purple.png") no-repeat scroll right 8px center;
    border-style: none;
    outline:none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}  

.shared-signup-div input
{
    display:none;
}

.content-modal-close { cursor:pointer;}
 

/* popup-generic*/
.popup-generic-content-modal {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: none;
    padding-top: 30px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    position: fixed;
    z-index: 100;
    margin: 0px auto auto;  
    top:0px;
}

.global-subtitle-default{font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; color: rgb(110, 34, 137);}
 
/* Ecommerce & Product*/
.line-breaker-med-dot {border-bottom-width:2px !important;border-bottom:dashed; font-size:12px;line-height:12px;}  
.line-breaker {width: 100%; color: #BDBDBD; background-color: #BDBDBD; border-width: 1px; height:1px; clear:both;}
/*Baby Portrait Page Additional BEGIN*/
.content-baby-module-horizontal-nav {
        letter-spacing: 0px;
        font-weight: 700;
        font-family: 'Montserrat', arial, helvetica, sans-serif;
        font-size: 10px;
        color: #00B5D9;
}

.content-cont-baby-lower-sub-header {
   color: #E140B0;
   font-size: 10px;
   font-family: 'Montserrat',Arial,Helvetica,sans-serif;
   margin-left: 5px;
	font-weight: 700;
}
/*Baby Portrait Page Additional END*/

.ajax-processing { margin-top: 20px;margin-bottom: 20px;    padding: 10px;border: solid 2px #d7d7d7;
    background-color: #E8e8e8;text-align: center;position: fixed;top: 40%;width: 645px;left: 25%;z-index: 20;}


/* ######### baby name styles ############# */

.babyname_font{	
	font: 14px Arial, Helvetica, sans-serif; color: #666766;
	font-size: 1.1em;
	font-weight: normal;	 
}

.babyNamesBottomLinks a {
 	text-decoration: none;
 	color: #666766;
 }

.babyname_font h2{	
	padding: 20px 0 10px;
    font-size: 22px;
}
.babyname_font h3{	
	color: #e040b0;	
	font-size: x-large;
    Line-height: 1.2;
}
.babyname_font h4{	
	color: #6b478f;
	margin-top: 4px;
    font-size: 15px;
}
.babyname_font p {
    padding: 8px 0 8px;
    line-height: 1.5;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.babyname_font li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}


.babyname_h4{	
    font-family:'Montserrat', Arial, Helvetica, sans-serif;
	color: #4c306b;
	margin-top: -2px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    display: block;    
}

.babyName-content-cont-articles-subtitle{
    color: #484847;
    font-size: 22px;
    line-height: 1.2;
    font-style: normal;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;    
    padding:0;
    clear: both;
}

.babyName-content-cont-articles-subtitle h2{
    color: #484847 !important;
    font-size: 22px !important;
    line-height: 1.2;
    font-style: normal;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;    
    padding:0;
    clear: both;
}

.search-heading{
    font-family:'Montserrat', Arial, Helvetica, sans-serif;
	color: #4c306b;        
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -10px;
}

.search-byletter-heading{	
    margin-bottom: 0px;    
}

.babyname-searchby{
    margin-top: 0px;
}


.babyNameSearchResult .result{
	width: 100%;
	background: #ddd;
    padding-left: 20px;	
    border-left: 20px solid #ddd;
    border-right: 20px solid #ddd;
    border-bottom: 5px solid #ddd;
}

.babyNameSearchResult a{	
	color: #666766;
}

.babyNameSearchResult tr{
	border-bottom: 1px solid #F0F0F5;
}

.babyNameSearchResult th{
	height: 50px;
	font-size: medium;	
	font-weight: 700;	
	color: #666766;	
}

.babyNameSearchResult tr.rows:hover{
	background-color: #F0F0F5;
}

.babyNameSearchResult_link  
{	
  width: inherit;                     /* width of the cell containing the link */
  height: 35px;
  padding-right: 540px;  /* right and left values match the total width of column(s) to the right and left so the anchor area extends over them*/
  margin-right: -540px;  /* reverses the padding values so the td width has no net change*/
  position:relative;
  z-index: 5;
  background-color : Transparent;  
  font-size: 35px;
  vertical-align: middle;
}

.babyNameSearchResult a.headLink:hover
{
    cursor: pointer;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.babyNameSearchResult span{
	background-color: Transparent;
}


.TopBabyNames table{
	width: 100%;
	background-color: #e9e1ec;
}
.TopBabyNames thead tr{
	background: #6b478f;
    color: #fff;
}
.TopBabyNames th{
	font-size: medium;	
	font-weight: 700;
	padding: 10px 10px; 
	color: #00000;
	text-align: center;
}

.TopBabyNames tr{
	height: 30px;
}

.TopBabyNames .babypink{
	background: #f7cfeb;
}
.TopBabyNames .babyblue{
	background: #9ca7cc;
}
.TopBabyNames td{
	padding: 1px 10px;
	position:relative;
	text-align: center;
	color: Black;
}
.TopBabyNames a{	
	color: Black;
}

.TopBabyNames tr.rows:hover{
	background-color: #c1abc9;
    cursor: pointer;    
}
.TopBabyNames tr.rows a{
    text-decoration: none;
}



.TopTenBabyNames table{
	width: 100%;
	background-color: #e9e1ec;
}
.TopTenBabyNames thead tr{
	background: #c1abc9;
}
.TopTenBabyNames th{	
	font-weight: bold;	
	color: Black;
	text-align: center;
}

.TopTenBabyNames tr{
	height: 30px;
}

.TopTenBabyNames .babypink{
	background: #f7cfeb;
}
.TopTenBabyNames .babyblue{
	background: #b2eff9;
}
.TopTenBabyNames td{	
	position:relative;
	text-align: center;
	color: Black;
}
.TopTenBabyNames a{	
	color: Black;
}




div.babyname_topic { 
    height: 230px;    
    float: left;     
    text-align: left;          
    color: Black;
    margin: 0 20px 10px 10px;
 }
.babyname_topic .desc{
    width: 200px;	
    margin-top: 5px;
}
 
 .babyname_topic a {
 	text-decoration: none;
 	color: #666766;
 }

.babyname_topic img{
	border: 3px solid purple;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	width: 200px;
	height: 136px;
	display: inline;
}

.babyname_icon {
	display: block; 	
	background-repeat: no-repeat; 
	background-color: transparent;	
	float: left;
	width: 52px;
	height: 52px;	
}

.babyname_head_icon {
	display: block; 	
	background-repeat: no-repeat; 
	background-color: transparent;	
	float: left;
	width: 52px;
	height: 52px;	
}

.babyname_boy_icon{	
	background-image: url("images/boy.png");
}
.babyname_girl_icon{
	background-image: url("images/girl.png"); 
}
.babyname_uni_icon{	
	background-image: url("images/neutral.png"); 
}

.babyname_boy_icon_selected{	
	background-image: url("images/boy_rollover.png");
}
.babyname_girl_icon_selected{
	background-image: url("images/girl_rollover.png"); 
}
.babyname_uni_icon_selected{	
	background-image: url("images/neutral_rollover.png"); 
}



.search_by_letter_section span{
    margin-right: 5px;
}

.babyname_gray_icon_small {
	display: block; 	
	background-repeat: no-repeat; 
	background-color: transparent;	
	float: left;
	width: 35px;
	height: 35px;	    
}
.babyname_gray_boy_icon_small{	
	background-image: url("images/boy_grey.png");   
}
.babyname_gray_girl_icon_small{
	background-image: url("images/girl_grey.png");     
}
.babyname_gray_uni_icon_small{	
	background-image: url("images/neutral_grey.png");     
}



.babyName_nav{	
	float: right;	
    margin-top: 15px;
}

.babyName_nav_img{
	display: inline-block;
	background-image: url("images/sprite-icons.png"); 
	background-repeat: no-repeat; 
	background-color: transparent;	
	width: 12px;
	height: 20px;	
}
.babyname_nav_first{	  
    font-size: 15px;        
    font-weight:bold;        
    line-height: 30px;
    
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;

}
.babyname_nav_first:hover{
	background-position: -415px -138px; 
}
.babyname_nav_last{
	background-position: -178px -80px; 		
}
.babyname_nav_last:hover{
	background-position: -430px -137px;
}

a.babyname_nav_page {
    text-decoration: none;
    color: #fff;   
    border: 1px solid #666766;  
    font-size: 15px;        
    font-weight:bold;        
    display: inline-block;
    text-align: center;
    vertical-align: top;    
    background-color: #6b478f;
    padding: 5px;
}
.babyname_nav_page:hover{
    background-color: #fff;
    color: #6b478f;
}


.babyname_nav_num{	
	font-size: 15px;        
    font-weight:bold;        
    border: solid 1px;      
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 5px;    
}

.babyname_nav_numbtn{   	
    background: #6b478f !important;
    color: #fff !important;         
}
.babyname_nav_numbtn:hover{
	background: #fff !important;
    color: #6b478f !important;
	text-decoration: none;
}

.babyname_nav_curr_numbtn{   
	color: #6b478f; 
}

.search_by_letter_section {
    width: 48%; float: left;
    margin-right: 10px;
}

.search_by_letter_subsection {
   padding-top: 5px; 
}

a.girl_search_by_letter {
    color: #a8006c; font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1;
}

a.boy_search_by_letter {
    color: #2d589a; font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1;
}

.babyname_search_tab {
    max-width: 650px;    
    float: left;
}
.babyname_search_tab .tab_input { 
  display: none;
}

.babyname_search_tab .tab-link {
  text-transform: uppercase;
  font-size: 1.2em;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;  
  padding: 7px 0;
  text-align: center;
  background-color: #999;
  border-left: 0;
  border-bottom: 0;  
  width: 195px;  
}

.babyname_search_tab .tab-link:hover {
  background-color: #4c306b;
}

.babyname_search_tab .tab_input:checked + label{
	 background-color: #4c306b;
}



.babyname_uni_opt_radio + label:before{	
	background-image: url("images/neutral.png"); 
}
.babyname_girl_opt_radio + label:before{	
	background-image: url("images/girl.png"); 
}
.babyname_boy_opt_radio + label:before{	
	background-image: url("images/boy.png"); 
}
.babyname_uni_opt_radio:checked + label:before, .babyname_uni_opt_radio:hover + label:before{
	background-image: url("images/neutral_rollover.png"); 
}
.babyname_girl_opt_radio:checked + label:before, .babyname_girl_opt_radio:hover + label:before{
	background-image: url("images/girl_rollover.png"); 
}
.babyname_boy_opt_radio:checked + label:before, .babyname_boy_opt_radio:hover + label:before{
	background-image: url("images/boy_rollover.png"); 
}



.babyname_uni_opt_radio_gray + label:before{	
	background-image: url("images/neutral_grey.png"); 
}
.babyname_girl_opt_radio_gray + label:before{	
	background-image: url("images/girl_grey.png"); 
}
.babyname_boy_opt_radio_gray + label:before{	
	background-image: url("images/boy_grey.png"); 
}
.babyname_uni_opt_radio_gray:checked + label:before, .babyname_uni_opt_radio_gray:hover + label:before{
	background-image: url("images/neutral_rollover.png"); 
}
.babyname_girl_opt_radio_gray:checked + label:before, .babyname_girl_opt_radio_gray:hover + label:before{
	background-image: url("images/girl_rollover.png"); 
}
.babyname_boy_opt_radio_gray:checked + label:before, .babyname_boy_opt_radio_gray:hover + label:before{
	background-image: url("images/boy_rollover.png"); 
}




.babyname_uni_opt_radio + label:hover, .babyname_boy_opt_radio + label:hover, .babyname_girl_opt_radio + label:hover{
	cursor: pointer;
}

.babyname_uni_opt_radio_gray + label:hover, .babyname_boy_opt_radio_gray + label:hover, .babyname_girl_opt_radio_gray + label:hover{
	cursor: pointer;
}


.search_options label:before {
    content: "";  
    border: none;
    display: inline-block;  
    width: 42px;  
    height: 43px;  
    background-size: 42px 42px;
    background-repeat: no-repeat;
    vertical-align:middle;
    margin-right: 1px;  
    background-color: transparent;
    float: left;
}
.search_options input[type="radio"]{	
	display: none;		
}

.search_options > div{	    
	margin-right: 5px;
}


.search_options_small label:before {
    content: "";  
    border: none;
    display: inline-block;  
    width: 35px;  
    height: 36px;  
    background-size: 35px 35px;
    vertical-align:middle;
    margin-right: 5px;  
    background-color: transparent;
    background-repeat: no-repeat;
    float: left;
}
.search_options_small input[type="radio"]
{	
	display: none;		
}
.babyNameRandom_tab > div{	    
    float: left;
}

.babyNameRandom_tab{
    display: table;
    margin: 0 auto;
    margin-top: 5px;
}

.search_tab div{	
    float: left;
}

.search_tab > div{	    
	margin: 15px 10px 0 0;    
}



.search_input{
    padding-top: 5px;
}
.search_tab input[type="text"]{
	width: 220px;	
	font-size: 1.2em;	
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid rgb(204, 204, 204);
	padding: 5px 10px;
}

.search_tab .originList{
	width: 242px;	
	font-size: 1.2em;	
	border: 1px solid rgb(204, 204, 204);
	padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.search_tab input[type="submit"]{
	width: 100px;
	height: 35px;
	font-size: 1.3em;
    cursor: pointer;  
}
.search_tab .global-btn:hover{	
	background-color: #787b7e;
}



.babyname-borderedinfo {    
	position: relative; 
	float: left; 
	width: 100%; 
	border-bottom: 1px solid #ddd;
	border-top: 0; border-left: 0; border-right:0; 	
	padding-bottom: 15px;
    margin-top: 15px;
    line-height: 1.3;
}

.babyname-borderedinfo-no-border {    
	position: relative; 
	float: left; 
	width: 100%; 	
	padding-bottom: 15px;
    margin-top: 5px;
    line-height: 1.3;
}
.babyname-borderedinfo-no-border2 {    
	position: relative; 
	float: left; 
	width: 100%; 	
	padding-bottom: 15px;
    margin-top: 15px;
    line-height: 1.3;
}

.babyname-borderedinfo2 {    
	position: relative; 
	float: left; 
	width: 100%; 
	border-bottom: 1px solid #ddd;
	border-top: 0; border-left: 0; border-right:0; 
	padding-bottom: 5px;
    
    line-height: 1.3;
}

.babyname-borderedinfo-no-top-margin {    
	position: relative; 
	float: left; 
	width: 100%; 
	border-bottom: 1px solid #ddd;
	border-top: 0; border-left: 0; border-right:0; 	
	padding-bottom: 15px;    
    line-height: 1.3;
}


.babyname-borderedinfo_top{
	position: relative; 
	float: left; 
	width: 760px;
	border-top: 1px solid #ddd;
	border-bottom: 0; border-left: 0; border-right:0; 
	/*color: #ec7929;  */
	padding-top: 10px; margin-top: 30px;
}


.baby-popular-names { display: table; }
.baby-popular-names2 {display: table-cell; width:49%; background-color: #ddd; padding: 10px 20px;}

.babyName-sep{
	background-color: White;	
}

.baby-popular-names a{	
	color: #666766;
	font-weight: bold;
	line-height: 1.3;
}


.babyNameFinder{
	padding: 12px; border: solid 2px #A9A9A9; text-align: center; background: #ddd;	
	font-weight: 700;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.babyNameFinder .head{	
    font-size: 20px;
	color: #6e2289;
	font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

.babyNameFinder #srGender{
	margin-bottom: 5px;

}

.babyNameFinder p{
	text-align: center;        
    font-size: 14px;
}

.babyNameFinder > p{
	color: #6e2289;
	font-weight: bold;
    margin-top: 10px;
}

.babyNameFinder input[type="button"]:hover {
    cursor: pointer;
    background-color: #787b7e;
}

.babyName_random_result{    
	border-bottom-color: rgb(222, 222, 222); 	
	display: none;	
	margin-bottom: 10px; margin-top: 10px;
}

.babyNameRandomCircle{    
	background-image: url("images/blue-circle.png"); 
	width: 150px;
	height: 150px;   
	background-repeat: no-repeat; 
	background-color: transparent;	
	display: table;		
    margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

.babyNameRandomCircle p {
	text-align: center; color: rgb(255, 255, 255);
    margin-top: 10px;
    padding: 0 10px 0 10px;
}

.babyNameRandomCircle a {
	color: rgb(255, 255, 255); font-size: 1.7em; font-weight:bold; 
}


.babyName_random_result_icon {	
	display: block; 
	background-repeat: no-repeat; 
	background-color: transparent;		
	width: 35px;
	height: 35px;	
    background-size: 35px 35px;
	margin-left: auto;
	margin-right: auto;
}

.BabyNameOfTheDay {
	padding: 15px; border: solid 1px green; text-align: center; 
}

.BabyNameOfTheDay p {
	text-align: center; 	
}

.BabyNameOfTheDay .head_img{
	background-image: url("images/babynameoftheday.png"); 
	width: 128px;
	height: 134px;
	background-repeat: no-repeat; 
	background-color: transparent;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.BabyNameOfTheDay .name{
	text-align: center;
	font-size: 1.5em;
	color: #33CCCC;
	font-weight: bold;
    margin-top: 5px;
}

.BabyNameOfTheDay input[type="button"]:hover {
    cursor: pointer;
    background-color: #787b7e;
}
.BabyNameOfTheDay .learn-meaning{ font-size:12px;}

.alignBabyNameTopics{
    width: 490px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.newPromoContainer{margin: 0 auto; display:table;}

.layout_left_hide_right_area{width: 950px; display:inline-block; padding: 0px 10px; }
.layout_left{ width: 650px; float: left; padding: 0px 10px; font-size: 15px; }
.breadcrumb-div{margin: 7px 5px 20px 0px; }

.hide{
    display: none;
}

.babyname_header_icon_div{
    float: left; display: inline-block;
    margin-left: 20px;    
}

.babyname_searchresult_head{    
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    color: #666766;
}

.babyNamesMostViewed{
	border: solid 1px green; text-align: center; padding-top: 10px; padding-bottom: 10px;
}
.babyNamesMostViewed .head1{    
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
	color: #6e2289;
	font-weight: 700;        
    text-align: center;
    line-height: 100%;
    margin-bottom: 10px;
}

.babyNamesMostViewed .tab{   
    width: 80%; 
    display: table;
    margin: 0 auto;
}

.babyNamesMostViewed .tabHead{
    width: 100%; 
    display: table;    
}
.babyNamesMostViewed .tabHead div{
    display: table-cell;   
    text-align: center;
    width: 50%;
    height: 30px;
    color: white;
    font-weight: 700;
    padding: 3px;
    vertical-align: central;
}

.babyNamesMostViewed .todayTabHead{
    background: #009999;            
}
.babyNamesMostViewed .monthTabHead{
    background: #6e2289;           
}

.babyNamesMostViewed .tabHead div{    
    cursor: pointer;    
}

.babyNamesMostViewed .todayResult table{
     width: 100%;     
     background: #009999;    
     color: white;     
}

.babyNamesMostViewed td{
    padding: 5px 0 5px 5px;    
    border-bottom: 1px solid white;
    color: white;
}

.babyNamesMostViewed a{    
    color: white;
}

.babyNamesMostViewed .monthResult table{
     width: 100%;     
     background: #6e2289;    
     color: white;     
}

.babyNamesMostViewed .noResult{
    padding: 5px;
    color: white;
}

.babyname-share{            
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: bold;
    margin-right: 10px;
}

.babynamepage .pw-size-medium.pw-button {
    margin-right: 5px !important;
}

.babynames-sponsor-top{
    float: right;
    margin-top: -80px;    
    margin-right: 15px;
}

a.itemLink{
    color : #00B5D9;
}

.disneyheader{
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
    text-align:center;
}

.disney-sap
{
    font-size: 10px;
    font-weight: 700;
    font-family: 'Montserrat',,Arial,Helvetica,sans-serif;
    text-align:center;
}
.disney-content-center{text-align: center;margin: 0px auto;padding-left: 20px;padding-bottom:10px !important;}
.disney-content-center-sel{top:-45px !important; position:relative; padding-left:10px !important;}
.disney-content-center-sel div {padding-left:10px;}
.disney-content{width:760px}
.disney-content-main{width: 700px;margin: 0 auto; padding-bottom:40px;}
.disney-content-main .disney-content-btm {position:relative;top:-50px;}
.disney-content-left{float:left;width:70%;}
.disney-content-right{float:right;width:30%;margin-top:30px;}
.disney-content-header{color: #008165;font-family: 'Montserrat',Arial,Helvetica,sans-serif;line-height: 50px;font-size: 44px; font-weight: 700;}
.disney-content-header span{color: #04B6B2;}
.disney-content-sub-header{ color: #001849;width: 455px;font-size: 10px;padding-left: 10px;}
.disney-content-imgdiv{float: left;padding-left: 25px;}
.disney-content-imgdiv .img-btn-left{float: left;padding:10px 20px 100px 20px;}
.disney-content-imgdiv .img-btn-right{float: left;padding-top: 10px;}
.disney-content-bottom-right{width: 370px;text-align: right;float: left;font-size: 10px;padding-top: 20px;margin-top: 20px;}


/* Co-Registration*/
.disney-content-coreg{width:760px}
.disney-content-coreg-main{width:100%;text-align:center;padding-top:10px;}
.disney-content-coreg-left{float:left;width:72%;}
.disney-content-coreg-right{float:right;max-width:28%;margin-top:30px; min-width:150px;}
.disney-content-coreg-header{color: #008165;font-family: 'Montserrat',Arial,Helvetica,sans-serif;line-height: 50px;font-size: 24px; font-weight: 700;}
.disney-content-coreg-header span{color: #04B6B2;}

.disney-content-coreg-sub-header{padding-left: 10px;}
.disney-content-coreg-imgdiv{float: left;padding-left: 25px;}

.disney-fan-img{background:url(/images/mom365/general/disneyfan.png) 0 0 no-repeat;width: 225px;height: 86px; cursor:pointer;float:left; margin-top:3px;}
.disney-fan-img:hover, .disney-fan-img-selected{background:url(/images/mom365/general/disneyfanselected.png) 0 0 no-repeat;width: 225px;height: 86px; cursor:pointer;float:left; margin-top:3px;}

.disney-super-fan-img{background:url(/images/mom365/general/disneysuperfan.png) 0 0 no-repeat;width: 235px;height: 94px; cursor:pointer;float:right; margin-left:10px;}
.disney-super-fan-img:hover, .disney-super-fan-img-selected{background:url(/images/mom365/general/disneysuperfanselected.png) 0 0 no-repeat;width: 235px;height: 94px; cursor:pointer;float:right;margin-left:10px;}


.downArrow{    
    display: inline-block;
    width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;	
	border-top: 9px solid #666766;
    margin-left: 1px;
}

.upArrow{    
    display: inline-block;
    width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;	
	border-bottom: 9px solid #666766;
    margin-left: 1px;
}

.checkbox-text-vertical-align{vertical-align:bottom;}
select::-ms-expand { display: none; }

.progressbar {top:0; left:0;width:100%;height:100%; position:fixed; background-color:black; opacity:0.7;z-index:99; display:block !important;}
.progressbar .cover {position: fixed !important;top: 0;opacity: 0.7 !important;background-color: black;width: 100%;height: 100%; z-index:100;}
.progressbar .progressbarImg{margin-top: 20px;margin-bottom: 20px;padding: 10px;opacity:1.0 !important; border: solid 2px #d7d7d7; text-align:center; min-height:50px; color:black;background-color: white;text-align: center; position: fixed;top: 40%;left: 30%; width: 30%;z-index: 101 !important;}
.progressbar .progressbarImg p {clear:both; text-align:center;}
.progressbar .progressbarImg img {height:32px;}

.modal-main-full  {position: fixed;height: 100% !important;width: 100%;top: 0;left: 0; opacity:1.0;
    margin: auto;z-index: 1111;text-align: center;overflow-x: auto;font-size: 14px;} 
.modal-main-full .cover {position: fixed !important;top: 0;opacity: 0.7 !important;background-color: black;width: 100%;height: 100%;}
.modal-main-full .content-modal-inner {opacity:1.0 !important; background-color:white !important; left:50%; border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;
                                       position: absolute;top: 30%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
                                       display:inline-block;}
 
.popup-main {position: fixed;height: 100% !important;width: 100%;top: 0;left: 0; opacity:1.0;margin: auto;z-index: 1111;text-align: center;overflow-x: auto;font-size: 12px;display:none;} 
.popup-main .cover {position: fixed !important;top: 0;opacity: 0.7 !important;background-color: black;width: 100%;height: 100%;}
.popup-main .popup-inner {opacity:1.0 !important; background-color:white !important; left:50%; border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;display:inline-block; max-height:80%; padding:8px; font-size:14px;
                                       position: fixed;top: 40%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%); width:620px;}
.popup-main .popup-inner h2 {font-size:26pt !important;Font-family: 'Montserrat', Arial, Helvetica, sans-serif;color: #4c306b !important;overflow-y:auto;}
.popup-main .popup-inner >div {text-align: left;overflow:hidden;position:relative;width:100%;box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.popup-main .popup-inner .popup-inner-div{overflow-y:auto;position:relative;width:98%;max-height:80%;padding:8px 1%;}
.popup-main .popup-inner .popup-inner-div  a.underline {font-weight:bold;}
.popup-button {behavior: url(css/pie.htc); position: relative; display: inline-block; font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #fff; font-size: 11px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 0 11px; line-height: normal; vertical-align: middle; cursor:pointer; font-weight: 700; background-color: #a8006c;}

a.popup-button {text-decoration: none;border: 0; padding-top: 0px; padding-bottom: 0px; margin-top: 5px; margin-bottom: 5px; font-size: 11px; height: 30px; font-weight: 700;line-height: 30px; font-family: 'Montserrat', Arial,Helvetica,sans-serif;}


.boyColor{
    color: #2d6b99;
}
.girlColor{
    color: #e040b0;
}

.hospNameRankGirl{
    color: red;
}

.babyNameLiveMapDiv{
    margin-left: 5px; display: block; width: 100%; clear: both; border: 1px solid #ddd; margin: 15px 0; 
}

.babyNameLiveMap {
    height: 550px;
    width: 100%;
    margin: 0px;
    padding: 0px
}

.liveInfoWnd{
    opacity: 0.75;
    width: 150px;
    background-color: #333;
    color:#FFF;
    border:2px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
    padding: 5px;
    z-index: 0;
}

.liveInfoWnd:hover{
    z-index: 3;
}
.liveInfoWndGenderImg{
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;    
}

.liveMapTitle{
    font-size: large;
    font-weight: bold;
    margin-left: 5px;
}

.liveInfoWnd:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 86px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: #333 transparent;    
}

.liveInfoWnd:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 83px;
    border-width: 0 13px 13px 13px;
    border-style: solid;
    border-color: black transparent;    
}
.liveStart{
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    float: left;
}
.liveStop{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 8px;
    padding: 2px;
}

.babynames-topten-chart{
    display: block; clear: both; margin-bottom: 15px;
}

.babynames-topten-chart .head{
    font-size: large; border: solid 1px #ddd; background-color: #6e2289; color: white; padding: 3px;
}

.radius5px{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ddlbgclr{
    background-color: #6e2289;
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
}

/**********************COMMENTS *********************************/

.fb-comment-sec, .mom365-comment-sec{
    margin-bottom: 10px;
    margin-top: 5px;
}
.comment-with{
    font-family:'Montserrat', Arial,Helvetica,sans-serif;
    font-size: 20px;    
    color: #00a0bf;     
    line-height: 100%;    
    text-decoration: none;
    float: left;
    margin-right: 20px;
    height: inherit;
    vertical-align: middle;
	font-weight: 700;
}

.comments-head{
    font-family:'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 16px;    
    color: #6e2289;     
    line-height: 100%;    
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
	font-weight: 700; 
}

.comment-options label:before {
    content: "";  
    border: none;
    display: inline-block;  
    width: 31px;  
    height: 31px;      
    background-repeat: no-repeat;
    vertical-align:middle;
    margin-right: 1px;  
    background-color: transparent;
    background-image: url("/app_themes/mobile/images/icons.png");    
    float: left;
    cursor: pointer;
}
.comment-options input[type="radio"]{	
	display: none;		
}

.comment-options > div{	    
	margin-right: 5px;    
}

.comment-mom365-radio + label:before{	
    background-position: -288px -70px; 
}
.comment-fb-radio + label:before{		
    background-position: -200px -70px; 
}
.comment-mom365-radio:checked + label:before, .comment-mom365-radio:hover + label:before{	
    background-position: -288px -9px; 
}
.comment-fb-radio:checked + label:before, .comment-fb-radio:hover + label:before{	
    background-position: -200px -9px; 
}

.comment-submit {
    padding: 0px 12px; height: 22px; line-height: 22px; font-size: 11px; color: #fff; border: 1px solid #d1d1d1;
	background-color: #627aad;
	font-weight: bold;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 9px;
    cursor: pointer;
}

.comment-text-sec{
    border-top: 1px solid #ddd; margin-bottom: 3px;
}
.comment-by{
    font:10px 'Montserrat', Arial, Helvetica, sans-serif;
}
.comment-text{
    font:14px 'Montserrat', Arial, Helvetica, sans-serif; line-height: 100%;
}
.report-abuse{
    font-size:8px;color:#cdccca; text-decoration: none; float: right;
}


/*Sign up / join page */

.signup h1 {font-size: 32px; margin: 0; padding: 0; font-weight: 700; color: #6E2289; margin-bottom: 5px;line-height:25px;
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.signup h2 {font-size: 18px; margin: 0; padding: 0; font-weight: 700; color: #00a0bf !important; margin-bottom: 2px;
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.signup h3 {font-size: 16px; margin: 0; padding: 0; font-weight: 400; color: #e040b0; margin-bottom: 2px;
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.signup p {font-size: 12px; margin: 0; padding: 0; font-weight: 400; color: #282828 ; margin-bottom: 2px;
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;}
.content-signup-left{width:350px; float:left; }
.content-signup-right {width:520px;float:right;margin-left:10px;margin-top:-10px;}
.content-signup-right > div {width:100%;}
.signup .signup-main {display:inline-block;padding:25px 0;}
.signup .signup-email-zip {float:left;width:100%;padding-bottom:10px; }
.signup .signup-email { float:left;width:100%;}
.signup .signup-email input {width:100%;box-sizing:border-box;}
.signup .signup-zip {padding: 4px 2px 10px 0;float:left;width:21%;}
.signup .signup-zip input {width:78px;}
.signup .signup-name {padding-bottom:10px;width:100%; float:left;}
.signup .signup-name .signup-name-first {float:left;}
.signup .signup-name .signup-name-last {float:right;}
.signup .signup-name input { width:240px;}
.signup .signup-dob-main {float:right;width:78%;}
.signup .signup-dob { float:right;padding-bottom:10px;padding-top:5px; width:99%; clear:both; }
.signup .signup-dob > div {float:right; min-width:30%;}
.signup .signup-dob select {float:left; }
.signup .signup-dob .signup-dob-day {padding:0 10px;}
.signup .signup-dob select {height:35px;border-radius:5px;width:100%;}
.signup .signup-terms { float:left;padding-bottom:15px;}
.signup .signup-terms input, .signup .signup-terms  span { vertical-align:middle;}
.signup .default-error-medium, .signup .default-error-medium  p { font-family:Montserrat, Arial, Helvetica, sans-serif;}

.content-signup-contact-details{font-size: 18px;color:#E040B0;font-family: 'Montserrat', Arial, Helvetica, sans-serif;line-height: 25px; font-weight: 700;}
.content-signup-baby-details{font-size: 18px;color:#E040B0;font-family: 'Montserrat', Arial, Helvetica, sans-serif;line-height: 25px; font-weight: 700;}

.signup .global-btn {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 11px;
    line-height: normal;
    vertical-align: middle;
    float: right;
	font-weight: 700;
}
.signup .waterMark-input {
    font-family: 'Montserrat', Arial,Helvetica,sans-serif !important;
	font-weight: 400;
    clear: both;
    padding: 2px 3px 2px 8px !important;
    vertical-align: middle;
    min-height: 27px;
    line-height: 32px;
    font-size: 12px;
    font-style:normal;
    border-style: none;

    background-color: #ECECEC;
    color:#4c306b !important;
    border-radius: 10px !important;
    border-color: white;
    border-left-width: 3px;
    margin: 3px 0;
}
.dropdown-arrow-black {
    -moz-appearance: none;
    -webkit-appearance: none;
    outline:none;
    background: #ECECEC url("/images/mom365/general/dropdown-arrow-black.png") no-repeat scroll right 10px center;
}


/* Login*/

.content-cont-loginwidget-main {background-image:none !important; padding-left:0px !important; width:100% !important;}
.content-cont-loginwidget {width:545px;min-height: 220px; height:auto;padding-left:10px !important; padding-bottom:20px; margin:0 auto;}
.content-cont-loginwidget .main-left {border-right: 1px solid #BDBDBD; float: left; padding-right:10px; }
.content-cont-loginwidget .main-right {text-align:right;float:right !important;}
.content-cont-loginwidget .main-right .content-cont-loginwidget-sub .content-cont-loginwidget-cont{text-align:right;float:right !important;}
    .content-cont-loginwidget .main-right .content-cont-loginwidget-sub .content-cont-loginwidget-cont p{font-size: 14px; color: black;padding-top:10px; padding-bottom:9px;
    }
.content-cont-loginwidget-main .line-breaker {width:545px !important;margin:35px auto 10px auto ;text-align:center;}
.content-cont-loginwidget-sub {width: 265px;height: 230px;}
.content-cont-loginwidget-cont {width:240px;}
.content-cont-loginwidget-cont .content-signin-txtfld { font-family:Arial,Helvetica,sans-serif  !important;}
.content-cont-loginwidget-cont .title {font-family:'Montserrat',Arial,Helvetica,sans-serif  !important; font-size:20px;line-height:24px !important; color:#6E2289; font-weight: 700;}
.content-cont-loginwidget-cont .input {font-family:'Montserrat',Arial,Helvetica,sans-serif  !important; width:260px; clear:both;padding:1px !important;margin:1px 0; font-weight: 700;}
.content-cont-loginwidget-cont .input input {font-family:'Montserrat',Arial,Helvetica,sans-serif  !important; width:225px; clear:both;padding:5px 3px 8px 8px !important; vertical-align:middle; min-height:32px;
                                   line-height:32px;font-size:14px; border-style:none; background-color:#ECECEC; border-radius:10px !important; border-color:white;border-left-width:3px; margin:3px 0;}
.content-cont-loginwidget-cont .input .content-signin-txtfld {font-family:'Montserrat', Arial,Helvetica,sans-serif  !important; color:black;font-weight:400;font-size:14px;}
.content-cont-loginwidget-cont .input .error-guest {min-height:30px;font-family:'Montserrat',Arial,Helvetica,sans-serif;font-weight:700; width:225px;padding-left:3px;}
.content-cont-loginwidget-cont .input .error {min-height:3px;width:225px;padding-left:3px;}
.content-cont-loginwidget-cont .input .error span ap {margin-bottom:10px;}
.content-cont-loginwidget-cont .input span {font-family:'Montserrat', Arial,Helvetica,sans-serif;font-weight:700;}
.content-cont-loginwidget-cont .forgot {float:right !important;font-size: 11px; font-weight: 700; clear: both; width: 280px; right:5px; clear: both; margin-bottom:14px; padding: 1px !important;font-family:'Montserrat', Arial,Helvetica,sans-serif  !important;}
.content-cont-loginwidget-cont .forgot div {clear: none;float: left;right: 0 !important;margin-left: 40px;font-weight: 700;color: #333; line-height:1.8;}
.content-cont-loginwidget-cont .submit { margin-top:5px !important;   }
.content-cont-loginwidget-cont .submit .global-btn { float:right; padding:7px 22px !important; font-size:20px;font-weight:700; border-radius:12px; height:29px; line-height:29px;vertical-align:middle;}
.content-cont-loginwidget-cont .content-modal-inner .global-btn { float:none; padding:2px 12px !important; font-size:13px; height:26px; line-height:26px; color:#fff;}

.content-cont-logintable tr td {font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #666766; padding: 0 12px 12px 0;}

.content-cont-logintable tr td input[type="text"], .content-cont-logintable tr td input[type="password"]
													{border: 1px solid #999999; background: #fff; width: 357px; height: 54px; line-height: 33px; padding: 10px; 
													font-size: 18px; color: #666766;
													box-sizing:border-box;
													-moz-box-sizing:border-box; /* Firefox */
													-webkit-box-sizing:border-box; /* Safari */
													border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
													
.content-cont-logintable tr td .global-btn {font-size: 33px; height: 56px !important; width: 160px;}
.content-cont-login-top{width:100%; margin: 0 10px;text-align:center; margin-bottom: 30px;}
.content-cont-login-bottom{width:100%;margin:0 auto; text-align:center;}
.login-failed-options a:not(:first-of-type) {margin-left:20px;}
.content-cont-signinborderbox {padding:0 8px 0 10px;}
.content-hosp-user {width:95%;}
.content-hosp-user .content-signin-txtfld { min-width:310px;}
.content-hosp-user .content-modal-inner {top: 20%;text-align:center; height:auto;min-height:140px;}
.content-hosp-user .content-modal-inner a {min-width:100px;text-align:center; margin-top:15px;}
.content-hosp-user table tr {padding-bottom:10px; width:100%;}
.content-hosp-user table tr td{padding-bottom:10px; }
.content-hosp-user table tr td span{clear:both;padding-top:5px;float:left; }
.content-hosp-user table tr td select {height: 24px;line-height:24px;}
.content-hosp-user table tr td .content-signin-txtfld {height:24px; padding-left:5px; line-height:24px;}
.content-hosp-user table tr td p {width:100%;}

.modal-failed-alert {padding-top:5px;} /*TO DO update the HTML of module and get rid of this*/
.global-progressbar {text-align: center; margin: auto; height: 100% !important; width: 100%;  top:0;left:0;position:fixed;z-index: 99999999;opacity:0.6;background-color:black;}
.global-progressbar div {margin: auto; padding: 2px; text-align: center; position: fixed; z-index: 99; vertical-align: middle; top: 30%; left: 50%; transform: translate(-50%); margin: auto !important; text-align: center; opacity:1.0 !important;}
.global-progressbar div p {padding:15px 0;clear:both !important;}
.global-progressbar .main-div {border: solid 2px #E8E0E0;background-color: #E8E8E8;text-align:center;position:fixed;top: 40%;width: 645px;z-index:120;color:black;opacity:1.0 !important;}
.global-progressbar .main-div:before {content:"Processing";clear:both !important;}
.global-progressbar .main-div:after {clear:both !important; content:"Please wait";}
.global-progressbar div div {margin: auto; text-align: center; z-index: 99999999; vertical-align: middle; background-image:url('/images/mom365/loading/loading_img.gif');background-repeat:no-repeat;height:32px;width:32px; position:relative; margin:0 !important}
.global-progressbar-default {display:none;}
.global-progressbar-default .main-div {background-color:transparent;border:none;}
.updt-pnl-progress .global-progressbar {display:block;}
.content-webchat {width: 100%;text-align: center;margin:0 auto;min-height:42px;}
.content-webchat .content-webchat-text {display:none;}
.content-webchat.tooltip {position: relative;display: inline-block;}
.content-webchat.tooltip .tooltiptext {visibility: hidden;width: 250px;background-color: #b5b5b5;color: #fff;border:3px solid #b5b5b5;text-align: center;border-radius: 9px;display:block;
            padding: 5px 0;position: absolute;z-index: 2147483647;top: 120%;left: 50%;margin-left: -125px;opacity: 0;transition: opacity 0s;border:2px #fff solid;}
.content-webchat.tooltip .tooltiptext::after {content: "";position: absolute;bottom: 100%;left: 50%;margin-left: -5px;border-width: 10px;border-style: solid;border-color:  transparent transparent #b5b5b5 transparent;}
.content-webchat.tooltip:hover .tooltiptext {visibility: visible;opacity: 1;transition: opacity 0s;}

.content-webchat a {margin:0 auto;}
.content-webchat .webchat-on {background: url("/images/mom365/icons/desktop-shopping-sprite.png") -89px -141px no-repeat; width:120px;height:40px;display:block;font-size:0;} /*rename this from webchat-on-new to webchat-on as part of ecomm desktop project*/
.content-webchat .webchat-off {background: url("/images/mom365/icons/desktop-shopping-sprite.png") -89px -211px no-repeat; width:120px;height:40px;display:block;font-size:0;} /*rename this from webchat-off-new to webchat-off as part of ecomm desktop project*/
.content-webchat-div{width:550px;min-height:520px;overflow:hidden; position:fixed;display:none;z-index:10006;left:50%;top:51%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);}
.content-webchat-iframe{width:550px;min-height:520px;overflow:hidden; }
.content-webchat-close {display: none; height: 20px;position:absolute;top:0;right:0;cursor:pointer;}

.related-products{margin-bottom: 30px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; line-height: 100%; padding-top: 15px; border-top: 1px solid #ddd; font-weight: 700;}
.related-products h3{font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 23px; font-weight: 700;}
.related-product{display: inline-block; width: 200px; vertical-align: top; }
.related-product .img-div{height: 120px; vertical-align: bottom;}
.related-product .img-div img{max-height: 100%;}
.related-product div{margin: 0 auto; width: 160px; text-align: center; white-space:normal;}
.related-product .title{font-size: 14px; line-height: 100%; color: #6e2289;}
.related-product .price{color: #6e2289; font-size: 12px; margin: 10px auto; }
.related-products .product-link{text-align: center; text-decoration:underline; color: #a8006c; display: block; font-size: 14px;}

.related-products .inner-div{overflow-x: auto; white-space: nowrap; padding-bottom: 20px;}
.related-products .inner-div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;    
}

.related-products .inner-div::-webkit-scrollbar
{
	height: 10px;
	background-color: #F5F5F5;
}

.related-products .inner-div::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #00a0bf;
}

.ecomm-afrm-learnmore {font-weight:700 !important; padding-top:6px; font-size:12px;}
.ecomm-afrm-learnmore span{color:#a8006c; font-size:13px;}
.ecomm-afrm-learnmore img {height:1em !important; margin:0 .3em .15em;vertical-align:top;}
.ecomm-afrm-learnmore a{color:#2d589a !important; text-decoration:underline ; font-size:9px;vertical-align:1px;}

blockquote, .blockquote{
    font-size: 20px;
    border-left: 5px solid #bebebe;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    float: left;
    margin: 10PX 10PX 30PX;
    padding: 10PX;
    font-weight: normal;
    line-height: 1.7;
}
.account-pref {margin-top:10px; margin-bottom:8px; width:100%;}
.account-pref tr td {line-height:1.4; vertical-align:top; padding-bottom:10px;}
.account-pref tr td:nth-of-type(2) {padding-top:2px;}
.account-pref tr td.e-news div:first-of-type{width:19%;float:left;}
.account-pref tr td.e-news div:last-of-type{width:81%;float:left;}
.account-pref tr td.e-news a{text-decoration:underline;}

.global-modal-cover { min-height:100%;left:0; height:auto !important; top:0;width:100%;}
.relative-body-for-popup{position:relative;overflow-x:hidden;z-index:2147483637 !important;}


.datepick-bg-img, .datepick-bg-img-hasValue { 
    -moz-appearance: none;
    -webkit-appearance: none;
    outline:none;
}

.datepick-bg-img:after,.datepick-bg-img-hasValue:after, .datepick-bg-img::after, .datepick-bg-img-hasValue::after {content: "";
    background: url('/app_themes/mobile/images/registration-popup-sprite.png') -46px -22px no-repeat scroll;     
    background-position:right center;width:40px;min-height:35px;right:0px;padding:0px;margin-top:-5px;
    float:right !important; position: absolute; display: inline-block;
}

.datepick-bg-img:not(.datepick-bg-img-hasValue):before, .datepick-bg-img:not(.datepick-bg-img-hasValue)::before{  
  content: attr(placeholder);  
  color: #757576 !important;
}

/* SFR */
.sfr-popup-panel {position: fixed;height: 100% !important;width: 100%;top: 0;left: 0;margin: auto;z-index: 1111;text-align: center;overflow-x: auto; font-size:14px; opacity:0.0;}
.sfr-popup-panel::after {display: inline-block;vertical-align: middle;content: '';  height: 90%;}
.sfr-popup-main {position: relative; width: 800px;display: inline-block;vertical-align: middle; border-radius: 15px;background-color:transparent; min-height:455px;}
.sfr-popup-main p {font-size: 18px; font-family: Lato; color: #2b2b2b; line-height:1.2;}
.sfr-popup-main > div:first-of-type {margin:auto; }
.sfr-popup-main .close{text-align:right;position:absolute;right: 0px;top: 0px;margin-top:-17px;margin-right:-17px;cursor: pointer;
                      background: url('/app_themes/mobile/images/registration-popup-sprite.png') -6px -3px; height:37px; width:37px; background-repeat:no-repeat; cursor:pointer;z-index:1;}
.sfr-popup-main .sfr-content-pnl {background-color:#fff;border-radius: 15px;min-height:100%;z-index:100;  }
.sfr-popup-main .sfr-content-pnl .sfr-content-pnl-bg {background-position:top right;background-repeat:no-repeat;min-height:465px;}
.sfr-popup-main .sfr-popup-content {min-height:455px;padding:0;overflow-y:auto;max-height:700px;border-bottom-right-radius:15px; border-top-right-radius:15px;}
.sfr-popup-main .sfr-popup-content a:not(.global-btn) {text-decoration:underline;}
.sfr-popup-main .sfr-content-pnl >div:not(.close){width:auto; margin:0 auto; text-align:center;}
.sfr-popup-main .sfr-content-pnl.sfr-cnfrm >div {text-align:left;}
.sfr-popup-main .sfr-popup-content .sfr-popup-header {padding-top:10px;}
.sfr-popup-main .sfr-popup-content .sfr-popup-header h1 {line-height:1.1;}
.sfr-popup-main .sfr-popup-content .sfr-popup-content-left {width:47%; min-width:340px;}
.sfr-popup-main .sfr-confirmation .sfr-popup-content .sfr-popup-content-left {width:40%;}
.sfr-popup-main .sfr-content-pnl.sfr-cnfrm {background-image:none;min-height:300px;border-radius:15px; position:relative;margin:0 auto; padding:15px;}
.sfr-popup-main .sfr-content-pnl.sfr-cnfrm .header-logo {position:relative; margin:0 0 20px;}
.sfr-popup-main .sfr-popup-content-left {display:inline-block; }
.sfr-popup-main .sfr-popup-content-left input:not([type="checkbox"]), .sfr-popup-main .sfr-popup-content-left select {padding: 2px 3px 2px 8px !important;vertical-align: middle;height: 35px;line-height: 1.0;
                    font-size: 12px;font-style:normal;font-weight: 400;border-color: #c7c7c7;border-radius: 10px;border-width:1px; border-style:solid;margin: 2px 0; font-family: 'Montserrat', Arial,Helvetica,sans-serif !important;
                    }
.sfr-popup-main-ios .sfr-popup-content-left select {height:38px;}
.sfr-popup-main .sfr-popup-content-left >div input:not([type="checkbox"]) { padding:9px 0px; border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
                    box-shadow:none;-webkit-box-sizing:content-box;border-style: solid;border-color: rgba(76, 80, 83, 0.35);text-indent:5px; font-size:14px; font-family: 'Montserrat', Arial,Helvetica,sans-serif !important;font-weight: 400;
                    }
.sfr-popup-main .sfr-popup-content-left >div select { padding:9px 0px; border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
    box-shadow:none;-webkit-box-sizing:content-box;border-style: solid;border-color: rgba(76, 80, 83, 0.35);text-indent:5px; font-size:14px;color:#666766;        
}
.sfr-popup-main .sfr-popup-content-left >div input:focus {outline:none;  box-shadow: 0px 0px 0px 1px rgba(76, 80, 83, 0.15)}
.sfr-popup-main .sfr-popup-content-left  >div {margin:5px auto; float:left; width:100%;}
.sfr-popup-main .sfr-popup-content-left .sfr-Email {width:93%; float:left; margin-top:0px;}
.sfr-popup-main .sfr-popup-content-left .sfr-Email input {width:96%;border-width:1px !important; border-style:solid;}
.sfr-popup-main .sfr-popup-content-left .sfr-DOB{padding-top:3px;width:94%;}
.sfr-popup-main .sfr-popup-content-left .sfr-DOB select{width:22%;}
.sfr-popup-main .sfr-popup-content-left .sfr-DOB select:first-of-type{width:37%;}
.sfr-popup-main .sfr-popup-content-left .sfr-DOB select:nth-of-type(2){margin-left:2%; margin-right:2%;}
.sfr-popup-main .sfr-popup-content-left .sfr-fName {width:100%;float:left;clear:both; padding-top:5px;}
.sfr-popup-main .sfr-popup-content-left .sfr-lName {width:100%; float:left;clear:both; padding-top:5px;}
.sfr-popup-main .sfr-popup-content-left .sfr-address {width:100%; float:left;clear:both; padding-top:5px; }
.sfr-popup-main .sfr-popup-content-left .sfr-city{width:38% !important; float:left;clear:left;padding-top:5px; }
.sfr-popup-main .sfr-popup-content-left .sfr-state{width:35% !important; float:left;padding-top:5px;margin:0 3px; }
.sfr-popup-main .sfr-popup-content-left .sfr-zip{width:24% !important;float:right;padding-top:5px; text-align:center;margin-right:1%;}
.sfr-popup-main .sfr-popup-content-left .lscape-row input, .sfr-popup-main .sfr-popup-content-left .lscape-row select {border-width:1px !important; border-style:solid; width:96%;}
.sfr-popup-main .sfr-popup-content-left .sfr-city input, .sfr-popup-main .sfr-popup-content-left .sfr-state select{width:90%;}
.sfr-popup-main .sfr-popup-content-left .sfr-zip input{width:87%;}
.sfr-popup-main .sfr-popup-content-left .sfr-disclaimer {padding:0px 0 8px; font-size:11px;}
.sfr-popup-main .sfr-popup-content-left input:focus::-webkit-input-placeholder {color: transparent;}
.sfr-popup-main .sfr-popup-content-left input:focus:-moz-placeholder{color: transparent !important;}
.sfr-popup-main .sfr-popup-content-left  h2 {font-size: 22px; margin: 0; padding: 0; font-weight: 700; color: #6E2289 !important; margin-bottom: 0px;line-height:1.0;font-family: 'Montserrat', Arial, Helvetica, sans-serif;}
.sfr-popup-main .sfr-popup-content-left .terms {width:93%;clear:both;}
.sfr-popup-main .sfr-popup-content-left .terms div:nth-of-type(1){display: inline-block; margin-right: 5px; text-align: initial;vertical-align: top;float:left;}
.sfr-popup-main .sfr-popup-content-left .terms div:nth-of-type(1) input{ vertical-align:text-top; margin:3px 3px 0;}
.sfr-popup-main .sfr-popup-content-left .terms div:nth-of-type(2){display: inline-block; width: 90%;text-align: left; line-height:1.5;font-size:12px;}
.sfr-popup-main .sfr-popup-content-left .terms a {white-space: nowrap;}
.sfr-popup-main .sfr-popup-content-left .terms input {margin-top:3px;}
.sfr-popup-main .sfr-popup-content-left .submit {text-align:center;margin:10px auto;padding-top:10px;}
.sfr-popup-main .sfr-popup-content-left .submit .global-btn {float:none; padding:8px 21px;position: relative;vertical-align: middle;font-weight: 700;font-size: 18px;display: inline-block;border:2px solid #a8006c;
                                                             font-family: 'Montserrat', Arial, Helvetica, sans-serif;border-radius: 12px;-moz-border-radius: 12px;-webkit-border-radius: 12px;padding: 8px 22px;line-height: normal;}
.sfr-popup-main .sfr-popup-content-left .submit .global-btn:hover {border-color: #666766;}
.sfr-popup-main .sfr-personalize .sfr-popup-content-left .submit {text-align:center;margin:5px auto 10px; padding-top:5px;}
.sfr-popup-main .sfr-personalize .sfr-popup-content-left .submit .global-btn {margin:0px; width:38%;text-align:center;float:right;padding: 8px 18px;}
.sfr-popup-main .sfr-personalize .sfr-popup-content-left .submit .global-btn.global-btn-white-blue {color:#a8006c;float:left;}
.sfr-popup-main .sfr-personalize .sfr-popup-content-left .submit .global-btn:hover {border-color:#666766;}
.sfr-popup-main .sfr-personalize .sfr-popup-content-left .submit a.global-btn-white-blue:hover {color:#fff;}
.sfr-popup-main .sfr-error {font-size:12px; color:red;}
.sfr-popup-main .sfr-content-pnl .sfr-signup {padding-left:15px;}
.sfr-popup-main .sfr-content-pnl .sfr-signup h1, .sfr-popup-main .sfr-content-pnl h2, .sfr-popup-main .sfr-content-pnl h3 {margin: 0; padding: 0; font-weight: 700; color: #6E2289; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}
.sfr-popup-main .sfr-content-pnl .sfr-signup  h1 {font-size: 32px;line-height:1.1; margin-bottom:5px;}
.sfr-popup-main .sfr-content-pnl .sfr-signup  h2 {font-size: 22px; line-height:1.2;}
.sfr-popup-main .sfr-content-pnl .sfr-signup  h2.join-today {clear:both;}
.sfr-popup-main-small .sfr-popup-flip {min-height:465px;}
.sfr-popup-main-small .close {margin:-5px -5px 0 0;}
.sfr-popup-main-small .sfr-content-pnl {margin:10px 0;}
.sfr-popup-main-small .sfr-content-pnl {min-height:465px;height:100%;}
.sfr-popup-main-small .sfr-content-pnl {margin:10px 0;}
.sfr-popup-main-small .sfr-signup {overflow-x:visible;}
.sfr-popup-main-small .sfr-signup .sfr-popup-content {overflow-y:auto;}

@media only screen and (max-device-height: 800px) and (orientation:landscape) {
    .sfr-popup-main .sfr-popup-content {max-height:550px;}
}
@media only screen and (max-device-height: 700px)  {
    .sfr-popup-main .sfr-popup-content {max-height:480px;}
}

.sfr-embed-wrap {width:100%;min-width:280px;float:left; background-color:#fff; padding:8px 5px; border:3px solid #fff; margin-bottom:15px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border-radius:10px;}
.content-cont-rail .sfr-embed-wrap {background-color:#F5EEF8; padding:0;}
.sfr-embed-main {min-width:280px;width:100%;max-width:950px; overflow:hidden; padding:0 0 20px 0;margin: auto;
           text-align:center;height:100%; min-height:220px;}
.sfr-embed-main .sfr-embed-pnl {height:100%; overflow-y:hidden; padding:0; background-color:transparent; min-height:92%; margin:0; overflow-x:hidden;}
.sfr-embed-wrap .sfr-embed-main p {font-size: 18px; font-family: Lato; color: #2b2b2b; line-height:1.2;}
.sfr-embed-main .sfr-embed-content a:not(.global-btn) {text-decoration:underline;}
.sfr-embed {background-color: transparent;max-width:100%;overflow:hidden; margin:0 auto;width: 95%;}
.sfr-embed .sfr-embed-div{min-height:100%;position:relative; top:0; overflow:hidden; margin:0; width:100% ;text-align:center;}
.sfr-embed  .sfr-embed-title {min-height:28px;  width:100%; text-align:center;margin:0 auto 5px;min-width:280px; }
.sfr-embed-main .sfr-embed-title  h2 {clear: both; max-width: 100%; margin:auto;width:100%;font-size:20px;padding:5px 0;color:#6e2289;}
.sfr-embed  .sfr-embed-signup {width:100%; max-height:100%;overflow-y:auto;overflow-x:hidden; padding:0;}
.sfr-embed input:not([type="checkbox"]), .sfr-embed select {background-color:#fff;padding: 4px 0;vertical-align: middle; height: 30px;line-height: 1.0;font-size: 14px;font-style:normal; width:99%; 
                border-width:1px; border-style:solid;margin: 2px 0; font-family: 'Montserrat', Arial,Helvetica,sans-serif !important;font-weight: 400;
                border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
                box-shadow:none;-webkit-box-sizing:border-box;border-style: solid;border-color: #c7c7c7;text-indent:3px;}
.sfr-embed .datepick-bg-img  ~ span.datepick-span, .sfr-embed .datepick-bg-img-hasValue ~ span.datepick-span {width:36px;margin-left:-36px;display:inline-block;position:absolute;height:34px; background:url('/app_themes/mobile/images/registration-popup-sprite.png') -46px -22px scroll; background-repeat:no-repeat;
                background-position:right center;min-height:31px;background-size:cover;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;}
.sfr-main-tablet .sfr-embed input.datepick-bg-img:after, .sfr-main-tablet .sfr-embed  input.datepick-bg-img-hasValue:after {height:30px; margin-right:2px; margin-top:8px;top:0;
                display:inline-block;position:absolute; min-height:30px;background-size:cover;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover; }
.sfr-embed .sfr-email {padding:6px 0; width:99%;}
.sfr-embed .sfr-DOB{padding:6px 0; width:99%;}
.sfr-main-tablet .sfr-embed .sfr-DOB{position:relative;float:left;}
.sfr-embed  .sfr-fName {width:100%;float:left;clear:both; padding-top:5px;}
.sfr-embed .sfr-lName {width:100%; float:left;clear:both; padding-top:5px;}
.sfr-embed .sfr-address {width:100%; float:left;clear:both; padding-top:5px; }
.sfr-embed .sfr-city{width:45% ; float:left;clear:left;padding-top:5px; }
.sfr-embed .sfr-state{width:24%; float:left;padding-top:5px;margin:0 1%; }
.sfr-embed .sfr-zip{width:27% ;float:right;padding-top:5px; padding-right:5px; text-align:center;}
.sfr-popup-content-left .lscape-row input, .sfr-popup-content-left .lscape-row select {width:100%;border-width:1px !important; border-style:solid;}
.sfr-embed .sfr-city input, .sfr-embed .sfr-state select, .sfr-embed .sfr-zip input{width:100%;}
.sfr-embed .sfr-disclaimer {padding:0 0 10px; font-size:12px;width:100%;}
.sfr-embed .sfr-disclaimer > div {width:84%;margin:0 auto}
.sfr-embed input:focus::-input-placeholder {color: transparent;}
.sfr-embed input:focus::-webkit-input-placeholder {color: transparent;}
.sfr-embed input:focus::-moz-input-placeholder {color: transparent;}
.sfr-embed input:focus:-ms-input-placeholder {color: transparent;}
.sfr-embed input:focus:-moz-placeholder{color: transparent;}
.sfr-embed select::-input-placeholder {color: #4d4d4d;}
.sfr-embed select::-webkit-input-placeholder {color: #4d4d4d;}
.sfr-embed select::-moz-placeholder {color: #4d4d4d;}
.sfr-embed select:-ms-input-placeholder {color: #4d4d4d;}
.sfr-embed select:-moz-placeholder {color: #4d4d4d;}
.sfr-embed .terms {width:98%;clear:both;}
.sfr-embed .terms div:nth-of-type(1){display: inline-block; margin: 0 2px; vertical-align: top;float:left;}
.sfr-embed .terms div:nth-of-type(1) input{ vertical-align:text-top; margin:4px 3px 0 0; min-height:14px; min-width:14px; line-height:1.2; }
.sfr-embed .terms div:nth-of-type(2){display: inline-block; text-align: left; line-height:1.2;width: -webkit-calc(100% - 25px); width: -moz-calc(100% - 25px); width: calc(100% - 25px);width: -o-calc(100% - 25px); font-size:11px;}
.sfr-embed .terms p {font-size:15px; line-height:1.4;}
.sfr-embed .submit {text-align:center;margin:0 auto 3px;padding-top:10px;clear:both;}
.sfr-embed .submit .global-btn {float:none; padding:8px 21px;    position: relative;display: inline-block;font-family: 'Montserrat', Arial, Helvetica, sans-serif;color: #fff;font-size:18px;
                                border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px; padding: 11px;line-height: normal;vertical-align: middle;font-weight: 700;clear:both;margin:0 auto;min-width:130px;text-align:center;}
.sfr-embed .sfr-embed-personalize .sfr-embed-disclaimer {padding:0 0 10px; font-size:12px;width:100%;}
.sfr-embed .sfr-embed-personalize .submit {text-align:center;margin:3px auto 0px;}
.sfr-embed .sfr-embed-personalize .submit .global-btn {margin:0px 0px 10px 0;text-align:center;min-width:180px;}
.sfr-embed .sfr-embed-personalize .submit .global-btn.global-btn-white-blue {color:#0f6076;}
.sfr-embed .sfr-embed-personalize .submit .global-btn:hover {border-color:#666766;}
.sfr-embed .sfr-embed-personalize .submit a.global-btn-white-blue:hover {color:#fff;} 
.sfr-embed-main  .sfr-embed-pnl.sfr-cnfrm  .sfr-embed-div{min-height:200px;margin:0 auto; padding:10px;}
.sfr-embed-main > div input:focus {border-radius:0;}
.sfr-frame {-ms-overflow-style:none;-ms-autohiding-scrollbar:none; width:100%; padding:0; position:relative;}
.sfr-frame::-webkit-scrollbar { display: none; }
/* ---- */
/*Admin*/
.admin-update-userlookup {clear:both;width:80%;}
.admin-update-userlookup tr {padding-bottom:5px;}
.admin-update-userlookup tr td:first-of-type{ width:27%;padding-right:10px;}
.admin-update-userlookup tr td:nth-of-type(2){ width:73%;}
.admin-update-userlookup input{clear:both;width:100%;} 
.admin-update-userlookup-results td:nth-of-type(7){display:none;}
.admin-update-prelim{ clear:both;}
.admin-update-prelim table{ width:80%;}
.admin-update-prelim table tr {padding-bottom: 0px;}
.admin-update-prelim table tr:nth-of-type(2n+1){ padding-top:5px;}
.admin-update-prelim table tr td {padding-bottom:3px}
.admin-update-prelim table tr td:first-of-type{ width:27%;}
.admin-update-prelim table tr td:nth-of-type(2){ width:73%;}
.admin-update-prelim table input{ width:100%;}
.admin-update-prelim table tr td span p {padding-bottom:2px;}
.admin-update-prelim tr.admin-updt-msg td span {float:left;padding:5px 0;}

/*Addsearch*/
           
.mom365-search, .mom365-search:hover, table.mom365-adsearch-tbl td.mom365-adsearch-hdr input, table.mom365-addsearch-tbl td.mom365-adsearch-hdr input:hover {
                border: 1px solid #6E2289; background-image:none !important;
                border-top-color: #a0a0a0;
                -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
                -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
                box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
                outline: none; height:25px;width:96%;padding-left:5px;
 }
.mom365-search:focus, table.mom365-addsearch-tbl .addsearch:focus {
                border: 1px solid #6E2289;
                -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
                -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
                box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
                outline: none;
            }
.mom365-search-btn {
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 0 8px;
    height: 29px;
    min-width: 54px;
    width: 13px;
    height: 13px;
    padding: 7px 37px;
    min-width: 13px;
    border: 1px solid #666666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #2d589a;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2d589a),to(#2d589a));
    background-image: -webkit-linear-gradient(top,#2d589a,#2d589a);
    background-image: -moz-linear-gradient(top,#2d589a,#2d589a);
    background-image: -ms-linear-gradient(top,#2d589a,#2d589a);
    background-image: -o-linear-gradient(top,#2d589a,#2d589a);
    background-image: linear-gradient(top,#2d589a,#2d589a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2d589a',EndColorStr='#2d589a');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align:top;
}
.mom365-search-btn-bg{
    background-image: url(/app_themes/mom365/images/search_box_icon.png);
    background-size: 13px 13px;
    background-position: center;
}
.mom365-search-results-input{
     width:89%;
     padding-right: 12px;
    vertical-align:top;
 }
.mom365-adsearch-tbl{
    width: 100%; 
    vertical-align: middle; 
    padding-left: 30px;
}
.mom365-adsearch-hdr{   
    width: 79%;
    padding-right: 12px;
    padding-left: 5px;
    vertical-align: top;
}
#addsearch-rp-resultscount{padding-left: 30px !important;}
#addsearch-logo { display: none !important; }
#addsearch-results .addsearch-result-item-container {margin-left: 30px;}
.mom365-search-results {width:95%;padding:0 10px 0 30px;display:inline-block; vertical-align: middle;}
.mom365-search-results tr:first-of-type h3 { padding:10px 0 15px 0; clear:both;} 
/* end Addsearch*/            
       


.submenu-section{
    float: right; display: table-cell;
}

.mobile-menu{font-weight: bold;}

.mobile-menu-img{
    background-image: url("/images/mom365/icons/mom365-header-footer-sprites.png");
    background-position: -2px -245px; 
    width: 118px;
    height: 32px;    
    background-repeat: no-repeat; 
	background-color: transparent;	
    display: block;    
    cursor:pointer;
}
.mobile-menu-img-teal{
    background-image: url("/images/mom365/icons/mom365-header-footer-sprites.png");     
    background-position: -2px -291px; 
    width: 118px;
    height: 32px;    
    background-repeat: no-repeat; 
	background-color: transparent;	
    display: block;    
    cursor:pointer;
}

.mobile-menu .menuSortDir {
    margin-top: 15px; display: inline-block;
    width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;		
    margin-right: 5px;
    float: right;}

.mobile-menu .downArrow{    
    border-top: 9px solid #a8006c;        
    line-height: 100%;
}

.mobile-menu .upArrow{
    border-bottom: 9px solid #4c306b;        
}

.mobile-links a:link, .mobile-links a:visited {
    text-decoration: none;
    color: #4c306b;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 8px 0px;
    outline: 0;
}
.mobile-links a:hover, .mobile-links a:active {    
    color: #a8006c !important;
}

.mobile-menu ul{
    list-style: none; padding: 0px; margin: 0;       
}
ul.mobile-drop-nav li {display: block; position: relative;}
ul.mobile-links{        
     border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    -moz-border-radius: 5px 0px 5px 5px;    
    padding: 0px 10px;    
    border: 3px solid #a8006c;
    background-color:#fff;
    margin-top: -3px !important;
}
.mobile-links {display: none; position: absolute; }
.mobile-links.visible {display: block;}

.mobile-links ul {display: none; position: relative; width: 100%; margin-left: -10px !important;}
.mobile-links ul.visible {display: block; }

ul.mobile-drop-nav + li + a {display: block; text-decoration: none; color: black;}
.mobile-links span {cursor: pointer;}

.submenu-first-item{
    border-bottom: none !important;
    margin-bottom: 5px !important;
    font-size: x-large !important;
}
.mobile-links li {
    position: relative;    
    margin-top: 0; margin-bottom: 0;
    border-bottom: 1px solid #76509f; 
    background: none repeat scroll 0% 0% #FFF;        
}

.mobile-links > li{        
    font-size: large;    
}

.mobile-links > li:last-of-type {
    border-bottom: none;
}
.mobile-links li ul{
    background-color: #f1ecf5;
    font-size: medium;    
    width: 100%;
    padding-left: 20px;                
}
.mobile-links li ul > li {        
    background-color: #f1ecf5;
    font-size: 15px;
    margin-right: 20px;    
}  
.mobile-links li ul > li:last-of-type {
    border-bottom: none;
}

.mobile-links li ul > li > ul >li {        
    background-color: gray;
}    

.mobile-links li:hover {
    color: black;
}

.mobil-sub-menu-zorder, .mobil-sub-menu-zorder li{
    z-index: 2000;
}

.mobil-main-menu-zorder, .mobil-main-menu-zorder li{
    z-index: 999990;
}

.article-bottom-links{
    width: 100%; padding: 10px 0; font-size: 15px; font-weight: bold; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; color: #0f6076; font-family: 'Montserrat', sans-serif;
}
.article-bottom-links > a{width: 49%; text-decoration:none;}
.article-bottom-links > div{width:100%;}
.article-bottom-links img {width: 200px;height: 132px; }

.article-bottom-links .article-img-left{text-align:left;}
.article-bottom-links .article-img-right{text-align:right;}

.article-bottom-links .article-name{margin-top: 5px; }
.article-bottom-links .article-name span{display: table-cell; }

.new-button{text-decoration:none; user-select: none; color: #fff; background-color: #a8006c; padding: 5px 20px; 
                            font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #fff; font-size: 15px; 
                            border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-weight: bold; cursor:pointer;}
.background-blue{background-color: #2d589a;}
.background-gray{background-color: #787b7e}
.background-maroon{background-color: #a8006c;}
a.new-button, a.new-button:visited{color:#fff; text-decoration: none;}


.selfservice-main {width: 100%; padding: 5px ;margin:25px 0;}
.selfservice-main .submit{ margin:10px auto; text-align:center;}
.selfservice-phone, .selfservice-verify, .selfservice-update{width: 90%;padding: 5px 0;text-align: center;margin: 0 auto;max-width:410px;}
.selfservice-verify .resend-code {padding: 30px 0;}
.selfservice-main .input-div {display:block;}
.selfservice-main .input-div .disclaimer{padding:0 3px;}
.selfservice-main input  {font-family:'Montserrat',Arial,Helvetica,sans-serif  !important; clear:both;padding:5px 3px 8px 8px !important; vertical-align:middle; min-height:32px;line-height:32px;
                          width:99%;font-size:14px; border-style:none; background-color:#ECECEC; border-radius:10px !important; border-color:white;border-left-width:3px; margin:3px 0;}
.selfservice-main select  {font-family:'Montserrat',Arial,Helvetica,sans-serif  !important; padding:5px 3px 8px 8px !important; vertical-align:middle; min-height:32px;line-height:32px;
                          width:32%;font-size:14px; border-style:none; background-color:#ECECEC; border-radius:10px !important; border-color:white;border-left-width:3px; margin:3px 0;}
.selfservice-main .submit a.global-btn {padding-left:30px; padding-right:30px; font-weight:bold;} 
.selfservice-main select:nth-of-type(2) {margin:0 4px;}
.selfservice-phone input.phone-number { max-width:97%;}
.selfservice-phone .error {padding-bottom:20px;}
.selfservice-verify .error {width:88%;margin:0 auto;padding:10px 0;}
.selfservice-verify .input-div {text-align: center;} 
.selfservice-verify .input-div input {width:350px;}
.self-service-updtPnl .user-options a:not(:first-of-type) {margin-left:12px;}
.self-service-updtPnl .content-modal-new a.global-button-new,.self-service-updtPnl .content-modal-new a.global-button-new:link,.self-service-updtPnl .content-modal-new a.global-button-new:visited
    {background-color: #0f6076;background-image: none;color:#fff;text-transform:none; padding:5px 20px;font-size:14px;border-radius:10px;} 
.self-service-updtPnl .modal-main-full .content-modal-inner h2+br {display:none;}
/*end self service*/                                                                                                                                                                                          


.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade { transition: filter .5s;}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off, .grayscale.grayscale-fade:hover {-webkit-filter: grayscale(0); filter:grayscale(0);}

/* Background element */
.grayscale.grayscale-replaced { -webkit-filter: none;  filter:         none;}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {  opacity: 0; }

.sepia-img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
    -webkit-filter: sepia(1);
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
}