@charset "utf-8";
/******************************************************************************\
 * Fonts and Settings
\******************************************************************************/
@-ms-viewport {
    width:device-width;
    zoom:1.0;
}

/******************************************************************************\
 * Generic Prefixe Tags
\******************************************************************************/
::-webkit-input-placeholder {
    color:#555;
    opacity:1;
}
::-moz-placeholder {
    color:#555;
    opacity:1;
}
:-ms-input-placeholder {
    color:#555;
    opacity:1;
}
:-moz-placeholder {
    color:#555;
    opacity:1;
}
::-webkit-search-cancel-button {
    -webkit-appearance:none;
    height:0;
    width:0;
    background:none;
}
::-ms-clear{
   display:none;
}

/******************************************************************************\
 * Default Tag Styles
\******************************************************************************/
html {
    height:100%;
    margin:0;
    padding:0;
    font-size:16px;
    font-size:62.5%;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
	min-width: 320px;
    height:100%;
    background:black;
    margin:0;
    cursor:default;
    padding:0;
    font-size:1.6em;
    font-family:"proxima-nova", Arial;
    line-height:1.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#434243;
}
body.Dev::after,
body.Beta::after {
	content: "Dev Environment";

	position: fixed;
	left: 50%;
	top: 0;
	z-index: 1000000;

	width: 200px;
	margin-left: -100px;
	height: 24px;

	line-height: 26px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: white;
	background-color: rgba(255, 165, 0, 0.85);
}
body.Beta::after {
	content: "Beta Environment";
	background-color: rgba(255, 0, 0, 0.85);
}
h1, h2, h3, h4, h5, h6  {
    margin:0;
    padding:0;
    color:#3090bb;
    font-weight:bold;
}
h1 {
    font-size:3.0rem;
    line-height:1.5em;
}
h2 {
    font-size:2.0rem;
    line-height:1.5em;
}
h3 {
    font-size:1.6rem;
    line-height:1.5em;
}
a {
    color:#3090bb;
    text-decoration:underline;
}
a:hover,
a:focus {
	color: #002254;
}
a img {
    border:0;
}
em {
    font-family:"proxima-nova", Arial;
    font-style:italic;
}
fieldset {
    margin:0;
    padding:0;
    border:0;
}
form {
    margin:0;
    padding:0;
}
input:focus {
    outline: none;
}
input, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	border-radius: 0px;
}
p {
    margin:0;
    padding:0 0 1em;
}
p.em {
    font-style:italic;
}
form.Search {
    position:fixed;
    bottom:70px;
    margin-top:300px;
    left:0;
    width:100%;
    padding:10px 0;
    height:40px;
    border-bottom:1px solid white;
    transition:0.3s ease;
}
form.Search input::-webkit-input-placeholder {
    color:#ffffff;
}
form.Search input::-moz-placeholder {
    color:#ffffff;
}
form.Search input:-ms-input-placeholder {
    color:#ffffff;
}
form.Search input:-moz-placeholder {
    color:#ffffff;
}
form.Search input {
    background:transparent;
    font-weight:normal;
	font-family:"proxima-nova";
	font-style: italic;
    color:white;
    padding:0 0 0 20px;
    font-size:3.0rem;
    margin:0;
    border:0;
    height:60px;
    line-height:60px;
    width:72%;
    max-width:500px;
    border-radius: 0px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
form.Search button {
    background:url(../Images/SearchIconWhite.svg) 10px center no-repeat transparent;
    color:white;
    padding:0;
    font-size:3.0rem;
    margin:0;
    border:0;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    width:44px;
    height:60px;
    line-height:60px;
    overflow:hidden;
    text-indent:999999px;
    cursor:pointer;
    vertical-align: top;
}

/*===========================================================*/
.Flexbox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.Flexbox.AlignItemsCenter {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.Flexbox > * {
	/* Default W3 Spec */
	-ms-flex: 0 1 auto; /* IE doesn't use default spec */
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

/******************************************************************************\
 * Forms
\******************************************************************************/
.StyledListItem {
	padding-top: 1px;
	padding-left: 1px;

	overflow: hidden;
}
.StyledCheckbox {
	width: 16px;
	height: 0;

	margin: 0 0 0 -16px !important;

	padding: 0 !important;

	position: relative;
	left: -100px;
}
.StyledCheckbox + label {
	display: inline-block;

	position: relative;

	padding-left: 1.6em !important;

	cursor: pointer;
}
.StyledCheckbox + label:before {
	content: "";

	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;

	display: block;

	width: 1.2em;
	height: 1.2em;

	margin: 0;

	vertical-align: top;

	border: none;

	background: #FFF scroll no-repeat center center;
	background-size: contain;

	transition: opacity 0.25s;
}
.StyledCheckbox[disabled] + label:before {
	opacity: 0.4;
}
.StyledCheckbox:focus + label:before,
.StyledCheckbox:active + label:before {
	outline: 1px solid rgba(0,0,0,.3);
}
.StyledCheckbox:checked + label:before {
	background-image: url(/Websites/Default/Images/StyledCheckmark.svg);
}
.StyledCheckbox.Outlined + label:before {
	margin: 1px;

	outline: 1px solid #CCC;
}
.StyledCheckbox.Outlined:focus + label:before,
.StyledCheckbox.Outlined:active + label:before {
	outline-color: #000;
}

.RedButtonWithCornerNotchAndBorder {
	padding: 0 0.58em;

	background: transparent url(/Websites/Default/Images/RedButtonWithCornerNotchAndBorderBg.svg) scroll no-repeat right center;
	background-size: cover;

	color: #FFF;

	font-family:"proxima-nova",Arial;
	font-weight: 600;

	border: none;
	border-left: 1px solid #9f0113;

	transition: opacity 0.25s;
}
.RedButtonWithCornerNotchAndBorder[disabled],
.RedButtonWithCornerNotchAndBorder:disabled {
	opacity: 0.4;

	cursor: not-allowed;
}

/******************************************************************************\
 * Sectional Tag Styles
\******************************************************************************/
header {
    background:#fff;
    border-bottom:15px solid #3090bb;
    text-align:center;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.23);
}
main {
    display:block;
    background:white;
    height:auto;
    overflow:hidden;
}
footer {
    background:inherit;
    color:white;
    padding:6% 6% 80px;
    font-size:1.4rem;
    line-height:1.5em;
    margin:0 auto;
}
footer a {
    color:white;
    text-decoration:none;
}
footer a:hover, footer a:focus {
    text-decoration:underline;
}

/******************************************************************************\
 * Classed Tag Styles
\******************************************************************************/
li.Married {
    margin:0;
    padding:0;
    position:relative;
    min-height:60px;
}
li.Married a {
    background-size:auto;
    background-repeat:no-repeat, repeat-x;
    display:table;
    text-align:center;
    position:absolute;
    width:100%;
    bottom:0;
    padding-top:22.5%;
    text-decoration:none;
}
li.Married .Wrapper {
    display:table-row;
}
li.Married .Overlay {
    display:table-cell;
    vertical-align:bottom;
}
li.Married .Inner {
    background-color: rgba(48,144,187,0.87);
    position:relative;
    min-height:61px;
    height:auto !important;
    display:block;
    transition:0.3s ease;
}
li.Married a:hover .Inner, li.Married a:focus .Inner, li.NoHover .Inner, li.Married:hover a .Inner {
    margin-top:0 !important;
}
li.Married h2, li.Married h3, li.Married .Inner span {
    color:white;
    line-height:1.1em !important;
    font-style:normal !important;
    text-align:left !important;
    padding:10px 6% !important;
    width:88% !important;
    font-family:"proxima-nova",Arial;
    font-size:3.2rem !important;
    font-weight:600 !important;
    text-overflow:ellipsis;
    overflow:hidden;
    position:absolute;
    bottom:0;
    left:0;
}
li.Married .Inner span {
    position:static;
    display:block;
    min-height:61px;
    visibility:hidden;
}
li.Married img {
    display:block !important;
    background:#666;
    min-height:60px;
    width:100%;
    margin:0 auto;
    color:#ccc;
}
ul.GridListing, ul.GridListing ul, ul.GridListing li {
    margin:0;
    padding:0;
    list-style:none;
    clear:both;
    float:left;
    height:auto;
    overflow:hidden;
    width:100%;
}
ul.GridListing img {
    width:100%;
}
ul.GridListing li li, ul.GridListing li li a, ul.GridListing li li img, ul.GridListing li .Overlay, ul.GridListing li .Inner {
    clear:none;
    width:258px;
    width:100%;
    height:250px;
    height:auto;
    font-size:2.3rem;
}
ul.GridListing li li {
    margin:0 4% 4% 0 !important;
    width:46%;
    float:left;
    clear:none;
}
.MobileOS ul.GridListing li li {
	display: none;
}
.MobileOS ul.GridListing li li.OnPage {
    display:block;
}
ul.GridListing li.NoOnPageRows,
ul.GridListing li.NoOnPageRows h2 {
    display: block !important;
}
.MobileOS ul.GridListing li.NoOnPageRows,
.MobileOS ul.GridListing li.NoOnPageRows h2 {
    display: none !important;
}
ul.GridListing h2 {
    clear:both;
}
ul.GridListing h2, ul.GridListing h3, ul.GridListing .Inner span {
    font-size:2.2rem !important;
    line-height:1.5em;
}
ul.GridListing > li > h2 {
    font-size:4.8rem !important;
    line-height:1em;
    margin-bottom:5px;
    font-family:"proxima-nova",Arial;
    font-weight:600;
}

/******************************************************************************\
 * Identified Styles
\******************************************************************************/
#Banners {
	max-width: 1140px;
	margin: 0 auto;
    position:relative;
}
.BannerImages {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

	width: 100%;
	height: 350px;

	overflow: visible;
}
.Docked .BannerImages {
	display: none;
}
.BannerImage {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;

	display: block;

	height: 100%;

	transform: translateX(-50%);
}

#BannerLink {
    display:block;
	position:absolute;
	left:0;
	top:0;
	z-index: 2;
	width:100%;
	height:100%;
}
#Copyright {
    margin:0 auto;
    display:block;
    text-align:center;
    font-size:1.5rem;
}
#Footer-Logo {
    display:block;
    height:57px;
    text-align:center;
}
#Footer-Logo img {
    width:91px;
    height:57px;
}
#FooterLinks, #FSearchForm, #SearchForm, #Menu ul {
    display:none;
}
#SearchForm {
	background-color: inherit;
}
#Logo {
    display:block;
    width:100%;
    padding-bottom:57%;
    background-size:100%;
}
#Menu {
    background:#3090bb;
    color:white;
    position:fixed;
    z-index:101;
    bottom:0;
    left:0;
    text-align:center;
    width:100%;
}
#Menu::after {
	content: "";

	display: block;
	clear: both;
}
#Menu h2 {
    margin:0;
    padding:0 0 0 20px;
    color:white;
    height:70px;
    line-height:70px;
    cursor:pointer;
    font-weight:normal;
    text-transform:uppercase;
    font-size:2.8rem;
}
#Menu.Expanded h2 {
    padding:0;
}
#Menu ul {
    background: transparent;
    position:fixed;
    bottom:131px;
    left:0;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    transition:all 1s ease;
}
#Menu ul li {
    margin:0;
    padding:0;
    zoom:1;
    border-bottom:1px solid white;
}
#Menu ul a {
    display:block;
    color:#ffc96e;
    text-decoration:none;
    padding:15px 6%;
    font-size:3.0rem;
    line-height:1em;
    transition:background-color 0.25s ease;
    text-align:left;
    max-width:540px;
    margin:0 auto;
    font-family:"proxima-nova",Arial;
    font-style: italic;
}
#Menu ul li a:hover,
#Menu ul li a:focus {
	background-color:#0C384D;
}
#Menu ul li a:active {
	background-color:#2C81A8;
}
#Menu ul a strong {
    color:white;
    font-family:"proxima-nova",Arial;
    font-weight: normal;
    font-style: normal;
}
#Menu-NewsletterSignUp {
	display: none;
}
#Menu-NewsletterSignUp {
	background: #f3b24c;
}
#Menu li#Menu-NewsletterSignUp a {
	color: #002554;

	font-weight: 700;

	font-style: normal;
}
#Menu.Expanded ul, #Menu.Expanded #SearchForm {
    display:block;
}
#OtherLinks {
    clear:both;
    margin:0;
    padding:12px 0;
    list-style:none;
    margin:0 auto;
    height:auto;
    overflow:hidden;
    font-size:1.42rem;
    width:100%;
    padding-top:13px;
    text-align: center;
}
#OtherLinks li {
    text-align:center;
    border-color:#e6e2dc;
    padding: 0px 10px;
    border-left:1px solid white;
    line-height:1em;
    display: inline-block;
}
#OtherLinks li:first-child {
    border-left:0;
}
#OtherLinks a {
    text-decoration:underline;
    color:#e6e2dc;
}

