#content {
    width: 995px;
    text-align: left;
}

.mod-couponcarrier {
    width: 995px !important;
    -webkit-box-shadow: 0px 0px 1px hsla(0, 0%, 20%, 0.2), 0 1px 1px hsl(30, 2%, 80%);
           -moz-box-shadow: 0px 0px 1px hsla(0, 0%, 20%, 0.2), 0 1px 1px hsl(30, 2%, 80%);
                box-shadow: 0px 0px 1px hsla(0, 0%, 20%, 0.2), 0 1px 1px hsl(30, 2%, 80%);
}

.mod-offeroftheweek .pod {
    height: 160px !important;
}

.mod-offeroftheweek .pod .right .pod-info .summary {
    font-size: 22px;
}

.mod-offeroftheweek .pod .pod-media .pod-image {
    padding: 26px 20px 6px 96px !important;
}

.mod-offeroftheweek .pod .pod-info {
    margin: 25px 15px 0 15px !important;
}

.mod-offeroftheweek .pod .right .pod-info .brand {
    font-size: 22px;
}

.mod-offeroftheweek .pod .right .pod-info .details {
    font-size: 16px;
    line-height: 18px;
}

.mod-offeroftheweek .pod.clipped .clipped-container, .mod-offeroftheweek .pod.limited .clipped-container {
    margin: 116px 0 0 255px !important;
}

.mod-offeroftheweek .pod .circle {
    height: 115px !important;
    margin-top: 25px !important;
}

.mod-offeroftheweek .pod .hover {
    height: 155px !important;
}#container #content {
    width: 910px !important;
    overflow: hidden;
}

#container #content .row {
    width: 910px !important;
    overflow: hidden;
}

#container #content .mod-couponcarrier{
    width: 910px !important;
}

#container #content .mod-couponcarrier .content-positioning {
    width: 910px !important;
    padding-left: 0px;
}

#container #content .mod-gallery {
    width: 910px !important;
    padding-left: 0px;
    margin-left: 14px;
}
#container #content .mod-offeroftheweek .pod.coupon {
    width: 584px;
}

#container #content .mod-offeroftheweek .pod .left {
    width: 200px !important;
}

#container #content .mod-offeroftheweek .pod .hover {
    width: 585px !important;
}

#container #content .pod {
    width: 290px;
}

#container #content  .pod.clipped .clipped-container,
#container #content .pod.limited .clipped-container {
    width: 290px;
}

#container #content .mod-offeroftheweek .pod.clipped .clipped-container,
#container #content .mod-offeroftheweek .pod.limited .clipped-container {
    width: 365px;
    right: 325px;
}

#container #content .grid_1 {
    width: 295px;
}

#container #content .grid_2 {
    width: 590px;
}
#container #content .pod .hover {
    width: 280px;
}

#container #footer {
    padding-bottom: 35px;
}@import url("//fonts.googleapis.com/css?family=Helvetica+Neue");

