/* Main style sheet for Dashboard 2014  */
* {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
/*this is going to remove the large x that appears in windows metro when clicking into an input*/
::-ms-clear {
    display: none;
    width:0;
    height:0;
}
/* remove outline boxes especially in FF */
abbr, object:focus, a, a:focus,
input::-moz-focus-inner, a:active { outline: none; }

.clear { clear: both; }
.hide { display: none !important; }
.show { display: block !important; }
/*these two arguments below ".nopagination" are for when there is no pagination :) */
.nopagination.rightset{
    border:0 !important;
}
.nopagination.rightset >.donerscroll {
    display: none;
}
.nopagination.rightset > .c_block {
    border:0 !important;
}
/*float stuff with these guys */
.fr {
    float: right;
}
.fl {
    float: left;
}
/* border-radius */
.round5{
    border-radius: 5px;
}

/* BACKGROUNDS */
body {
    background: url(images/body_bkgrd.jpg) repeat;
    margin-top: 100px;
}
.hd,
.footbase {
    border-top: 7px solid #73A600;
}
.donationamount,
.zeros,
.donationcommentbox .photo,
.headbar,
.gfm_lb_main,
.section_head,
.doner .rewbox,
.light-bkgd,
.reward .title,
.wishlist .title,
.rewardna:hover .title,
.greenbkgd {
    background: #F3F9E4;
}
.green {
    color: #5F7E19 !important;
}

.bb { border-bottom: 1px solid #CCCCCC !important; }
.bt { border-top: 1px solid #CCCCCC !important; }
.no-border { border: none !important; }
.no-hpadding { padding-left: 0 !important; padding-right: 0 !important; }
.center { text-align:center; }

/*selects */
select{
margin:0px !important;
padding:0px;
height: 50px;
padding: 11px 10px;
border: 1px solid #cccccc;
border-radius: 5px;
line-height: 26px;
position: relative;
background-color:#fff;
font-size: 20px;
margin-left: 12px;
position: relative;
bottom: 5px;
line-height: 33px;
background-image:url(images/dropdown.gif);
background-repeat:no-repeat;
-webkit-appearance:none;
-moz-appearance:none;
background-position:90% 59%;
font-family: 'Lato', sans-serif;
font-weight:300;
}
select option{
    background-color:#fff;
}
/* NAV BAR */
.hd {
    width: 100%;
    height: 51px;
    background: #000 url(images/newBg.png) repeat-x;
    border-bottom: 1px solid #bababa;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    box-shadow: 1px 1px 4px #999;
    top:0;
    left:0;
}
.hd_main {
    width: 972px;
    height: 51px;
    margin: 0 auto;
}
.hd .hd_main a.logo,
.hd .hd_small a.logo {
    float: left;
    margin: 6px 0 0 1px;
    width:128px;
    height: 41px;
    background: url(images/logo.gif) no-repeat;
}
.hd .hd_main a.logo.logo-center {
    display: block;
    float: none;
    margin: 6px auto 0;
}
.hd a:hover { cursor: pointer; }
.hd_small {
    width: 594px;
    height: 51px;
    margin: 0 auto;
}
.hd .menu{
    height: 33px;
    float: left;
    color: #666;
    padding: 18px 10px 0 10px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: none;
}
.hd .menu.fn {
    min-width: 110px;
    max-width: 260px;
}
.menu.fr {
    float:right;
}
.hd .menu.e_drophead .menu.fr { float: right; }
.hd .menu.disabled,
.hd .menu.disabled:hover {
    color:#bbb;
    background: none;
    cursor: default;
}
.hd .menu.disabled .arwb { visibility: hidden;}
.arwb {
    float: right;
    width: 10px;
    height: 7px;
    background: url(images/tri.png) no-repeat 0 0;
    margin-left: 6px;
    margin-top: 6px;
}

.userphoto {
    float: left;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 3px;
    margin-top: -9px;
    margin-right: 10px;
}
.userphoto img {
    width: 35px;
    border-radius: 3px;
}
.username {
    display: block;
    float: left;
    line-height: 17px;
    max-width: 144px;
    overflow-x: hidden;
}
.hd .menu:hover { background-color: white; }
.hd .menu.on {
    background-color: white;
    position: relative;
    z-index: 600;
}
.hd .menu.active {
    color: #000;
    font-weight: 400;
}
.hd .menu.on.name-placeholder {
    height: 42px;
    padding: 8px 10px 0 10px;
}
.hd .menu.e_drophead.on { height: 34px; }
.hd .menu.si { color:#5F7E19; }

.hd .br {
    width: 2px;
    height: 42px;
    background: url(images/hd_br.png) no-repeat;
    float: right;
    margin: 4px 0 0 0;
}
.hd .btn {
    padding: 4px 12px 1px 12px;
    height: 22px;
    float: right;
    border-radius: 5px;
    margin: 12px 3px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 150%;
    text-decoration: none;
}
.hd .gry {
    background: url(images/hd_btn.png) repeat-x;
    border: 1px solid #bababa;
    color: #666;
}
.menu.disabled{
    color:#aaaaaa;
}

.gry:hover {
    background: url(images/hd_btn.png) repeat-x 0 -29px;
}
.gry:active {
    background: url(images/hd_btn.png)repeat-x 0 -58px;
    padding-top:5px;
    height:21px;
}

.showblock {
    display: block;
    width: 100%;
    margin-top: 30px;
    height: 76px;
    background: url(images/dash.png) repeat-x;
}
.showblock.open {
    height: 97px;
}
.showhidebtn {
    float: left;
    margin-left: 350px;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 217px;
    height: 27px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    text-align: center;
    padding-top: 8px;
    font-family: lato, sans-serif;
    color: #666 !important;
    font-size: 16px;
    line-height: 18px;
}
.showhidebtn:hover { background: #fdfdfd; }
.showhidebtn:active {
    background: #F7F7F7;
    padding-top: 9px;
    height: 26px;
}

.hideblock {
    display: none;
}
.hideblock.show {
    display: block;

}

/* Stack 2 inside of 1 - add adjustable width content inside to center inside div */
.lb1,
.lb2 {
    float: left;
    position: relative;
}
.lb1 { left: 50%; }
.lb2 { left: -50%; }


/* /////// */
/* BUTTONS */
/* /////// */

/* Main Orange Btns - No Check */
/* added in selectors for TinyMCE editor */
.btn, 
.mce-floatpanel .mce-btn.mce-primary button {
    float: left;
    height: 36px;
    font-family: montserrat, sans-serif;
    color: white !important;
    font-weight: 400;
    text-shadow: 1px 1px 1px #8C4600 !important;
    text-decoration: none !important;
    font-size: 20px;
    background: #F5A409;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    border-bottom: 3px solid #E2960B;
    text-align: center;
    min-width: 55px;
}
.btn:hover,
.mce-floatpanel .mce-btn.mce-primary button:hover{ background: #F6AD2F; }
.btn:active {
    padding-top: 16px;
    height: 35px;
    background: #F39700;
}
.btn-purple {
    background: #9D0B7F;
    border-color: #690054;
}
.btn-purple:hover { background: #BE0099; }
.btn-purple:active { background: #8D0972; }
/* Add .btn_check to create an Orange Btn with left aligned checkmark */
.btn_check{
    float: left;
    padding-right: 20px;
    padding-top: 15px;
    padding-left: 80px;
    background: #F5A409 url(images/btn_check.png) no-repeat 0 -1px;
}
.btn_check:hover { background: #F6AD2F url(images/btn_check.png) no-repeat 0 -1px; }
.btn_check:active{
    padding-top: 16px;
    height: 35px;
    background: #F39700 url(images/btn_check.png) no-repeat 0 0;
}

/* BRAIN */
.b_photo {
    width: 264px;
    height: 175px;
    border-radius: 5px;
    margin-bottom: 13px;
    overflow: hidden;
}
.b_photo img {
    width: 264px;
    border-radius: 5px;
}
.b_link {
    text-align: center;
    color: #6A9300;
    margin-top: 16px;
}
.b_link.b_link-long { font-size: 12px; }
.b_div {
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-bottom: 15px;
}
.b_btn {
    float: left;
    width: 85px;
    height: 25px;
}
.b_btn.share { background: url(images/brainbtns.png) no-repeat 0 0 ;}
.b_btn.share:hover { background-position: 0 -25px; }
.b_btn.share:active { background-position: 0 -50px ;}

.b_btn.tweet { background: url(images/brainbtns.png) no-repeat 0 -75px; }
.b_btn.tweet:hover { background-position: 0 -100px; }
.b_btn.tweet:active { background-position: 0 -125px; }

.b_btn.view { width: 74px; background: url(images/brainbtns.png) no-repeat 0 -150px; }
.b_btn.view:hover { background-position: 0 -175px; }
.b_btn.view:active { background-position: 0 -200px; }

.b_btn.invite { width: 92px; background: url(images/invite.png) no-repeat 0 0; }
.b_btn.invite:hover { background-position: 0 -25px; }
.b_btn.invite:active { background-position: 0 -50px; }


/* ///////////////// */
/* CAMPAIGN ACTIVITY */
/* ///////////////// */
.c_options {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    color: #999;
}
.c_options a {
    display: inline-block;
    padding: 0 10px;
    color: #999 !important;
    font-weight:400;
}
.c_options a.ac {
    color: #666 !important;
}
.c_block {
    padding: 7px 10px;
    border-bottom: 1px solid #ddd;
}
#contacts .c_block:last-of-type { border-bottom: none;}
.c_block .emptytxt {
    font-size: 32px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #999;
    text-align: center;
    font-family: montserrat, sans-serif;
}
.c_block .none {
    min-height: 120px;
}
.c_block .emptytxt.sec {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    color: #666;
    font-family: lato, sans-serif;
}
.c_block .deats {
    margin: 20px 10px 20px 10px;
    position: relative;
}
.c_block .deats .phot {
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 20px;
}
.c_block .deats .phot img {
    width: 65px;
    border-radius: 5px;
}
.c_block .deats .gnline {
    font-size: 18px;
    line-height: 22px;
    color: #5E7F07;
    font-family: montserrat, sans-serif;
    letter-spacing: -1px;
}
.c_block .deats .gnline.amt {
    font-size: 30px;
    line-height: 30px;
    color: #5E7F07;
}
.c_block .deats .gnline span {
    font-size: 18px;
    vertical-align: text-top;
    margin-right: 2px;
}
.c_block .deats .user-info {
    float: left;
}
.c_block .deats .nme {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.c_block .deats .mail {
    font-size: 14px;
    line-height: 19px;
    color: #333;
}
.c_block .deats .tme {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.c_comment {
    font-size: 16px;
    font-family: lato, sans-serif;
    font-weight: 300;
    color: #666;
    padding: 0 10px 10px;
}
.c_opts {
    position: relative;
    float: right;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
    color:#999;
    background: url(images/tri.png) no-repeat 57px 5px;
}
a.c_opts {
    color:#999 !important;
}
.c_opts.opn {
    padding-right: 25px !important;
    margin-bottom: 9px;
}
.c_optsdrop {
    position: absolute;
    width: 132px;
    top: -10px;
    right: -6px;
    z-index: 100;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 4px #ddd;
    padding-top:9px;
    background: white;

}
.optsdrop-thanks {
    top: 32px;
    width: 155px;
}
.optsdrop-thanks .c_b { width: 135px; }
.c_optsdrop .c_linked{
    display: block;
    padding: 8px 10px;
    background: white;
    font-family: lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
 .c_optsdrop .c_linked.rd {
     color: #B20000;
 }
 .c_optsdrop .c_linked.rd .gr{
     color: #666;
 }
 .c_optsdrop .c_linked.rd a {
     color: #666 !important;
 }
 .c_optsdrop .c_linked:hover {
     background: #f8f8f8;
 }
 .c_b {
     float: left;
     width: 112px;
     height: 1px;
     background: #ddd;
     margin-left: 10px;
 }
.u_drop .c_b,
.m_drop .c_b {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
 }
 .c_b.ll {
     width: 122px;
 }
 .c_b.lg {
     width: 132px;
 }

/* user dropdown in header */
.u_drop,
.m_drop {
     position: absolute;
     width: 100%;
     top: 50px;
     right: -1px;
     z-index: 550;
     border: 1px solid #ddd;
     box-shadow: 2px 2px 4px #ddd;
     background: white;
}
/*more dropdown */
.m_drop {
     width: 152px;
     top: 51px;
     right: -2px;
}
.u_drop a.u_linked,
.m_drop a.m_linked {
     color: #5E7F06 !important;
     display: block;
     padding: 8px 10px;
     background: white;
     font-family: lato, sans-serif;
     font-size: 14px;
     font-weight: 400;
     text-decoration: none;
}
.m_drop a.m_linked:first-child { border: none; }
.no-touch .u_drop a.u_linked:hover,
.no-touch .m_drop a.m_linked:hover {
     background: #f8f8f8;
}
.e_drophead,
.m_drophead {
    height:34px;
    min-width: 160px;
    float:left;
    color: #666;
    padding:18px 10px 0 10px;
    font-size: 15px;
    line-height:16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
/*    border-left: 1px solid #ddd;*/
    z-index: 550;
}
.m_drophead{
    position: absolute;
    background: white;
    right: 0;
    top:0;
    height:34px;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    font-size: 14px;
    font-weight: 300;
}
.e_drophead.on {border-left: 1px solid #ddd;}

.e_drop {
     position: absolute;
     width: 352px;
     top: 51px;
     right: -1px;
     z-index: 100;
     border: 1px solid #ddd;
     box-shadow: 2px 2px 4px #ddd;
     background: white;
}
.e_drop .m_linked {
     display: block;
     padding: 10px;
     background: white;
     font-family: lato, sans-serif;
     font-size: 15px;
     font-weight: 400;
}
.e_drop a.m_linked {
     color: #5E7F06 !important;
     text-decoration: none;
}
.no-touch .e_drop .m_linked:hover {
     background: #f8f8f8;
}
.e_drop a.m_linked .m_linked_txt {
    color: #666 !important;
    font-weight:300;
}
.e_div {
    float: left;
    width: 332px;
    height: 1px;
    background: #ddd;
    margin-left: 10px;
}
/* Dashboard */
.c_thanks {
    position: absolute;
    right: 0;
    top: 42px;
    width: 138px;
    height: 29px;
    background: url(images/thanksbtn.png) no-repeat 0 -29px;
}
.c_thanks:hover { background-position: 0 -58px; }
.c_thanks:active { background-position: 0 -87px; }

.c_thanks.sent {
    width: 142px;
    background: url(images/thanksbtn.png) no-repeat 0 0;
}
a.thanks-dropdown {
    background: url(images/tri-green.png) no-repeat 127px 5px;
    color: #5F7E19 !important;
    position: absolute;
    right: 0;
    top: 42px;
}
.ico-ty {
    background: url(images/ico-ty.png) no-repeat;
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    width: 16px;
}
.c_optsdrop .c_opts { position: static; }
.c_atcimg {
    display: block;
    border-top:1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 20px 0;
 }
.c_img {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.c_img img {
    width: 40px;
    border-radius: 5px;
}
.c_postedw {
    text-align: right;
    font-size: 14px;
    color:#999;
    padding-bottom: 10px;
}
.c_firstlast,
.c_email,
.c_remove {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-right: 20px;
    vertical-align: top;
    overflow: hidden;

}
.c_firstlast {
    width: 175px;
    word-break: break-all;
    margin-left: 5px;
    padding: 5px 0;
}
.c_email {
    width: 270px;
    word-break: break-all;
    padding: 5px 0;
}
.c_remove {
    text-align: right;
    width: 70px;
    margin-right: 0;
    color: #cdcdcd !important;
    font-size: 16px;
    padding: 5px 0;
}
.c_block:hover > .c_remove { color: #333 !important; }
.srch {
    position: relative;
}
/* Contacts */
.consearch {
    width: 162px;
    padding: 9px 35px 9px 15px !important;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px !important;
    line-height: 17px;
    color: #999;
    box-shadow: inset 1px 1px 4px #ddd;
}
.consearch.small {
    margin-top: 30px;
    margin-right: 30px;
}
.conclear.sml,
.conclear.cons {
    position: absolute;
    height: 20px;
    width: 20px;
    top:39px;
    right: 39px;
    background: url(images/x.png) no-repeat;
}
.conclear.cons {
    top: 10px;
    right: -11px;
}

/* ///// */
/* STATS */
/* ///// */

.s_head {
    text-align: center;
    font-family: montserrat, sans-serif;
    color: #666;
    margin-top: 30px;
}
.s_head .s_number {
    font-size: 40px;
}
.s_head .s_numtext {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    margin-left: 10px;
    padding-top: 8px;
    color: #999;
}
.s_number.zero,
.s_numtext.zero {
    color:#B80000;
}
.s_row {
    display: block;
    width: 264px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    background: url(images/dash.png) repeat-x ;
    min-height: 24px;
    position: relative;
}
.s_row.dash {
    min-height: 1px;
    padding-top: 0;
    padding-bottom: 0;
}
.s_row .s_num {
    display: inline-block;
    width: 60px;
    font-size: 23px;
    line-height: 25px;
    color: #666;
    font-family: lato, sans-serif;
    font-weight:300;
    vertical-align: middle;
    overflow: hidden;
}
.s_row .s_numlabel {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    width: 160px;
    color: #999;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
}
.s_row .s_add {
   display: inline-block;
    width: 30px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #009ED8;
    font-family: lato, sans-serif;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 6px;
    text-align: right;
    font-weight: 500;

}
.s_row .s_add.added {
    height: 16px;
    width: 16px;
    margin-left: 14px;
    background: url(images/statsprite.png) no-repeat 0 -40px;
}
.s_callout {
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    color: #666;
}
.s_heart {
    float: left;
    width: 20px;
    height: 18px;
    margin-right: 13px;
    background: url(images/statsprite.png) no-repeat 0 -22px;
}
.s_star {
    float: left;
    width: 24px;
    height: 22px;
    margin-right: 9px;
    background: url(images/statsprite.png) no-repeat 0 0;
}
.s_headline {
    text-transform: uppercase;
    display: block;
    width: 264px;
    padding-top: 35px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    text-shadow: 1px 1px white;
    font-family: montserrat, sans-serif;
}
/* Social Connection Popup/Tooltip */
.pop_conn {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 5px rgba(0,0,0,.15);
    color: #999;
    font: 12px montserrat, sans-serif;
    line-height: 1.5;
    padding: 15px 10px 20px;
    position: absolute;
    text-align: center;
    width: 143px;
}
.pop_conn:after {
    background: url("images/pop_conn-arw.png") no-repeat center top;
    bottom: -15px;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    width: 100%;
}
.pop_conn a.sconnect {
    margin-right: auto;
    margin-left: auto;
    float: none;
}
/* location in stats sidebar */
.s_row .pop_conn {
    bottom: 45px;
    right: -62px;
}
/* location in updates */
.upopts .pop_conn.conn_fb {
    left: 120px;
    top: -118px;
}
.upopts .pop_conn.conn_tw {
    left: 224px;
    top: -118px;
}
.upopts .pop_conn.conn_em {
    left: 313px;
    top: -118px;
}

/* FEATURES LINKS */
.f_btn {
    background: url(images/btnspt.png) no-repeat;
    display: block;
    width: 209px;
    padding: 20px 20px 10px 75px;
    min-height: 24px;
    font-size: 15px;
    line-height: 17px;
    color: #999;
    font-family: lato, sans-serif;
}
.no-touch .f_btn:hover{ background-color: #f9f9f9 !important; }
.f_btn:active{ background-color: #f6f6f6 !important; }
a.f_btn { color:#999 !important; }
a.f_btn:active { color:#777 !important; }
.f_btn.active { color: #333 !important;}

.f_btn.sof { background-position: 20px -75px; }
.no-touch .f_btn.sof:hover,
.f_btn.sof.active { background-position: 20px -895px;}

.f_btn.eyc { background-position: 20px -552px; }
.no-touch .f_btn.eyc:hover { background-position: 25px -1372px; }

.f_btn.vyc { background-position: 20px -504px; }
.no-touch .f_btn.vyc:hover { background-position: 20px -1325px; }

.f_btn.sywa { background-position: 20px -602px; }
.no-touch .f_btn.sywa:hover,
.f_btn.sywa.active { background-position: 25px -1422px;  }
.f_btn.eyc.active{color:#333333 !important; background: url(images/btnspt.png) no-repeat 25px -1372px;  }

.f_btn.eaw { background-position: 20px -697px; }
.no-touch .f_btn.eaw:hover,
.f_btn.eaw.active { background-position: 25px -1517px; }

.f_btn.pacp { background-position: 20px -747px; }
.no-touch .f_btn.pacp:hover,
.f_btn.pacp.active { background-position: 25px -1567px; }

.f_btn.wym { background-position: 20px -315px; }
.no-touch .f_btn.wym:hover,
.f_btn.wym.active { background-position: 20px -1135px; }

.f_btn.as { background-position: 20px -650px; }
.no-touch .f_btn.as:hover,
.f_btn.as.active { background-position: 25px -1470px;  }
.f_btn.as.active { color:#666 !important; }

.f_btn.e5ms { background-position: 20px -363px; }
.no-touch .f_btn.e5ms:hover,
.f_btn.e5ms.active { background-position: 20px -1183px; }

.f_btn.bs { background-position: 20px 20px; }
.no-touch .f_btn.bs:hover,
.f_btn.bs.active { background-position: 20px -800px; }

.f_btn.lock { background-position: 20px -27px; }
.no-touch .f_btn.lock:hover,
.f_btn.lock.active { background-position: 20px -847px; }

.f_btn.tw { background-position: 20px -124px; }
.no-touch .f_btn.tw:hover,
.f_btn.tw.active { background-position: 20px -944px; }

.f_btn.flag { background-position: 20px -171px; }
.no-touch .f_btn.flag:hover,
.f_btn.flag.active { background-position: 20px -991px; }

.f_btn.mail { background-position: 20px -222px; }
.no-touch .f_btn.mail:hover,
.f_btn.mail.active { background-position: 20px -1042px;}

.f_btn.bell { background-position: 20px -267px; }
.no-touch .f_btn.bell:hover,
.f_btn.bell.active { background-position: 20px -1087px; }

.f_btn.u { background-position: 20px -412px; }
.no-touch .f_btn.u:hover,
.f_btn.u.active { background-position: 20px -1231px; }

.f_btn.c { background-position: 20px -460px; }
.no-touch .f_btn.c:hover,
.f_btn.c.active { background-position: 20px -1280px; }

.f_btn.pho { background-position: 26px -1614px; }
.no-touch .f_btn.pho:hover,
.f_btn.pho.active{ background-position: 26px -1661px; }


.a a.f_sub {
    display: block;
    padding: 5px 0px 5px 75px;
    color: #999999;
    font-size: 14px;
}
a.f_sub:hover { background-color: #f9f9f9 !important;}
a.f_sub:active { background-color: #f6f6f6 !important;}
a.f_sub.active{
    color:#333;
    background:#f9f9f9;
}

/* UPDATES */
/* updates are made up of an outside container, a header, body and footer */

/* main update outer container */
.update {
    float: left;
    width: 592px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow:         1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    font-family: lato,sans-serif;
    font-weight: 300;
    color: #333;
    background: #fff;
}
.d .update { float: none; width: auto; }
.rightcontainer .update { 
    border: none;
    width: 594px;
}
.update.lbupdt {
     position: relative;
     z-index:10001;
     left: -50%;
     margin: 50px auto 0;
     width: 594px;
     border-radius:16px;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     border: 8px solid rgb(51, 51, 51);
     border: 8px solid rgba(51, 51, 51, .6);
     -webkit-background-clip: padding-box; /* for Safari */
     background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
     overflow: hidden;
 }
.update.full {
    width: 100%;
}
.two-wide, 
.update.two-wide { float: right;}


/* update body */
.update a { text-decoration: none; }
.update .two,
.setup .two,
.d .single-box .two,
.d .update.single-box .two,
.d.single-box .two {
    height: 244px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    /*overflow: hidden; This breaks color picker*/
}
.d .two,
.two {
    background-color: transparent;
    border: none;
    height: auto;
    line-height: normal;
    padding: 0 30px;
    text-align: left;
}
.bg-white {
    background: #fff !important;
}
.lightbox .update .two,
.offlined .update .two,
.single-box .two { padding: 0; }
.update .two a.twolink,
.update .two .twolink,
.update .two .twolink a {
    color:#333 !important;
    font-family: montserrat, sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
}
.update .two .twolink a { text-decoration: underline; }

.update .two.flex { height: auto !important; }
.update .two.twblue { background-color: #E5F2FE !important; }
.two.fbblue,
.update .two.fbblue { background-color: #EDF0F5 !important; }

.two .textblk {
    display: block;
    padding: 20px 30px 0;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: -15px;
    color: #666;
    text-shadow: 1px 1px white;
    text-align: left;
    height: 50px;
}
.update .two.grn,
.setup .two.grn,
.d .two.grn {
    background-color: #F3F9E3;
}
.update .two.blu {
    background: #EDF0F5;
}
.update .two.wht {
    background: #FFF;
    height: inherit;
    padding-top: 30px;
    padding-left: 35px;
    padding-bottom: 10px;
    padding-right: 0;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}
.update .two.grn.check,
.setup .two.grn.check,
.d .two.grn.check,
.two.grn.check {
    background: #F3F9E3 url(images/greencheck.png) no-repeat 50% 50%;
    background-size: 126px;
}
.update .two.blu.check {
    background: #EDF0F5 url(images/bluecheck.png) no-repeat 50% 50%;
    background-size: 126px;
}
.update .two.twblue.check {
    background: #E5F2FE url(images/twcheck.png) no-repeat 50% 50%;
    background-size: 126px;
}
.update .two.error,
.setup .two.error,
.d .two.error {
    background: #FFEAEC;
}

/* update footer */
.update .three,
.setup .three  {
    height: 84px;
    position: relative;
}
.setup .three.no-height {
    height: auto;
}
.update .three.flex,
.rightcontainer .three.flex {
   height: auto;
}
.lightbox .update .three,
.offlined .update .three { padding: 0;}

.line {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #444;
}
.line a {
    color: #375399;
    text-decoration: none;
}
.line a:hover {
    text-decoration: underline;
}
.onetime {
    background: url(images/onetime.png) no-repeat 55px 18px;
}
.never {
    background: url(images/never.png) no-repeat 35px 17px;
}
.fbone {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
}
.fbtwo {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    margin: 5px 0 20px;
}
.entmes {
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
    font-size: 20px;
}
.entmest {
    border: 1px solid #ddd;
    width: 512px;
    padding: 15px 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 19px;
    line-height: 23px;
    color: #999;
    font-family: lato, sans-serif;
    font-weight: 200;
}
.entmest.nbtm {
    color: #333;
    min-height: 120px;
    margin-bottom: 30px;
}
.fbphotof {
    float: left;
    width: 86px;
    height: 65px;
    overflow: hidden;
    border-radius: 5px;
    margin: 20px 20px 20px 30px;
}
.fbphotof img {
    width: 86px;
}
.fbone2 {
    text-align: left;
    float: left;
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #666;
}
.fbtwo2 {
    float: left;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    margin: 5px 0 20px;
}
.fbpm {
    margin: 20px 0 40px;
}
.fbusp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 126px;
    height: 126px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: url(images/misfb.png) no-repeat 0 0;
}
.fbusp img {
    width: 126px;
}
.two.fb-daily {
    background-image: url(images/bg-fb-daily.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    padding-top: 198px;
    padding-bottom: 27px;
}
.smchck {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: 49px;
    height: 49px;
    background: url(images/smchk.png) no-repeat 0 0;
}
.fbpost,
.fbshare,
.fbadd,
.twpost,
.fbcontinue {
    display: block;
    width: 271px;
    height: 54px;
    background: url(images/fbbtns.png) no-repeat;
}
.fbpost:hover { background-position: 0 -54px; }
.fbpost:active { background-position: 0 -108px; }

.fbshare { background-position: 0 -162px; }
.fbshare:hover { background-position: 0 -216px;}
.fbshare:active { background-position: 0 -270px;}

.fbadd { background-position: 0 -324px; }
.fbadd:hover { background-position: 0 -378px; }
.fbadd:active { background-position: 0 -432px; }

.fbcontinue { background-position: 0 -486px; }
.fbcontinue:hover { background-position: 0 -540px; }
.fbcontinue:active { background-position: 0 -594px; }

.twpost { background: url(images/twbtn.png) no-repeat; }
.twpost:hover { background-position: 0 -54px;}
.twpost:active { background-position: 0 -108px;}

.dyk {
    font-size: 20px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.dyk-b { font-weight: 400; }
.dykitem {
    display: block;
    margin-left: 30px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    padding-left: 45px;
    color: #666;
    background: url(images/grncheck.png) no-repeat 10px 0;
}

/*Contacts page */
.emailbox {
    display: block;
    margin-left:auto;
    margin-right: auto;
    width: 532px;
    height: 439px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background: white;
    box-shadow: inset 2px 2px 30px #f2f2f2;
    overflow-y: scroll;
    text-align: left;
}
.emitem {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.emitem:hover { background: #f5f5f5; }
.emiemchk {
    float: left;
    height: 17px;
    margin-right: 20px;
    padding-top: 3px;
}
.emitemnam {
    float: left;
    width: 190px;
    margin-right: 20px;
    vertical-align: text-top;
    word-break: break-all;
    cursor: pointer;
}
.emitemem {
    float: left;
    width: 255px;
    vertical-align: text-top;
    word-break: break-all;
    cursor: pointer;
}
.numbers {
    float: left;
    margin-left: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.update .three .centerlink {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
    background: none;
    width: inherit;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-family: montserrat, sans-serif;
}
.update .three .centerlink a {
    color: #999;
}

/* update body content */
.update .two .fbphoto {
    float: left;
    height: 65px;
    width: 65px;
    overflow: hidden;
}
.update .two .fbphoto img {
    width: 65px;
}
.txtupdate {
    float: left;
    width: 427px;
    height: 132px;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: lato, sans-serif;
    font-weight: 300;
    box-shadow: inset 1px 1px 2px #ddd;
    overflow-y: auto;
}
.upopts {
    display: block;
    margin-left: 115px;
    position: relative;
}
.atch {
    float: left;
    width: 148px;
    height: 16px;
    border: 1px solid #ddd;
    background: #fff url(images/sprite_1.png) no-repeat 11px -12px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 11px;
    color: #009FD8 !important;
    padding-left: 25px;
}
.atch:hover {
    text-decoration: underline !important;
}
.atch:active {
    padding-top: 13px;
    height: 15px;
    background: #f9f9f9 url(images/sprite_1.png) no-repeat 11px -11px;
}
.social {
    float: right;
    font-size: 12px;
    line-height: 39px;
    padding-left: 20px;
    color: #999 !important;
    background: url(images/sprite_1.png) no-repeat 0 -73px;
    margin-top: 3px;
    font-family: montserrat, sans-serif;
}
.social.on {
    background-position: 0 -44px;
}
.update .two .addcontent {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin-right: 10px;
    border: none;
}
.xx {
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
}
a.addcontent:hover .xx {
     background: white url(images/xx.png) no-repeat 8px 9px;
     opacity: .7;
}
.update .two .addcontent.add {
     background: url(images/addmedia.png) no-repeat;
}
.update .two .addcontent img {
    width: 40px;
    border: none;
}

.upotns {
    float: left;
    width: 161px;
    height: 134px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 25px;
    border-radius: 5px;
    cursor: pointer;
}
 .upotns.only {
     margin-left: 215px;
 }
.upotns:hover {
    background: #f9f9f9;
    cursor: pointer;
}
a.upotns {
    font-family: montserrat, sans-serif;
    color: #666 !important;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
    cursor: pointer;
}
a.upotns.sel {
    background-color: #F3F9E2;
}
.optimg {
    display: block;
    height: 64px;
    width: 64px;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 43px;
}
.optimg.fb {background: url(images/photovideo.png) no-repeat 20px -64px; margin-left: 46px; }
.optimg.up {background: url(images/photovideo.png) no-repeat 21px 0; margin-left: 46px; }
.optimg.yt {background: url(images/photovideo.png) no-repeat 0 -128px; margin-left: 48px; }
.optimg.tw {background: url(images/photovideo.png) no-repeat 0 -192px; margin-left: 52px; }
.optimg.ad {background: url(images/photovideo.png) no-repeat 0 -256px; margin-left: 48px; }
.optimg.hm {background: url(images/mail.png) no-repeat 0 0; margin-left: 52px; }
.optimg.yh {background: url(images/mail.png) no-repeat 0 -64px; margin-left: 48px; }
.optimg.gm {background: url(images/mail.png) no-repeat 0 -128px; margin-left: 48px; }

.atchmedia,
.a .atchmedia {
    position: relative;
    display: block;
    width: 177px;
    height: 133px;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 5px;
    border:  1px solid #ddd;
}
.atchmedia.media-vimeo {
    height: 100px;
    margin-top: 36px;
}
.atchmedia.atchmedia-video {
    height: 200px;
    width: 270px;
}
.atchmedia.atchmedia-video.media-vimeo {
    height: 152px;
    margin-top: 43px;
}
.atchmedia img {
    /*width: 177px;*/
    width:100%;
    border-radius: 5px;
}

.fbatch {
    position: relative;
    display: block;
    width: 293px;
    /*height: 200px;*/
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.fbatch img {
    width: 293px;
    border-radius: 5px;
}
.caption,
.lbn .caption {
    width: 297px;
    height: 37px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
}
.cap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 345px;
}
.caption_count {
    position: absolute;
    right:4px;
    /*top: 39px;*/
    top: 41px;
    width: 30px;
    height: 37px;
    font-size: 18px;
    font-family: montserrat, sans-serif;
    color: #999;
}
.playbtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: url(images/playsign.png) no-repeat;
}

.percount {
    font-size: 80px;
    line-height: 244px;
    color:#999;
    text-shadow: 2px 2px white;
    font-family: montserrat, sans-serif;
}
.loading {
    float: left;
    margin-left: 125px;
    width: 340px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
}
.loading .two,
.loading2 .two,
.loading .loader,
.loading2 .loader,
.loading3 .loader {
    display: block;
    padding:0;
    margin: 10px auto 0;
    width: 318px;
    height: 30px;
    border: 1px solid #ccc;
    background: white url(images/load.gif) no-repeat 97px 8px !important;
}
.loading3 .loader {
    width: 256px;
    background-position: 66px 8px !important;
}
.loading .lb {
    display: block;
    margin: 10px auto 0;
    width: 318px;
    height: 30px;
    border: 1px solid #ccc;
    background: white url(images/load.gif) no-repeat 97px 8px;
}
.loading3 {
    margin:0 auto;
    width: 278px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
}


.blank_lb_loading {
    padding:174px 0;
}
.blank_lb_loading .loading3 {
    margin-left: auto;
    margin-right: auto;
}

/* FACEBOOK ALBUMS */
.arwalbum {
    background: url(images/slidearws.png) no-repeat 0 0;
    float: left;
    width: 32px;
    height: 32px;
    margin: 106px 8px 0 20px;
}
.arwalbum.leftside { background-position: 0 0; }
.arwalbum.leftside:active { background-position: 0 -32px; }
.arwalbum.rightside { background-position: 0 -64px; }
.arwalbum.rightside:active { background-position: 0 -96px; }
.arwalbum.none {
    background: none !important;
}
.album_out {
    margin-top: 54px;
    float: left;
    width: 472px;
    height: 166px;
    overflow: hidden;
}
.album_out::-webkit-scrollbar,
.album_out::-moz-scrollbars-none; {
    display: none;
}
.album_in {
    width: 1000px;
    height: 166px;
    overflow-y: hidden;
}
.album_out.photosel {
    height: 200px;
    margin-top: 20px;
}
.album_in.photosel {
    height: 200px;
}
.album_row { height: 166px; }
.photosel .album_row { height: 109px; }
#facebook-albums .photosel .album_row { height: 200px; }
.photosel .mr19 { margin-right: 18px !important;}
a.blockoption {
    width: 144px;
    float: left;
    text-align: left;
    font-size: 14px;
    color: #666 !important;
    font-family: montserrat, sans-serif;
    border: none;
    text-decoration:none;
}
.photoptn {
    display: block;
    width: 143px;
    height: 106px;
    border: 1px solid #ddd;
    margin-bottom: 7px;
    overflow: hidden;
}
.photoptn img,
.photoptn2 img {
    width: 143px;
    border: none;
}
.blockoption2 {
    width: 145px;
    height: 88px;
    margin-bottom: 20px;
    float: left;
}
.photoptn2 {
    float: left;
    width: 143px;
    height: 90px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}

/* margin & padding*/
.ml20{margin-left: 20px;}
.ml60{margin-left: 60px;}
.ml10{margin-left: 10px;}
.ml13{margin-left: 13px;}
.ml30{margin-left: 30px !important;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml70{margin-left: 70px;}
.mt0{margin-top: 0 !important;}
.mt5{margin-top:5px !important;}
.mt9{margin-top:9px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}
.mt110{margin-top: 110px !important;}
.mt200{margin-top: 200px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr19{margin-right: 19px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}

.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb50 {padding-bottom: 50px !important;}
.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top: 30px !important; }
.pt50 {padding-top: 50px !important; }
.ph30 {padding-left: 30px; padding-right: 30px;}
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pl0 {padding-left:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.hauto { height: auto !important; }

/* Page Boxes*/
.a {
    display: block;
    width: 932px;
    margin: 0 auto 50px;
    font-family: lato, sans-serif;
    padding: 20px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius: 8px;
    background: #ffffff;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.a a,
a.link-green {
    color: #5F7E19;
    text-decoration: none;
}
.a a:hover{
    text-decoration: underline;
}
.topbar {
    background: #72A700;
    width:974px;
    height:7px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 auto;
}

/* Donate Page */
.details {
    float: right;
    width: 304px;
    height: 449px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    1px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         1px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.details a.loc,
.details a.cat {
    float: left;
    font-size: 12px;
    color: #666;
}
.details a.cat {
    float: right;
    width: 25px;
    height: 35px;
    background: url( images/edit.png) no-repeat 7px 10px;
}
.details .raised {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #333;
    font-family: Montserrat, sans-serif;
}
.details .raised .of {
    font-family: 'lato', sans-serif;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
    color: #999;
}
.details .raised .goal {
    font-family: 'lato', sans-serif;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
    color: #666;
}
.details .raised .cur {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 32px;
    vertical-align: 10px;
    color: #333;
}
.details .bar {
    display: block;
    width: 264px;
    height: 34px;
    background: url(images/bar.png) no-repeat;
    overflow: hidden;
}
.details .bar .fill {
    float: left;
    height: 26px;
    margin: 4px 0 0 5px;
    background: url(images/fill.png);
    overflow: hidden;
    max-width: 255px;
}
.donate_left {
    float: left;
    width: 595px;
}
.donate_right {
    float: right;
    width: 306px;
    margin-bottom: 20px;
}
.left_bx {
    float: left;
    width: 594px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E3E3E3;
    margin-bottom: 30px;
}
.right_bx,
.box-mobile-app {
    float: left;
    width: 304px;
    border: 1px solid #e8e8e8;
}
a.box-mobile-app {
    background: url(images/ico-app.png) no-repeat 14px 12px;
    border-bottom: 3px solid #E3E3E3;
    color: #333;
    font-size: 14px;
    padding: 9px 21px 17px 104px;
    width: 180px;
}
a.box-mobile-app:hover {
    text-decoration: none;
}
.mobile-title {
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.update_content {
    padding: 20px;
    font-size: 18px;
    font-weight:300;
    line-height: 25px;
    color: #000;
    font-family: lato, sans-serif;
}
.shareopts a {
    font-size: 14px;
    line-height: 29px;
    font-weight: 300;
}
.headbar {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    text-shadow: 1px 1px white;
    color: #666666;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #e3e3e3;
}
.headbar.noinfo {
    background: none;
    border-bottom: none;
    margin-top: 55px;
}
.section_head {
    position: relative;
    height: 27px;
    background: #F3F9E5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ddd;
    color: #666;
    text-shadow: 1px 1px white;
    padding: 10px 20px 0;
    font-size: 14px;
    line-height: 19px;
    font-family: montserrat, sans-serif;
}
.section_head .rlink{
    color: #666 !important;
    font-size: 13px;
}
.donerscroll{
    text-align: center;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    color:#666;
    background-color: #F8F8F8;
    border-radius: 0 0 5px 5px;
}
.donerscroll span { color: #333; }
.donerscroll .lr {
    width: 40px;
    height: 37px;
}
.donerscroll .lr:hover {
    background-color: #F4F4F4;
}
.donerscroll .pleft {
    float: left;
    border-right: 1px solid #ddd;
    background: url(images/donerscrollarw.png) no-repeat 14px 0;
}
.donerscroll .first {
    opacity:0;
}
.donerscroll .pleft:active { background: #F2F2F2  url(images/donerscrollarw.png) no-repeat 14px -37px; }

.donerscroll .pright {
    float: right;
    border-left: 1px solid #ddd;
    background: url(images/donerscrollarw.png) no-repeat 16px -74px;
}
.donerscroll .pright:active { background: #f2f2f2 url(images/donerscrollarw.png) no-repeat 16px -111px; }

/*SETTINGS*/
.leftcontainer {
    float: left;
    width: 304px;
    border: 1px solid #ddd;
}
.rightcontainer {
    float: right;
    width: 594px;
    border: 1px solid #ddd;
    font-family: lato, sans-serif;
    font-weight: 300;
    color: #333;
    position: relative;
}
.rightset {
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
}
.rightcontainer .one.center {
    text-align:center;
}
.rightcontainer .three .rtxt {
    font-size:17px;
}
.rightcontainer .three .stxt {
    font-size:13px;
    font-weight:500;
}
/*.rightcontainer input,
.rightcontainer textarea {
    font-size: 20px;
    padding: 12px;
    font-weight: 300;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #ccc;
}*/
input .disabled{
background:#eeeeee !important;
}
.rightcontainer .one {
    border-bottom: 1px solid #ccc;
}
/*Question text*/
.lbl {
    font-size:20px;
}
.lbl i {
    font-style:normal;
    color:#999999;
}
a.lbl {
    color:#5F7E19;
    text-decoration:none;
}
a.btf {
    display:block;
    font-size:13px;
    font-weight: 400;
    color:#999;
    background:url(images/fbc.jpg) no-repeat left 3px;
    padding-left:24px;
    text-decoration: underline;
    height: 17px;
}
.qst {
    font-size:16px;
    color:#999;
    font-weight:500;
    line-height:16px;
    font-weight:300;
}
.qst a { color:#333; }
.est {
    font-size:13px;
    font-weight:500;
}
a.est { color: #999; }
.rtxt { font-size:17px; }
.stxt { font-size:13px; font-weight:500; }
.att,
.tile .att { color:#B20000 !important;}
a.inla {
    color:#333333;
    font-size:13px;
    font-weight:500;
}
.mtxt {
    font-size:17px;
    line-height:1.4;
}
.btncon {
    display: block;
    margin: 20px auto 20px auto;
    text-align: center;
}
.sconnect {
    display: block;
    width: 111px;
    height:25px;
    background: url(images/scon.png) no-repeat;
}
.fbconnect:hover{background-position:0 -25px;}
.fbconnect:active{background-position:0 -50px;}

.twconnect {background-position:-111px 0px;}
.twconnect:hover{background-position:-111px -25px;}
.twconnect:active{background-position:-111px -50px;}

/*Form Fields*/
textarea, input { outline: none; 
    font-family: Lato, sans-serif;}
::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
:-ms-input-placeholder {color: #999999;}
textarea { resize: none; }
textarea.err,
input.err,
.selb.err {
    background: #FFEAEC;
}
.err { color: #B20000; }

/*single line*/
.of { width: 508px; }

/*two per line*/
.tf { width: 229px; }

/*fancy toggles*/
.togglecon {
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    height: 28px;
    width: 50px;
    border-radius: 15px;
    background: #ddd;
    cursor: pointer;
}
.togglein {
    position: absolute;
    display: inline-block;
    height: 26px;
    width: 26px;
    top: 1px;
    left: 1px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.togglecon.selected {
    background:#72A700;
    box-shadow: inset 0 0 0px 1px #72A700;
}
.togglecon.selected .togglein {
    left: 23px;
}
.toggletxt {
    position:relative;
    left:20px;
    bottom:5px;
}
.settings-divider {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.settings-campaign:first-of-type .settings-divider {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.img-caringbridge {
    background: url(images/logo-caringbridge.png) no-repeat;
    height: 24px;
    text-indent: -9999px;
    width: 134px;
}
.img-ivhq {
    background: url(images/logo-ivhq.png) no-repeat;
    height: 35px;
    text-indent: -9999px;
    width: 136px;
}

/*CHECKBOXES*/
.checkbox {
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 24px;
    display: inline-block;
    cursor: pointer;
}
.checkbox.checked {
    background: url(images/check.jpg) no-repeat;
}
.checkboxlbl {
    position: relative;
    bottom: 7px;
    cursor: pointer;
}

/*fancy checkbox image replacement*/
input[type=checkbox].css-checkbox {
    display:none;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:19px;
    height:14px; 
    display:inline-block;
    line-height:14px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
    font-size:13px;
    font-weight:300;
    margin-top:10px;
    margin-bottom:0;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -14px;
}
label.css-label {
    background-image:url(images/checkboxes.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* LTE IE8 - checkbox image replacement */
@media \0screen\,screen\9 { 
    input[type=checkbox].css-checkbox {
        display:block\9;
    }
   label.css-label {
        background-image:none\9;
        line-height: 1.4;
        position:relative\9;
        top:-25px\9;
    }
}

.postal_dd {
    background: #fff;
    width: 532px;
    border: 1px solid #CDCDCD;
    border-top: 0;
    position: absolute;
    top: 47px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    border-radius: 0 0 5px 5px;
    z-index: 1;
}
.postal_dd a {
    height: 40px;
    padding-left: 12px;
    line-height: 40px;
    display: block;
    width: 520px;
    text-decoration: none;
    border-top: 1px solid #CDCDCD;
    color: #333333;
    overflow: hidden;
    font-size: 20px;
}
.postal_dd a.odd { background:#eee; }
.postal_dd a:hover{ background:#ddd; }
.postal_dd a:last-child { border-radius: 0 0 5px 5px; }
.postal_dd a.selected { background:#ddd; }


/*CAMPAIGN TILES*/
.tile {
    float: left;
    width: 246px;
    height: 281px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    background: #F6F5F2;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    box-shadow: 1px 1px 3px #CECECE;
}
.tile a { color:#333; }
.tile .est {
    color: #999;
    font-weight: normal;
}
.tile .pho {
    border: none;
    display: block;
    width: 230px;
    height: 152px;
    padding: 8px 8px 0 8px;
    overflow: hidden;
}
.tile .pho img { border: none; width: 230px; }
.tile .amt {
    display: block;
    width: 246px;
    height: 49px;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
}
.tile .pro {
    display: block;
    width: 246px;
    height: 8px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-right: none;
    border-left: none;
    overflow: hidden;
}
.tile .fill {
    display: block;
    height: 10px;
    background: url(images/fill2.png);
}
.tile .title {
    display: block;
    width: 222px;
    padding: 10px 8px 8px 8px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.tile a.loc {
    color: #666;
}
.tile a.loc.mult {
    text-align: left;
}
.tile .loc {
    display: block;
    width: 205px;
    color: #666;
    padding: 0 8px;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
    overflow: hidden;
}
.tile .est {
    font-family: Lato, sans-serif;
}
.tile .divider {
    color: #999;
}

/*ALERTS*/
.alertf,
.alertsh {
    margin: 0 auto 40px;
    position:relative;
    width: 942px;
    font-family: lato, sans-serif;
    font-size:18px;
    font-weight:300;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #ddd;
    overflow:hidden;
}
.alertsh {
    width: 564px;
}
.alert a {
    color:#5F7E19;
    text-decoration:none;
}
.alert a.fb { color:#00719E !important; }
.close {
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    top:10px;
    right:10px;
    background:url(images/alertsprite.png) no-repeat;
    background-position:-10px -112px;
}
.alerticon {
    background: url(images/alertsprite.png) no-repeat;
    float: left;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}
.alerticon.excl { background-position:-10px -10px; }
.alerticon.coin { background-position:-10px -44px; }
.alerticon.fb { background-position:-10px -78px; }
.alerticon.grnchk { background-position:-10px -142px; }

/*WEB ADDRESS PAGE*/
.wa {
    background:#F3F9E4;
    border-top:1px solid #CCC;
}
.wa .wapre {height:124px;
    background:#F3F9E4;
    font-size:30px;
    color:#5F7E19;
    line-height:124px;
    padding-left:30px;
    float:left;
    border-bottom:0;
}
/*removes large x from windows 8 was introducing in ie10 */
.wa input::-ms-clear {
    display: none;
    width:0;
    height:0;
}
.wa input {
    background:#F3F9E4;
    font-size:30px;
    color:#5F7E19;
    float:left;
    border: none;
    border-radius:0;
    width: 350px;
    padding: 0;
    height:124px;
    margin:0;
    -webkit-appearance: none !important;
}
/* LTE IE8 */
@media \0screen\,screen\9 { 
    .wa input,
    .d .wa input {
        line-height: 124px\9;
    }
}
.wa .wapre.err,
.wa input.err {
    background:#FFEAEC;
    color:#333333;
}
.wa.err { background:#FFEAEC; }
.cnfrm {
    background: #F3F9E3 url(images/greencheck.png) no-repeat 50% 50%;
    height:244px;
}

/*WIDGET*/
textarea.widget {
    width: 508px;
    height: 81px;
    line-height: 1.2;
    resize: none;
}
.widgetcon {
    width: 306px;
    height: 408px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#widget-preview iframe {
    position: relative;
    left: -8px;
}

/*COLOR THEME SELECTOR*/
.colsel {
    width: 512px;
    height: 26px;
    padding: 11px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
}
.colsel span {
    font-size:20px;
    margin-left:12px;
    position:relative;
    bottom:5px;
    line-height:36px;
}
.col {
    width:25px;
    height:25px;
    border-radius:5px;
    float:left;
}
.col.green {background:#6FB63A;}
.col.navy {background:#4070A7}
.col.orange {background:#F09617}
.col.red {background:#D23717}
.col.purple {background:#8E1BD9}
.col.blue {background:#C0DCF5}
.col.mint {background:#D1EDC8}
.col.gold {background:#EEDA4A}
.col.pink {background:#EE7790}
.col.brown {background:#BC6900}
.col.black {background:#6B6B6B}

.drdn {
    width:10px;
    height:7px;
    background:url(images/dropdown.gif);
    position:absolute;
    right:14px;
    top:21px;
    text-decoration: none;
}
.coldrdn {
    width:532px;
    height:47px;
    padding:0px;
    border:1px solid #ccc;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    position:absolute;
    top:47px;
    background:#fff;
    z-index:100;
}
.coldrdn .divider {
    float:left;
    width:1px;
    background:#ddd;
    height:48px;
}
a.colbox {
    display:block;
    width:25px;
    float:left;
    padding:11px;
    text-decoration: none;
}
a.colbox:hover,
a.colbox.active {
    background:#eee;
}

/*PRINT SIGN*/
.sign {
    width:330px;
    height:417px;
  /*  background:#fff;*/
    margin:10px auto;
}
#print-preview { cursor: pointer; }

/* Lightbox OFFLINE DONATION & PREVIEW */
.gfm_lb{
    position: absolute;
    top: 0;
    left: 0;
    z-index:10000;
    font-family: lato, sans-serif;
    font-weight: 300;
    /*overflow:hidden; */
}
.lb_overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    z-index: 1000;
}
.offlined,
.previewlb {
    position: relative;
    background:#ffffff;
    z-index:10001;
    margin: 50px auto 0;
    width: 594px;
    border-radius:16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 8px solid rgb(51, 51, 51);
    border: 8px solid rgba(51, 51, 51, .6);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    overflow: hidden;
}
.lightbox {
    position: relative;
    background: #fff;
    z-index:10001;
    width: 594px;
    border-radius:16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 8px solid rgb(51, 51, 51);
    border: 8px solid rgba(51, 51, 51, .6);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    overflow: hidden;
}
.previewlb {
    width: 1056px;
}

/* update header */
.one,
.update .one 
.gfm_lb .one{
    font-size: 36px;
    line-height: 38px;
    padding: 25px 20px 25px 30px;
}
.one.arw,
.mce-floatpanel.mce-window .mce-window-head,
.d .one.arw,
.update .one.arw {
    background: url(images/arw-gray.png) no-repeat right 35px;
    display: inline-block;
    margin-right: 30px;
    padding-right: 70px;
}
.one.arw.error,
.d .one.arw.error,
.update .one.arw.error {
    background-image: url(images/arw-err.png);
}
.one.error,
.d .one.error,
.update .one.error {
    color:#B20000;
}
.one.good,
.d .one.good,
.update .one.good {
    text-align: center;
    color:#238C00;
}
.update .one.fbblue{
    text-align: center;
    color:#395799;
}
.update .one.twblue{
    text-align: center;
    color:#0084B3;
}

.amountbox {
    width:594px;
    height:157px;
}
.amount {
    background: transparent;
    line-height:156px !important;
    width:324px;
    font-size:100px !important;
    color:#5F7E19;
    border:0 !important;
    font-family: 'Montserrat', sans-serif;
    padding:0 !important;
    float:left;
    letter-spacing:-5px;
    text-align:right;
    outline:none;
    border-radius: 0!important;
    margin:0 !important;
    height:156px;
    -webkit-appearance: none;
}
.name-break {
    display: inline;
    word-break: break-all;
}
/* specificity for IE8 */
.lbn input.amount[type=text] { line-height: 156px;}
input.amount[disabled="disabled"] { color: #5F7E19; }
.two input.disabled { color: #333; }

/* CURRENCY SELECTOR */
.amountboxnw {
    background:#F3F9E4;
    border-top:1px solid #E8E8E8;
    border-bottom:1px solid #E8E8E8;
}
.dollarsign {
    float: left;
    color: #5F7E19;
    font-family: 'Montserrat', sans-serif;
    margin-top: 19px;
    padding-left: 15px;
    position: relative;
    width: 90px;
}
/* EURO */
.eur .dollarsign {
    float: right;
    padding-right: 15px;
}
.eur .currency-icon { margin-left: -9px; }
.amountboxnw.eur input.nc[type=text] {
    padding-left: 30px !important;
    text-align: right;
    width: 440px;
}
.amountboxnw .dollarsign-static {
    height: 125px;
    width: 60px;
    line-height: 110px;
    padding: 5px 10px 0 20px;
}
.amountboxnw.eur .dollarsign-static {
    height: 125px;
    width: 90px;
    line-height: 110px;
    padding: 5px 15px 0 15px;
}
.crncc {
    border: 1px solid rgba(255,255,255,0);
    display: block;
    height: 125px;
    width: 60px;
    line-height:110px;
    padding:0 10px;
    text-align: center;
    text-decoration: none;
}
.crncc:hover,
.crncc.hover {
    background: #FFF; 
    border: 1px solid #ccc;
    box-shadow: 2px 1px 2px 0px rgba(0,0,0, 0.1);
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
 }
.crncc.crncc-dd { border-radius: 5px 5px 0 0;}
.crncc.nohover { cursor:auto !important; }
.crncc.nohover:hover {
    cursor:text !important;
    background: none; 
    border: 1px solid rgba(255,255,255,0);
    box-shadow: none;
    text-decoration: none;
}
.currency-icon {
    font-size: 100px;
    color: #5f7e19;
    line-height: 110px;
}
.currency-abbrev {
    color: #666;
    font-size: 12px;
    line-height: 12px;
}
.nohover .currency-abbrev { display: none; }
.dollarsign .options-contain {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 1px 2px 0px rgba(0,0,0, 0.1);
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 126px;
    width: 80px;
    z-index: 20;
}
.dollarsign .options-contain a {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
}
.dollarsign .options-contain a.active,
.dollarsign .options-contain a:hover { background:#eee; }
.dollarsign.error2 .crncc {
    background-color:#FFEAEC;
    border:1px solid #ffeaec;
}
.dollarsign .options-contain a:last-child { border-radius: 0 0 5px 5px;}
.dollarsign.error2 .crncc .currency-icon,
.dollarsign.error2 .currency-icon,
.dollarsign.error2 .crncc .currency-abbrev { color:#b40000; }

.zeros {
    float:left;
    height:156px;
    width:151px;
    font-size:100px;
    color:#5F7E19;
    font-family: 'Montserrat', sans-serif;
    letter-spacing:-5px;
    line-height:157px;
    text-align:right;
}
.amountbox input.nc[type=text] {
    width:505px;
    height: 156px;
    text-align:left;
}
.amountboxnw.amount-w-zeros input.nc[type=text] {
    width: 325px;
}
.amountboxnw input.nc[type=text] {
    width:470px;
    height: 156px;
    text-align:left;
}
.offlined .two,
.lightbox .two {
    padding:20px 30px;
    font-size:17px;
    line-height:1.4;
}
.offlined.update .two,
.lightbox.update .two { padding: 0; }
.three,
.offlined .three,
.lightbox .three,
.rightcontainer .three {
    border-top: 1px solid #ccc;
    padding: 30px 30px 0;
    position: relative;
}
.rightcontainer .three { border: none; }
.offlined.update .three,
.lightbox.update .three { border-top: none; padding: 0; }
.offlined .fd,
.lightbox .fd {    
    font-size:20px;
    padding:12px;
    font-weight:300;
    line-height:20px;
    border-radius:4px;
    border:1px solid #CCCCCC;
}
.offlined input.fd,
.lightbox input.fd { height: 24px; }
/*.offlined .btn,
.lightbox .btn {
    float:none;
    padding-bottom:15px;
    font-weight:bold;
    line-height:20px;
}*/
.offlined .update .btn,
.lightbox .update .btn {
    float: left;
    padding-bottom: 0;
}
.offlined .btncon,
.lightbox .btncon {
    display:block;
    margin:20px auto 20px auto;
    text-align:center;
}

/*SMALLER CONTAINER BOX*/
.d {
    display: block;
    width: 594px;
    margin: 0 auto;
    font-family: lato, sans-serif;
    border-radius:8px;
    background: #ffffff;
    border: 2px solid #DDD;
    box-shadow: 2px 1px 2px 0px rgba(0,0,0, 0.05);
    font-weight:300;
    position:relative;
}
.d.updt {
    background: #fff;
    border: none;
    box-shadow: none;
}
.d .one,
.mce-floatpanel.mce-window .mce-window-head {
    font-size: 36px;
    line-height: 38px;
    padding: 25px 30px;
    color: #333;
}
.nc {
    width:470px;
}
.lbn input[type=text],
.lbn input[type=password],
.lbn input[type=email],
.lbn textarea {
    font-size:20px;
    padding: 10px 12px;
    font-weight:300;
    line-height:28px;
    border-radius:4px;
    border:1px solid #CCCCCC;
    -webkit-appearance: none;
}
.lbn textarea { line-height: 24px; }
.lbn input[type=text],
.lbn input[type=password],
.lbn input[type=email] {
    height: 28px;
}

.d .btn.next2 {
    padding-left:115px;
    padding-right:115px;
}
.d .loading2{
    display: block;
    float:none;
    margin-left: 125px;
    width: 340px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: white;
}
.countdown {
    position:relative;
    top:-36px;
    left:497px;
    font-family:montserrat, sans-serif;
    font-size:20px;
    color:#999999;
    width: 34px;
}
.countdown.low,
.caption_count.low {
    color:#B40000;
}
.showme {
    font-family: montserrat, sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration:none;
    float: right;
    top: -22px;
    position: relative;
    }
.chdrdn {
    position:absolute;
    top:81px;
    z-index:500;
    width:532px;
    background:#ffffff;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    border-radius: 0 0 4px 4px;
}
.chdrdn .ch {
    display: block;
    padding:10px;
    font-size:17px;
    line-height:17px;
    color:#333333;
    border-top:1px solid #cccccc;
    text-decoration: none;
}
.chdrdn .ch.selected, .chdrdn .ch.odd.selected {
    background:#ccc;
}
.chdrdn .ch:last-child {
    border-radius: 0 0 4px 4px;
}
.chdrdn .ch.odd {
    background:#eee;
}
.chdrdn .ch:hover{
    background:#ccc;
}
.ch .stxt {
    font-size:15px;
    color:#666666;
    margin-top:14px;
    line-height:14px;
}
.chselected {
    background:#EEEEEE;
    border:1px solid #cccccc;
    border-radius:4px;
    padding:10px;
    font-size:17px;
    color:#333333;
}
.selb { 
    font-size:20px;
    height:48px;
    font-weight:300;
    line-height:50px;
    padding-left:12px;
    color:#999999;
    border-radius:4px;
    border:1px solid #CCCCCC;
    position:relative;
}

/*TELL YOUR STORY PAGE*/
.txth {
    background:#F3F9E4;
    height:35px;
    margin:0 30px;
    border:1px solid #cccccc;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    font-family:Montserrat, sans-serif;
    font-size:14px;
    line-height:35px;
}
.txth a {color:#666666;
    text-decoration:none;
    display:inline-block;
}
.txth a:hover{text-decoration:underline;}
.txth a.on {
    color:#000000;
    font-weight:bold;
}
.story {
    width:492px;
    padding:20px;
    margin:0 30px;
    border-top-right-radius: 0;
    border-top-left-radius:0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius:5px;
    border-top:0;
    line-height:1.3;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size:20px;
    color:#666666;
    min-height: 324px;
}
.story img {
    width:100%;
    margin:20px 0;
    border:1px solid #cccccc;
    border-radius:5px;
}
.story a {
    color:#00709F;
}
.story .default {
    color:#999;
}
.image {
    position:relative;
}
.image .imged {
    background: #f5f5f5;
    background:rgba(255,255,255,.8);
    height:35px;
    width:473px;
    border:1px solid #ccc;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    font-family:Montserrat, sans-serif;
    font-size:14px;
    line-height:35px;
    position:absolute;
    top: 20px;
    text-transform:uppercase;
}
.image .imged a {
    color:#666;
    text-decoration:none;
}
a.cuop {
    color: #000;
    text-decoration:none;
}
.rtlnk,
a.rtlnk,
.ltlnk,
a.goback,
.mce-floatpanel .mce-btn.mce-last button {
    position: absolute;
    right: 30px;
    font-family: montserrat, sans-serif;
    color: #999 !important;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration:none;
    top: 50px;
    z-index: 20;
}
a.goback,
.ltlnk {
    left: 30px;
    right: auto;
}
.rtlnk,
a.rtlnk,
.ltlnk,
a.goback {
    z-index: 0;
}
a.goback {
    background: url(images/sprite_1.png) no-repeat 0 0;
    padding-left: 22px;
}
a.goback:hover,
a.rtlnk:hover,
a.ltlnk:hover { text-decoration: underline; }

a.la { color:#333333; }
.sbc {
    padding:20px 30px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    }
.sbc a.error { color: #B40000; }
.sbc a {
    background:url(images/sprite_1.png) no-repeat;
    background-position:0 -84px;
    padding-left:26px;
    height:16px;
    display:block;
    font-family: montserrat, sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration:none;
}
.switch-rw,
.switch-wl {
    background:url(images/rwwl.png) no-repeat;
    padding-left:22px;
    height:16px; 
}
.switch-wl { background-position:-10px -10px;  }
.switch-rw {
    padding-left:21px;
    height:14px; 
    background-position:-10px -36px; 
}
/*CAMPAIGN LINK PAGE*/
.clnk {
    height:124px;
    width:562px;
    background:#F3F9E4;
    font-size:30px;
    color:#5F7E19;
    line-height:124px;
    padding-left:30px;
    border-bottom:0;
    cursor: text;
}
.cntlnk {
    text-align:center;
    display:block;
    margin:70px 0 30px;
    font-family: montserrat, sans-serif;
    color: #999;
    font-size: 12px;
    text-transform:uppercase;
    text-decoration:none;
    clear: both;
}
.d .wa input {
    border:none;
    border-radius:0;
    height:124px;
    font-size:30px;
    padding:0;
}

/*ADD MEDIA*/
.imageedit{
    width:301px;
    height:200px;
    margin-left:145px;
    border:1px solid #cccccc;
    overflow:hidden;
    float: left;
}
.imageedit img { width: 100%; }
.imgtools { float: left; }

.a .edittools,
.edittools { 
    background:url("images/edittools.png") top left no-repeat;
    font-family: montserrat, sans-serif;
    font-size:12px;
    line-height:12px;
    text-transform: uppercase;
    text-decoration: none;
    color:#999;
    display: block;
    text-align: left;
    width:80px; 
    height:12px; 
    padding-left:22px;
}
.edittools.move { 
    height:16px; 
    background-position:-10px -10px;
    padding-top:3px;
    margin-bottom:12px;
}
.edittools.rotate { 
    background-position:-8px -36px;
    margin-bottom:16px;
}
.edittools.delete { 
    background-position:-8px -58px;
}

.imageedit .vimeo {
    height:100%;
    width:auto;
}

/*PREVIEW*/
.previewlb iframe {
    width:1056px;
    height: 630px;
}
.preview_iframe {
    width:1056px;
    height:630px;
}
.preview_contain {
    border-top: 1px solid #e5e5e5;
    height: 630px;
    overflow: hidden;
}

/*REWARDS*/
.rewnum {
    background:#999999;
    color:#ffffff;
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    border-radius:3px;
}
.sbcrw {
    padding:20px 30px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.sbcrw a {
    height:16px;
    display:inline-block;
    font-family: montserrat, sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration:none;
}
.sbcrw .edit {
    background:url(images/edit.png) no-repeat;
    padding-left:19px;
}
.rwdesc {
    width:321px;
    height:133px;
}
.rewardbx .reward {
    float:left;
}
.reward {
    width: 145px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E3E3E3;
    border-radius: 5px;
    margin-left: 20px;
    word-break: break-all;
}
.reward .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    background: #F3F9E7;
    border-radius: 7px;
    padding: 5px 0;
    color: #666666;
    display: block;
}
.reward .rewardamount {
    font-size: 40px;
    font-family: montserrat, sans-serif;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    display: block;
    letter-spacing: -1px;
}
.reward .description {
    font-size: 14px;
    color: #666666;
    margin:10px 0;
    display: block;
}
.reward hr,
.wishlist hr {
    border: 0;
    height: 0;
    border-top: 1px solid #cccccc;
    display:block;
    margin-bottom:10px;
}
.rwnm {
    text-align: center;
    color: #999999;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
}
hr.lt-gray {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.adrw,
.shrw,
.hdrw {
    background: url("images/rwsprite.png") top left no-repeat;
    height: 14px;
    padding-left: 18px;
}
.adrw { background-position:-10px -34px; }
.shrw {
    background-position: -11px -125px; 
    padding-left: 21px;
}
.hdrw {
    height: 13px;   
    background-position: -10px -58px;
}

.rwsprite{ 
    display:inline-block;
    background:url("images/rwsprite.png") top left no-repeat;
}
.rwsprite.p { width:14px; height:14px; background-position:-10px -10px; }
.rwsprite.pl { width:13px; height:14px; background-position:-10px -34px; }
.rwsprite.x { margin-left:5px; width:13px; height:13px; background-position:-10px -58px; }
.rwsprite.r{ margin-left:5px; width:16px; height:12px; background-position:-10px -81px; }
.rwsprite.l{width:16px; height:12px; background-position:-10px -103px; }

/*hide left and right arrows */
.fr.hideleft .rwsprite.l{ display:none; }
.fr.hideright .rwsprite.r{ display:none; }
.fr.hideright .rwsprite.l{ margin-top:3px; }
.fr.hideleft .rwsprite.r{ margin-top:3px; }

/*WISHLIST*/
.lbn input.wlsfd {
    width:240px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    float:left;
    margin:0;
    height:28px;
}
a.wls {
    display:block;
    float:left;
    height:48px;
    width:70px;
    border:1px solid #cccccc;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-left:0;
    margin:0;
    text-transform:uppercase;
    font-family:montserrat, sans-serif;
    font-size:12px;
    color:#999999;
    line-height:50px;
    text-align:center;
    text-decoration:none;
}
a.wls:hover {background:#eeeeee;}
a.wls:active {background:#dddddd;}

.newsch {
    float:right;
    font-family:montserrat, sans-serif;
    text-decoration:none;
    font-size:12px;
    color:#999999;
    text-transform:uppercase;
}
.wlrbox {
    width:345px;
    height:183px;
    border:1px solid #cccccc;
    border-radius:5px;
    position:relative;
}
a.wlr {
    width:70px;
    height:52px;
    border: none;
    border-radius:3px;
    display:block;
    float:left;
    margin:14px 0 0 10px;
    overflow:hidden;
}
a.wlr img {
    width:100%;
    border: none;
}
.wlrbt {
    height:35px;
    width:345px;
    border-top:1px solid #cccccc;
    position:absolute;
    bottom:0;
}
.wlrbt a {
    display:inline-block;
    font-family:montserrat, sans-serif;
    text-decoration:none;
    font-size:12px;
    color:#999999;
    line-height:35px;
    text-transform:uppercase;
}
.wishlist {
    width: 145px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E3E3E3;
    border-radius: 5px;
    float: left;
    margin-left: 20px;
}
.wishlist .title {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: #F3F9E7;
    border-radius: 7px;
    padding: 4px 0;
    display: block;
}
.wishlist .img {
    background: #eee;
    width: 143px;
    height: 95px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 10px;
    display: block;
}
.wishlist .img img {
    width:100%;
}
.wishlist .description {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-top: 7px;
    margin-bottom:10px;
    font-weight: 400;
    display: block;
    word-break: break-all;
}
.error2,
.error2 + .zeros {
    background:#FFEAEC !important;
    color:#B40000 !important;
}
.error2 > .crncc.nohover >.cc{
    color:#B40000 !important;
}

/*THANK YOU*/
.messagetxt {
    width:507px;
    height:150px;
    font-size:20px;
    padding:12px;
    font-weight:300;
    border-radius:4px;
    border:1px solid #ccc;
}

/*   WITHDRAWALS  */
.three-foot {
    border-top: 1px solid #dfdfdf;
    color: #333;
    line-height: 1.2;
    padding-top: 26px;
    padding-bottom: 27px;
    text-align: center;
}
.pg-withdraw .three a {
    color: #333;
    text-decoration: none;
}
.second-line { margin-top: 13px;}
/* background images over a green background */
.d .two-bg {
    background-repeat: no-repeat;
    background-position: center 40px;
    height: 48px;
    line-height: 1.5;
    padding-top: 162px;
}
.bg-pending { background-image: url(images/bg-pending.png); }
.bg-gfm { background-image: url(images/bg-gfm.png); }
.d .two-bg.bg-mail { background-image: url(images/bg-mail.png); height: 72px;}
.d .two-bg.bg-bank { background-image: url(images/bg-bank.png); padding-top: 151px;}
.d .two-bg.bg-cheque {
    background-image: url(images/bg-cheque.png);
    background-position: center 51px;
    padding-top: 151px;
}
.d .two-bg.bg-identity {
    background-image: url(images/bg-identity.png);
    background-position: center 30px;
    padding-top: 172px;
}
.two.options-2-size {
    height: 179px;
    padding: 20px 0 0 98px;
    text-align: center;
}
/* Request Withdrawal Buttons. Want to consolidate these with the upload media buttons -CR 8-8-14 */
.pg-withdraw a.upotns {
    color: #333;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 16px;
    margin:0;
    padding-bottom: 12px;
    width: 156px;
}
.pg-withdraw .optimg {
    background-repeat: no-repeat;
    height: 117px;
    margin: 0;
    width: 100%;
}
.optimg.opt-cheque {
    background-image: url(images/bg-cheque.png);
    background-position: center 30px;
}
.optimg.opt-bank {
    background-image: url(images/bg-bank.png);
    background-position: center 20px;
}
.options-2-size .upotns:first-child { margin-right: 78px; } /* margins for 2 options */
.pg-withdraw .two.grn.check {
    background-position: 233px 40px;
    height: 238px;
}
.check-text {
    margin-top: 192px;
}
.never-lg {
    background: url(images/never-lg.png) no-repeat center bottom;
    padding-bottom: 5px;
}
.never-xl {
    background: url(images/never-xl.png) no-repeat center bottom;
    padding-bottom: 5px;
}
.underline-bold {
    font-weight: 400;
    text-decoration: underline;
}
/* Withdraw Confirmation Bar */
.two.grn.we-pay-confirm {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    padding: 16px 30px 17px;
    height: auto;
    text-align: left;
}
.two.grn.we-pay-confirm a {
    color: #000;
    text-decoration: none;
}
.two.grn.we-pay-confirm.ico-withdraw {
    background-image: url(images/ico-withdraw-sp.png);
    background-repeat: no-repeat;
    padding-left: 53px;
}
.two.grn.we-pay-confirm.ico-lock { background-position: 29px 13px; }
.two.grn.we-pay-confirm.ico-bank { background-position: 28px -52px; padding-left: 68px; }
.two.grn.we-pay-confirm.ico-cheque { background-position: 30px -113px; padding-left: 80px;}
.two.grn.we-pay-confirm.error2 {
    background-image:url(images/exclamation-triangle.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 15px !important;
    padding-left: 58px;
}
/* Withdraw form elements */
.pg-withdraw .lbl { color: #333; margin-bottom: 8px;}
.lbl-descrip,
.lbl-descrip-em {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}
.lbl-descrip-em { color: #666; }
.lbl-static {
    font-weight: 400;
    line-height: 1.5;
}
.pg-withdraw .css-label a {
    color: #000;
    text-decoration: none;
}
.input-sh {
    width: 24px;
}
.input-med {
    width: 196px;
}
.pg-withdraw input[type=checkbox].css-checkbox + label.css-label {
    font-size: 15px;
    padding-left: 22px;
}
/* Dropdown styles for Withdraw Pages */
.pg-withdraw .colsel { color: #333; font-size: 20px; }
.pg-withdraw .chdrdn { top: 46px; }
.pg-withdraw .chdrdn .ch { font-size: 20px; }
.selb.tf,
.colsel.tf {
    padding-left: 10px;
    padding-right: 10px;
    width: 233px;
}
.chdrdn.tf { width: 253px; }
.selb.input-4,
.colsel.input-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 115px;
}
.chdrdn.input-4 { width: 135px; }
.selb.input-5,
.colsel.input-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 76px;
}
.chdrdn.input-5 { width: 96px; }

.withdraw-cheque {
    background: url(images/withdraw-cheque.png) no-repeat;
    bottom: -15px;
    height: 187px;
    left: -7px;
    margin: 0 auto;
    position: relative;
    width: 363px;
}
/* Withdraw Bank Page */
.details-withdraw { height: 355px; }
.update.pg-withdraw .three { height: auto; }
.wdw-total {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    width: 120px;
}
.wdw-text {
    color: #333;
    float: left;
    font-size: 18px;
    padding-left: 4px;
    width: 436px;
}
.wdw-total-num {
    color: #5E7F06;
    font-size: 20px;
}
.wdw-total-text,
.wdw-total-remain {
    font-size: 20px;
}
.wdw-text-remain {
    color: #666;
    font-size: 20px;
}
/* Withdraw Help */
.wdw-help .s_row:nth-child(2) {
    background: none;
    padding-top: 12px;
    padding-bottom: 10px;
}
.a .wdw-help a { color: #999; font-size: 15px; }
/* Recent Withdrawals Box */
.section_head2 {
    border-left: 1px solid #e2e2e2; 
    box-shadow: inset 1px 0 1px #F9FCF2;
    height: 27px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 153px;
}
.wdw-row {
    color: #666;
    clear: both;
}
.wdw-col1,
.wdw-col2 {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    height: 80px;
    padding: 28px 30px 36px 48px;
    position: relative;
    width: 361px;
}
.wdw-col2 {
    border-left: 1px solid #e2e2e2;
    padding-left: 30px;
    text-align: center;
    width: 93px;
}
.wdw-row:last-child .wdw-col1,
.wdw-row:last-child .wdw-col2 {
    border-bottom: none;
}
a.details-link {
    color: #999;
    float: right;
    font-size: 14px;
    padding-top: 8px;
}
.currency-sup {
    font-family: montserrat;
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 48px;
}
.wdw-amt {
    font-family: montserrat;
    font-size: 46px;
    letter-spacing: -2.3px;
    margin-bottom: 4px;
}
.wdw-info {
    font-weight: 300;
    font-size: 16px;
}
.cal-box {
    background: url(images/bg-cal-box.png) no-repeat;
    height: 53px;
    margin-top: 7px;
    padding-top: 17px;
    width: 92px;
}
.cal-date {
    font-family: montserrat;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -2.3px;
}
.cal-month {
    font-size: 14px;
    font-weight: 300;
}
/* INTERMEDIARY WITHDRAWAL */
.em-grn { color: #5E7F06; }
.em-red { color: #B20000; }
.em-400 { font-weight: 400; }
.txt-lg {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cnfrm-txt {
    margin-top:200px; 
    text-align:center; 
    font-size:16px
}

/*MOBILE APP LB*/
.mobox {
    background:#F3F9E3;
    padding:30px 30px 0 30px;
}
.lma {
    float:left;
    width:330px;
    font-size:18px;
    font-weight:300;
}
.mapp {
    background:url(images/mobile.jpg) no-repeat;
    width:193px;
    height:284px;
    float:right;
}

/* RTE OVERRIDES */
.mce-floatpanel * { position: static !important; }
.mce-floatpanel {
    border: 8px solid rgba(51, 51, 51, .6) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    height: 444px !important;
}
.mce-floatpanel.mce-container {
    width: 592px !important;
}
.mce-floatpanel .mce-window-head {
    border: none;
    padding: 32px 70px 35px 30px !important;
}
.mce-floatpanel .mce-window-head .mce-title {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    font-family: Lato, sans-serif;
}
.mce-floatpanel .mce-window-head .mce-close {
    position: absolute !important;
    background: url(images/alertsprite.png) no-repeat -10px -112px !important;
    height: 20px !important;
    text-indent: -9999px;
    top: 12px !important;
    width: 20px !important;
}
.mce-floatpanel .mce-reset > .mce-container-body {
    height: 191px !important;
    padding: 24px 30px 30px 30px;
    width: 532px !important;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.mce-floatpanel .mce-container-body .mce-label {
    display: block;
    font-weight: 300;
    font-family: Lato, sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
}
.mce-floatpanel .mce-form,
.mce-floatpanel .mce-form .mce-container-body,
.mce-floatpanel > .mce-container-body > .mce-container > .mce-container-body {
    height: 192px !important;
}
.mce-floatpanel .mce-formitem,
.mce-floatpanel .mce-formitem > .mce-container-body {
    height: 105px !important;
    width: 532px !important;
}
.mce-floatpanel .mce-formitem .mce-textbox {
    box-shadow: none;
    color: #333;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    height: 24px !important;
    margin-bottom: 28px;
    padding: 9px 12px;
    width: 506px !important;
}
.mce-floatpanel .mce-combobox input,
.mce-floatpanel .mce-formitem .mce-textbox:active,
.mce-floatpanel .mce-formitem .mce-textbox:focus { border-color: #ccc; }
.mce-floatpanel .mce-foot {
    background: none !important;
    border: none !important;
    height: 60px !important;
    padding: 30px;
    width: 532px !important;
}
.mce-floatpanel .mce-foot > .mce-container-body {
    height: 60px !important;
    position: relative !important;
    width: 532px !important;
}
.mce-floatpanel .mce-btn.mce-primary {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 180px !important;
}
.mce-floatpanel .mce-btn.mce-primary button {
    box-sizing: content-box !important;
    border-bottom: 3px solid #E2960B !important;
    font-family: Montserrat, sans-serif;
    font-size: 20px !important;
    height: 36px !important;
    padding-top: 11px;
    text-shadow: 1px 1px 1px #8C4600 !important;
    text-transform: uppercase; /* for OK button */
    width: 100px !important;
}
.mce-floatpanel .mce-btn.mce-last {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    left: auto !important;
    position: absolute !important;
    right: 4px;
    top: 11px !important;
}
.mce-floatpanel .mce-btn.mce-last button {
    background: none !important;
    box-sizing: content-box !important;
    font-size: 12px !important;
    text-transform: uppercase;
}
.mce-floatpanel .mce-btn:not(.mce-disabled):active {
    background: none !important;
}

#mce-modal-block.mce-in {
  opacity: 0.6 !important;
}
#tinymce img { width: 473px; }

/* MAKES HEADER STICKY ON DEVICES */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), /* Smartphones (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) /* iPads (portrait and landscape) */
{
        .hd { position: absolute; }
        #fixed-edit-bar { display: none; }
        .preview_iframe {
                -webkit-overflow-scrolling: touch !important;
                overflow: scroll !important;
        }
        div {
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }
}

@media only screen and (max-device-width: 800px) and (orientation: portrait) /* Android Tablet (portrait) */
{
        .hd { position: absolute; }
        #fixed-edit-bar { display: none; }
        .preview_iframe {
                -webkit-overflow-scrolling: touch !important;
                overflow: scroll !important;
        }
}
@media only screen and (max-device-width: 1280px) and (orientation: landscape) /* Android Tablet (landscape) */
{
        .hd { position: absolute; }
        #fixed-edit-bar { display: none; }
        .preview_iframe {
                -webkit-overflow-scrolling: touch !important;
                overflow: scroll !important;
        }
}


/* FIX FOR CHROME LINE RENDERING ISSUE IN EDIT */
div.a,
.rightcontainer {
        /*-webkit-backface-visibility: hidden;*/
        box-shadow: #fff 0 0 0;
        overflow: hidden;
}

/* PREVENTS TEXT RESIZE ON APPLE DEVICES */
body {
    -webkit-text-size-adjust: 100%;
}

/*remove text field shadow*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none; 
}

/*IPAD MINI ONLY*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
    .s_row.dash {min-height:2px;}
}

input::-webkit-input-placeholder {
    color: #999 !important;
}
textarea::-webkit-input-placeholder {
    color: #999 !important;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}
input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999 !important;
    opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999 !important;
    opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999 !important;
    opacity: 1;
}
textarea::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
     opacity: 1;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}
textarea ::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999 !important;
    opacity: 1 !important;
}
input ::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999 !important;
    opacity: 1 !important;
}