#Pagination {
    padding:0;
    margin: 20px 0px;
    list-style:none;
    height:auto;
    overflow:hidden;
    clear:both;
    float:right;
    list-style-type: none;
}
#Pagination li {
	display: inline-block;
    margin:0 0 10px 10px;
}
#Pagination li:last-child {
	margin-right: 0px;
}
#Pagination li.Elipsis {
    padding:0 5px 22px;
    font-size:2.0rem;
    line-height:0.5em;
    text-align:center;
    background:white;
    color:#3090bb;
}
#Pagination li a {
    display:block;
    color:#3090bb;
    border:1px solid #3090bb;
    padding:4px 10px;
    text-decoration:none;
    font-size:2.0rem;
    line-height:1em;
    background:white;
    transition:0.3s ease;
    text-transform:lowercase;
    text-align:center;
}
#Pagination li a:hover, #Pagination li a:focus, #Pagination li.Sel a {
    background:#3090bb;
    color:white;
}
#SignUp {
    position:absolute;
	right: 	20px;
	top: 20px;

    color:white;
    text-transform:lowercase;
    padding:8px 15px;

    font-style:italic;
    text-decoration:none;

    font-size:1.6rem;

    background-color: rgba(0, 0, 0, 0.33);
    display: none;
}
#SignUp > span {
	font-size: 2.2rem;
	font-style: normal;
	padding-right: 3px;
	vertical-align: top;
}
body.Index #SignUp {
	display: block;
}