button:focus {
    outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

.txt-offscreen {
    text-indent: -999em;
}
.clearfix {
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
/**
 * Sprites
 */
.sprite-icons {
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_icon_28.png");
    background-repeat: no-repeat;
}
.sprite-pod {
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_pod_2.png");
    background-repeat: no-repeat;
}

/* this rule and the next define the much-repeated horizontal UL pattern */
.horizontal-list {
    margin: 0 auto;
    padding: 0;
}
.horizontal-list li {
    text-align: center;
    display: inline-block;
    list-style: none;
}
.triangle { /* default, pointing to right */
    border-color: transparent transparent transparent #08B4DF;
    border-style: solid;
    border-width: 6px 4px;
    height: 0;
    width: 0;
    position: relative;
    bottom: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 0;
}
.triangle-down {
    border-color: #08B4DF transparent transparent transparent;
}
.triangle-up {
    border-color: transparent transparent #08B4DF transparent;
}
.hidden {
    display: none;
}

/* stubbornella media object */
/* .media { ** margin:10px; ** } */
.media {overflow:hidden; _overflow:visible; zoom:1;}
.media .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img {display:block;}
.media .imgExt {float:right; margin-left: 10px;}
/* end stubbornella */

.btn-cta,
.cta-button {
    background: #08b4df;
    border: none;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    padding: 12px 20px;
    text-decoration: none;
            border-radius: 3px;
    letter-spacing: 0;
}
.btn-cta.small,
.cta-button.small {
    padding: 8px 15px;
}

.pointerEnabled .btn-cta:hover,
.pointerEnabled .cta-button:hover {
    background: rgba(4, 146, 182,1);
}
.btn-cta.disabled,
.cta-button.disabled,
.pointerEnabled .btn-cta.disabled:hover,
.pointerEnabled .cta-button.disabled:hover {
    cursor: default;
    color: #b9b9b9;
    background: #e9e9e9;
}

/**
 * Flyout Dialog
 */
.ui-widget-overlay {
    /* modal dialog shim layer */
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.flyout-outer {
    position: absolute;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(50, 50, 50, 0.5);
    background: #fff;
    border-radius: 6px;
    padding: 20px 20px 40px 20px;
}
.flyout-outer:focus {
    outline: none;
}
.flyout-inner h2 {
    font-size: 176.9%;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    display: inline-block;
}
.flyout-outer .ui-dialog-titlebar .ui-button,
.flyout-inner .close-btn { /* We will need css for ".flyout-inner .close-btn" for inline div such as podshare FT */
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    font-size: 85%;
    top: 7px;
    position: absolute;
    right: 10px;
    text-align: right;
    outline: 0 none;
    font-size: 230.77%;
    color: #333;
    z-index: 1;
}
.flyout-inner .cancel-btn {
    cursor: pointer;
}
.flyout-inner .close-icon {
    background-position: 0 -305px;
    padding: 3px 4px 0 10px;
}

/**
 * CSS for arrow-box bubble dialog
 * appears to have been generated from here: http://cssarrowplease.com/
 * By default, box is above target element, arrow is pointing down
 *             arrow-box-bottom: box is below target element, arrow is pointing up
 *             arrow-box-left: box is to the left of target element, arrow is pointing right
 *             arrow-box-right: box is to the right of the target element, arrow is pointing left
 */
.arrow-box {
    background: #555555;
    background-color: hsla(0, 0%, 33%, 0.95);
    box-shadow: none;
    border-radius: 5px;
    overflow: visible;
}

.arrow-box.flyout-outer .ui-dialog-titlebar .ui-button  {
    margin: 0;
    padding: 0;
    width: 17px;
    top: -2px;
    color: #ededed;
    right: 3px;
    font-size: 22px;
}

.arrow-box:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/*  left/right/above/below are used to place a pointing arrow
    the location is where the bubble will be placed relative to the thing
    to which the bubble is pointing.
    eg, left = bubble is *to the left* of the element
    These no longer say where the arrow is pointing
*/

.arrow-box-left:after  {
    left: 100%;
}
.arrow-box-right:after  {
    right: 100%;
}
.arrow-box-below:after  {
    bottom: 100%;
}
.arrow-box-above:after  {
    top: 100%;
}

.arrow-box.arrow-box-below:after ,
.arrow-box.arrow-box-above:after ,
.arrow-box.arrow-box-right:after ,
.arrow-box.arrow-box-left:after {
    border-color: transparent;
    border-width: 10px;
}

.arrow-box.arrow-box-above:after {
    border-top-color: #555555;
    border-top-color: hsla(0, 0%, 33%, 0.95);
}
.arrow-box.arrow-box-right:after {
    border-right-color: #555555;
    border-right-color: hsla(0, 0%, 33%, 0.95);
}
.arrow-box.arrow-box-left:after {
    border-left-color: #555555;
    border-left-color: hsla(0, 0%, 33%, 0.95);
}
.arrow-box.arrow-box-below:after {
    border-bottom-color: #555555;
    border-bottom-color: hsla(0, 0%, 33%, 0.95);
}

/* No javascript warning */
div#noscript-warning {
    border: 5px solid #B0DFF5;
    margin: 12px auto;
    padding: 7px 28px;
    width: 466px;
}
div#noscript-warning div.noscript-content {
    float: right;
}


/* ================ */
/* = The 1Kb Grid = */
/* ================ */

.grid_1 { width:320px; }
.grid_2 { width:640px; }
.grid_3 { width:935px }

.column {
    /*margin: 0 5px;*/
    overflow: hidden;
    float: left;
    display: inline;
}
.row {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.row .row {
    /*margin: 0 -5px;*/
    width: auto;
    display: inline-block;
}

@font-face {
    font-family: "RockSaltRegular";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/RockSalt-webfont.eot");
    src: url("//www.coupons.com/layouts/fonts/RockSalt/RockSalt-webfont.eot?#iefix") format("embedded-opentype"), /* To support webfont on IE9 over HTTPS, need same-origin even with Access-Control-Allow-Orig: * on CDN */
         url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/RockSalt-webfont.woff") format("woff"),
         url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/RockSalt-webfont.ttf") format("truetype"),
         url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/RockSalt-webfont.svg#webfontCOxZFOKy") format("svg");
}
@font-face {
    font-family: "SpriteFont";
    font-style: normal;
    font-weight: normal;

    src: url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/icomoon_3.eot");
    src: url("//www.coupons.com/layouts/fonts/icomoon/icomoon_3.eot#iefix") format("embedded-opentype"), /* To support webfont on IE9 over HTTPS, need same-origin even with Access-Control-Allow-Orig: * on CDN */
         url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/icomoon_3.woff") format("woff"),
         url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/icomoon_3.ttf") format("truetype"),
         url("//cdn.cpnscdn.com/static.coupons.com/Sites/fonts/icomoon_3.svg#icomoon") format("svg");
}.pod {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    height: 158px;
    width: 298px;
    border: 1px solid #CDCDCD;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;

    -webkit-box-shadow: 0 -4px 0 #E8E8E8 inset;
       -moz-box-shadow: 0 -4px 0 #E8E8E8 inset;
            box-shadow: 0 -4px 0 #E8E8E8 inset;
}

.pod .hover {
    background-color: rgba(255, 255, 255, 0.75);
    font-family: 'RockSaltRegular';
    height: 155px;
    width: 292px;
    margin-left: 5px;
    visibility: hidden;
    position: absolute;
    text-transform: lowercase;
    overflow: hidden;
}
.pod .circle {
    background-repeat: no-repeat;
    background-position: 30px 23px;
    height: 120px;
    width: 295px;
    margin-top: 15px;
    position: absolute;
}
.pod.cpc .circle,
.pod.video .circle,
.pod.duet .circle {
    background-repeat: no-repeat;
    background-position: 18px -88px;
    height: 140px;
    width: 295px;
    position: absolute;
}

.pointerEnabled .pod:hover .hover{
    visibility: visible;
}


.pod .hover p {
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    color: #222222;
    font-size: 1.53em;
    text-align: center;
}
.pod .hover p.click-text {
    margin-top: 18%;
}
.pod .hover p.click-text-sec {
    font-size: 1em;
}

/* Hide default clipped-container */
.pod .clipped-container {
    display: none;
}

.pod .left {
    float: left;
    overflow: hidden;
    width: 37%;
    height: 160px;

}
.pod .right {
    float: right;
    overflow: hidden;
    width: 63%;
    height: 160px;
}
.pod .pod-media {
    height: 100px;
    margin: 24px auto auto;
    width: 80px;
}

.pod .pod-info {
    margin: 15px 15px 0px 1px;
}
.pod .right .pod-info .summary {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #08B4DF;
    font-size: 16px;
    text-transform: uppercase;
}
.pod .right .pod-info .brand {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #444444;
    font-size: 16px;
}
.pod .right .pod-info .details {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #777777;
    font-size: 13px;
    line-height: 16px;
}

.video-close-effects-transfer,
.video-close-effects-transfer-clipped {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.pod .clipped-container span.clip-action {
    text-transform: capitalize;
}
.pod .clipped-container span.unclip-action {
    border-right: 1px solid #36799F;
}

.pod .clipped-container span.share-box {
    border-right: 1px solid #36799F;
}

/* right border for share box */
.pod .clipped-container span.share-box {
    border-right: 1px solid #6A6A6A;
}

/* Limit reached */
.pod.limited .hover {
    display: none;
}

.pod.limited .right .pod-info .summary {
    color: #6A6A6A;
}

.pod.limited .clipped-container {
    display: block;
    background-position: 0 -738px;
}

.pod.limited .clipped-container span.clip-box {
    margin-left: 5px;
    letter-spacing: 2px;
}

/* Clipped State */
.pod.clipped,
.pod.limited {
   box-shadow: none;
}

.pod.clipped .hover {
    display: none;
}

.pointerEnabled .pod.clipped:hover .left,
.pointerEnabled .pod.limited:hover .left,
.touchEnabled .pod.clipped .left{
    opacity: 0.30;
    filter: alpha(opacity = 70);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";*/
}

.pointerEnabled .pod.clipped:hover .right,
.pointerEnabled .pod.limited:hover .right,
.touchEnabled .pod.clipped .right{
    opacity: 0.34;
    filter: alpha(opacity = 70);
   /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";*/
}

.pod.clipped .right .pod-info .summary {
    color: #6A6A6A;
}

.pod.clipped .clipped-container,
.pod.limited .clipped-container{
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_pod_2.png");
    color: white;
    display: block;
    font: 0.923em/35px "RockSaltRegular";
    height: 32px;
    position: absolute;
    margin-top: 116px;
    vertical-align: middle;
    width: 298px;
}

.pod.clipped .clipped-container {
    background-position:0 -478px;
}

.pod.clipped .clipped-container .clipped-view,
.pod.limited .clipped-container .clipped-view {
    height: 40px;
    overflow: hidden;
    width: 100px;
}

.pod.limited .clipped-container .clipped-view {
    width: 180px;
}

.pod.clipped .clipped-container span.box,
.pod.limited .clipped-container span.box{
    display: inline-block;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 0 8px;
    text-align: right;
}

.pod.clipped .clipped-container span.clip-action {
    display: inline-block;
}

.pointerEnabled .pod.clipped:hover .clipped-container span.clip-action,
.touchEnabled .pod.clipped .clipped-container span.clip-action{
    display: none;
}

.pod.clipped .clipped-container span.unclip-action {
    display: none;
}

.pointerEnabled .pod.clipped:hover .clipped-container span.unclip-action,
.touchEnabled .pod.clipped .clipped-container span.unclip-action {
    display: inline-block;
}

/* Share box effects */

.pod.clipped .clipped-container .share-box .social-container,
.pod.clipped .clipped-container .more-box .more-container,
.pod.limited .clipped-container .share-box .social-container,
.pod.limited .clipped-container .more-box .more-container{
    background-color: white;
    display: none;
    height: 109px;
    left: 2px;
    position: absolute;
    text-align: left;
    top: -109px;
    width: 296px;
}

.pod.clipped .clipped-container .more-box .more-container{
    color: black;
}
/* Hover */
.pointerEnabled .pod.clipped:hover .clipped-container .clipped-view,
.pointerEnabled .pod.limited:hover .clipped-container .clipped-view,
.touchEnabled .pod.clipped .clipped-container .clipped-view,
.touchEnabled .pod.limited .clipped-container .clipped-view{
    width: 100%;
}

.pointerEnabled .pod.clipped:hover .clipped-container,
.touchEnabled .pod.clipped .clipped-container{
    color: #36799F;
}

.pointerEnabled .pod.limited:hover .clipped-container {
    color: #6A6A6A;
}

/* soapbar hovers */
.pointerEnabled .pod.clipped .clipped-container span:hover,
.pointerEnabled .pod.limited .clipped-container span:hover{
    color: white;
}


.pod.clipped.show-share .share-box .social-container,
.pod.clipped.show-more .more-box .more-container,
.pod.limited.show-share .share-box .social-container,
.pod.limited.show-more .more-box .more-container{
    display: block;
}

.pointerEnabled .pod.show-share:hover .left,
.pointerEnabled .pod.show-share:hover .right,
.pointerEnabled .pod.show-more:hover .right,
.pointerEnabled .pod.show-more:hover .left {
    opacity: 0;
}

/* Limit Hover states */
.pointerEnabled .pod.limited:hover .clipped-container .clipped-view .limit-action{
    display: none;
}

.pointerEnabled .pod.limited:hover .clipped-container .clipped-view .box.empty {

    padding-right: 95px;
}

.pod .clipped-container .share-box .social-container .social-message{
    color: #6A6A6A;
    font: bold 1.23em Arial;
    margin: 0px 0px 0px 20px;
    padding-top: 10px;
    text-shadow: none;
    letter-spacing: 0px;
}


.pod .clipped-container .share-box .social-container .social-strip {
    height: 50px;
    margin-top: 20px;
}

.pod .clipped-container .share-box .social-container .social-strip div {
    float: left;
    height: 30px;
    margin: auto auto auto 51px;
    width: 30px;
    font-size: 0;
    background-color: #7FD0E3;
    border-radius: 50%;
}

.pod .clipped-container .share-box .social-container .social-strip div:hover {
    background-color: #08B4DF;
}

.pod .clipped-container .share-box .social-container .social-strip div i {
    color: #fff;
    font-size: 22px;
    line-height: 31px;
    margin-left: 4px;
}
.pod .clipped-container .share-box .social-container .social-strip div.email i {
    font-size: 20px;
    margin-left: 5px;
}

/* CTA */
.cta-3d.promo-button {
    margin-top: 20px;
    letter-spacing: 0px;
}

.promo-unit {
    margin: 10px 20px 0px 20px;
}


.pod .clipped-container .more-box .more-container h4{
    color: #6A6A6A;
    font: bold 1.23em Arial;
    text-shadow: none;
    letter-spacing: 0px;
}

.pod .clipped-container .more-box .more-container span {
    padding: 0px;
}

.pointerEnabled .pod .clipped-container .more-box .more-container span:hover {
    color: #444444;
}

/* Local pod styling */
i {
    font-family: SpriteFont;
    font-size: 16px;
    margin-right: 4px;
    font-style: normal;
}

/* Disable CPC pod sharing on Limited CPC states */
.pod.cpc.limited .share-box {
    visibility: hidden;
}

.pod .hover p.info {
    margin: 30px 0 0 214px;
    position: absolute;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    color: #36799F;
    font-size: 0.923em;
    letter-spacing: 2px;
    font-size-adjust: normal;
    text-transform: none;
}

.pod.video .hover p.info {
    margin: 25px 0 0 214px;
}

@media (max-width: 768px) {
    .pod .hover{
        margin-left: 0;
    }
    .pod.coupon.clipped.touchClipped {
        position: relative;
    }
    .pod.clipped.show-more .more-box .more-container,
    .pod.clipped.show-share .share-box .social-container {
        width: 98%;
    }

}.mod-offeroftheweek .pod {
    width: 620px;
    height: 115px;
}
.mod-gallery .mod-offeroftheweek .pod {
    margin: 0px 20px 18px 0px;
    position: static;
}
.mod-offeroftheweek .pod .circle {
    width: 616px;
    height: 115px;
    background-position: 200px 14px;
    margin-top: 0px;
}
.mod-offeroftheweek .pod .left {
    height: 115px;
    width: 240px;
}
.mod-offeroftheweek .pod .right {
    height: 115px;
    width: 380px;
    border-radius: 0 6px 6px 0;
}
.mod-offeroftheweek.lifestyle .pod .left {
    height: 115px;
    width: 300px;
}
.mod-offeroftheweek.lifestyle .pod .right {
    height: 115px;
    width: 320px;
}
.mod-offeroftheweek .pod .pod-info {
    margin: 15px 15px 0 15px;
}
.mod-offeroftheweek .badge {
    height: 76px;
    position: absolute;
    margin-top: -18px;
    margin-left: -8px;
    width: 76px;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 8px;
    color: #fff;
    line-height: 13px;
    background: #08b4df;
    letter-spacing: 1px;
}
.mod-offeroftheweek .badge em {
    font-size: 12px;
    display: block;
    line-height: 14px;
}
.mod-offeroftheweek .badge span {
    margin-top: 19px;
    display: block;
}
.mod-offeroftheweek .pod .pod-media {
    border-radius: 6px 0 0 6px;
    height: 115px;
    width: 230px;
    margin: 0;
}
.mod-offeroftheweek .pod .pod-media .pod-image {
    padding: 6px 20px 6px 96px;
    height: 100px;
    width: 80px;
}
.mod-offeroftheweek.product .pod .pod-media .pod-image {
    width: 110px;
}
.mod-offeroftheweek.lifestyle .pod .pod-media .pod-image {
    /*border-radius: 6px 0 0 6px;*/
    height: 111px;
    width: 300px;
    padding: 0;
}
.mod-offeroftheweek.lifestyle .pod.clipped .pod-media .pod-image,
.mod-offeroftheweek.lifestyle .pod.limited .pod-media .pod-image {
    border-radius: 6px 0 0 6px;
    height: 115px;
}
.mod-offeroftheweek .pod.clipped .clipped-container,
.mod-offeroftheweek .pod.limited .clipped-container {
    width: 365px;
    margin:71px 0 0 255px;
}
.mod-offeroftheweek .pod.show-more .right,
.mod-offeroftheweek .pod.show-share .right {
    display: none;
}
.mod-offeroftheweek .pod.clipped .clipped-container .social-container,
.mod-offeroftheweek .pod.limited .clipped-container .social-container,
.mod-offeroftheweek .pod.clipped .clipped-container .more-container,
.mod-offeroftheweek .pod.limited .clipped-container .more-container {
    width: 360px;
    top: -60px;
    height: 60px;
}
.mod-offeroftheweek .pod.clipped .clipped-container .social-container .social-message,
.mod-offeroftheweek .pod.limited .clipped-container .social-container .social-message {
    margin: 10px 0 0 0;
    display: inline;
}
.mod-offeroftheweek .pod.clipped .clipped-container .share-box .social-container .social-strip,
.mod-offeroftheweek .pod.limited .clipped-container .share-box .social-container .social-strip {
    margin-left: 150px;
    margin-top: 0;
}
.mod-offeroftheweek .pod.clipped .clipped-container .share-box .social-container .social-strip div,
.mod-offeroftheweek .pod.limited .clipped-container .share-box .social-container .social-strip div {
    margin: auto auto auto 20px;
}
.mod-offeroftheweek .more-container .cta-3d.promo-button {
    margin-top: 10px;
}
.mod-offeroftheweek .promo-unit {
    margin: 0 0 0 0;
}
.mod-offeroftheweek .pod.clipped .clipped-container .clipped-info,
.mod-offeroftheweek .pod.limited .clipped-container .clipped-info {
    height: 60px;
    margin: 11px;
    margin-left: 20px;
}
.mod-offeroftheweek .pod.clipped .clipped-container .clipped-info .pod-info,
.mod-offeroftheweek .pod.limited .clipped-container .clipped-info .pod-info {
    margin: 10px 10px 0 0;
}
.mod-offeroftheweek .pod .promo-unit.category-promo .promo-button {
    margin: 5px 0px 0px 0px;
}
.mod-offeroftheweek .pod .hover {
    height: 110px;
    width: 616px;
    margin-left: 0;
}
.mod-offeroftheweek .pod .hover p.click-text {
    margin-top: 7%;
}
.mod-offeroftheweek .pod.clipped .pod-clipped-media,
.mod-offeroftheweek .pod.limited .pod-clipped-media {
    height: 90px;
    width: 210px;
    margin-top: 20px;
}
.mod-offeroftheweek .pod.clipped .pod-clipped-media .check,
.mod-offeroftheweek .pod.limited .pod-clipped-media .check {
    margin-left: 90px;
}
.mod-offeroftheweek .pod.clipped .pod-clipped-media p,
.mod-offeroftheweek .pod.limited .pod-clipped-media p{
    margin-left: 121px;
    margin-top: 20px;
}
.mod-offeroftheweek .pod .clipped-container span.unclip-action,
.mod-offeroftheweek .pod .clipped-container span.share-box,
.mod-offeroftheweek .pod .clipped-container span.more-box {
    padding: 0 15px;
}
.mod-offeroftheweek .pod .clipped-container span.limit-action {
    margin-left: 10px;
}
.mod-offeroftheweek .pod.show-share:hover .left,
.mod-offeroftheweek .pod.show-more:hover .left {
    opacity: 0.30;
    filter: alpha(opacity = 70);
}

.mod-offeroftheweek .pod .hover p.info {
    margin: 8px 0 0 494px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.mod-offeroftheweek .pod .clipped-container .more-box .more-container h4 {
    margin-bottom: 0;
}.intro-content .sprite-icons {
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_icon_28.png");
    background-repeat: no-repeat;
}.mod-intronagbar {
    margin: auto;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #6fb1c7;
    margin-bottom: 20px;
}

.mod-intronagbar .intro-content {
    margin: auto;
    width: 980px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.mod-intronagbar .left {
    margin: auto;
    float: left;
    width: 980px;
}

.mod-intronagbar .left .nag-icon {
    background-position: 0 -1696px;
    float: left;
    height: 30px;
    margin: 24px 15px 0 0;
    width: 30px;
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_icon_28.png");
    background-repeat: no-repeat;
}

.mod-intronagbar .close-btn {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 230.77%;
    margin-top: 0;
}

.mod-intronagbar .message {
    color: #fff;
    line-height: 25px;
    margin-top: 16px;
    width: 95%;
}

.mod-intronagbar a {
    color: #fff;
}


.mod-intronagbar a:hover {
    text-decoration: underline;
}

/** Print mode should not show this module at all **/
@media print {
    .mod-intronagbar {
        display: none;
    }
}.accordion-nav {
    margin-top: 30px;
}

.accordion-nav a {
    color: #777777;
    font-size: 84.6%;
    font-weight: bold;
    line-height: 1.82;
    padding-left: 35px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.accordion-nav .hd {
    margin-bottom: 8px;
}

.accordion-nav a.selected {
    background-color: #e3e3e3;
    border: 1px solid #e0e0e0;
    border-right: none;
    border-left: 3px solid #d6d6d6;
    color: #444444;
    display: block;
    padding-left: 32px;
}/**
 * Defines dropdown menu that has this common markup pattern and associated CSS classes:
 * <div class="menu">
 *     <a class="curr-title">...</a>
 *     <ul class="sub">
 *         <li><a>...</a></li>
 *     </ul>
 * </div>
 */
.menu .curr-title {
    border-top: 3px solid transparent;
    border-left: 0;
    border-right: 0;
    color: #555;
    cursor:pointer;
    display:block;
    font-size: 84.6%;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 4em;
    padding: 3px 17px 0;
    text-transform: uppercase;
}

.menu:hover .curr-title {
    border-top: 3px solid #d5d5d5;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2),  0 0 0 #E8E8E8 inset;
       -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), 0 0 0 #E8E8E8 inset;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), 0 0 0 #E8E8E8 inset;
    background: #fbfbfb;
    background-color: hsla(0,0%,98%, 0.95);
}

.menu .curr-title .triangle-down {
    border-color: #535355 transparent transparent;
    bottom: 0px;
    left:4px;
    height: 0;
}

.menu .first-level-category .triangle-right {
    border-color: transparent transparent transparent #535353;
    border-width: 4px 7px;
    position: absolute;
    right: 0;
    top: 7px;
}

.menu .sub {
    display:none;
    z-index: 2; /* stay above premium pod red label which has z-index:1 */
    background-color: #fbfbfb;
    background-color: hsla(0,0%,98%, 1);
    position: absolute;
    left: auto;
    padding-top: 7px;
    padding-bottom: 5px;

    -webkit-box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.2);
       -moz-box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.2);
            box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.2);
}
.menu:hover > .sub {
    display: block;
}

.menu .sub li a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 2em;
    margin: 2px 2px;
    padding: 0 8px;
    white-space: nowrap;
    text-decoration: none;
}
.menu .sub li.selected a {
    background-color: #ebebeb;
}
.menu .sub li a:hover {
    background-color: #ebebeb;
}

.menu .first-level-category  {
    position: relative;
    padding-left: 17px;
}

.menu .first-level-category:hover  {
    background-color: #ebebeb;
}

.menu .sub li ul.second-level-categories {
    display: none;
    background-color: #fbfbfb;
    background-color: hsla(0,0%,98%, 1);
    min-width: 600px;
    min-height: 24px;
    position: absolute;
    left: 1px;
    padding: 7px;

    -webkit-box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.2);
       -moz-box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.2);
            box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.2);
}

