﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



/* GENERAL */

body {
	color: #6a6a6a;
    font-family: Georgia,'Times New Roman',serif;
}
a {
	color: black;	
}

#leftCol a {
	color: #008435;
	font-weight: bold;
}
#leftCol a:hover {
	color: #00a341;
}

.container {
	/*width: 971px;*/
	/*! width: 876px; */
	margin: 0 auto;
}

.alignCenter {
	text-align: center;
	max-width: 100%;
}

#header {
	background: #126591;
}

#subHeader {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	padding: 15px 0;
	border-bottom: 1px solid #dbdedc;
	/*! min-width: 971px; */
	width:100%;

}
.subHeaderBanner a {
	display: inline-block;
}

#leftCol {
	
	/*! float: left; */
	/*width: 671px;*/
	/*! width: 605px; */
}
#leftColContent{
	/*! padding-right: 30px; */
	line-height: 1.6;
}

.pHeader {
	margin-top: 20px;
	margin-bottom: 30px;
	/*width: 575px;*/
}


.pHeader h1 {
	font-size: 30px;
    line-height: 44px;
    font-family: Oswald, sans-serif;
    color: black;
    margin-top: 10px;
}
.pMeta {
	font-style: italic;
    font-size: 13px;
    padding: 5px 0;
    line-height: 4;
    color: black;
}

.pContent p {
	font-size: 1em;
	color: #404040;
    line-height: 1.6em;
    margin-bottom: 20px;
}

#rightCol {
	/*! width: 270px; */
	/*! float: right; */
	margin-top: -65px;
}


.adUnit {
	margin-bottom: 30px;
}
.adUnit p {
	font-size: 0.9em;
    line-height: 1.6em;
    font-style: italic;
    color:#404040;
}


#comments {
	clear: both;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
	border-top: 1px solid #ddd;
    padding: 45px 0;
    width: 100%;

}

.tabsWrap {
	position: relative;
	
}

.noComments {
	color: #3cb7db;
	position: absolute;
	top: 9px;
	right: 39px;
	font-family: Oswald,sans-serif;
    font-weight: 600;
    font-size: 12px;
    z-index: 10;
}

.commentsContent {
	margin-top: 20px;
	padding: 0 5px;
	
}

.ccTitle {
	color: #141823;
	font-weight: bold;
	line-height: 25px;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	border-bottom: 1px solid #e9eaed;

	margin-bottom: 24px;
    padding: 8px 0;
}

.ccSortBy {
	float: right;
}


.commentsList ul li {
	border-bottom: 1px dotted #d3d6db;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.clAvatar {
	float: left;
}

.clContent {
	margin-left: 42px;
}

.clContent h4 {
	font-weight: bold;
	color: #3b5998;
	font-size: 14px;
    line-height: 1.358;
    font-family: helvetica, arial, sans-serif;
}
.clContent h4 a {
	text-decoration: none;
	color: #3b5998;
}

.clContent h4 a:hover{
	color: #00B41F;
}

.clContent p {
	font-size: 14px;
    line-height: 1.358;
    font-family: helvetica, arial, sans-serif;
    color: #141823;
    margin-bottom: 4px;
    margin-top: 4px;
}

.clTime {
	color: #7f7f7f;
	font-size: 12px;
    line-height: 1.358;
    font-family: helvetica, arial, sans-serif;
}
.likeLink a{
	color: #627aad;
	text-decoration: none;
}
.likeLink a:hover{
	text-decoration: underline;
}


#ask {
	clear: both;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
	border-top: 1px solid #ddd;
	padding-bottom: 30px;
	/*! min-width: 971px; */
	width: 100%;
}

.askWrapper {
	position: relative;
}

.askLogo {
	position: absolute;
	top:-8px;
	left: 0;
	z-index: 10;
}

.askInput .inputField{
/*	background: url("../Images/searchinputbg.png") no-repeat;*/
	border: none;
	height: 60px;
	margin-top: 34px;
	padding-left: 50px;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
	font-size: 16px;
	color: black;
    /*font-weight: 700;*/
    font-family: helvetica,sans-serif;
    
}

input:focus{
    outline: 0;
}

.inlineItems{
/*	font-size: 0;*/
}
.inlineItems .iItem{
	float: left;
}

.askInput input::-webkit-input-placeholder{
	color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
}
.askInput input:-moz-placeholder{
	color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
}
.askInput input::-moz-placeholder{
	color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
}
.askInput input:-ms-input-placeholder {
   color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
}