body.Index #Container.Docked #SignUp {
	display: none;
}
#SocialNetworks {
    margin:15px auto 0;
    padding:0;
    list-style:none;
    text-align: center;
}
#SocialNetworks li {
    margin: 0px 7px;
    display: inline-block;
}
#SocialNetworks li a {
    display:block;
    background-size: 100%;
    height:36px;
    width:36px;
    text-indent:99999px;
    overflow:hidden;
}
#SocialNetworks #Social-Instagram a {
	background-image: url("../Images/Instagram.svg");
}
#SocialNetworks #Social-YouTube a {
	background-image: url("../Images/YouTube.svg");
}
#SocialNetworks #Social-Facebook a {
	background-image: url("../Images/Facebook.svg");
}
#SocialNetworks #Social-Pinterest a {
	background-image: url("../Images/Pinterest.svg");
}
#SubMenu {
    background:#f7f1e2;
    padding:3%;
    height:auto;
    overflow:hidden;
}
#SubMenu h2 {
    display:none;
}
#SubMenu ul {
    margin:0 auto;
    padding:0;
    list-style:none;
    max-width:1160px;
}
#SubMenu > ul {
    display:block;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    width:100%;

    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
}
#SubMenu li {
    margin:0;
    padding:0;
}
#SubMenu li.Sel a {
    font-family:"proxima-nova";
    font-weight: 700;
    font-style: italic;
}
#SubMenu li a {
    text-decoration:none;
    font-size:1.8rem;
    line-height:1em;
    display:block;
    padding:3% 6% 3%;
    text-align:center;
    font-style:italic;
}