.menu .sub li:hover ul.second-level-categories {
    display: block;
    position: absolute;
    left: 110px;
    top: 0;
}

.menu .sub .second-level-categories ul {
    float: left;
    width: 25%;
}

.menu .second-level-categories .expander {
    display: none;
}

.menu .sub.tabs li a {
    margin: 2px 6px;
}.mod-categories {
    display: inline-block;
    padding: 0;
}
.mod-categories .horizontal-bar {
    border-top: 1px solid #D4D3D2;
    border-bottom: 1px solid #FDFDF5;
    margin-bottom: 6px;
}
.mod-categories .teasers p {
    display: inline;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #6d6d6d;
    font-size: 11px;
    text-transform: uppercase;
}
.mod-categories .teasers ul li {
    margin-left: 18px;
}
.mod-categories .teasers .teaser-list {
    display: inline-block;
    width: auto;
}
.mod-categories .show-more:hover,
.mod-categories .show-less:hover {
    text-decoration: underline;
}
.mod-categories .show-more,
.mod-categories .show-less {
    cursor: pointer;
    width: auto;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #08B4DF;
    font-size: 12px;
}
.mod-categories .show-more,
.mod-categories .show-less {
    position: absolute;
    top: 14px;
    right: 8px;
}
.mod-categories .show-more .triangle-down {
    bottom: 1px;
    left: 3px;
}
.mod-categories .show-less .triangle-up {
    bottom: 8px;
    left: 3px;
}
.mod-categories .bd ul {
    text-align: left;
    width: 25%;
}