.inputButton {
	border: none;
	background: none;
	/*background-image: url("../Images/searchaskbtns.png");*/
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 57px;
	height: 60px;
	display: inline-block;
	text-indent: -99999px;
	font-size: 16px;
}
.inputButton:hover{
	background-position: -57px 0;
}

.askBtnSubmit {
	margin-top: 34px;
}
.sharecareLogo{
	margin-top: 47px;
	float: right;
}
.colWrap {
	margin-top: 70px;
	margin-bottom: 48px;
}

.col {
	float: left;
    width: 30%;
    padding-right: 2.4%;
    margin-right: 2.4%;
    border-right: 1px solid #dbdedc;
    color: #000;
}

.col h4 {
	font-family: Oswald,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    display: block;
    overflow: hidden;
    margin: -10px 0 0;
    padding: 10px 0 15px;
}

.col ul li {
	padding: 12px 0 12px 8px;
    border-top: 1px dashed #bbb;
    color: #000;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
/*    background: url("../Images/disc.png") left 20px no-repeat;
*/}
.col ul li a {
	text-decoration: none;
	font-style: normal;
}

.col3 {
	margin-right: 0;
	padding-right: 0;
	width:30%;
	border-right: none;
}

#footerMenu {
	color:#bdbfbf;
	background-color: #f2f2f2;
    padding: 5px 0;
    /*! min-width: 971px; */
    width: 100%;
}

.fMenuWrap {
    text-align: center;
    list-style: none inside;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
}

.fMenuWrap li {
	font-size: 12px;
    line-height: 12px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.fMenuWrap li a {
	color: #bdbfbf;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    padding: 0 10px 0 7px;
    font-weight: 600;
    border-right: 1px solid #dbdedc;
    vertical-align: middle;
    font-family: Helvetica,sans-serif;
    text-transform: uppercase;
}

.fMenuWrap li a:hover{
	color: #00B41F;
}

.footerLogos{
	margin-top: 30px;
}

.copy {
	font-family: Oswald,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #bdbfbf;
    padding: 18px 10px 30px;
}

.copy a {
	color: #bdbfbf;
}

.copy a:hover{
	color: #00B41F;
}

.noty_message {
	font-family: Helvetica,sans-serif;
}
.noty_message b {
	font-weight: bold;
}
.usersOnlineWrap {
	bottom: 20px;
}
.notifWrap {
	bottom: 85px;
	display: none;
}

.notifTitle {
	font-weight: bold;
	margin-bottom: 15px;
}

.usersOnlineWrap, .notifWrap {
	
    right: 20px;
    position: fixed;
    width: 310px;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    z-index: 15;
}
.userOnline, .notif {
	overflow: hidden;
    margin: 4px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    color: rgb(68, 68, 68);
    width: 310px;
    height: 48px;
    background-color: rgb(255, 255, 255);

}


.notif {
	font-size: 13px;
    text-align: left;
    padding: 10px;
    width: auto;
    font-family: Helvetica, sans-serif;
    position: relative;
}

.uoContent {
	font-size: 13px;
    line-height: 30px;
    text-align: left;
    padding: 10px 10px 10px 38px;
    width: auto;
    font-family: Helvetica, sans-serif;
    position: relative;
    /*background: url("../Images/onlineusers.png") no-repeat 10px center;*/
}

.uoContent span {
	font-weight: bold;
}

.productWrap {
	width: 310px;
	height: 300px;
	overflow:hidden;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;

}

.productWrap img {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.productRibbon {
	position: absolute;
	bottom:0;
	left: 0;
}

.productWrap .notyText{
	position: absolute;
    bottom: 23px;
    width: 310px;
    text-align: center;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    color: #006836;
    font-size: 23px;
    text-shadow: 0px 1px 0px #FFFFFF;
}

#noty_bottomRight_layout_container li:first-child {
	margin-bottom: 30px;
}

#noty_bottomRight_layout_container li:hover {
	cursor: default;
}

.trials {
	font-family: Oswald, sans-serif;
	width: 150px;
	position: fixed;
	/*right: 80px;*/
	bottom: 175px;
}

.trial1 {
	right: 99px;
}

.trialOffer {
	width: 100%;
	height: 45px;
	display: inline-block;
	margin: -1px 0 -1px 0;
	text-align: center;

}

