/*
 * GRANDPARENTS.COM STYLES
 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ css reset - Adapted and Modified from YUI Reset v2.8.1 Copyright (c) 2010, Yahoo! Inc. All rights reserved. // Code licensed under the BSD License: // http://developer.yahoo.com/yui/license.html */

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block;}
*:focus,a:focus,img:focus,input:focus{outline-style:none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ typography */
/* colors:
 * #7f004d - purple
 * #ff5e1f - orange
 * #ee1700 - red
 * #57768e - blue
 * #283a29 - green
 */

@font-face {
    font-family: 'Cutive';
    src: url('fonts/cutive-regular-webfont.eot');
    src: url('fonts/cutive-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cutive-regular-webfont.woff') format('woff'),
         url('fonts/cutive-regular-webfont.ttf') format('truetype'),
         url('fonts/cutive-regular-webfont.svg#CutiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*for gutter ads*/
html {
    overflow-x: hidden;
}
@media (max-width: 960px) {
    html {
        overflow-x: auto;
    }
}

h1, h2, h3, .hd {
    font-family: 'Cutive';
}
a {
    text-decoration: none;
    color: #333;
}
.grandkids-color {
    color: #ff5e1f;
}
.family-color {
    color: #ee1700;
}
.health-color {
    color: #7f004d;
}
.food-color {
    color: #57768e;
}
.money-color {
    color: #283a29;
}

[data-href] {
    cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error page */
.top404 {
	width:580px;min-height:300px;
	background:#f4f4f2;
	font-size: 16px;float:left;display:block;
	margin-left:10px;
}
.left404 {
width:290px;background:#f4f4f2;float:left;	
}
.right404 {
	width:275px;padding-left:10px;padding-right:5px;padding-top:12px;float:right;font-size:16px;font-weight:bold;line-height:20px;background:#f4f4f2;
}
.clear404a {
	clear:both;width:280px;
}
.clear404b {
	clear:both;width:590px
}
.errorHeading {
	font-family: 'Cutive';
	font-size:18px;	
	padding:0 0 12px 25px;
	color:#5e5e5e;
	clear:both;
}


.errorHeading a:link {
color:#5e5e5e;
text-decoration:underline;	
}
.errorHeading a:hover {
color: #ff5e1f;
text-decoration:none;	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error-nav*/
.errorOops {
	font-weight: bold; 
	color: #9d4786; font-size: 54px;padding-left:18px;
	line-height:54px;
	margin-bottom:-20px;
}
.errorGrayLine {
	color: #7d7d7d; font-size:28px;padding-left:18px;
	line-height:28px;
}


.errorRed {
	color: #85446f; font-size:18px;padding-left:18px;
	margin-bottom:-40px;
}
.gd_error_container {
width:240px;
/*background:red;*/
margin-left:20px;	
}

.gd_error {
	font-size:20px;
	font-weight:bold;text-decoration:underline;font-family: Arial, Helvetica, sans-serif;
	padding: 12px 0px 24px 20px;
	clear:both;
}
.gd_error-left {
	font-size:20px;
	font-weight:bold;text-decoration:underline;font-family: Arial, Helvetica, sans-serif;
	padding: 12px 0px 0px 20px;
	clear:both;
}
.gd_error-bottom {
	font-size:20px;
	font-weight:bold;text-decoration:underline;font-family: Arial, Helvetica, sans-serif;
	padding: 28px 0px 24px 20px;
	clear:both;
}

.error-nav {
	
        clear: both;
        /*height: 26px;*/
        padding: 11px 0;	
}

        .error-nav ul li {
            float: left;
            display: block;
            position: relative;
        }
            .error-nav ul li a {
                /*border-right: 2px dotted #ccc;*/
                display: block;
                font-size: 18px;
                float: left;
                height: 21px;
                padding: 12px 0px 3px 38px;
				text-decoration:underline;
				font-family: 'Cutive';
            }
            .error-nav ul li a:hover {
                text-shadow: 1px 1px 0px #ccc;
            }

                .error-nav a.grandkids-color {
					color:#ffa500;
                }
				
				.error-nav a.family-color {
					color:#fa3139;
				}
				
				.error-nav a.food-color {
					color:#628797;
				}
				
				.error-nav a.health-color {
					color:#a73384;
				}
				
                .error-nav a.money-color {
					color:#056d66;
                }



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ buttons and icons */

a.btn {
    background-color: #ecebe8;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecebe8), to(#ebeae7));
    background-image: -webkit-linear-gradient(top, #ecebe8, #ebeae7);
    background-image: -moz-linear-gradient(top, #ecebe8, #ebeae7);
    background-image: -ms-linear-gradient(top, #ecebe8, #ebeae7);
    background-image: -o-linear-gradient(top, #ecebe8, #ebeae7);
    border: 1px solid #cfcbc6;
    border-radius: 6px;
    display: block;
    font-family: 'Cutive';
    font-size: 14px;
    padding: 4px 20px 4px 20px;
}
a.btn:hover {
    box-shadow: 1px 1px 3px #ccc;
    border-color: #999;
}
    a.btn.see-more {
        width: 76px;
    }
    a.btn.view-deal {
        width: 86px;
    }
    a.btn.read-more {
        width: 87px;
    }
    a.btn.get-the-answer {
        padding: 4px 10px 4px 10px;
        width: 120px;
        clear: left;
    }
    a.btn.create-group {
        width: 110px;
    }
    a.btn.create-thread {
        width: 115px;
    }
    a.btn.download-btn {
        width: 120px;
    }
    a.btn.view-giveaway {
        width: 125px;
    }
    a.btn.find-out-more {
        width: 114px;
    }
    a.btn.volunteer-now {
        width: 128px;
        float: right;
    }
a.facebook-login {
    display: block;
    width: 206px;
    height: 34px;
    float: none;
    margin: 0;
    line-height: 500;
    background: url('/img/sprite.png') left -494px no-repeat;
}
.frontend-user-wrap a.facebook-login {
    background: url('/img/sprite.png') left -450px no-repeat;
    display: block;
    height: 59px;
    line-height: 500;
    margin: 10px 0;
    overflow: hidden; 
    width: 390px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout */

body {
    background: url('/img/bg.jpg');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body.fixed-hd {
    padding-top: 230px;
}
.hd {
    font-size: 14px;
}
.bd {
    background: #fff;
    margin: 0 auto;
    /*padding: 0 20px;*/
    width: 960px;
    padding: 4px !important;
    /*padding-left: 10px;
    margin-right: 15px;*/
}
    .bd.games-wrapper {
        background: #fff;
        margin: 0 auto;
        /*padding: 0 20px;*/
        width: 1010px;
    }
    .bd.large {
        font-size: 16px;
    }

.ft {
    background: #f0efed;
    border-top: 1px solid #7f004d;
    margin: 0 auto;
    width: 960px;
}
.top-wrap {
    background: #fff;
    border-bottom: 2px solid #dfdcde;
    height: 30px;
	align-content: center;
	width: 968px;
	display: inline-flex;
}

.main-hd-wrap {
    background: #fff;
    margin: 0 auto;
    padding-top: 10px;
    width: 920px;
}

    .bd .left {
        float: left;
        width: 580px;
        padding-left: 20px;
    }
    .bd.games-wrapper .left {
        float: left;
        width: 630px;
        padding-left: 20px;
    }
        .bd .left .column1 {
            float: left;
            width: 280px;
        }
        .bd .left .column2 {
            float: right;
            width: 280px;
        }
    .bd .right {
        float: right;
        width: 300px;
        padding-right: 20px;
    }
/*    .bd .right > div {
        margin: 20px 0;
    }*/

.clear {
    clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ top nav */
body.fixed-hd .top-wrap {
    display: none;
}
    .top-wrap a {
        color: #486175;
    }
    .top-wrap a:hover {
        text-decoration: underline;
    }
    .top-wrap ul {
        margin: 0 auto;		
	padding: 4px;
    }

    .top-wrap ul li{
        background: url('/img/bullet.jpg') left 11px no-repeat;
        float: left;
        padding: 6px 33px;
	margin-left: 5px;
    }
    .top-wrap ul li.bullet {
        height: 30px;
        padding: 0;
        width: 7px;
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header */
.main-hd-wrap {
    background: #fff;
    height: 180px;
    margin: 0 auto;
    padding: 4px;
    width: 960px;
}
.search404 {
    background:#f4f4f2;
	padding:18px 12px 12px 12px;
	margin:0 12px 12px 10px;
	height:40px;
}
    .main-hd-wrap .inner-bg {
        background: #fff;
        padding:0;
    }
    .main-hd-wrap a.logo {
        background: url('/img/resized_logo.png') no-repeat;
	background-size:contain;
        float: left;
        height: 106px;
	overflow:hidden;
        line-height: 20em;
        width: 278px;
    }
	.social-findus {
	 background: url('/img/social_circles_findus.png') no-repeat;
	 width:66px;
	 height:40px;
	 float:left;	
	 display: block;
	 padding:0px;
	 margin-left:8px;
	 margin-top:8px;
	}
	/*social-fb*/
    a.social-fb {
        background: url('/img/social_circles_facebook.png');
        display: block;
        float: left;
        width: 36px;
		height: 44px;
		line-height:44px;
    }
	
    .main-hd-wrap .search-wrap {
        float: left;
        height: 79px;
        margin-left: 47px;
        margin-top: 46px;
        width: 292px;
    }

	.search404 .search-wrap {
        float: left;
        height: 79px;
        margin:0;
        width: 292px;
    }
		
    .main-hd-wrap .search-wrap-sm {
        float: right;
        height: 26px;
        width: 240px;
    }	

    .main-hd-wrap .search-wrap form, .search404 .search-wrap form {
        background: url('/img/sprite.png') left -106px no-repeat;
        height: 33px;
        padding:0;
        margin: 0;
    }
        .main-hd-wrap .search-wrap-sm form {
            background: url('/img/search-box-sm.png') no-repeat;
            height: 26px;
            padding:0;
            margin: 0;
        }		
        .main-hd-wrap .search-wrap form input.search-input,
		.search404 .search-wrap form input.search-input {
            background: none;
            border: 0;
            color: #486175;
            float: left;
            line-height: 1.3em;
            padding: 6px 14px;
            width: 195px;
        }
        .main-hd-wrap .search-wrap-sm form input.search-input-sm {
            background: none;
            border: 0;
            color: #486175;
            float: left;
            line-height: 1.3em;
            padding: 2px 14px;
            width: 170px;
        }		
        .main-hd-wrap .search-wrap form input[type="submit"],
		.search404 .search-wrap form input[type="submit"] {
            background: none;
            border: 0;
            cursor: pointer;
            display: block;
            height: 32px;
            padding-top: 2px;
            width: 69px;
        }
        .main-hd-wrap .search-wrap-sm form input[type="submit"] {
            background: none;
            border: none;
            cursor: pointer;
            display: block;
            height: 26px;
            padding-bottom: 2px;
            width: 40px;
        }
		.button-go-sm {
            background: none;
            border: none;
            cursor: pointer;
			width:40px;
			height:26px;
			font-weight:bold;	
			margin-left:-10px;		
		}
    .main-hd-wrap .login-info-wrap {
        color: #333;
        float: left;
        text-align: right;
        width: 294px;
    }
    
        .main-hd-wrap .login-info-wrap .welcome-user {
            margin-bottom: 10px;
            margin-top: 15px;
            height: 21px;
        }
        

        .main-hd-wrap .login-info-wrap a {
            color: #fff;
            display: block;
            float: right;
            height: 20px;
            margin-left: 4px;
            padding: 6px 0;
            text-align: center;
        }
        .main-hd-wrap .login-info-wrap2 a {
            color: #fff;
            display: inline;
            float: right;
            height: 19px;
	    margin-top:4px;
            margin-left: 2px;
            padding: 4px 0 4px 0;
            text-align: center;
        }	
	.welcome-user2 {
		font-size:10px;	
		width: auto;
		float:left;
		text-align:right;
		line-height:23.5px;
		overflow:hidden;
		padding-right:4px;
		padding-left: 8px;
		margin-top: 4px;
	}
			
        .main-hd-wrap .login-info-wrap .welcome-user a {
            color: #666;
            margin: 0;
            padding: 0;
            display: inline;
            height: auto;
            text-align: left;
            float: none;
            text-decoration: underline;
        }
        .main-hd-wrap .login-info-wrap .welcome-user a:hover {
            color: #333;
        }

        .main-hd-wrap .login-info-wrap2 .welcome-user2 a {
            color: #fff !important;
            margin: 0;
            padding: 0;
            display: inline;
            height: auto;
            text-align: left;
            float: none;
	    padding-right: 7px;
            text-decoration: none;
	    font-size:14px;
        }
        .main-hd-wrap .login-info-wrap2 .welcome-user2 a:hover {
            color: #333;
        }		

            .main-hd-wrap .login-info-wrap a.login-btn {
                background: url('/img/header-btn-sprite.png') left top no-repeat;
                width: 87px;
            }
            .main-hd-wrap .login-info-wrap2 a.login-btn {
                background: url('/img/header-btn-sprite-sm.png') left top no-repeat;
                width: 72px;
		font-size:12px;
		padding-top:4px;
            }			
            .main-hd-wrap .login-info-wrap a.sign-up-btn {
                background: url('/img/header-btn-sprite.png') -88px top no-repeat;
                width: 92px;
            }
            .main-hd-wrap .login-info-wrap2 a.sign-up-btn {
                background: url('/img/header-btn-sprite-sm.png') -73px top no-repeat;
                width: 75px;
		font-size:12px;
		padding-top:4px;
            }			
            .main-hd-wrap .login-info-wrap a.font-size-btn {
                background: url('/img/header-btn-sprite.png') top no-repeat;
                width: 70px;
		top-padding:4px;
		float:right;
            }
            .main-hd-wrap .login-info-wrap2 a.font-size-btn {
                background: url('/img/header-btn-sprite-sm.png') -149px top no-repeat;
                width: 58px;
		font-size:12px;
		padding-top:4px;
            }			
            .main-hd-wrap .login-info-wrap a.login-btn:hover {
                background-position: left -33px;
            }
            .main-hd-wrap .login-info-wrap2 a.login-btn:hover {
                background-position: left -27px;
            }			
            .main-hd-wrap .login-info-wrap a.sign-up-btn:hover {
                background-position: -88px -33px;
            }
            .main-hd-wrap .login-info-wrap2 a.sign-up-btn:hover {
                background-position: -73px -27px;
            }			
            .main-hd-wrap .login-info-wrap a.font-size-btn:hover {
                background-position: -181px -33px;
            }
            .main-hd-wrap .login-info-wrap2 a.font-size-btn:hover {
                background-position: -149px -27px;
            }			
            
        .main-hd-wrap .login-info-wrap .facebook-login-wrap {
            height: 36px;
            margin: 0 25px 10px 0;
        }
        .main-hd-wrap .login-info-wrap .facebook-login-wrap iframe {
            width: 206px;
            height: 34px;
            float: none;
            margin: 0;
        }
  /*
body.fixed-hd .main-hd-wrap {
    position: fixed;
    height: 150px;
    top: 0;
    left: 50%;
    margin-left: -480px;
    z-index: 1000;
    background: url('/img/sh.png') center bottom repeat-x;
}*/
body.fixed-hd .main-hd-wrap {
    position: fixed;
    height: 89px;
    top: 0;
    width: 100%;
    z-index: 1000056;
    border-bottom: 2px solid #dedede;
    overflow: hidden;
    box-shadow: 1px 0 8px #dedede;
}
body.fixed-hd .main-hd-wrap .inner-bg {
    width: 920px;
    padding: 6px 20px 10px 20px;
    margin: 0 auto;
}
    body.fixed-hd .main-hd-wrap a.logo {
        background: url('/img/resized_logo.png') no-repeat;
		background-size:contain;
        display: block;
        float: left;
        height: 64px;
        line-height: 20em;
        overflow: hidden;
        width: 278px;
    }

    body.fixed-hd .main-hd-wrap .search-wrap {
        float: left;
        height: 40px;
        margin-left: 177px;
        margin-top: 38px;
        width: 294px;
    }
    .search-wrap-sm {
        float: right;
        height: 26px;
		font-size:12px;
        margin-left: 0px;
        margin-top: 12px;
        width: 240px;
    }	

    body.fixed-hd .main-hd-wrap .login-info-wrap {
        margin-top: 0;
        width: 287px;
    }
        body.fixed-hd .main-hd-wrap .login-info-wrap .welcome-user {
            margin-bottom: 10px;
        }
        body.fixed-hd .main-hd-wrap .login-info-wrap .facebook-login-wrap {
            height: 29px;
        }
        body.fixed-hd .main-hd-wrap .login-info-wrap .facebook-login-wrap a {
            display: none;
        }
		
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main nav */

    .main-nav {
        border-top: 2px solid #dedede;
        border-bottom: 2px solid #dedede;
        clear: both;
        height: 36px;
        padding: 10px 0px 0px 20px;
    }

        .main-nav ul li {
            float: left;
            display: block;
            position: relative;
        }
            .main-nav ul li a {
                border-right: 2px dotted #ccc;
                display: block;
                font-size: 15px;
                float: left;
                height: 21px;
                padding: 3px 21px 3px 23px;
            }
            .main-nav ul li a:hover {
                text-shadow: 1px 1px 0px #ccc;
            }
                .main-nav a.grandkids-color {
                    padding-left: 0;
                }
                .main-nav a.money-color {
                    border-right: none;
                    padding-right: 0;
                }
            .main-nav ul li .active-icon {
                background: url('/img/sprite.png') -434px -218px #000;
                bottom: 0;
                display: none;
                height: 14px;
                left: 50%;
                margin: 0 0 -18px -15px;
                position: absolute;
                width: 30px; 
            }
            body.fixed-hd .main-nav ul li .active-icon {
                margin-bottom: -12px;
            }
            .main-nav ul li.active .active-icon {
                display: block;
            }
            .main-nav ul li .active-icon.grandkids-color {
                background-color: #ff5e1f;
                margin-left: -24px;
            }
            .main-nav ul li .active-icon.family-color {
                background-color: #ee1700;
            }
            .main-nav ul li .active-icon.health-color {
                background-color: #7f004d;
            }
            .main-nav ul li .active-icon.food-color {
                background-color: #57768e;
            }
            .main-nav ul li .active-icon.money-color {
                background-color: #283a29;
                margin-left: -4px;
            }
        body.fixed-hd .main-hd-wrap .main-nav {
            border-top: 0;
            border-bottom: 0;
            padding: 7px 0 16px 0;

        }
        body.fixed-hd .main-hd-wrap .main-nav ul li {
            float: left;
            display: block;
        }
            body.fixed-hd .main-hd-wrap .main-nav ul li a {
                border-right: 2px dotted #ccc;
                display: block;
                font-size: 15px;
                float: left;
                height: 21px;
                padding: 3px 20px;
            }
                body.fixed-hd .main-hd-wrap .main-nav a.grandkids-color {
                        padding-left: 0;
                    }
                body.fixed-hd .main-hd-wrap .main-nav a.money-color {
                    border-right: none;
                    padding-right: 0;
                }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer */
    .ft a:hover {
        text-decoration: underline;
    }
    .ft h2 {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .ft .categories-wrap {
        padding: 20px;
    }
        .ft .category {
            float: left;
            padding-right: 2%;
            width:18%;
        }

            .ft .category a.category-hd {
                display: block;
                font-family: 'Cutive';
                font-size: 1.1em;
                margin-bottom: 10px;
            }
                .ft .category li a {
                    display: block;
                    padding: 2px 0;
                }

    .ft .footer-nav {
        background: #dfddd9;
        border-top: 1px solid #cfcbc6;
        height: 20px;
        padding: 10px 19px;
    }
        .ft .footer-nav li {
            background: url('/img/bullet-dark.jpg') left 7px no-repeat;
            float: left;
            font-family: 'Cutive';
            font-size: 14px;
            padding: 0 42px;
        }
        .ft .footer-nav li.first {
            background: none;
            padding-left: 0;
        }
        .ft .footer-nav li.last {
            padding-right: 0;
        }

    .ft .footer-bottom-wrap {
        background: #cfcbc6;
        border-top: 1px solid #fff;
        padding: 20px;
    }
    .ft .footer-bottom-wrap h3 {
        border-bottom: 1px solid #adaaa6;
        padding: 5px 0;
    }
        .ft .footer-bottom-wrap .advertise-wrap,
        .ft .footer-bottom-wrap .about-wrap,
        .ft .footer-bottom-wrap .legal-wrap {
            float: left;
            padding: 0 3% 0 0;
            width: 38%;
        }
        .ft .footer-bottom-wrap .advertise-wrap {
            width: 18%;
        }
        .ft .footer-bottom-wrap .legal-wrap {
            padding: 0;
        }
            .ft .footer-bottom-wrap ul {
                padding-top: 10px;
            }
                .ft .footer-bottom-wrap ul li {
                    float: left;
                    padding: 2px 2% 2px 0;
                    width: 48%;
                }
                .ft .footer-bottom-wrap .advertise-wrap ul li {
                    width: 98%;
                }
        .ft .footer-bottom-wrap .copyright {
            border-top: 1px solid #adaaa6;
            margin-top: 30px;
            padding: 20px 0 0 0;
            text-align: right;
            text-transform: uppercase;
        }
        .ft .footer-bottom-wrap .copyright .left {
            float: left;
        }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ carousel */


.carousel-wrap {
    margin-bottom: 20px;
    position: relative;
}

    .image-carousel {
        height: 326px;
        overflow: hidden;
    }

    .image-carousel ul li {
        height: 326px;
        width: 580px;
    }
        .image-carousel ul li a{
            display: block;
            height: 326px;
            width: 580px;
        }

    .carousel-wrap #arrows #prevBtn, .carousel-wrap #arrows #nextBtn{
        background: url('/img/sprite.png') -52px -139px no-repeat;
        cursor: pointer;
        display: block;
        height: 116px;
        line-height: 200;
        overflow: hidden;
        position: absolute;
        top: 100px;
        width: 52px;
    }
    .carousel-wrap #arrows #nextBtn {
        background-position: 0 -139px;
        right: 0;
    }

        #arrows #prevBtn a, #arrows #nextBtn a {
            display: block;
            height: 116px;
            width: 52px;
        }
    .carousel-wrap .carousel-nav-wrap {
        background: url('/img/white-overlay.png');
        background: rgba(255, 255, 255, 0.5);
        bottom: 0;
        height: 18px;
        padding: 7px 0 0 0;
        position: absolute;
        width: 580px;
        z-index: 100;
    }
    .carousel-wrap ol#controls {
        text-align: center;
        height: 11px;
    }
    .carousel-wrap ol#controls li {
        background: url('/img/sprite.png') -105px -139px no-repeat;
        cursor: pointer;
        display: inline-block;
        height: 11px;
        line-height: 40px;
        margin: 0 4px;
        font-size: 1px;
        overflow: hidden;
        text-align: center;
        width: 11px;
        vertical-align: top;
    }
    .lte-ie7 .carousel-wrap ol#controls li {
        display: block;
        float: right;
    }
        .carousel-wrap ol#controls li.current {
            background-position: -116px -139px;

        }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ homepage items */

    .bd h2 {
        color: #464646;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .bd h2 b {
        color: #ff5e1f;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
    }
    .bd .border {
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 10px;
    }

    .bd p {
        line-height: 1.7em;
    }

    .bd .hp-item {
        margin-bottom: 38px;
    }

    .bd .hp-item ul {
        font-size: 1.25em;
    }
        .bd .hp-item ul.recent li {
            background: url('/img/recent-hr.jpg') center top no-repeat;
            padding: 12px 0 10px 0;
        }
        .bd .hp-item ul.recent li:first-child {
            background: none;
            font-weight: bold;
        }

        .bd .hp-item li a:hover {
            text-decoration: underline;
        }

/*meals in minutes*/
    .bd .meals-in-minutes {
        position: relative;
    }
        .bd .meals-in-minutes img {
            float: left;
            margin-right: 10px;
        }
        .bd .meals-in-minutes .meal-link {
            font-size: 1.3em;
            font-weight: bold;
        }
        .bd .meals-in-minutes .see-more {
            bottom: 10px;
            position: absolute;
            right: 10px;
        }
/*grand inspirations*/
    .bd .grand-inspirations {

    }
        .bd .grand-inspirations .video-screenshot-wrap {
            position: relative;
        }
            .bd .grand-inspirations .video-screenshot-wrap .play-overlay {
                background: url('/img/sprite.png') -303px -107px no-repeat;
                height: 79px;
                left: 80px;
                position: absolute;
                top: 36px;
                width: 88px;
            }

/*hot topics*/
    .bd .hot-topics {
        margin-bottom: 20px;
    }
    .bd .right .hot-topics {
        margin: 20px 0;
    }
        .bd .hot-topics h2 {
            background: url('/img/header-bg-sprite.png') center -56px no-repeat;
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 14px;
            padding: 10px 0;
            text-align: center;
            text-shadow: 1px 1px 1px #000;
        }
        .bd .right .hot-topics h2 {
            background: none;
            color: #ff5e1f;
            text-shadow: none;
            border-bottom: 2px dotted #ccc;
        }
        .hot-topics ul li {
            background: url('/img/sprite.png') 68px -287px no-repeat;
            font-family: 'Cutive';
            font-size: 16px;
            line-height: 24px;
            padding: 20px 0 5px 0;
            text-align: center;
        }
        .hot-topics ul li:first-child {
            background: none;
            padding-top: 0;
        }

/*expert advice*/
    .bd .expert-advice {

    }
        .bd .expert-advice .question-cap {
            font-family: 'Cutive';
            font-size: 2.2em;
            float: left;
            padding: 8px 4px 0 0;
        }
        .bd .expert-advice h2 {
            font-size: 15px;
        }
        .bd .expert-advice p {
            margin-bottom: 6px;
        }
        .bd .expert-advice .expert-image-wrap {
            float: left;
            margin: 0 10px 10px 0;
            width: 125px;
        }
            .bd .expert-advice .expert-image-wrap .expert-name {
                font-size: 0.8em;
                color: #666;
            }

/*community news */
        .bd .community-news h2 {
            background: url('/img/header-bg-sprite.png') center -2px no-repeat;
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 14px;
            padding: 10px 0;
            text-align: center;
            text-shadow: 1px 1px 1px #000;
        }
            .community-news ul li {
                background: url('/img/sprite.png') -184px -287px no-repeat;
                font-family: 'Cutive';
                font-size: 16px;
                line-height: 24px;
                padding: 20px 0 5px 0;
                text-align: center;
            }
            .community-news ul li:first-child {
                background: none;
                padding-top: 0;
            }

/* grand-corps */
    .bd .right .grand-corps {
        background: url('/img/grand-corps-bg.jpg') center top no-repeat;
        font-size: 14px;
        height: 102px;
        padding: 70px 20px 0 20px;
        text-align: center;
    }
    .bd .right .grand-corps p {
        font-size: 12px;
    }
    .bd .right .grand-corps a.btn {
        background-color: #921758;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3286f), to(#7b0f42));
        background-image: -webkit-linear-gradient(top, #a3286f, #7b0f42);
        background-image: -moz-linear-gradient(top, #a3286f, #7b0f42);
        background-image: -ms-linear-gradient(top, #a3286f, #7b0f42);
        background-image: -o-linear-gradient(top, #a3286f, #7b0f42);
        color: #fff;
        margin: 10px 0 0 60px;
        width: 100px;
    }

/*connect with us*/
    .bd .right .connect-with-us {
        height: 80px;
    }
        .bd .right .connect-with-us h3 {
            font-size: 14px;
            padding: 10px 0;
        }
        .bd .right .connect-with-us ul li {
            float: left;
        }
        .bd .right .connect-with-us ul li a {
            background: url('/img/social-sprite.jpg') 0 0 no-repeat;
            float: left;
            height: 50px;
            line-height: 20em;
            margin-right: 32px;
            overflow: hidden;
            width: 50px;
        }
        .bd .right .connect-with-us ul li.facebook a {
            background-position: 0 0px;
        }
        .bd .right .connect-with-us ul li.twitter a {
            background-position: 0 -50px;
        }
        .bd .right .connect-with-us ul li.google-plus a {
            background-position: 0 -100px;
        }
        .bd .right .connect-with-us ul li.pinterest a {
            background-position: 0 -150px;
            margin-right: 0;
        }
        .bd .right .connect-with-us ul li.grandparents a {
            background-position: 0 -200px;
            margin-right: 0;
        }
            /*hover*/
            .bd .right .connect-with-us ul li.facebook a:hover {
                background-position: -49px 0px;
            }
            .bd .right .connect-with-us ul li.twitter a:hover {
                background-position: -49px -50px;
            }
            .bd .right .connect-with-us ul li.google-plus a:hover {
                background-position: -49px -100px;
            }
            .bd .right .connect-with-us ul li.pinterest a:hover {
                background-position: -49px -150px;
            }
            .bd .right .connect-with-us ul li.grandparents a:hover {
                background-position: -49px -200px;
            }

/*sidebar ad*/
    .bd .right .ad-wrap {
        min-height: 250px;
        margin-top: 4px;
        width: 300px;
    }
/*header banner ad*/
    .bd .header-ad-wrap {
        height: 100px;
        padding-top: 5px;
        padding-left: 116px;
    }
/*gutter ads*/
.gutter-ad-wrap {
    width: 160px;
    height: 600px;
    position: absolute;
    top: 32px;
}
.gutter-ad-wrap.fixed {
    position: fixed;
    top: 0;
}
    .gutter-ad-wrap.gutter-left {
        margin-left: -160px;
    }
    .gutter-ad-wrap.gutter-right {
        margin-left: 960px;
    }
body.fixed-hd .gutter-ad-wrap {
    top: 132px;
}
/*grandparents toolkit*/
    .toolkit-list {
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-top: 20px;
    }
        .toolkit-list h2 {
            color: #7f004d;
            font-size: 16px;
            padding: 14px 10px 10px;
        }
        .toolkit-list .toolkit-item {
            display: block;
        }
            .toolkit-list .toolkit-item .title {
                border-top: 2px dotted #ccc;
                cursor: pointer;
                font-size: 15px;
                font-weight: bold;
                height: 40px;
                margin: 0 10px;
                padding: 10px 0;
            }
            .toolkit-list a.toolkit-item .title {
                border-top: 2px dotted #ccc;
                cursor: pointer;
                font-size: 15px;
                font-weight: bold;
                height: 40px;
                margin: 0 10px;
                padding: 10px 0;
            }
            .toolkit-list .toolkit-item.first .title {
                border-top: 0;
            }
            .toolkit-list .toolkit-item.nav .title {
                height: 20px;
                padding: 16px 0;
            }
                .toolkit-list .toolkit-item .title .ico {
                    background-image: url('/img/sprite.png');
                    background-repeat: no-repeat;
                    float: left;
                    height: 40px;
                    margin-right: 10px;
                    width: 53px;
                }
                .ico.hands-ico {
                    background-position: -449px 0;
                }
                .ico.pencil-ico {
                    background-position: -449px -38px;
                }
                .ico.horse-ico {
                    background-position: -449px -79px;
                }
                .ico.stamps-ico {
                    background-position: -449px -120px;
                }
                .ico.usa-ico {
                    background-position: -449px -160px;
                }
            .toolkit-list .toolkit-item .title.no-border {
                border-top: 0;
            }
            .toolkit-list .toolkit-item .content {
                background: #f7f7f6;
                border-bottom: 1px solid #ccc;
                border-top: 1px solid #ccc;
                display: none;
                font-size: 1.3em;
                padding: 10px;
            }
            .toolkit-list .toolkit-item.last .content{
                border-bottom: 0;
            }

                .toolkit-list .toolkit-item .content ul li a {
                    display: block;
                    margin-bottom: 10px;
                }
				
                .toolkit-item .content ul li a {
                    display: block;
                    margin-bottom: 10px;
					margin-top:10px;
                }				

            /*ages and stages*/
                .content.ages ul li {
                    float: left;
                    width: 50%;
                }
                .content.ages ul li a {
                    background: url('/img/stages-sprite.jpg') left top no-repeat;
                    height: 30px;
                    display: block;
                    padding: 10px 0 0 30px;
                }
                    .content.ages ul li.baby a {
                        background-position: left -40px;
                    }
                    .content.ages ul li.toddler a {
                        background-position: left -80px;
                    }
                    .content.ages ul li.elementary a {
                        background-position: left -160px;
                    }
                    .content.ages ul li.expecting a {
                        background-position: left top;
                    }
                    .content.ages ul li.teen a {
                        background-position: left -240px;
                    }
                    .content.ages ul li.tween a {
                        background-position: left -200px;
                    }
                    .content.ages ul li.preschooler a {
                        background-position: left -120px;
                    }

/*grand deals*/
    .grand-deals {
        height: 382px;
        margin: 20px 0;
    }
        .grand-deals a:hover {
            text-decoration: underline;
        }
        .grand-deals h2 {
            background: url('/img/header-bg-sprite.png') 0 -118px no-repeat;
            font-size: 18px;
            margin-bottom: 20px;
            padding: 8px 0;
        }
        .grand-deal-item {
            height: 124px;
            padding: 0 0 10px 0;
        }
            .grand-deal-item img {
                border: 1px solid #ccc;
                float: left;
                height: auto;
                margin-right: 10px;
                width: 124px;
            }
            .grand-deal-item .type {
                font-weight: bold;
                text-transform: uppercase;
            }
            .grand-deal-item p {
                font-size: 14px;
            }
            .grand-deals .btn {
                width: 229px;
            }
/*quizzes*/
    .quizzes {
        margin: 20px 0;
    }
        .quizzes h2 {
            background: url('/img/header-bg-sprite.png') -10px -170px no-repeat;
            color: #7f004d;
            margin-bottom: 10px;
            padding: 11px 0;
        }
        .quizzes ul li {
            background: url('/img/quiz-hr.jpg') center top no-repeat;
            font-size: 1.3em;
            padding: 15px 0 10px 0;
        }
        .quizzes ul li:first-child {
            background: none;
            padding-top: 0;
        }
        .quizzes .btn {
            width: 150px;
        }

/*compatibility horoscope*/
    .compatibility-horoscope {
        margin: 40px 0 20px 0;
    }
        .compatibility-horoscope .astro-ico {
            background: url('/img/sprite.png') -136px -140px no-repeat;
            float: right;
            height: 109px;
            width: 108px;
        }
        .compatibility-horoscope h2 {
            background: url('/img/header-bg-sprite.png') -10px -223px no-repeat;
            color: #ff5e1f;
            font-size: 18px;
            margin-bottom: 20px;
            padding: 8px 0 6px 0;
        }
        .compatibility-horoscope p {
            margin-bottom: 20px;
        }
        .compatibility-horoscope p.desc {
            color: #333;
            font-size: 1.25em;
            width: 190px;
            line-height: 1.3em;
            margin-bottom: 10px;
        }
        .compatibility-horoscope .select-list {
            margin-bottom: 10px;
            width: 180px;
            height: 30px;
            overflow: hidden;
            border-radius: 6px;
            border: 1px solid #cfcbc6;
            background: url('/img/sprite.png') 141px -252px no-repeat #f2f2f0;
        }
        .compatibility-horoscope .select-list select {
            background: none;
            border: 0;
            width: 220px;
            padding: 7px 5px 5px 5px;
            font-size: 16px;
            height: 32px;
            margin-left: -4px;
        }
        .lte-ie7 .compatibility-horoscope .select-list {
            border: 0;
            background: none;
            width: 230px;
        }
        .lte-ie7 .compatibility-horoscope .select-list select {
            margin: 0;
            padding: 0;
        }
        .compatibility-horoscope input[type="submit"] {
            background-color: #ff4c17;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7231), to(#ff4c17));
            background-image: -webkit-linear-gradient(top, #ff7231, #ff4c17);
            background-image: -moz-linear-gradient(top, #ff7231, #ff4c17);
            background-image: -ms-linear-gradient(top, #ff7231, #ff4c17);
            background-image: -o-linear-gradient(top, #ff7231, #ff4c17);
            border: 1px solid #cfcbc6;
            border-radius: 6px;
            cursor: pointer;
            color: #fff;
            display: block;
            font-family: 'Cutive';
            font-size: 14px;
            padding: 6px 20px 4px 20px;
        }
        .compatibility-horoscope input:hover {
            box-shadow: 1px 1px 3px #ccc;
            border-color: #999;
        }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ styles for all subpage items */
    .bd .no-category h1,
    .bd .no-category h2,
    .bd .no-category .active {
        color: #486175;
    }

    .bd .grand-deals-wrap h1,
    .bd .grand-deals-wrap h2,
    .bd .grand-deals-wrap .active {
        color: #127908;
    }

    .bd .family-and-relationships h1,
    .bd .family-and-relationships h2,
    .bd .family-and-relationships .active {
        color: #ee1700;
    }

    .bd .grandkids h1,
    .bd .grandkids h2,
    .bd .grandkids .active {
        color: #ff5e1f;
    }

    .bd .health-and-wellbeing h1,
    .bd .health-and-wellbeing h2,
    .bd .health-and-wellbeing .active {
        color: #7f004d;
    }

    .bd .food-and-leisure h1,
    .bd .food-and-leisure h2,
    .bd .food-and-leisure .active {
        color: #57768e;
    }

    .bd .money-and-work h1,
    .bd .money-and-work h2,
    .bd .money-and-work .active {
        color: #283a29;
    }

    .bd .breadcrumbs {
        color: #999;
        font-size: 14px;
        padding: 10px 0 0 0;
    }
    .bd .breadcrumbs a {
        color: #999;
    }
    .bd .breadcrumbs a:hover {
        color: #666;
        text-decoration: underline;
     }
     .right .latest-posts {
         padding: 10px;
         border: 1px solid #666;
         border-radius: 6px;
         margin-top: 20px;
     }
     .right .latest-posts h2 {
         color: #7f004d;
         font-size: 18px;
     }
     .right .latest-posts a {
         display: block;
         padding: 20px 0;
         font-size: 16px;
         border-top: 2px dotted #ccc;
         font-weight: bold;
     }
     .right .latest-posts a:hover {
         text-decoration: underline;
     }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ article page items */

    .article-wrap .article-publish-data {
        padding-bottom: 20px;
        font-size: 1em;
        font-weight: bold;
        color: #999;
    }
    .article-wrap h1 {
        font-size: 18px;
        padding: 20px 0 5px 0;
    }

    .article-wrap h3.subtitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 4px;
    }
    .article-wrap .article-header-item-wrap {
        padding: 20px 0;
        position: relative;
    }
    .article-wrap .article-header-item-wrap.has-sponsor{
        padding-top:70px;
    }
    
    .article-wrap .article-header-item-wrap object,
    .article-wrap .article-header-item-wrap embed {
        width: 600px;
        height: 338px;
    }

    .article-wrap .inline-social-wrap {
        width: 580px;
    }
    .article-wrap .sponsor-logo{
        position:absolute;
        left: 0;
        top: 50px;
        font-size:16px;
    }
    .article-wrap .sponsor-logo img{
        vertical-align: middle;
    }
    .grand-deals-wrap .inline-social-wrap {
        margin-top: 20px;
    }
    .inline-social-wrap .st_fblike_hcount {
        display: block;
        margin-bottom: 10px;
    }
    .inline-social-wrap .st_fblike_hcount span {
        z-index: 10000;
    }
        .article-wrap .inline-social-wrap .share-title {
            color: #666;
            float: left;
            font-family: 'Cutive';
            margin-right: 4px;
        }
        .article-wrap a.print-this {
            background: url('/img/sprite.png') -248px -140px no-repeat;
            display: inline-block;
            height: 20px;
            width: 27px;
            line-height: 200px;
            overflow: hidden;
            margin:0 0 -6px 4px;


        }
    .article-wrap .content-wrap {
        border-bottom: 1px solid #333;
        margin-bottom: 20px
    }
        /*undo reset styles for editor content*/
        .article-wrap .content-wrap .editor-content a {
            color: #486175;
            text-decoration: underline;
        }
        .article-wrap .content-wrap .editor-content b,
        .article-wrap .content-wrap .editor-content strong {
            font-weight: bold;
        }
        .article-wrap .content-wrap .editor-content em {
            font-style: italic;
        }
        .article-wrap .content-wrap .editor-content blockquote {
            font-size: 1.2em;
            margin: 0 0 20px 20px;
        }
        .article-wrap .content-wrap .editor-content ul {
            margin-bottom: 10px;
        }
            .article-wrap .content-wrap .editor-content ul li {
                font-size: 1.2em;
                margin: 0 0 10px 40px;
                list-style: disc;
            }
            .article-wrap .content-wrap .editor-content ol li {
                margin: 0 0 10px 20px;
            }
    .article-wrap .content-wrap.static {
        border-bottom: 0;
    }
    .article-wrap p {
        padding: 0 0 20px 0;
        font-size: 1.2em;
    }
    .article-wrap h2 {
        font-size: 16px;
    }

        .article-wrap .related-articles .carousel-wrap {
            padding: 0 18px;
            position: relative;
        }

            .article-wrap .related-articles .carousel-wrap .prev,
            .article-wrap .related-articles .carousel-wrap .next
            {
                background: #fff;
                cursor: pointer;
                height: 72px;
                left: 4px;
                padding-top: 25px;
                position: absolute;
                top: 0;
                width: 18px;
                z-index: 100;
            }
            .article-wrap .related-articles .carousel-wrap .next {
                left: 563px;
            }
            .article-wrap .related-articles .carousel-wrap .next .ico {
                background: url('/img/sprite.png') -396px 0px no-repeat;
                height: 37px;
                width: 18px;
            }
            .article-wrap .related-articles .carousel-wrap .prev .ico {
                background: url('/img/sprite.png') -376px 0px no-repeat;
                height: 37px;
                width: 18px;
            }
            .article-wrap .related-articles .carousel-wrap .carousel li {
                height: 130px;
                padding: 0 4px;
                position: relative;
                width: 175px;
            }
            .article-wrap .related-articles .carousel-wrap .carousel li .caption {
                font-weight: bold;
                font-size: 12px;
                padding: 2px;
                width: 155px;
            }
.grand-deals-wrap .partner-logo {
    float: right;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 5px;
    margin-top: 50px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ groups*/
    .article-wrap .group-categories {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: #eee;
        padding: 20px;
        margin-bottom: 20px;
    }
    .article-wrap .group-categories .group-category {
        float: left;
        width: 179px;
        margin: 0 0 20px 0;
    }
    .article-wrap .group-categories .group-category a {
        color: #486175;
        font-size: 16px;
    }
    .discussion-group-form {
        margin-bottom: 20px;
    }
        .discussion-group-form .input {
            padding: 0 0 20px 0;
        }
            .discussion-group-form .input label {
                font-weight: bold;
            }
            .discussion-group-form .input input[type="text"],
            .discussion-group-form .input textarea {
                width: 100%;
            }
            .discussion-group-form .input textarea {
                height: 80px;
            }

        /*threads*/
            .category-wrap .create-thread-wrap {
                border-bottom: 1px solid #ccc;
                padding: 10px 0;
            }
            .category-wrap .article-item.thread h2,
            .category-wrap .article-item.thread .article-data,
            .category-wrap .article-item.thread p,
            .category-wrap .article-item.thread .btn {
                margin-left: 0;
            }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pager styles*/
.pager .hidden,
.pager .first,
.pager .last {
    display: none;
}
.pager ul {
    position: relative;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0;
}
    .pager ul li {
        display: inline-block;
    }
    .pager ul li a{
        display: block;
        padding: 4px 8px;
    }
    .pager ul li.page.selected a {
        background-color: #f2f1f0;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f1f0), to(#ebeae7));
        background-image: -webkit-linear-gradient(top, #f2f1f0, #ebeae7);
        background-image: -moz-linear-gradient(top, #f2f1f0, #ebeae7);
        background-image: -ms-linear-gradient(top, #f2f1f0, #ebeae7);
        background-image: -o-linear-gradient(top, #f2f1f0, #ebeae7);
        border-radius: 4px;
        border: 1px solid #cfcbc6;
    }
    .pager ul li.previous, .pager ul li.next {
        position: absolute;
        top: 6px;
        font-weight: bold;
    }
    .pager ul li.previous a, .pager ul li.next a {
        height: 23px;
        margin-top: -10px;
    }
    .pager ul li.previous {
        left: 0;
        text-align: left;

    }
    .pager ul li.next{
        right: 0;
        text-align: right;
    }
    .pager ul li a .ico {
        background: url('/img/sprite.png') -383px -63px no-repeat;
        width: 12px;
        height: 23px;
        display: inline-block;
        margin: 0 5px -5px 0;
    }
    .pager ul li.next a .ico {
        background: url('/img/sprite.png') -396px -63px no-repeat;
        width: 12px;
        height: 23px;
        display: inline-block;
        margin: 0 0 -5px 5px;
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ video article*/
    .video-detail-wrap {
        background: #ebeae8;
        border-bottom: 1px solid #cecbc9;
        border-top: 1px solid #cecbc9;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .video-detail-wrap h1 {
        width: 600px;
    }
    .video-detail-wrap .article-header-item-wrap {
        float: left;
    }

    .video-detail-wrap .ad-wrap {
        margin-left: 620px;
        margin-top: 20px;
    }
    .video-detail-wrap .grand-inspirations-logo {
        width: 259px;
        background: url('/img/grand-inspirations-logo.jpg') center center no-repeat #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        display: block;
        margin-left: 620px;
        margin-top: 64px;
        padding: 33px 20px;
    }
    .video-detail-wrap .article-header-item-wrap embed,
    .video-detail-wrap .article-header-item-wrap object,
    .video-detail-wrap .article-header-item-wrap iframe,
    {
        width: 600px;
    }
    .article-header-item-wrap .video-label {
        border-bottom: 2px dotted #999;
        margin-bottom: 26px;
    }
        .article-header-item-wrap .video-label .inner {
            padding: 0 6px;
            background: #ebeae8;
            width: 80px;
            padding: 0 10px;
            margin: 0 auto;
            text-align: center;
            margin-bottom: -14px;
        }
            .article-header-item-wrap .video-label .inner .label {
                background: #ff9823;
                padding: 6px 10px;
                width: 60px;
                text-align: center;
                color: #fff;
                text-transform: uppercase;
                border-radius: 6px;
                font-family: 'Cutive';
            }
/*larry king*/
.the-larry-king {
    margin: 40px 0 0 620px;
}
.larry-link {
    cursor: pointer;
}
a.short-clips,
a.episodes {
    float: left;
    display: block;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
}
a.short-clips.active,
a.episodes.active {
    background: #ccc;
    border: 1px solid #999;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gallery article and quiz*/
.article-gallery-wrap {

}
    .article-gallery-wrap .controls,
    .questions-wrap .controls {
        float: right;
        width: 100px;
        padding: 10px 0;
        height: 23px;
    }

    .article-gallery-wrap .controls .pages,
    .questions-wrap .controls .pages {
        color: #999;
        float: left;
        font-weight: bold;
        font-size: 14px;
        padding: 3px 6px;
        text-align: center;
        width: 64px;
    }
    .article-gallery-wrap .controls .next-gallery,
    .article-gallery-wrap .controls .prev-gallery
     {
        background: url('/img/sprite.png') -384px -39px no-repeat;
        height: 23px;
        width: 11px;
        float: left;
        font-size: 1px;
        text-indent: -9999px;
    }
    .article-gallery-wrap .controls .next-gallery {
        background-position: -397px -39px;
    }

    .article-gallery-wrap ul.gallery {

    }
        .article-gallery-wrap .slideshow-bottom-controls .view-all-gallery,
        .article-gallery-wrap .slideshow-bottom-controls .view-slideshow-gallery
         {
            display: block;
            float: left;
            font-size: 14px;
            text-decoration: underline;
            margin-top: 10px;
            color: #999;
            font-weight: bold;
        }
        .article-gallery-wrap .slideshow-bottom-controls .view-slideshow-gallery {
            display: none;
        }
        .article-gallery-wrap .slideshow-bottom-controls .view-all-gallery:hover,
        .article-gallery-wrap .slideshow-bottom-controls .view-slideshow-gallery:hover {
            color: #333;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li,
        .questions-wrap ul.questions li.question {
            background: #f6f5f4;
            padding: 20px;
            width: 540px;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li.rated {
            padding-top: 5px;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li {
            display: none;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li:first-child {
            display: block;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li .gallery-image-wrapper,
        .questions-wrap ul.questions img {
            float: left;
            width: 300px;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li .gallery-image-wrapper img {
            height: auto;
            width: 300px;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li .editor-content {
            margin-left: 320px;
          
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li .editor-content .article-gallery-body {
            font-size: 1.2em;
            line-height: 20px;
        }
        .article-gallery-wrap.content-wrap {
            border-bottom: 0;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li ul li {
            list-style: disc;
            font-size: 1em;
            margin: 4px 0 4px 17px;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li ol li {
            font-size: 0.75em;
            margin: 4px 0;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li div {
            margin: 8px 0;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li h3 {
            font-size: 1.3em;
            margin-bottom: 3px;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li .article-gallery-body p {
            line-height: 20px;
            font-size: 1em;
        }
        .article-gallery-wrap ul.gallery li.gallery-item-li .photo-credit {
            font-style: italic;
            font-size: 14px;
            color: #999;
        }
        .photo-contest-form-wrap {
            background: #f2f2f1;
            border-radius: 6px;
            border: 1px solid #999;
            padding: 20px;
            margin: 0 0 20px 0;
        }
            .photo-contest-form-wrap .input.file-upload {
                margin-bottom: 16px;
            }
            .photo-contest-form-wrap .input.text input {
                width: 95%;
            }
            .photo-contest-form-wrap .input.text label {
                font-weight: bold;
                display: block;
                margin-bottom: 3px;
            }
            .gallery-image-vote-wrap {
                padding-bottom: 10px;
                border-bottom: 1px dotted #ccc;
                height: 34px;
                font-size: 16px;
                margin: 0;
            } 
            .gallery-image-vote-wrap a {
                text-decoration: underline;
            }
            .gallery-image-vote-wrap .submit-btn {
                float: right;
            }
            .gallery-image-vote-wrap .success {
                display: none;
                margin-top: 10px;
                float: right;
            }
            .gallery-image-vote-wrap .success.show {
                display: block;
                margin-top: 10px;
            }
            
    .questions-wrap {
        background: #f6f5f4;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .questions-wrap .buttons {
        float: right;
        padding: 0 20px;
        margin-top: -34px;
    }
        .questions-wrap .buttons .btn {
            text-transform: capitalize;
        }

        .questions-wrap .submit-btn,
        .discussion-group-form .submit-btn,
        .photo-contest-form-wrap .submit-btn,
        .gallery-image-vote-wrap .submit-btn {
            background-color: #90867d;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bab3ac), to(#8d837a));
            background-image: -webkit-linear-gradient(top, #bab3ac, #8d837a);
            background-image: -moz-linear-gradient(top, #bab3ac, #8d837a);
            background-image: -ms-linear-gradient(top, #bab3ac, #8d837a);
            background-image: -o-linear-gradient(top, #bab3ac, #8d837a);
            border-radius: 20px;
            border: 0;
            color: #fff;
            cursor: pointer;
            font-family: 'Cutive';
            font-size: 14px;
            padding: 6px 20px;
            margin-top: 10px;
        }
        .gallery-image-vote-wrap .submit-btn {
            margin-top: 0;
        }

    .questions-wrap .controls {
        padding: 20px 20px 0 20px;
        margin: 0;
        width: 540px;
        border-top: 1px solid #e6e6e6;
    }
    .questions-wrap .controls .pages {
        text-align: center;
        width: 320px;
        padding: 0;
        margin: 0;
    }
    .poll .controls .pages {
        display: none;
    }
        .questions-wrap .controls .prev-question,
        .questions-wrap .controls .next-question {
            float: left;
            width: 110px;
            font-size: 1.2em;
            cursor: pointer;
        }
        .questions-wrap .controls .prev-question:hover,
        .questions-wrap .controls .next-question:hover {
            text-decoration: underline;
        }
        .questions-wrap .controls .next-question {
            float: right;
        }
        .questions-wrap .controls .disabled {
            visibility: hidden;
        }
    .questions-wrap h3 {
        margin-bottom: 20px;
        font-size: 1.3em;
    }
        .questions-wrap .options-list input {
            float: left;
            width: 20px;
        }
        .questions-wrap .options-list label {
            display: block;
            margin-left: 26px;
        }
        .hasimage .options-list,
        .hasimage h3 {
            margin-left: 320px;
        }
/*Quiz and poll results!*/
    .content-wrap .results {
        
    }
        .content-wrap .results .question {
            padding: 20px;
            border-bottom: 1px dotted #ccc;
            background: #eee;
        }
        .content-wrap .results .question.wrong .result {
            text-transform: uppercase;
            color: #b50000;
        }
        .content-wrap .results .question.correct .result {
            text-transform: uppercase;
            color: #098600;
        }
        .content-wrap .results .quiz-score {
            font-size: 18px;
            padding: 20px;
            border-bottom: 1px dotted #ccc;
            background: #eee;
        }
            .content-wrap .results .question .question-image {
                float: left;
            }
            .content-wrap .results .question h2 {
                margin-left: 120px;
                margin-bottom: 0;
            }
            .content-wrap .results .question p.explain {
                color: #666;
                clear: left;
            }
            .content-wrap .results .question p.result {
                
            }
            .content-wrap .results .question p {
                margin: 0 0 5px 120px;
                padding: 0;
            }
            .content-wrap .results .total-results {
                padding: 10px 20px;
            }

    .poll-results {
        padding: 20px;
        border-bottom: 1px dotted #ccc;
        background: #eee;  
        margin-bottom: 20px;
    }   
    .poll-results img {
        float: left; 
    } 
    .poll-results .option-text, 
    .poll-results h2 {
        margin-left: 120px;
        display: block;
    }
    .poll-results .option-text {
        font-size: 1.2em;
        margin-bottom: 10px;
        color: #666;
    }
    span.option-result {
        display: block;
        font-weight: bold;
        color: #000;
    }
    .poll-results .times-taken {
        clear: both;
        padding: 10px 0;
    }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ grand deals*/ 
    .bd .grand-deals-index h1 {
        border-bottom: 1px solid #666;
        margin-bottom: 20px;
        padding: 20px 0 10px 0;
        text-transform: uppercase;
    }
    
    .grand-deals-index .grand-deals-controls {
        height: 60px;
        margin-bottom: 20px;
    }

        .grand-deals-controls label {
            display: block;
            float: left;
            font-weight: bold;
            font-size: 16px;
            margin: 6px 10px 0 0;
        }
        .grand-deals-controls .select-list {
            background: url('/img/sprite.png') 176px -252px no-repeat #f2f2f0;
            border: 1px solid #cfcbc6;
            border-radius: 6px;
            float: left;
            height: 30px;
            margin-bottom: 10px;
            overflow: hidden;
            width: 215px;
        }
        .grand-deals-controls .select-list.sort-by{
            margin-right: 23px
        }
        .grand-deals-controls .select-list select {
            background: none;
            border: 0;
            font-size: 16px;
            height: 32px;
            margin-left: -4px;
            padding: 7px 5px 5px 5px;
            width: 255px;
        }
        .lte-ie7 .grand-deals-controls .select-list {
            border: 0;
            background: none;
            width: 230px;
        }
        .lte-ie7 .grand-deals-controls .select-list select {
            margin: 0;
            padding: 0;
        }
    .grand-deals-index .grand-deal {
        float: left;
        margin-bottom: 20px;
        width: 280px;
    }
    .grand-deals-index .grand-deal.odd {
        margin-right: 20px;
    }
    .grand-deals-index .grand-deal p {
        font-weight: bold;
    }
    .bd .grand-deals-index .grand-deal img {
        width: 280px;
        height: 156px;
        background: #ccc;
    }

/*submission form*/
.gd_submission_form_top {
	position:relative;
}
.gd-content-wrap {
    background: #f2f2f1;
    border-radius: 6px;
    border: 1px solid #999;
    font-family: 'Cutive';
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
    .bd .gd-content-wrap h2 {
        color: #333;
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .gd-content-wrap .input {
        height: 60px;
    }
        .gd-content-wrap .input input[type="text"] {
            width: 382px;
        }
        .gd-content-wrap .input input[type="text"].fail {
            border-color: #ff0000;
        }

        .gd-content-wrap .gd-submission-error {
            background: url('/img/error-icon.gif') 8px 8px no-repeat #ffdcdc;
            border: 1px solid #ffadad;
            border-radius: 6px;
            color: #333;
            display: none;
            font-weight: bold;
            font-size: 14px;
            padding: 14px 10px 14px 60px;
            margin: 10px 0;
            
        }
        .gd-content-wrap .input label {
            display: block;
            float: left;
            font-size: 1.1em;
            padding-top: 10px;
            width: 140px;
        }
        .gd-content-wrap .opt-in-wrap label {
            float: right;
            display: block;
            width: 370px;
            margin: -1px 0 10px 0;
            padding: 0;
        }
        .gd-content-wrap .input.select label {
            display: inline;
            width: auto;
            padding: 0;
            margin: 0 10px 0 0;
        }
        .gd-content-wrap .opt-in-wrap input {
            margin: 0 10px 0 140px;
        }
        .gd-content-wrap .input.opt_in_text {
             position: absolute;
             bottom: 60px;
         }
        .gd-content-wrap input[type="submit"] {
            background-color: #106f00; 
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#138600), to(#106f00));
            background-image: -webkit-linear-gradient(top, #138600, #106f00); 
            background-image: -moz-linear-gradient(top, #138600, #106f00);
            background-image: -ms-linear-gradient(top, #138600, #106f00);
            background-image: -o-linear-gradient(top, #138600, #106f00);
            border: 1px solid #106f00;

            border-radius: 6px;
            color: #fff;
            cursor: pointer;
            display: block;
            font-family: 'Cutive';
            font-size: 14px;
            margin-left: 140px;
            padding: 4px 30px 4px 30px;
        }
    .gd-not-logged-in a {
        background: #f2f2f1;
        border-radius: 6px;
        border: 1px solid #999;
        color: #666;
        display: block;
        font-family: 'Cutive';
        font-size: 18px;
        margin-bottom: 20px;
        padding: 20px;
    }
    .gd-not-logged-in a:hover {
        border: 1px solid #333;
        color: #333;
    }
/*deals*/
    .deal-wrap {
        background: #f2f2f1;
        border-radius: 6px;
        border: 1px solid #999;
        font-family: 'Cutive';
        margin-bottom: 20px;
    }
        .deal-wrap .promo-header {
            border-bottom: 1px solid #999;
            padding: 20px;
        }
            .deal-wrap .promo-header h1 {
                color: #333;
                float: left;
                padding: 6px 0 0 0;
                margin: 0 20px 0 0;
                text-decoration: none;
            }
            .deal-wrap .promo-header .promo-code {
                background: #fff;
                border: 1px solid #ccc;
                border-radius: 6px;
                color: #127901;
                display: inline-block;
                font-size: 20px;
                font-family: Arial, Helvetica, sans-serif;
                padding: 6px;
            }
       .deal-wrap .promo-link {
            padding: 20px;
        }
        .deal-wrap .promo-link a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.3em;
            color: #127901;
        }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ article form input styles */

    .article-wrap input[type="text"],
    .article-wrap textarea
     {
        border: 1px solid #666;
        border-radius: 6px;
        padding: 6px;
    }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ category page items */
    .category-wrap h1 {
        font-size: 20px;
        padding: 20px 0 10px 0;
        text-transform: uppercase;
    }
    .category-wrap.search-results h1 {
        margin-top: 20px;
    }
        .category-wrap h1 .top-stories {
            color: #666;
            font-size: 16px;
            text-transform: capitalize;
        }

    .category-wrap .article-item {
        padding: 20px 0;
        border-bottom: 1px solid #999;
    }
    .category-wrap .article-item h2 {
        padding: 0;
    }
        .category-wrap .article-item a:hover h2 {
            text-decoration: underline;
        }
    .category-wrap .article-item img {
        float: left;
        margin: 0 10px 10px 0;
    }
    .category-wrap .article-item .article-data {
        padding-bottom: 10px;
        color: #999;
        font-size: 1.2em;
        font-weight: bold;
    }
        .category-wrap .article-item .article-data a {
            text-decoration: underline;
            color: #666;
        }
        .category-wrap .article-item .article-data a:hover {
            color: #333;
        }
        .category-wrap .article-item p {
            font-size: 1.2em;
            padding-bottom: 20px;
        }
    .category-wrap .article-item h2,
    .category-wrap .article-item .article-data,
    .category-wrap .article-item p,
    .category-wrap .article-item .btn {
        margin-left: 145px;
    }

    .category-wrap .article-item.first h2,
    .category-wrap .article-item.first .article-data,
    .category-wrap .article-item.first p,
    .category-wrap .article-item.first .btn {
        margin-left: 240px;
    }

    .right .subcategory-list {
        background: #f2f2f1;
        border-radius: 6px;
        border: 1px solid #999;
        margin-top: 20px;
    }
        .right .subcategory-list h3 {
            margin: 10px;
            border-bottom: 2px dotted #ccc;
            padding: 0 0 10px 0;
            font-size: 18px;
        }
            .right .subcategory-list h3 .grey {
                color: #333;
            }
            .right .subcategory-list.grandkids h3 {
                color: #ff5e1f;
            }
            .right .subcategory-list.grand-deals-menu h3 {
                color: #127901;
            }
            .right .subcategory-list.family-and-relationships h3 {
                color: #ee1700;
            }
            .right .subcategory-list.health-and-wellbeing h3 {
                color: #7f004d;
            }
            .right .subcategory-list.food-and-leisure h3 {
                color: #57768e;
            }
            .right .subcategory-list.money-and-work h3 {
                color: #283a29;
            }
        .right .subcategory-list ul li a {
            padding: 10px;
            display: block;
            height: 18px;
            font-size: 16px;
            font-weight: bold;
        }
        .right .subcategory-list a:hover {
            text-decoration: underline;
        }
        .subcategory-list ul li.active a {
            color: #fff;
            margin-left: -21px;
            padding-left: 31px;
            background: url('/img/sprite.png') -479px -194px no-repeat;
            background-color: #333;
        }
        .subcategory-list.grandkids li.active a {
            background-color: #ff5e1f;
        }
        .subcategory-list.family-and-relationships li.active a {
            background-color: #ee1700;
        }
        .subcategory-list.health-and-wellbeing li.active a {
            background-color: #7f004d;
        }
        .subcategory-list.food-and-leisure li.active a {
            background-color: #57768e;
        }
        .subcategory-list.money-and-work li.active a {
            background-color: #283a29;
        }
  
    .subcategory-list.grand-deals-menu .title {
        background: url('/img/grand-deals-sprite.png') 10px top no-repeat;
        cursor: pointer;
        height: 20px;
        padding: 10px 10px 10px 60px;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .subcategory-list.grand-deals-menu a.title {
        display: block;
    }
        .subcategory-list.grand-deals-menu .title.entertainment {
            background-position: 10px -40px;
        }
        .subcategory-list.grand-deals-menu .title.travel {
            background-position: 10px -80px;
        }
        .subcategory-list.grand-deals-menu .title.shopping {
            background-position: 10px -120px;
        }
        .subcategory-list.grand-deals-menu .title.food-and-dining {
            background-position: 10px -160px;
        }
        .subcategory-list.grand-deals-menu .title.wellness {
            background-position: 10px -200px;
        }
        .subcategory-list.grand-deals-menu .title.financial-services {
            background-position: 10px -240px;
        }
    .subcategory-list.grand-deals-menu {
        margin-bottom: 20px;
    }
    .subcategory-list.grand-deals-menu .content {
        display: none;
        background: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .subcategory-list.grand-deals-menu .content ul li a {
        padding-left: 60px;
        height: auto;
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ advanced search form*/
    .category-wrap.search-results .article-search-form {
        border-bottom: 2px solid #ccc;
        position: relative;
        height: 60px;
        margin-top: 30px;
    }
        .category-wrap.search-results .article-search-form .search-filter-wrap {
            display: none;
            position: absolute;
            top: -15px;
            left: -15px;
            border: 1px solid #999;
            width: 626px;
            padding-top: 50px;
            border-radius: 6px;
            box-shadow: 1px 1px 6px #ccc; 
        }
        .category-wrap.search-results .article-search-form .search-filter-wrap h2 {
            padding: 10px 0 4px 10px;
            border-bottom: 1px dotted #ccc;
        }
            .category-wrap.search-results .article-search-form .cat-wrap {
                background: #fff;
                padding: 10px;
                border-radius: 0 0 6px 6px;
            }
            .category-wrap.search-results .article-search-form .cat-box-list {
                width: 192px;
                padding: 10px 0 10px 10px;
                float: left;
            }

        .article-search-form .search-wrap {
            background: url('/img/sprite.png') left -106px no-repeat;
            height: 33px;
            padding:0;
            margin-top: 20px;
            width: 292px;
        }
        .article-search-form .search-wrap .advanced-search {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 200;
        }
        .article-search-form .search-wrap a#close-advanced-search {
            display: none;
            position: absolute;
            right: -10px;
            top: 0;
            z-index: 200;
        }
        .article-search-form .search-wrap a#close-advanced-search:hover {
            text-decoration: underline;
        }
        
        .article-search-form form input[type="text"] {
            font-family: 'Cutive';
            position: absolute;
            background: none;
            border: 0;
            color: #486175;
            line-height: 1.3em;
            padding: 6px 14px;
            width: 195px;
            z-index: 100;
        }
        .article-search-form input[type="submit"]{
            font-family: 'Cutive';
            position: absolute;
            left: 223px;
            top: 0;
            background: none;
            border: 0;
            cursor: pointer;
            display: block;
            height: 32px;
            padding-top: 0;
            width: 69px;
        }
        .article-search-form label {
            font-size: 12px;
        }
        .article-search-form .parent-cat-check {
            font-weight: bold;
            margin-bottom: 6px;
            padding-bottom: 4px;
            border-bottom: 2px solid #ccc;
        }
        .parent-cat-check label {
            font-size: 14px;
        }
        .article-search-form .parent-cat-check.search-grand-deals       { color: #127908; }
        .article-search-form .parent-cat-check.grandkids                { color: #ff5e1f; }
        .article-search-form .parent-cat-check.family-and-relationships { color: #ee1700; }
        .article-search-form .parent-cat-check.food-and-leisure         { color: #57768e; }
        .article-search-form .parent-cat-check.health-and-wellbeing     { color: #7f004d; }
        .article-search-form .parent-cat-check.money-and-work           { color: #283a29; }
        
        .article-search-form .cat-check {
            margin-bottom: 4px;
        }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ video index page */ 
        .article-wrap .video-index-videos .carousel-wrap {
            padding: 0;
            margin-left: -6px;
            position: relative;
        }
        .article-wrap .video-index-videos .carousel-wrap::selection {
            background: transparent; 
            }
        .article-wrap .video-index-videos .carousel-wrap::-moz-selection {
            background: transparent;
        }

            .article-wrap .video-index-videos  .carousel-wrap .prev,
            .article-wrap .video-index-videos  .carousel-wrap .next
            {
                cursor: pointer;
                height: 97px;
                left: -31px;
                padding: 0;
                position: absolute;
                top: 0;
                width: 37px;
                z-index: 100;
            }
            .article-wrap .video-index-videos  .carousel-wrap .next {
                left: 929px;
            }
            .article-wrap .video-index-videos  .carousel-wrap .next .ico {
                background: url('/img/video_list_nav.png') -37px 0 no-repeat;
                height: 97px;
                width: 37px;
            }
            .article-wrap .video-index-videos  .carousel-wrap .prev .ico {
                background: url('/img/video_list_nav.png') 0 0 no-repeat;
                height: 97px;
                width: 37px;
            }
            .article-wrap .video-index-videos  .carousel-wrap .carousel li {
                height: 130px;
                padding: 0 6px;
                position: relative;
                width: 175px;
            }
            .article-wrap .video-index-videos  .carousel-wrap .carousel li .caption {
                font-weight: bold;
                font-size: 12px;
                padding: 2px;
                width: 155px;
            }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ comments */
.comments-wrap {
    padding: 20px 0;
}
    .comments-wrap textarea {
        border: 1px solid #666;
        border-radius: 6px;
        height: 80px;
        width: 560px;
        padding: 10px;
    }

    .comments-wrap .comment {
        border-bottom: 2px dotted #ccc;
        padding: 20px 0;
    }
    .comments-wrap .comment-publish-data {

    }
        .comments-wrap .comment-publish-data strong {
            font-weight: bold;
        }
    .comments-wrap .submit-btn {
        background-color: #90867d;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bab3ac), to(#8d837a));
        background-image: -webkit-linear-gradient(top, #bab3ac, #8d837a);
        background-image: -moz-linear-gradient(top, #bab3ac, #8d837a);
        background-image: -ms-linear-gradient(top, #bab3ac, #8d837a);
        background-image: -o-linear-gradient(top, #bab3ac, #8d837a);
        border-radius: 20px;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-family: 'Cutive';
        font-size: 14px;
        padding: 6px 20px;
        margin-top: 10px;
    }
    .comments-wrap .errorMessage {
        border: 1px solid #ffadad;
        background: url('/img/error-icon.gif') 8px 8px no-repeat #ffdcdc;
        color: #333;
        font-weight: bold;
        padding: 10px 10px 10px 60px;
        border-radius: 6px;
        font-size: 14px;
        margin-top: 10px;
        height: 30px;

    }
    .comments-wrap .captcha {
        border: 1px solid #ccc;
        background: #f2f2f2;
        padding: 10px;
        border-radius: 6px;
        position: relative;
        margin-top: 10px;
    }

    .comments-wrap .captcha p {
        padding: 0;

    }
        .comments-wrap .captcha .type-here {
            float: left;
            width: 200px;
            padding-left: 10px;
        }
        .comments-wrap .captcha img {
            display: block;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 2px;
            float: left;
            background: #eee;
        }
        .comments-wrap .captcha h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 14px;
            padding: 0 0 4px 0;
        }
        .comments-wrap .captcha a {
            position: absolute;
            right: 10px;
            bottom: 10px;
        }
        .comments-wrap .captcha input {
            border: 1px solid #666;
            border-radius: 6px;
            padding: 4px;
            width: 200px;
            margin-top: 10px;
        }
    .comments-wrap span.empty {
        border-bottom: 2px dotted #ccc;
        display: block;
        font-size: 1.3em;
        padding: 20px 0;
    }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ login */


.frontend-user-wrap {
    padding: 20px;
    padding-top: 0px;
}
.frontend-user-wrap .grand-info {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}
        /*flash messages*/
    .flash-info {
        background-color: #FEEFB3;
        border: 1px solid #9F6000;
        border-radius: 6px;
        font-size: 1.3em;
        margin: 0 auto;
        padding: 10px 20px;
        text-align: center;
        width: 300px;
    }
    /*modal styles*/
    #simplemodal-overlay {
        background-color:#000;
        z-index: 1000057!important;
    }
    
    #simplemodal-container {
        z-index: 1000058!important;
    }
    .modal-wrapper {
        display: none;
        width: 600px;
        border: 1px solid #9c2265;
        border-radius: 10px;
        background: #fffae5;
        margin: 0 auto;
        padding: 60px 40px;
        position: relative;
        z-index: 1000057;
    }
    .modal-wrapper.register-promo {
        border: 0;
        box-shadow: 0 0 5px 1px #666;
        padding: 0;
        width: 796px;
        height: 446px;
        background: url('/img/new-signup-solo.jpg') no-repeat;
		background-size: cover;
		/*http://assets.grandparents.com/static/lightbox-signup.jpg*/
    }

    a.register-lb-btn {
        display: block;
        position: absolute;
        bottom: 38px;
        right: 16px;
        height: 51px;
        width: 180px;
        text-indent: -9999em;
/*        background: url('/img/lightbox-signup-buttons2.png') no-repeat;*/
		/*http://assets.grandparents.com/static/lightbox-signup-buttons2.png*/
    }
    a.register-lb-btn:hover {
        background-position: left -48px;
    }
    .modal-wrapper.register-promo .no-thanks {
		display: block;
        position: absolute;
        bottom: 0px;
        right: 16px;
        cursor: pointer;
		text-indent: -9999em;
		height: 30px;
		width: 180px;
    }
    .modal-wrapper.register-promo .simplemodal-close.icon {
         background: url('//assets.grandparents.com/static/lightbox-signup-buttons2.png') left bottom no-repeat;
         height: 34px;
         width: 34px;
         position: absolute;
         top: -15px;
         right: -15px;
         text-indent: -9999em;
    }
    .modal-wrapper.lk-insure {
        background: url('/img/lk-insure-bg.jpg') no-repeat;
        box-shadow: 1px 1px 6px #000;
        width: 833px;
        height: 402px;
        padding: 0;
        border-radius: 12px;
        border: none;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .modal-wrapper.lk-insure-video {
        background: #000;
        box-shadow: 1px 1px 6px #000;
        width: 830px;
        height: 593px;
        padding: 0;
        border: 0;
        border-radius: 0;
        font-family: Arial, Helvetica, sans-serif;
    }
    .modal-wrapper.lk-insure-video iframe {
        width: 830px;
        height: 467px;
    }
        .modal-wrapper.lk-insure-video .lk-video-header {
            background: url('/img/lk-video-header-bg.jpg');
            border-top: 14px solid #ff9900;
            height: 117px;
        }
        .modal-wrapper.lk-insure-video .lk-video-header h2 {
            text-transform: none;
            color: #fff;
            font-size: 22px;
            margin-top: 76px;
            clear: right;
        }
         .modal-wrapper.lk-insure-video .lk-video-header a.simplemodal-close {
             float: right;
             color: #ff9900;
             text-decoration: underline;
             margin: 3px 10px 0 0;
         }
        .modal-wrapper.lk-insure-video .lk-video-header h2 a {
            color: #fff;
            font-weight: bold;
            text-decoration: underline;
            text-transform: uppercase;
        }
     
        .modal-wrapper.lk-insure p {
            color: #fff;
            margin: 0;
            padding: 20px;
        }
        .modal-wrapper.lk-insure a.simplemodal-close {
            position: absolute;
            right: 10px;
            color: #fff;
            bottom: -10px;
            text-decoration: underline;
        }
            .modal-wrapper.lk-insure p.main-info {
                top: 157px;
                left: 332px;
                font-size: 13px;
                line-height: 18px;
                position: absolute;
            }
            .modal-wrapper.lk-insure .footer-info {
                position: absolute;
                width: 830px;
                top: 280px;
                height: 100px;
            }
            .modal-wrapper.lk-insure .footer-info p {
                margin: 0;
                padding: 10px 40px;
                font-size: 24px;
                text-shadow: 1px 1px 1px #000;
                text-align: center;
            }
                .modal-wrapper.lk-insure .footer-info p a {
                    font-weight: bold;
                    color: #fff;
                    text-decoration: underline;
                }
        .modal-wrapper .mobile {
            display: none;
        }
        .modal-wrapper .desktop {
            display: block;
        }
           
            a.close-after-submit {
                font-size: 16px;
            }
            .modal-wrapper.enter-email .success {
                display: none;
            }

        .modal-wrapper strong {
            font-weight: bold;
        }
        .modal-wrapper p {
            margin: 20px 0 0 100px;
            font-size: 16px;
        }
            .modal-wrapper.enter-giveaway p {
                margin: 20px 0;
                text-align: center;
            }
            .modal-wrapper.enter-giveaway p a {
                text-decoration: underline;
            }
            .modal-wrapper.enter-giveaway a.simplemodal-close {
                position: absolute;
                bottom: 10px;
                right: 20px;
            }
        .modal-wrapper ol {
            margin: 20px 0 0 100px;
            font-size: 16px;
        }
            .modal-wrapper ol li {
                list-style: decimal;
                margin: 4px 0 0 20px;
            }
        .modal-wrapper h1, .modal-wrapper h2 {
            text-align: center;
            padding: 0;
            margin: 0;
        }
        .modal-wrapper h1 {
            color: #9c2265;
            font-size: 22px;
        }
        .modal-wrapper h2 {
            text-transform: uppercase;
            color: #333;
            font-family: Arial, Helvetica, sans-serif;
        }
        
    .frontend-user-wrap p {
        font-size: 1.2em;
    }
    .frontend-user-wrap strong {
        font-weight: bold;
    }
    .form.login {
        float: left;
        width: 390px;
        border: 1px solid #eee;
        padding: 20px;
        background: #f7f7f7;
    }
    
   .frontend-user-wrap .btn {
        background-color: #ecebe8;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecebe8), to(#ebeae7));
        background-image: -webkit-linear-gradient(top, #ecebe8, #ebeae7);
        background-image: -moz-linear-gradient(top, #ecebe8, #ebeae7);
        background-image: -ms-linear-gradient(top, #ecebe8, #ebeae7);
        background-image: -o-linear-gradient(top, #ecebe8, #ebeae7);
        border: 1px solid #cfcbc6;
        border-radius: 6px;
        display: block;
        font-family: 'Cutive';
        font-size: 14px;
        padding: 4px 20px 4px 20px;
    }
   .frontend-user-wrap .btn:hover {
        box-shadow: 1px 1px 3px #ccc;
        border-color: #999;
    }

    .frontend-user-wrap .row {
        padding: 10px 0;
    }
        .frontend-user-wrap .row a{
            margin-top: 4px;
            display: block;
        }
        .frontend-user-wrap label{
            display: block;
            margin-bottom: 4px;
            font-weight: bold;
        }
        .frontend-user-wrap input[type="text"], .frontend-user-wrap textarea, .frontend-user-wrap input[type="password"]{
            border-radius: 4px;
            padding: 6px;
            font-size: 1.2em;
            border: 1px solid #ccc;
            width: 360px;
        }
    .frontend-user-wrap .errorSummary {
        border: 1px solid #ffadad;
        background: url('/img/error-icon.gif') 8px 8px no-repeat #ffdcdc;
        color: #333;
        font-weight: bold;
        padding: 10px 10px 10px 60px;
        border-radius: 6px;
        font-size: 14px;
        margin-top: 10px;
    }
        .frontend-user-wrap .errorSummary ul li {
            font-size: 0.9em;
            font-weight: normal;
            margin-bottom: 4px;
        }
/*for profile update page flash*/
#usermenu {
    float: none;
    width: auto;
}
.registration-info {
    float: right;
    width: 440px;
    padding: 20px 0 0 40px;
    color: #666;
}
    .registration-info h2 {
        color: #ff5e1f;
    }
    .registration-info img {
        float: right;
        margin-left: 20px;
    }
    .registration-info p {
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    .registration-info li a {
        color: #333;
        text-decoration: underline;
        font-weight: bold;
    }
    .registration-info p.password-info {
        background: url('/img/login_arrow.jpg') left top no-repeat;
        padding-left: 30px;
        line-height:normal;
        font-style: italic;
    }
    .registration-info ul li {
        margin: 0 0 20px 40px;
        list-style: disc;
    }
    .registration-info .btn {
        width: 200px;
        text-align: center;
        margin-top: 20px;
    }
.registration-info.decorated {
        background: #fffae5;
        border: 1px solid #9c2265;
        border-radius: 10px;
        box-shadow: 1px 1px 3px #999;
        color: #333;
        margin: 0 auto;
        padding: 60px 30px 30px 30px;
        width: 400px;
}
.registration-info.decorated.activity-show {
    /*
	background: url('/img/activity_bg.jpg') 80px 530px no-repeat #fffae5;
	*/
}
.activity_bg {
width:362px;
height:126px;
text-align:center;
left-margin:auto;
right-margin:auto;
clear:both;
padding:10px 0px 24px 0px;	
}
    .registration-info.decorated strong {
            font-weight: bold;
    }
    .registration-info.decorated p {
        line-height: normal;
        margin: 20px 0 0 0; 
    }
    .registration-info.decorated p.big {
        font-size: 16px;
        font-family: 'Cutive';
        padding: 0 0 0 10px;
    }
	/*bigfooter*/
    .registration-info.decorated .bigfooter {
        color: #9c2265;
		font-size: 14px;
        /*font-family: 'Cutive';*/
        padding: 0 0 0 10px;
    }
    .registration-info.decorated .bigfooter a:link {
        color: #9c2265;
		font-weight:bold;
		text-decoration:underline;
    }
    .registration-info.decorated .bigfooter a:hover {
        text-decoration:none;
    }			
    .registration-info.decorated .bigfooterLinker {
        color: #fda53b;
		font-size: 14px;
        /*font-family: 'Cutive';*/
        padding: 0 0 0 10px;
    }
    .registration-info.decorated .bigfooterLinker a:link {
		color: #fda53b;
		font-weight:bold;
		text-decoration:underline;
    }
    .registration-info.decorated .bigfooterLinker a:hover {
        text-decoration:none;
    }			
    .registration-info.decorated ul {
        font-size: 1.2em;
        margin: 0 30px 20px 30px;
    }
    .registration-info.decorated ul.big {
        font-size: 15px;
    }
    .registration-info.decorated ul.big li {
        margin: 10px 0 0 10px;
    }
        .registration-info.decorated ul li {
            list-style: disc;
            margin: 4px 0 0 20px;
        }
    .registration-info.decorated h1, .registration-info.decorated h2 {
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .registration-info.decorated h1 {
        color: #9c2265;
        font-size: 22px;
    }
    .registration-info.decorated h1.small {
        font-size: 20px;
        /*background: url('/img/register_h1_bg.jpg') center bottom no-repeat;
        padding-bottom: 10px;*/
        font-weight: bold;
    }
    .registration-info.decorated h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        text-transform: uppercase;
    }
    .registration-info.decorated .arrow {
        background: url('/img/registration_arrow.png') left top no-repeat;
        color: #9c2265;
        font-size: 18px;
        font-weight: bold;
        padding: 12px 0px 12px 100px;
        margin-top: 8px;
    }
    .registration-info .mobile,
	.registration-info .arrow .mobile {
        display: none;
    }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static page content */
    .article-wrap .employee {
        border-top: 1px dotted #999;
        padding: 20px 0 0 0;
    }
        .article-wrap .employee h1 {
            padding: 0;
            margin: 0;
        }
        .article-wrap .employee h2 {
            color: #333;
            font-size: 12px;
        }
        .article-wrap .employee h3 {
            color: #ff5e1f;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
        }
        .article-wrap .employee p {
            margin-left: 108px;
        }
        .article-wrap .employee.management p {
            margin-left: 0;
        }
        .article-wrap .employee img {
            float: left;
            margin: 0 20px 10px 0;
        }

    .article-wrap .content-wrap strong {
         font-weight: bold;
    }
    .article-wrap .content-wrap ol {
        font-size: 1.2em;
        margin-left: 20px;
    }
    .article-wrap .content-wrap ol li{
        margin-bottom: 20px;
        list-style-type: decimal;
    }
    .article-wrap .content-wrap.static a {
        color: #486175;
    }
    .article-wrap .content-wrap.static a.sign-up-btn {
        background: url('/img/header-btn-sprite.png') -88px top no-repeat;
        width: 92px;
        color: #fff;
        display: block;
        float: left;
        height: 20px;
        margin-left: 4px;
        padding: 6px 0;
        text-align: center;
        font-size: 14px;
        font-family: 'Cutive';
    }
                
    .article-wrap .content-wrap.static a.btn {
        color: #333;
    }
    .article-wrap .content-wrap.static img.grandparentopia,
    .article-wrap .content-wrap.static img.truste {
        float: left;
        margin: 0 20px 20px 0;
    }
    .article-wrap .content-wrap.static .btn.download-btn {
        margin-left: 160px;
    }
        .article-wrap .content-wrap.static .dl-help {
             background: #FFF4EE;
             border: 1px solid #FD9536;
             border-radius: 6px;
             display: none;
             padding: 20px;
             margin: 0 0 20px 0;
        }
            .article-wrap .content-wrap.static .dl-help p.inset {
                margin-left: 10px;
                color: #666;
            }
        .article-wrap .content-wrap.static .faq-item {
            border-top: 1px dotted #666;
            padding: 10px 0;
        }
        .article-wrap .content-wrap.static .faq-item li {
            list-style: disc;
            margin: 0 0 6px 20px;
            font-size: 1.2em;
        }
        
        .article-wrap .content-wrap.static .grand-corps-spotlight {
            border-top: 1px dotted #999;
            padding: 40px 0;
        }
            .article-wrap .content-wrap.static .grand-corps-spotlight img {
                float: left;
                margin: 0 20px 20px 0;
                border: 1px solid #ccc;
            }
            .article-wrap img.img-border {
                border: 1px solid #ccc;
            }
            .article-wrap .content-wrap.static .grand-corps-spotlight h1 {
                padding-top: 0;
            }
            .article-wrap .content-wrap.static .grand-corps-spotlight h3 {
                margin-bottom: 8px;
                font-weight: bold;
            }
    p.press-item strong {
        display: block;
    }
    
.priceline-mobile-wrap {
    display: none;
}
.countdown{
	width:295px;
	height:98px;
	   	margin:auto;
  
		/*background:yellow;
		
		*/
		display:block;
		
}
.placeholder_header{
width:295px;
height:98px;
margin:auto;

/*background:yellow;

*/
visibility:hidden;
}
.countdownContainer{
	
	width:198px;
	float:left;
	margin-left:48px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.countdownBox {
	background: url('/img/countdown_bak.png');
	
	width:66px;
	height:59px;
	font-size:36px;
	line-height:59px;
	color:#ff9900;
	font-weight:bold;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-webkit-text-stroke: 1px black;
	text-align:center;
	vertical-align:middle;
	float:left;
}
.countdownDesc {
	width:66px;
	height:16px;
	font-size:12px;
	line-height:16px;
	color:#4a7893;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	float:left;
}
.countdownTxt {
	width:295px;
	height:23px;
	background: url('/img/countdown_txt.png');
}

.login-info-wrap2{
width:auto;
height:auto !important;	
float:right;
margin-top:-100px;
padding-top:4px;
display:block;
}
.social-circles {
width:230px;
float:top left;
height:44px;
padding:0;
margin-left:-340px;
margin-top:-10px;
text-align:right;

}


/*Thank You Page*/

.thankyou-message {
    padding: 15px;
    text-align: center;
    border: 1px solid #dedede;
    font-weight: bold;
}
    .thankyou-message p span{
        color: #b73f95;
    }

.benefits {
    margin-top: 10px;
    margin-bottom: 20px;
}
    .benefits h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .benefits h1 p{
        width: 60%;
        line-height: 17px;
    }
    .benefits .aga-logo {
        float: right;
        margin-top: 30px;
    }
.featured {
    border: 1px solid #dedede;
    position: relative;
    margin-bottom: 11px;
    height: 338px;
}
    .featured > img{
        float: left;
        margin-right: 30px;
    }
    .featured > p {
        position: absolute;
        top: 20px;
        padding: 5px 15px;
        background-color: #3e3e3e;
        color: #fff;
        opacity: 0.45;
    }
    .featured .description > img{
        /*margin: 45px 0 15px 0;
        border-bottom: 1px dotted #dedede;
        padding: 5px 35px 20px 35px;*/
        margin: 45px 0px 15px 50px;
        border-bottom: 1px dashed #dedede;
        padding: 5px 35px 20px 15px;
        width: 188px;
    }
    .featured .description p{
        padding-right: 20px;
        line-height: 1.3em;
    }
.button-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    width: 312px;
    background-color: #f2f2f2;
    height: 80px;
}
.button-container a{
    background-color: #89caf9;
    padding: 10px 90px;
    top: 35px;
    position: relative;
    width: 80%;
    color: #fff;
    background: -moz-linear-gradient(top,  #89caf9 0%, #69a1ca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89caf9), color-stop(100%,#69a1ca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #89caf9 0%,#69a1ca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89caf9', endColorstr='#69a1ca',GradientType=0 ); /* IE6-8 */
}
.related-items {position: relative;}
    .related-item {
        position: relative;
        width: 300px;
        display: inline-block;
        margin-left: 11px;
        height: 340px;
        border: 1px solid #dedede;
    }
    .related-item:first-child { margin-left: 0px; }
    .related-item > p {
        position: absolute;
        top: 20px;
        padding: 5px 15px;
        background-color: #3e3e3e;
        color: #fff;
        opacity: 0.45;
    }
    .related-item > img { width: 300px;}
    .related-item > .button-container {
        width: 300px;
    }
.logos {
    text-align: center;
    margin: 10px 0;
}
    .logos img { margin: 0 5px;}



/*Interior page*/
.next-prev {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
    .next-prev .aga-logo {
        float: right;
    }

    .next-prev .aga-logo img {
        max-width: 100%;
    }
   .aga-logo img{
     height: 58px;
     width: 231px;
   }
    .next-prev h1 {
      display: none;
    }
    .next-prev .links {
        height: 45px;
        background-color: #f8f8f8;
        width: 670px;
        position: relative;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }
    .next-prev .links a{
        top: 15px;
        position: relative;
        text-transform: uppercase;
        color: #89caf9;
        font-style: italic;
        float: right;
        margin-right: 15px;
    }
    .next-prev .links a:before{
        content: '>>>';
        float: right;
        margin-left: 5px;
    }
    .next-prev .links a:first-child{
        float: none;
        margin-left: 20px;
    }
    .next-prev .links a:first-child:before{
        content: '';
    }
.interior-content {
    margin-top: 15px;
}

.interior-content > .left {
    width: 38%;
    margin-right: 2%;
    float: left;
    padding-left: 0;
}

.interior-content > .right {
    float: left;
    width: 60%;
    padding-right: 0;
    text-align: right;
}

    .interior-content img{
        max-width: 100%;
    }
    .interior-content p.category{
        margin-bottom: 10px;
    }
    .interior-content p.category a,
    .interior-content p.category 
    {
            font-weight: bold;
            color: #083655;
            font-family: 'Cutive';
        }
    .interior-content h1{
        padding-bottom: 10px;
        border-bottom: 1px dotted #cfcbc6;     
        margin-bottom: 10px;
    }
    .interior-content p.description{
        line-height: 1.3em;
    }

    .interior-content div.description{
        line-height: 1.3em;
	font-size: 1.2em;
    }

    .interior-content div.description em {
	font-style: italic;
    }

    .interior-content div.description strong,b  {
	font-weight: bold;
    }

    .interior-content div.description sup  {
	vertical-align: super;
    }

    .interior-content div.description li  {
	list-style: inherit;
	margin-left: 30px;
    }

    .interior-content div.description a  {
	color: #486175;
    }

    

    

    .interior-content div.stats {
        font-size: 1em;
        font-style: italic;
        font-weight: bold;
        width: 330px;
        line-height: 1em;
        margin-top: 5px;
    }
    .interior-content img.stats{
        height: 50px;
        width: 90px;
        display: block;
        float: left;
        margin-right: 15px;
    }
    .benefit-points {
        margin-top: 30px;
        padding-bottom: 5px;
        position: relative;
    }
    .login-popup {display: none;}
    .benefit-points .benefit {
        display: inline-block;
        width: 405px;
        position: relative;
        background-color: #f8f8f8;
        margin-bottom: 30px;
        padding: 20px;
        float: left;
        height: 90px;
        box-shadow: 6px 6px 0px #ccc;
    }
    .benefit-points .benefit.odd {
        margin-right: 30px;
    }

    .benefit-points .benefit > img,
    .benefit-points .benefit > a img {
        float: right;
        margin-top: 20px;
        margin-right: 20px;
    }
    .benefit-points .benefit > p.title,
    .benefit-points .benefit > p.title a
    {
        font-family: 'Cutive';
        color: #083655;
        margin-bottom: 10px;
    }
    
    .benefit-points .benefit > p.description,p.description a, p.description span{
        width: 280px;
        font-size: 1em;
        line-height: 1.3em;
        position: relative;
    }

    .benefit-points .blur-placeholder {
        display: none;
        width: 100%;
    }
    .benefit-points.not-logged .benefit{
        overflow:auto;
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: url(/img/blur.svg#blur);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
    }
    .benefit-points.not-logged .login-popup {
        display: block;
        position: absolute;
        z-index: 2;
        left: 50%;
        margin-left: -150px;
        width: 250px;
        height: 85px;
        top: 60px;
        padding: 30px;
        background-color: #fff;
        text-align: center;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 20px #ccc;
    }
    .benefit-points.not-logged .login-popup p{
        line-height: 1.2em;
        color: #555555;
    }
    .benefit-points.not-logged .login-popup a{
        background-color: #89caf9;
        padding: 10px 30px;
        top: 20px;
        position: relative;
        width: 80%;
        color: #fff;
        background: -moz-linear-gradient(top,  #89caf9 0%, #69a1ca 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89caf9), color-stop(100%,#69a1ca)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #89caf9 0%,#69a1ca 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89caf9', endColorstr='#69a1ca',GradientType=0 ); /* IE6-8 */
    }
    .benefit-points.single .benefit {
        margin: 0 auto 15px auto;
        display: block;
        float: none;
    }

.interior .benefit-points.single-row .login-popup {
    top: -5px;
}

.interior.deals .benefit-points.single-row .login-popup, 
.interior.deals .benefit-points.single .login-popup {
    top: 15px;
}
    
/*Deals Page*/
.interior.deals .interior-content h1{
    font-size: 26px;
    color: #083655;
}
.interior.deals .interior-content .top {
    height: 270px;
}
.interior.deals .benefit-points .benefit {
    height: 130px;
}
.interior.deals .benefit-points .benefit .brand {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px dotted;
    height: 140px;
    position: relative;
    width: 130px;
}
    .interior.deals .benefit-points .benefit .brand img {
        display: block;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .interior.deals .benefit-points .benefit .brand a {
        background-color: #89caf9;
        padding: 7px 20px;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        top: 110px;
        width: 95px;
        background: -moz-linear-gradient(top,  #89caf9 0%, #69a1ca 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89caf9), color-stop(100%,#69a1ca)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #89caf9 0%,#69a1ca 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #89caf9 0%,#69a1ca 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89caf9', endColorstr='#69a1ca',GradientType=0 ); /* IE6-8 */
    }
    .interior.deals .benefit-points .benefit > p.title {
        text-transform: uppercase;
        margin-bottom: 5px;
        font-style: 1em;
    }
    .interior.deals .benefit-points .benefit > p.description {
        width: 400px;
    }
    .interior.deals .benefit-points .benefit .details {
        position: absolute;
        bottom: 15px;
        left: 191px;
    }
    .interior.deals .benefit-points .benefit .detail {
        float: left;
        width: 115px;
    }
    .interior.deals .benefit-points .benefit .detail p {
        text-transform: uppercase;
        color: #555555;
        font-size: .9em;
    }
    .interior.deals .benefit-points .benefit .detail p:first-child {
        color: #083655;
        margin-bottom: 5px;
        font-family: 'Cutive';
    }

    .interior.deals .benefit-points.single-row .login-popup {
        top: 15px;
    }


    #gp-login a.facebook-login  {
    background-image: url(/img/fb_login.png) !important;
    background: url(/img/fb_login.png) left 0 no-repeat;
    display: block;
    height: 60px;
    line-height: 500;
    margin: 10px 0;
    overflow: hidden;
    width: 400px;
    background-position-y: 0px;
    margin-top: 0px;
}


.featured .description > img {
   margin: 45px 0px 15px 50px;
    border-bottom: 1px dashed #dedede;
    padding: 5px 35px 20px 15px;
    margin: 45px 0px 15px 50px;
    border-bottom: 1px dashed #dedede;
    padding: 5px 35px 20px 15px;
    width: 188px;
}

img:hover {

   /* -o-transition-duration: .4s;
    -o-transition-property: opacity;
    -webkit-transition-duration: .4s;
    -webkit-transition-property: opacity;
    opacity: .9;*/
}
.related-item > .button-container a:hover {
        
        }
       /* .doc .featured .description .button-container:hover, .related-item > .button-container:hover {
            background-color: #DDD;
            color: #555;
            cursor: pointer;
            transition: background-color .59s ease-out;
            filter: saturate(100%);
            -webkit-filter: saturate(100%);
            -moz-filter: saturate(100%);
            -o-filter: saturate(100%);
            -ms-filter: saturate(100%);
            transition: all .19s ease-out;
        }*/
      /*  .doc .featured .description .button-container a:hover, .related-item > .button-container a:hover {
        color: #555;
        cursor: pointer;
        transition: all .39s ease-out;
        background: linear-gradient(to bottom, #69a1ca 0%,#89caf9 100%);
        
        }*/
/*.benefit-points .benefit {
    width: 88%;
}
/*
.featured > p:hover , .related-item >  p:hover{
    /*cursor: pointer;
    opacity: 1;*/
  /*  cursor: pointer;
    -o-transition-duration: .2s;
    -o-transition-property: opacity;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: all;
     -webkit-filter: sepia(70%); 
};*/
.featured .description {
    float: right;
    position: absolute;
    display: inline-block;
    height: 338px;
    width: 309px;
}

.featured .description p {
    width:250px;
    float: right;
}

.doc .featured {
    height: 338px;
    width: 920px;
}

.button-container {
    width: 312px;
    background-color: #f2f2f2;
    height: 80px;
}

.benefits .aga-logo {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 0px;
    bottom: 10px;
    position: relative;
}

div.thankyou {
    margin-bottom: 20px;
    /*margin-left: 30px;*/
    padding-left: 10px;
}
.related-items {
    position: relative;
    display: inline;
}
.related-items .related-item {
    position: relative;
    width: 298px;
    display: inline-block;
    margin-right: 9px;
    height: 340px;
    border: 1px solid #dedede;
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
}

.featured a img {
    margin-top: -1px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #fff;
    position: absolute;
    top: 18%;
    right: 310px;
}



.featured .description {
    float: right;
    position: absolute;
    display: inline-block;
    height: inherit;
    width: 325px;
    top: 0px;
    right: 0px;
}

.benefits h1 {
    position: relative;
    top: 13px;
    line-height: 33px;
}

.bd p {
    line-height: 1.9em;
    margin-bottom: 5px;
}

.bd > p {
    color: #555555;
}
.benefits  p {
    line-height: 1.4em;
    padding-right:300px;
}
.benefit-points .benefit img {
    max-height: 60px;
}
.bd .interior .interior-content {
    padding-left: 20px;
    padding-right: 20px;
}


.interior-content p.category {
        margin-bottom: 10px;
}

.interior-content p.category a,
.interior-content p.category
{
    font-weight: bold;
    color: #083655;
    font-family: 'Cutive';
}


.benefit-points {
    /*margin-top: 160px;*/
}

.field-separator legend {
margin: 0 190px;    
}

.arrow-down {
width: 0;
height: 0;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-top: 14px solid #f7f7f7;
position: relative;
margin: 7px auto;
top: -27px;
}


.arrow-up {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff; 
    position: relative;
    margin: 7px auto;
    top: -22px;
}


#gp-join-msg  {
    margin-bottom: 7px;
}

#gp-join-msg p {
    line-height: 1.5em;
    margin-bottom: 0;
    font-size: 15px;

}

#gp-join-msg a {
    color: #0000FF;
}

div.frontend-user-wrap.registration .right-rail-reg a {
	display: none;
}

.connect-with-us {
	display: none;  /*remove social media right banner */
}
p.no-margin-or-padding {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* remove lede image */
img[src*="/img/no-gp-image_featuredImage.jpg"] {
    display: none;
}