/******************************************************************************\
 * Special Body Class Overrides
\******************************************************************************/
.HeaderWrapper {
	background-color: gray;
	background-position: top center;
	background-size: cover;

	height: 400px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;

	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.23);

	position: relative;
}

.TitleWrapper {
	max-width: 1140px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.HeaderWrapperBorder {
	background-color: rgba(48,144,187,0.87);
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

body.BannerHeading h1 {
	background-color: rgba(48,144,187,0.87);

	min-width: 370px;

	padding: 15px 20px 15px 20px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;

    display:block;
    color:#ffc75f;

    font-style:italic;
    font-weight:normal;
    font-size:5.0rem;
    font-family:"proxima-nova",Arial;

    line-height:1em;

    position: absolute;
    left: 70px;
    bottom: 25px;
}

body.BannerHeading h1 strong {
    font-size:7.0rem;
    font-family:"proxima-nova",Arial;
    font-weight:normal;

    display:block;
    color:white;
    font-style:normal;
    font-weight:400;
    font-size:7.0rem;
}
body.BannerHeading #Content {
    padding:25px;
    height:auto;
    overflow:hidden;
}

body.Internal main {
	box-sizing: border-box;

	max-width: 1180px;
	width: 100%;
	padding: 0px 20px 40px 20px;
}

body.Internal #Container.Docked {
	padding-top: 140px;
}