.mod-categories .all-categories {
    min-width: 600px;
}

.mod-categories .all-categories ul {
    float: left;
}
.mod-categories .bd li a {
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #08B4DF;
    font-size: 12px;
    line-height: 2.2em;
}
.mod-categories .bd li.selected a .title {
    font-weight: bold;
}
.mod-categories .bd li a:hover {
    text-decoration: underline;
}
.mod-categories .bd li.selected a {
    color: #444;
}
.mod-categories.categories-show-teasers .all-categories {
    display: none;
}
.mod-categories.categories-show-teasers .teasers {
    display: block;
}
.mod-categories.categories-no-teasers .all-categories {
    display: block;
}
.mod-categories.categories-no-teasers .teasers {
    display: none;
}
.mod-categories .expander {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    bottom: -3px;
}

.mod-categories.local.menu .sub {
    width: 99%;
}

.mod-categories.menu .sub li a,
.mod-categories .first-level-category {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 12px;
    line-height: 2;
    min-width: 100px;
}

.mod-categories.menu .sub li  {
    margin: 0;
}

.mod-categories.menu .sub li.selected a .title {
    font-weight: normal;
}
.mod-categories .bd li a:hover {
    text-decoration: none;
}

.mod-categories.local.menu .sub li:hover ul.second-level-categories {
    left: 100%;
    top: -6px;
}