.trialOfferWrap {
	width: 142px;
	margin: 0 auto;

}

.noOfTrials {
	font-size: 31px;
	font-weight: bold;
	color: #383838;
	height: 45px;
	display: table-cell;
    vertical-align: middle;
    text-align:center;
	
}
.trialLeft {
	padding-left: 4px;
	font-size: 20px;
	color: #525252;
	height: 45px;
	display: table-cell;
    vertical-align: middle;
    text-align:center; 
	
}

.trialButton a {
	display: block;
	/*width: 100%;*/
	/*background: #03b520;*/
	/*text-align: center;*/
	/*color: white;*/
	text-decoration: none;
	text-transform: uppercase;
	/*padding: 10px 0;*/
}

.interviewItalic {
	font-style: italic;
}


.results {
  padding: 5px;
  background: #f3f3f3;
}

p strong {
	font-weight: bold;
}

ul.list{
	list-style: disc;
	padding-left: 20px;
	color: #404040;
}

.pImage {
	float: left;
	margin-right: 20px;
}

.pImage img {
	max-width: 200px;
}

.gray {
	background: rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin-bottom: 20px;
}

.steps span{
	float: left;
	margin-right: 10px;
}

.sidebarTitle {

    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    color: #404040;
    font-family: Oswald,sans-serif;
}

span.titleEm {
	/*color: #d51e30;*/
	color: red;
}

.todayDate {
	color: #e50000;
}


@media all and (max-width: 1580px) and (min-width: 1260px) {
	/*#rightCol {
		display: none;
	}*/

	#noty_bottomRight_layout_container, #noty_bottomRight_layout_container li, .usersOnlineWrap, .notifWrap, .userOnline, .notif {
        width: 150px;
    }

    .trial1 {
        right: 20px;
    }

    span.dash {
        display: none;
    }
    span.forceNewLine {
        display: block;
    }

    .trials {
        bottom: 205px;
    }


}

@media all and (max-width: 1259px) and (min-width: 975px) {
	#rightCol {
		display: none;
	}
}

@media all and (max-width: 974px) and (min-width: 775px){
	#rightCol {
		display: none;
	}
	#noty_bottomRight_layout_container, #noty_bottomRight_layout_container li, .usersOnlineWrap, .notifWrap, .userOnline, .notif {
        width: 150px;
    }

    .trial1 {
        right: 20px;
    }

    span.dash {
        display: none;
    }
    span.forceNewLine {
        display: block;
    }

    .trials {
        bottom: 205px;
    }
}

@media all and (max-width: 774px) {
	#rightCol {
		display: none;
	}

	#noty_bottomRight_layout_container, .trials, .usersOnlineWrap {
        display: none;
    }
}


.trials .trialImage a img{width:60%}
#noty_bottomRight_layout_container{}
#ulp-M8xgUygaQER72mOa-overlay{display: none}
#ulp-M8xgUygaQER72mOa{display: none}
#ulp-y3pfi5zjVbEpLhUe{display: none}
#ulp-cc9GdrkIrO3tDLCz{display: none}
#ulp-BnxWsf7lh82ETVxE{display: none}