.FooterWrapper {
	position: relative;
	box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.5);
	min-width: 1160px;

	background-color: #3090bb;
}

.BackToTopWrapper {
	margin: 0 auto;
	max-width: 1180px;
	height: 0px;
	position: relative;
}

.BackToTop {
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

.BackToTop img {
	width: 92px;
}

/**
Subscription Center
 */
.SubscriptionCenterSectionContent .FormGroup,
.OliveSignUpSectionContent .FormGroup {
	margin: 2em 0;
}
.SubscriptionCenterSectionContent .FormRow,
.OliveSignUpSectionContent .FormRow {
	margin: 0.5em 0;
}
.SubscriptionCenterSectionContent .StyledCheckbox + label {
	padding-left: 2em !important;
}
.SubscriptionCenterSectionContent .StyledCheckbox + label:before {
	border: 1px solid grey;
}
.SubscriptionCenterSectionContent label span,
.OliveSignUpSectionContent label span {
	font-size: 0.875em;
}
.SubscriptionCenterUpdateProfile {
	width: 144px;
	height: 42px;
	font-size: 2rem;
	font-weight: 600;
	cursor: pointer;
	padding-top: 4px;
}
.SubscriptionCenterFormMessage,
.OliveSignUpFormMessage {
	font-weight: bold;
}


.SearchFormInner {
	margin-top:18px;

	background: #226583;
}




.IdeaVideoButton {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;

	width: 100%;
	height: 48px;

	padding: 0;

	font-family: inherit;
	font-size: 36px;
	font-weight: 600;

	color: #ffffff;

	letter-spacing: -0.015em;

	line-height: 1.45;

	text-transform: uppercase;

	background-color: rgba(0,175,225,0.6);

	border: none;
	border-radius: 0;

	cursor: pointer;
}
.IdeaVideoButtonIcon {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 9px;
	border-style: solid;
	border-width: 14px 0 14px 30px;
	border-color: transparent transparent transparent #ffffff;
}

.IdeaVideoWrapper {
	display: flex;
	justify-content: center;
	align-items: center;

	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;

	width: 100%;
	height: 100%;

	background: rgba(0,0,0,0.9);

	visibility: hidden;

	opacity: 0;

	transition: 0.25s;
}
.IdeaVideoWrapper.Active {
	visibility: visible;

	opacity: 1;
}
.IdeaVideoWrapper iframe,
.IdeaVideoWrapper .TestDiv {
	width: 100vw;
	height: 100%;
	max-height: 56.25vw;
}
.IdeaVideoWrapperClose {
	position: absolute;
	right: 10px;
	top: calc(50% - 28.125vw + 10px);
	z-index: 10;

	width: 32px;
	height: 32px;

	padding: 0;

	font-family: inherit;
	font-weight: 700;
	font-size: 18px;

	line-height: 1;

	color: #ffffff;

	background: transparent;

	border: 2px solid;

	border-radius: 100%;

	opacity: 0.7;

	cursor: pointer;

	box-shadow: 0 0 4px rgba(0, 0, 0, 0.8), inset 0 0 4px rgba(0, 0, 0, 0.6);

	text-shadow: 0 0 2px rgba(0,0,0,0.8);

	transition: opacity 0.25s;
}
.IdeaVideoWrapperClose:hover,
.IdeaVideoWrapperClose:focus {
	opacity: 1;
}

/**
Responsive
 */

@media screen and (min-aspect-ratio: 16/9){
	.IdeaVideoWrapper iframe {
		max-width: 177.77777778vh;
	}
	.IdeaVideoWrapperClose {
		top: 10px;
		right: calc(50% - 88.8888888889vh + 10px);
	}
}

@media screen and (max-width:640px) {
	header {
		border-bottom: 8px solid #166c92;
	}
	#Menu {
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
	.BannerImages {
		position: relative;

		height: auto;
	}
	.BannerImage {
		position: static;

		width: 100%;
		height: auto;

		transform: none;
	}
	#Logo {
		display: none;
	}
	.LogoDesktop {
		display: none;
	}
	#SignUp {
		background-color: #a59992;
		padding: 2px 4px;
		font-size: 1.6rem;
		right: 5px;
		top: 5px;
	}
	#SignUp > span {
		font-size: 1.6rem;
		padding-right: 0px;
	}

	body.Internal #Container.Docked {
		padding-top: 0px;
	}

	body.Internal main {
		padding-top: 40px;
	}

    body.BannerHeading h1 {
        font-size:3.0rem;
    }
    body.BannerHeading h1 strong {
        font-size:4.4rem;
    }

	li.Married h2, li.Married h3, li.Married .Inner span {
	    font-size:2rem !important;
	}

	li.Married .Inner, li.Married .Inner span {
		min-height: 50px;
	}

	.HeaderWrapper {
		height: 380px;
		box-shadow: none;
	}

	body.BannerHeading h1 {
		min-width: 190px;
	}

	#Home-Blog .Inner {
		box-sizing: border-box;

		padding-right: 70px;
	}

	#Home-Blog .Inner h3 {
		position: static;
	}

	#Home-Blog .Inner span {
		display: none;
	}

	#Menu ul {
		bottom: 116px;

		background-color: inherit;
	}

	#Menu ul a {
		font-size: 2.0rem;
	}

	#Menu h2 {
		padding: 0;
		font-size: 2.0rem;
		height: 48px;
		line-height: 26px;
	}
	#Menu h2 .Text {
		box-sizing: border-box;

		position: relative;

		display: inline-block;

		width: 90px;

		margin-top: 10px;

		padding-top: 1px;
		padding-left: 21px;

		border: 1px solid rgba(255,255,255,0.5);
		border-radius: 2px;
	}
	#Menu h2 .Text::before,
	#Menu h2 .Text::after {
		box-sizing: inherit;

		content: '';

		position: absolute;
		left: 6px;
		top: 7px;
		z-index: 1;

		display: block;

		width: 14px;
		height: 7px;

		border: inherit;
		border-left: none;
		border-right: none;
	}
	#Menu h2 .Text::after {
		top: 13px;

		border-top: none;
	}

	#Menu.Expanded h2 .Text {
		padding-left: 0;
	}
	#Menu.Expanded h2 .Text::before,
	#Menu.Expanded h2 .Text::after {
		display: none;
	}

	#Menu-Home a > span {
		display: none;
	}

	#Menu-NewsletterSignUp {
		display: block;
	}

	form.Search {
		bottom: 48px;
		height: 47px;
	}

	.SearchFormInner {
		margin: 0 25px;
		padding-right: 48px;
		box-sizing: border-box;
		position: 	relative;
	}

	form.Search input {
		max-width: none;
		font-size: 1.8rem;
		padding: 0 0 0 16px;
		width: 100%;
		height: 48px;
		line-height: 48px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	form.Search button {
		background-position: center center;
		width: 48px;
		height: 48px;
		line-height: 48px;
		position: absolute;
		right: 0px;
		top: 0px;
	}


	#Home-AboutUs {
		font-size: 1.6rem;
	}

	#Home-About-Thanks {
		font-size: 2rem !important;
	}

	#Pagination li {
		float: none;
		display: inline-block;
		margin: 0px 5px 5px 5px;
	}

	#Pagination li.Elipsis {
		padding: 0px 5px;
	}

	#Home-Blog h2 {
		font-weight: 300;
		font-size: 2.2rem;
		padding: 30px 0px 20px 30px;
		text-align: left;
	}

	#Home-Blog-1 .Inner {
		padding-top: 20px;
	}

	#Home-About-Contact {
		font-size: 2.0rem;
		padding: 5px 10px;
		margin-right: 0px;
		margin-top: -75px;
	}

	#Home-About-Contact > span {
		font-size: 2.0rem;
		padding-right: 0px;
	}

    #SubMenu li {
        margin:0;
        padding:0;
        width:50%;
    }
    #SubMenu li a {
        text-align:left;
        font-size:2.0rem;
        padding:5px 10px;
    }

	ul.GridListing > li > h2 {
    	font-size:3.0rem !important;
    	margin-bottom: 10px;
    }

    ul.GridListing li li {
		margin: 0px !important;
		width: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	ul.GridListing li li a {
		width: 100%;
	}

	.MealIdeasItem {
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

    ul.GridListing li li:nth-child(odd) .MealIdeasItem {
	    margin: 0px 12px 24px 0px;
	}

    ul.GridListing li li:nth-child(even) .MealIdeasItem {
	    margin: 0px 0px 24px 12px;
	}

	.FooterWrapper {
		box-shadow: none;
	}

	#Footer-Logo {
		float:left;
		height: auto;
	}

	#SocialNetworks {
		margin: 8px auto 0;
		float: right;
	}

	#OtherLinks {
		font-size: 1.2rem;
	}

	#OtherLinks a {
		text-decoration: none;
	}

	#Copyright {
		font-size: 1.2rem;
		line-height: normal;
	}

	.BackToTopWrapper {
		display: none;
	}

	.FooterWrapper {
		min-width: 0px;
	}

	.IdeaVideoButton {
		height:35px;
		width: 100%;

		line-height: 1.55;
		font-size: 24px;
	}
	.IdeaVideoButtonIcon {
		border-width: 9px 0 9px 18px;
	}
}