.mod-categories.local.menu .sub li.restaurant:hover ul.second-level-categories {
    top: -8px;
}
.mod-categories.menu .sub {
        padding: 5px 4px 7px 5px;
}.mod-codescategories {
    display: inline-block;
    margin-top: 12px;
    width: 140px;
    position: absolute;
    left: 190px;
    white-space: nowrap;
}
.mod-codescategories .menu {
    display: inline;
}
.mod-codescategories .menu .sub {
    position: relative;
    left: -190px;
    top: -2px;
    background-color: #fbfbfb;
    background-color: hsla(0,0%,98%, 0.99);
    z-index: 2;
    padding: 10px 0px 10px 20px;
}
.mod-codescategories .codes-dropdown.menu .sub {
    width: 960px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    border-top: 1px solid #E8E8E8;
}
.mod-codescategories .menu .curr-title {
    border-left: 1px solid transparent;
    border-right: 0;
    line-height: 3;
    padding: 59px 0px 0px 10px;
    color: #888;
}
.mod-codescategories .codes-dropdown.menu .curr-title {
    width: 123px;
    background: hsla(60, 33%, 98%, 0.96) none repeat scroll 0 0;
}
.mod-codescategories .menu:hover .curr-title {
   border-top: 3px solid #d5d5d5;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
   // box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), 0 0 0 #E8E8E8 inset;
    background: #fbfbfb;
    background-color: hsla(0,0%,98%, 0.99);
    position: relative;
    z-index: 5;
}
.mod-codescategories .menu .curr-title > a {
    text-decoration: none;
    color: #888;
    display: block;
    margin-top: -51px;
}
.mod-codescategories .menu .sub li a {
    color: #888;
    font-weight: normal;
    margin: 0 2px;
}
.mod-codescategories .menu .sub li a:hover {
    background-color: #ebebeb;
}
.mod-codescategories .menu .curr-title .triangle-down {
    border-color: transparent;
    background-position: -6px -1435px;
    border-width: 6px 6px;
    display: inline-block;
}
a.viewall {
    color: #444 !important;
}.mod-couponcarrier .clip-stats h3 {
    font-size: 12px;
    text-transform: capitalize;
}