img {max-width:100%;}
.of-img{max-width: 220px}


        .fb_hidden {
            position: absolute;
            top: -10000px;
            z-index: 10001
        }
        
        .fb_reposition {
            overflow: hidden;
            position: relative
        }
        
        .fb_invisible {
            display: none
        }
        
        .fb_reset {
            background: none;
            border: 0;
            border-spacing: 0;
            color: #000;
            cursor: auto;
            direction: ltr;
            font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
            font-size: 11px;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            margin: 0;
            overflow: visible;
            padding: 0;
            text-align: left;
            text-decoration: none;
            text-indent: 0;
            text-shadow: none;
            text-transform: none;
            visibility: visible;
            white-space: normal;
            word-spacing: normal
        }
        
        .fb_reset>div {
            overflow: hidden
        }
        
        .fb_link img {
            border: none
        }
        
        @keyframes fb_transform {
            from {
                opacity: 0;
                transform: scale(.95)
            }
            to {
                opacity: 1;
                transform: scale(1)
            }
        }
        
        .fb_animate {
            animation: fb_transform .3s forwards
        }
        
        .fb_dialog {
            background: rgba(82, 82, 82, .7);
            position: absolute;
            top: -10000px;
            z-index: 10001
        }
        
        .fb_reset .fb_dialog_legacy {
            overflow: visible
        }
        
        .fb_dialog_advanced {
            padding: 10px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px
        }
        
        .fb_dialog_content {
            background: #fff;
            color: #333
        }
        
        .fb_dialog_close_icon {
            background: url(Images/ie9jii6z1ys.png) no-repeat scroll 0 0 transparent;
            _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif);
            cursor: pointer;
            display: block;
            height: 15px;
            position: absolute;
            right: 18px;
            top: 17px;
            width: 15px
        }
        
        .fb_dialog_mobile .fb_dialog_close_icon {
            top: 5px;
            left: 5px;
            right: auto
        }
        
        .fb_dialog_padding {
            background-color: transparent;
            position: absolute;
            width: 1px;
            z-index: -1
        }
        
        .fb_dialog_close_icon:hover {
            background: url(Images/ie9jii6z1ys.png) no-repeat scroll 0 -15px transparent;
            _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
        }
        
        .fb_dialog_close_icon:active {
            background: url(Images/ie9jii6z1ys.png) no-repeat scroll 0 -30px transparent;
            _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
        }
        
        .fb_dialog_loader {
            background-color: #f6f7f9;
            border: 1px solid #606060;
            font-size: 24px;
            padding: 20px
        }
        
        .fb_dialog_top_left,
        .fb_dialog_top_right,
        .fb_dialog_bottom_left,
        .fb_dialog_bottom_right {
            height: 10px;
            width: 10px;
            overflow: hidden;
            position: absolute
        }
        
        .fb_dialog_top_left {
            background: url(Images/8yetniltzjm.png) no-repeat 0 0;
            left: -10px;
            top: -10px
        }
        
        .fb_dialog_top_right {
            background: url(Images/8yetniltzjm.png) no-repeat 0 -10px;
            right: -10px;
            top: -10px
        }
        
        .fb_dialog_bottom_left {
            background: url(Images/8yetniltzjm.png) no-repeat 0 -20px;
            bottom: -10px;
            left: -10px
        }
        
        .fb_dialog_bottom_right {
            background: url(Images/8yetniltzjm.png) no-repeat 0 -30px;
            right: -10px;
            bottom: -10px
        }
        
        .fb_dialog_vert_left,
        .fb_dialog_vert_right,
        .fb_dialog_horiz_top,
        .fb_dialog_horiz_bottom {
            position: absolute;
            background: #525252;
            filter: alpha(opacity=70);
            opacity: .7
        }
        
        .fb_dialog_vert_left,
        .fb_dialog_vert_right {
            width: 10px;
            height: 100%
        }
        
        .fb_dialog_vert_left {
            margin-left: -10px
        }
        
        .fb_dialog_vert_right {
            right: 0;
            margin-right: -10px
        }
        
        .fb_dialog_horiz_top,
        .fb_dialog_horiz_bottom {
            width: 100%;
            height: 10px
        }
        
        .fb_dialog_horiz_top {
            margin-top: -10px
        }
        
        .fb_dialog_horiz_bottom {
            bottom: 0;
            margin-bottom: -10px
        }
        
        .fb_dialog_iframe {
            line-height: 0
        }
        
        .fb_dialog_content .dialog_title {
            background: #6d84b4;
            border: 1px solid #365899;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin: 0
        }
        
        .fb_dialog_content .dialog_title>span {
            background: url(Images/cou7n-nqk52.gif) no-repeat 5px 50%;
            float: left;
            padding: 5px 0 7px 26px
        }
        
        body.fb_hidden {
            -webkit-transform: none;
            height: 100%;
            margin: 0;
            overflow: visible;
            position: absolute;
            top: -10000px;
            left: 0;
            width: 100%
        }
        
        .fb_dialog.fb_dialog_mobile.loading {
            background: url(Images/3rhsv5v8j3o.gif) white no-repeat 50% 50%;
            min-height: 100%;
            min-width: 100%;
            overflow: hidden;
            position: absolute;
            top: 0;
            z-index: 10001
        }
        
        .fb_dialog.fb_dialog_mobile.loading.centered {
            width: auto;
            height: auto;
            min-height: initial;
            min-width: initial;
            background: none
        }
        
        .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
            width: 100%
        }
        
        .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
            background: none
        }
        
        .loading.centered #fb_dialog_loader_close {
            color: #fff;
            display: block;
            padding-top: 20px;
            clear: both;
            font-size: 18px
        }
        
        #fb-root #fb_dialog_ipad_overlay {
            background: rgba(0, 0, 0, .45);
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            min-height: 100%;
            z-index: 10000
        }
        
        #fb-root #fb_dialog_ipad_overlay.hidden {
            display: none
        }
        
        .fb_dialog.fb_dialog_mobile.loading iframe {
            visibility: hidden
        }
        
        .fb_dialog_content .dialog_header {
            -webkit-box-shadow: white 0 1px 1px -1px inset;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
            border-bottom: 1px solid;
            border-color: #1d4088;
            color: #fff;
            font: 14px Helvetica, sans-serif;
            font-weight: bold;
            text-overflow: ellipsis;
            text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
            vertical-align: middle;
            white-space: nowrap
        }
        
        .fb_dialog_content .dialog_header table {
            -webkit-font-smoothing: subpixel-antialiased;
            height: 43px;
            width: 100%
        }
        
        .fb_dialog_content .dialog_header td.header_left {
            font-size: 12px;
            padding-left: 5px;
            vertical-align: middle;
            width: 60px
        }
        
        .fb_dialog_content .dialog_header td.header_right {
            font-size: 12px;
            padding-right: 5px;
            vertical-align: middle;
            width: 60px
        }
        
        .fb_dialog_content .touchable_button {
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
            border: 1px solid #29487d;
            -webkit-background-clip: padding-box;
            -webkit-border-radius: 3px;
            -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
            display: inline-block;
            margin-top: 3px;
            max-width: 85px;
            line-height: 18px;
            padding: 4px 12px;
            position: relative
        }
        
        .fb_dialog_content .dialog_header .touchable_button input {
            border: none;
            background: none;
            color: #fff;
            font: 12px Helvetica, sans-serif;
            font-weight: bold;
            margin: 2px -12px;
            padding: 2px 6px 3px 6px;
            text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
        }
        
        .fb_dialog_content .dialog_header .header_center {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
            text-align: center;
            vertical-align: middle
        }
        
        .fb_dialog_content .dialog_content {
            background: url(Images/jkecvpzfk-2.gif) no-repeat 50% 50%;
            border: 1px solid #555;
            border-bottom: 0;
            border-top: 0;
            height: 150px
        }
        
        .fb_dialog_content .dialog_footer {
            background: #f6f7f9;
            border: 1px solid #555;
            border-top-color: #ccc;
            height: 40px
        }
        
        #fb_dialog_loader_close {
            float: left
        }
        
        .fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
            text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
        }
        
        .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
            visibility: hidden
        }
        
        #fb_dialog_loader_spinner {
            animation: rotateSpinner 1.2s linear infinite;
            background-color: transparent;
            background-image: url(Images/t-wz8gw1xg1.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            height: 24px;
            width: 24px
        }
        
        @keyframes rotateSpinner {
            0% {
                transform: rotate(0deg)
            }
            100% {
                transform: rotate(360deg)
            }
        }
        
        .fb_iframe_widget {
            display: inline-block;
            position: relative
        }
        
        .fb_iframe_widget span {
            display: inline-block;
            position: relative;
            text-align: justify
        }
        
        .fb_iframe_widget iframe {
            position: absolute
        }
        
        .fb_iframe_widget_fluid_desktop,
        .fb_iframe_widget_fluid_desktop span,
        .fb_iframe_widget_fluid_desktop iframe {
            max-width: 100%
        }
        
        .fb_iframe_widget_fluid_desktop iframe {
            min-width: 220px;
            position: relative
        }
        
        .fb_iframe_widget_lift {
            z-index: 1
        }
        
        .fb_hide_iframes iframe {
            position: relative;
            left: -10000px
        }
        
        .fb_iframe_widget_loader {
            position: relative;
            display: inline-block
        }
        
        .fb_iframe_widget_fluid {
            display: inline
        }
        
        .fb_iframe_widget_fluid span {
            width: 100%
        }
        
        .fb_iframe_widget_loader iframe {
            min-height: 32px;
            z-index: 2;
            zoom: 1
        }
        
        .fb_iframe_widget_loader .FB_Loader {
            background: url(Images/jkecvpzfk-2.gif) no-repeat;
            height: 32px;
            width: 32px;
            margin-left: -16px;
            position: absolute;
            left: 50%;
            z-index: 4
        }