@media screen and (max-width:480px) {
	li.Married h2, li.Married h3, li.Married .Inner span {
	    font-size:1.6rem !important;
	}

	#MealIdeas li.Married h3 {
		font-size: 1.4rem !important;
		width: 100% !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 5px 10px 5px 7px !important;
		line-height: 1em !important;
		font-weight: 400 !important;
	}

	#MealIdeas li.Married .Inner span {
		display: none;
	}

	li.Married .Inner, li.Married .Inner span {
		min-height: 30px;
	}

	.HeaderWrapper {
		height: 190px;
	}

	.HeaderWrapperBorder {
		height: 12px;
	}

    body.BannerHeading h1 {
        font-size:2.5rem;
        line-height: 1.1em;
        padding: 10px 10px 10px 14px;
        left: 25px;
        bottom: 12px;
    }
    body.BannerHeading h1 strong {
        font-size:3.8rem;
    }

	#Menu ul {
		bottom: 96px;
	}

	#Menu ul a {
	    padding:10px 0px 10px 25px;
		font-size: 1.6rem;
	}

	#Menu h2 {
		font-size: 1.4rem;
		height: 35px;
		line-height: 19px;
	}
	#Menu h2 .Text {
		width: 66px;

		margin-top: 7px;

		padding-left: 15px;
	}
	#Menu h2 .Text::before,
	#Menu h2 .Text::after {
		left: 4px;
		top: 6px;

		width: 11px;
		height: 5px;
	}
	#Menu h2 .Text::after {
		top: 10px;
	}

	form.Search {
		bottom: 35px;
		height: 40px;
	}

	form.Search input {
		font-size: 1.5rem;
		padding: 0 0 0 10px;
		height: 40px;
		line-height: 40px;
	}

	form.Search button {
		height: 40px;
		line-height: 40px;
	}

    #SubMenu li a {
        font-size:1.5rem;
        padding:5px 10px;
    }

	ul.GridListing > li > h2 {
    	font-size:2.4rem !important;
    }

    ul.GridListing li li:nth-child(odd) .MealIdeasItem {
	    margin: 0px 6px 12px 0px;
	}

    ul.GridListing li li:nth-child(even) .MealIdeasItem {
	    margin: 0px 0px 12px 6px;
	}

	#Pagination a {
		padding: 3px 5px !important;
	}

	#Pagination li {
		margin: 0 0 5px 5px;
	}

	#Pagination li a {
		font-size: 1.7rem !important;
	}

	#Pagination li.Elipsis {
		font-size: 1.6rem;
	}

	#OtherLinks {
		font-size: 0.9rem;
	}

	#OtherLinks li {
		padding: 0px 5px;
	}

	#Copyright {
		font-size: 0.9rem;
	}

	footer {
		padding: 6% 6% 50px;
	}

	#Footer-Logo img {
		width: 45px;
		height: auto;
	}

	#SocialNetworks {
		margin: 0px auto 0;
	}

	#SocialNetworks li {
		margin: 0px 4px;
	}

	#SocialNetworks li a {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:400px) {
	form.Search input {
		font-size: 1.4rem;
	}
}