.mod-couponcarrier .clip-stats h3 em {
    font-size: 16px;
    font-weight: bold;
    padding-right: 1px;
    color: #444;
}.mod-couponcarrier .cta-button {
    cursor: pointer;
    padding: 0;
    position: static;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    background: #e3473f;
}

.mod-couponcarrier .cta-button.print-button {
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 6px;
}

.mod-couponcarrier .cta-button:hover {
    background: #9e302a;
}

.mod-couponcarrier .cta-button .title {
    background-position: 15px 12px;
    padding-left: 38px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border-right: 1px solid #fff;
    display: inline-block;
}

.mod-couponcarrier .cta-button .number {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 2px;
    padding: 0 15px;
}

.mod-couponcarrier .cta-button.clipped-none .title {
    background-position: 15px -253px;
}

.mod-couponcarrier .cta-button.clipped-none {
    cursor: default;
    color: #999;
    text-shadow: none;
    background: #D9D9D9;
}.mod-couponcarrier {
    background: #ededed; /* Old browsers */
    background: linear-gradient(to bottom, hsl(0,0%,93%) 0%,hsl(0,0%,95%) 30%,hsl(0,0%,95%) 70%,hsl(0,0%,93%) 100%); /* W3C */

    background-color: #E8E7E3;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;

    width: 1160px;
    height: 54px;
    box-shadow: 0px 0px 1px hsla(0, 0%, 20%, 0.2), 0 1px 1px hsl(30, 2%, 80%);
}
.fixed-header .mod-couponcarrier {
    position: fixed;
    z-index: 2; /* above gallery, especially premium label */
    top: 0;
    margin-top: 0;
}
.toolbarBodyShift.fixed-header .mod-couponcarrier {
    top: 34px; /* toolbar height */
}

.mod-couponcarrier .content-positioning {
    margin: 0 auto;
    padding-left: 10px;
    position: relative;
    width: 980px;
}

.mod-couponcarrier .clip-stats {
    display: inline-block;
    position: absolute;
    right: 500px;
    top: 15px;
    color: #555;
}

.mod-couponcarrier .mod-savingsmeter {
    display: inline-block;
    position: absolute;
    right: 330px;
    top: 13px;
}

.mod-couponcarrier .cta-button.print-button {
    display: inline-block;
     position: absolute;
     right: 24px;
     top: 6px;
}

.mod-couponcarrier .mod-zipcode {
    display: inline-block;
    padding-left: 12px;
    color: #555;
}

.mod-couponcarrier .mod-search  {
    margin-left: 20px;
}


/********************************
 * Clipping transfer effect
 *******************************
 */
.couponcarrier-transfer-clipped {
    z-index: 100; /*transfer effect, the effectElement from fly-out should be on the very top*/
}
.couponcarrier-transfer-clipped img {
    width: 100%;
    height: 100%;
}
.toolbarBodyShift .couponcarrier-transfer-clipped {
    margin-top: -110px; /** pod image height + some adjustment **/
}

@media (max-width: 768px) {
    .mod-couponcarrier .clip-stats {
        display: none;
    }
}.mod-savingsmeter .bar {
    background-color: #D2D2D1;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5) inset;
    height: 25px;
    padding: 2px 0 0 2px;
    width: 160px;
}

.mod-savingsmeter .savings-bar {
    background: #7dbd1f;
    background: linear-gradient(to bottom, #a4d957 2%, #7dbd1f 100%);

    border-radius: 13px 13px 13px 13px;
    color: #FFFFFF;
    max-width: 145px;
    min-width: 34px;
    padding: 3px 6px 4px 7px;
    text-align: right;
    width: 0;
}

.mod-savingsmeter .savings-bar.clipped-none {
    min-width: 15px;
}.mod-fblike {
    display: inline-block;
    background-color: transparent;
    margin: 0 10px;
    vertical-align: middle;
}
.mod-fblike iframe {
    border: 0 none;
    overflow: hidden;
    background-color: transparent;
}.mod-sitemap {
    background-color: #E5E4E4;
    height: 29px;
    padding: 7px 20px;
}
.mod-sitemap .sitemap {
    background-color: #e5e4e4;
    height: 29px;
    margin-top: 5px;
    text-align: center;
}

.mod-sitemap .sitemap a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444444;
    font-size: 12px;
    margin: 0 10px;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.mod-sitemap .sitemap .first a {
    margin-left: 0;
}

.mod-footer {
    background-color: #fcfcf9;
    margin-top: 0;
}
.mod-footer .endorsements {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.mod-footer .truste {
    background-position: 0 -135px;
    height: 37px;
    width: 95px;
}
.mod-footer .bbb {
    background-position: 0 -84px;
    height: 34px;
    width: 90px;
}
.mod-footer .endorse {
    display: block;
    margin-left: 0.5em;
}
.mod-footer .ft {
    padding-top: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto 33px;
    color: #888888;
    font-size: 12px;
    width: 980px;
    text-align: center;
}
.mod-footer .ft a {
    color: #888888;
}
.mod-footer .disclaimer {
    text-align: center;
    width: 980px;
    margin: -30px auto 15px auto;
    color: #888888;
    font-size: 12px;
}

.mod-footer .adchoices {
    background-position: 65px -2890px;
    height: 15px;
    display: inline-block;
    padding-right: 20px;
}.mod-footer {
    background-color: transparent;
    margin-top: 10px;
    text-align: center;
}

.mod-footer .ft {
    margin: 0;
    width: auto;
}

.mod-footer .disclaimer {
    text-align: center;
    width: auto;
    margin: 15px auto;
    color: #888888;
    font-size: 12px;
    max-width: 980px;
}
.mod-footer .adchoices {
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_icon_28.png");
    background-position: 65px -2890px;
    display: inline-block;
    height: 15px;
    padding-right: 20px;
}.mod-gallery {
    padding-left: 15px;
    max-width: 980px;
    margin: 0 auto;
    padding-top:22px;
    position: relative;
}
.mod-gallery .mrec,
.mod-gallery .house-ad {
    height: 250px;
    width: 300px;
    margin: 12px 6px 6px 12px;
}

.mod-gallery .tools {
    padding: 0 0 22px 0;
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;

    height: 20px;
    background: #ebebea;
    border-radius: 3px 3px 0 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
}
.mod-gallery .tools.inactive {
    background-color: rgba(53, 151, 211, 0.75);
}
.mod-gallery .selectall {
    display: inline-block;
    padding: 0 20px 0 20px;
    line-height: 40px;
    height: 40px;
    border-right: 1px solid #cdcdcd;
}
.mod-gallery .selectall-chk,
.mod-gallery .selectall label {
    cursor: pointer;
}
.mod-gallery .selectall label {
    margin-left: 4px;

    font-weight: normal;
    font-size: 14px;
    color: #333;
}
.mod-gallery .tools .goto-top {
    padding: 11px 25px 0 25px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: inline-block;
}
.mod-gallery .goto-top .triangle-top {
    margin-right: 8px;
    border-color: transparent transparent white transparent;
    bottom: 9px;
    border-width: 9px 6px;
}
.mod-gallery .loading-indicator,
.mod-gallery .page-break {
    clear: both;
    text-align: center;
}
.mod-gallery .loading-indicator p,
.mod-gallery .page-break {
    font-size: 92.3%;
    font-weight: bold;
    color: #999;
}
.mod-gallery .loading-indicator p {
    padding-top: 2em;
    padding-bottom: 1em;
}
.mod-gallery .page-break {
    padding-top: 2em;
    padding-bottom: 0.5em;
}

/**
 * page tile or category segment label
 */
.mod-gallery .seg-label {
    margin: 0 0 15px 9px;
    clear: both;
    display: block;
}
.mod-gallery .seg-label.homepage-title {
    margin-bottom: 25px;
}
.mod-gallery .seg-label h2 {
    color: #444;
    font-size: 14px;
    display: inline;
}
.mod-gallery .seg-label h1 {
    color: #08B4DF;
    font-size: 24px;
    font-weight: bold;
    display: inline;
    margin-right: 8px;
}
.mod-gallery .seg-label em {
    font-weight: bold;
}
.mod-gallery .seg-label span {
    font-weight: normal;
}
.mod-gallery .seg-label.other h2,
.mod-gallery .seg-label.category-in-other-stores h2,
.mod-gallery .seg-label.category-not-restricted h2{
    font-size: 18px;
    font-weight: bold;
}

/** CSS for error msg on gallery page **/
.mod-gallery .seg-label.empty-segment,
.mod-gallery .seg-label.no-device-segment {
    background-color: #FEFEDA;
    border: 1px solid #FCC336;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 20px 20px 92px;
    margin: 0 20px 15px 0;
    background-position: 24px -1173px;
}
.mod-gallery .seg-label.error-segment {
    background: #FEFEDA url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/server-error-dog.png") no-repeat right bottom;
    height: 208px;
    padding-left: 0;
}
.mod-gallery .seg-label.error-segment .sprite-icons {
    background-position: 0 -1191px;
    height: 44px;
    left: 24px;
    position: relative;
    top: 72px;
    width: 44px;
}
.mod-gallery .seg-label.error-segment em {
    left: 92px;
    position: relative;
    top: 41px;
}

/** Css for No device message **/
.seg-label.recently-printed.no-device-segment.sprite-icons div {
    margin: 5px 0;
}

/**
 * "Show more" button
 */
.mod-gallery .more,
.mod-gallery .backtohome {
    margin-left: -12px;
    text-align: center;
}
.mod-gallery .more button {
    cursor: pointer;
    margin: 12px auto 30px -9px;
    padding: 12px 102px;
}

/**
 * Back to home button
 */
.mod-gallery .backtohome-btn {
    background: #777777;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;

    padding: 12px 96px;
    display: inline-block;
    margin: 12px auto 30px;
    text-decoration: none;
}
.pointerEnabled .mod-gallery .backtohome-btn:hover {
    background: #555;
}

/* Pod spacing */
.mod-gallery .pod {
    margin-bottom: 20px;
}


.mod-gallery .sort-loader {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7effffff', endColorstr='#7effffff'); /* IE */
    top: 0px;
}

.mod-gallery .sort-loader > img {
    margin-left: 485px;
    margin-top: 100px;
    position: fixed;
}#main div.mod-printerblock-flyout {
    margin: 40px auto;
    padding: 0;
    text-align: center;
}

div.mod-printerblock-flyout {
    padding: 0px 30px 30px 30px;
}

div.mod-printerblock-flyout .message {
    color: #444444;
    font: 14px Helvetica Neue, Helvetica;
    margin-top: 30px;
}

.mod-footer .ft {
    margin-left: 0;
    text-align: center;
}.mod-printform .flyout-inner {
    font-size: 1.1em;
    padding: 0px 20px;
    width: 270px;
}

.mod-printform.dialog {
    display: none;
}

.mod-printform .flyout-inner button.cta-button {
    background: #e3473f none repeat scroll 0 0;
    margin: 30px 49px 0;
}

.mod-printform .flyout-inner button span.title {
    background-image: none;
}.mod-verify-box {
    width: 600px;
    text-align: center;
    margin-top: -40px;
}
.mod-verify-box .container {
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_verify.png");
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-size: 389px 186px;
    height: 100px;
    margin: auto;
    width: 120px;
}

.mod-verify-box .details {
    font-size: 26px;
    line-height: 50px;
    color: #333;
    margin: 20px auto;
    text-align: center;
}

.mod-verify-box .btn-cta {
    padding: 20px 50px;
    margin: 0 20px;
    font-size: 26px;
}

/** overwrite flyout padding **/
.flyout-outer.verify-dialog {
    padding: 20px;
}

@media screen and (max-width: 498px) {
    .mod-verify-box {
        width: 240px;
    }
    .mod-verify-box .details {
        font-size: 14px;
        line-height: 20px;
        margin: 18px auto;
    }
    .mod-verify-box .btn-cta {
        padding: 12px 30px;
        margin: 0 10px;
        font-size: 14px;
    }
}.mod-verify-box {
    width: 240px;
    text-align: center;
    margin-top: -40px;
}
.mod-verify-box .container {
    background-image: url("//cdn.cpnscdn.com/static.coupons.com/Sites/img/urban/sprite_verify.png");
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-size: 389px 186px;
    background-color: transparent;
    border: none;
    height: 100px;
    margin: auto;
    width: 120px !important;
}

.mod-verify-box .details {
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 18px auto;
}

.mod-verify-box .btn-cta {
    padding: 12px 30px;
    margin: 0 10px;
    font-size: 14px;
    color: #ffffff;
}

/** overwrite flyout padding **/
.flyout-outer.verify-dialog {
    padding: 20px;
}.mod-verify {
    max-width: 540px;
}
.mod-verify p.errorsp {
    color: #cb221b;
    font-weight: bold;
}
/**************** Responsiveness *****************/
@media (max-width: 969px)  {
    .mod-verify {
        width: 95%;
        margin: 20px auto;
    }
    .mod-verify h2 {
        font-size: 14px;
    }
    .mod-verify p {
        font-size: 10px;
    }
    .mod-verify p.error {
        width: 90%;
    }
    .mod-verify p.details {
        font-size: 12px;
    }
    .mod-verify p.email-option {
        font-size: 12px;
        margin-top: 40px;
    }
    .mod-verify input,
    .mod-verify button {
        width: 95%;
        margin: 10px auto;
    }

    .mod-verify .phone-number {
        width: 280px;
    }

    .mod-verify button {
        width: 100%;
    }
    .mod-verify .verify-code-field p.details.confirm {
        margin-top: 0;
    }

}