/* Dashboard 2014  */
* {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
abbr, object:focus, a, a:focus,
input::-moz-focus-inner, a:active { outline: none; }

body {
    background: url(images/body_bkgrd.jpg) repeat;
    font-family: 'Lato', Lato, Arial, sans-serif;
    font-weight: 300;
    margin-top: 100px;
}
.hd,
.footbase {
    border-top: 7px solid #73A600;
}
.donationcommentbox .photo,
.headbar,
.section_head,
.light-bkgd,
.reward .title,
.wishlist .title {
    background: #F3F9E4;
}
.green { color: #5F7E19 !important; }
.bb { border-bottom: 1px solid #ddd !important; }
.bt { border-top: 1px solid #ddd !important; }
.nobt { border-top: none !important; }
.nobb { border-bottom: none !important; }
.left { text-align: left !important; }
.no-border { border: none !important; }
.border { border: 1px solid #ddd;}
.no-hpadding { padding-left: 0 !important; padding-right: 0 !important; }
.no-vpadding { padding-top: 0 !important; padding-bottom: 0 !important; }
.center { text-align:center; }
.clear { clear: both; }
.hide { display: none !important; }
.show { display: block !important; }
.fr { float: right; }
.fl { float: left; }
.round5 { border-radius: 5px; }
.bold { font-weight: 400; }
.underline-bold { font-weight: 400; text-decoration: underline; }
.underline { text-decoration: underline !important; }
.placeholder-text{ color: #AAA; }
.opacity-half { opacity: 0.5; }
.filter-gray { filter: grayscale(1); }

/* margin & padding*/
.ml0{margin-left: 0px !important;}
.ml20{margin-left: 20px;}
.ml60{margin-left: 60px;}
.ml10{margin-left: 10px;}
.ml13{margin-left: 13px;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !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;}
.mt60{margin-top: 60px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}
.mt110{margin-top: 110px !important;}
.mt120{margin-top: 120px !important;}
.mt200{margin-top: 200px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr16{margin-right: 16px !important;}
.mr19{margin-right: 19px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !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;}
.mb49{margin-bottom: 49px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb100{margin-bottom: 100px !important;}

.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb12 {padding-bottom:12px !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;}
.pt10 {padding-top:10px !important;}
.pt12 {padding-top:12px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top: 30px !important; }
.pt50 {padding-top: 50px !important; }
.ph30 {padding-left: 30px; padding-right: 30px;}
.ph40 {padding-left: 40px; padding-right: 40px;}
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pr2 {padding-right:2px !important;}
.pl0 {padding-left:0 !important;}
.pl2 {padding-left:2px !important;}
.pl5 {padding-left:5px !important;}
.pl8 {padding-left:8px !important;}
.pl10 {padding-left:10px !important;}
.hauto { height: auto !important; min-height: 1px !important; }

.fc999 {color: #999 !important;}

.fs12 { font-size: 12px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs24 { font-size: 24px !important; }
.fs33 { font-size: 33px !important; }

.lh24 { line-height:24px;}

strong.red { color: #B20000; }
strong.fbblue { color:#395799; }


/* NAV BAR */
.hd {
    background-color: #f6f6f6;
    border-bottom: 1px solid #bababa;
    box-shadow: 1px 1px 4px #999;
    height: 51px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.hd_main,
.hd_small {
    height: 51px;
    margin: 0 auto;
    width: 972px;
}
.hd_small {
    width: 594px;
}
.hd a.logo {
    background: url(images/logo.gif) no-repeat;
    display: block;
    float: left;
    height: 41px;
    margin: 6px 0 0 1px;
    width: 128px;
}
.hd a.logo.logo-center {
    float: none;
    margin: 6px auto 0;
}
.hd a:hover { cursor: pointer; }

.hd .menu {
    height: 33px;
    float: left;
    color: #666;
    padding: 18px 10px 0 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
    text-decoration: none;
}
.hd .menu.fn {
    min-width: 110px;
    max-width: 260px;
}
.menu.fr,
.hd .menu.e_drophead .menu.fr { float: right; }
.hd .menu.disabled,
.hd .menu.disabled:hover {
    color:#bbb;
    background: none;
    cursor: default;
}
.arwb {
    float: right;
    width: 10px;
    height: 7px;
    background: url(images/tri.png) no-repeat 0 0;
    margin-left: 6px;
    margin-top: 6px;
}
.hd .menu.disabled .arwb { visibility: hidden; }
.max-width-overflow {
    max-width: 201px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: #fff; }
.hd .menu.on {
    background-color: #fff;
    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,
.share-tab.br {
    width: 2px;
    height: 42px;
    background: url(images/hd_br.png) no-repeat;
    float: right;
    margin: 4px 0 0 0;
}
.share-tab.br {
    margin: 0;
    width: 85px;
}
.menu.disabled { color:#bbb; }

.showblock {
    display: block;
    width: 100%;
    margin-top: 30px;
    height: 76px;
    background: url(images/dash.png) repeat-x;
}
.showblock.open {
    height: 97px;
}
.showhidebtn {
    margin-bottom: 10px;
    margin-top: 30px;
    width: 287px;
    height: 27px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    text-align: center;
    padding-top: 8px;
    font-weight: 400;
    color: #666 !important;
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 320px;
}
.showhidebtn:hover { background: #fdfdfd; }
.showhidebtn:active {
    background: #F7F7F7;
    padding-top: 9px;
    height: 26px;
}
.hideblock { display: none; }
.hideblock.show {  display: block; }
.hideblock .left_bx,
.hideblock .right_bx {
    border: 1px solid #ddd;
}

/* 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 */
/* added in selectors for TinyMCE editor */
.btn,
.mce-floatpanel .mce-btn.mce-primary button {
    background: #F5A409;
    border-radius: 5px;
    border-bottom: 3px solid #E2960B;
    color: #fff !important;
    float: left;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 36px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    text-shadow: 1px 1px 1px #8C4600 !important;
    text-decoration: none !important;
    min-width: 55px;
}
.btn:hover,
.mce-floatpanel .mce-btn.mce-primary button:hover{ background-color: #F6AD2F; }
.btn:active {
    padding-top: 16px;
    height: 35px;
    background-color: #F39700;
}
.btn-purple {
    background: #9D0B7F;
    border-color: #690054;
}
.btn-purple:hover { background: #BE0099; }
.btn-purple:active { background: #8D0972; }
/* Add .btn_check to btn */
.btn_check {
    background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/btn_check.png) no-repeat 0 -1px #F5A409;
    float: left;
    padding-right: 20px;
    padding-top: 15px;
    padding-left: 80px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .btn_check {
        background-image: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/btn_check@2x.png);
        background-size: 60px 52px;
    }
}

.btn_check:hover { background-color: #F6AD2F; }
.btn_check:active{
    background-color: #F39700;
    background-position: 0 0;
    height: 35px;
    padding-top: 16px;
}
.btn-fb-blank,
.btn-v2 {
    background: url(images/btn-fb-blank.png) no-repeat;
    color: #fff !important;
    display: block;
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 39px;
    letter-spacing: -1px;
    padding-top: 15px;
    padding-left: 75px;
    text-shadow: 1px 1px 1px rgba(0,22,104,.5) !important;
    text-decoration: none !important;
    width: 267px;
}
.btn-fb-blank:hover { background-position: 0 -54px; }
.btn-fb-blank:active {
    background-position: 0 -108px;
    height: 38px;
    padding-top: 16px;
}
.btn--white {
    color: #999;
    display: block;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 36px;
    min-width: 55px;
    text-align: center;
    text-decoration: none;
}
.btn--white:hover {
    text-decoration: none;
}
.btn-v2--fb,
.btn-v2--fb:hover,
.btn-v2--fb:active,
.btn-v2--tw {
    background: url(images/btn-fb@2x.png) no-repeat 0 0 #3F5E9F;
    background-size: 60px 54px;
    border-bottom: 3px solid #2F4A82;
    border-radius: 5px;
    padding-left: 60px;
    height: 38px;
    width: 265px;
}
.btn-v2--tw,
.btn-v2--tw:hover,
.btn-v2--tw:active  {
    background: url(images/btn-tw@2x.png) no-repeat 0 0 #88BEE2;
    background-size: 57px 57px;
    border-bottom: 3px solid #81AFD3;
}
.btn-v2--fb:hover {
    background-color: #506FB1;
}
.btn-v2--fb:active {
    background-color:#324F8B;
}
.btn-v2--tw:hover {
    background-color: #8FC4E7;
}
.btn-v2--tw:active {
    background-color:#7EB5DA;
}
.btn--li {
    background-color: #0077B5;
    border-bottom-color: #336092;
    text-shadow: 1px 1px 1px #336092 !important;
}
.btn--li:hover {
    background-color: #0387CB;
}
.btn--li:active {
    background-color: #016FA8;
}

/* 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: 10px;
    margin-bottom: 10px;
}
.b_link.b_link-long {
    font-size: 12px;
    line-height: 20px;
}

.b_copy_link {
    width: 242px;
    border: solid 1px #ddd;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
    color: #999;
}
.b_div {
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-bottom: 15px;
}

.b_btn {
    background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp.png) no-repeat;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font: 600 12px montserrat;
    height: 19px;
    margin: 0 auto 5px;
    padding: 5px 0 0 28px;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0,0,0,.2);
    width: 130px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .b_btn {
        background-image: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp@2x.png);
        background-size: 59px 246px;
    }
}
.b_btn:active { padding-top: 6px; height: 18px;}

.b_btn.share {
    background-color: #3A589B;
    border-bottom: 2px solid #29427C;
    background-position: 0 -112px;
}
.b_btn.share:hover { background-color: #4462A5; }
.b_btn.share:active {
    background-color: #304E91;
    background-position: 0 -111px;
}

.b_btn.tweet {
    background-color: #88BEE1;
    border-bottom: 2px solid #81AFD2;
    background-position: 0 -139px;
}
.b_btn.tweet:hover { background-color: #92C8EB; }
.b_btn.tweet:active {
    background-color: #7EB4D7;
    background-position: 0 -138px;
}

.b_btn.view,
.b_btn.invite {
    background-color: #81B01D;
    border-bottom: 2px solid #79A41E;
    background-position: 0 -167px;
}
.b_btn.view:hover,
.b_btn.invite:hover {
    background-color: #95CA22;
}
.b_btn.view:active,
.b_btn.invite:active {
    background-color: #739E17;
    background-position: 0 -166px;
}

/* for contacts page invite button */
.b_btn.invite {
    background-position: 0 -194px;
}
.b_btn.invite:active {
    background-color: #739E17;
    background-position: 0 -193px;
}



/* CAMPAIGN ACTIVITY */
.c_options {
    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 .deats-arrow,
.c_block .deats .deats-arrow-green {
    background: url(images/tri.png) no-repeat;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    vertical-align: middle;
    width: 10px;
}
.c_block .deats .deats-arrow-green {
    background: url(images/tri-green.png) no-repeat;
}
.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: #5F7E19;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
}
.c_block .deats .gnline.amt {
    font-size: 30px;
    line-height: 30px;
    color: #5F7E19;
}
.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;
    color: #666;
    padding: 0 10px 10px;
}
.c_opts {
    position: relative;
    float: right;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
    color:#999;
}
a.c_opts {
    color:#999 !important;
}
.c_opts.opn {
    margin-bottom: 9px;
}
.c_optsdrop {
    position: absolute;
    top: -10px;
    right: -6px;
    z-index: 100;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 4px #ddd;
    padding:9px;
    background: #fff;

}
.optsdrop-thanks {
    top: 32px;
}
.c_optsdrop .c_linked{
    display: block;
    padding: 8px 0;
    background: #fff;
    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: 100%;
     height: 1px;
     background: #ddd;
 }
.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: #fff;
}
/*more dropdown */
.m_drop {
     width: 152px;
     top: 51px;
     right: -2px;
}
.u_drop a.u_linked,
.m_drop a.m_linked {
     color: #5F7E19 !important;
     display: block;
     padding: 8px 10px;
     background: #fff;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.3;
     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-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    z-index: 550;
}
.m_drophead{
    position: absolute;
    background: #fff;
    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: #fff;
}
.e_drop .m_linked {
     display: block;
     padding: 10px;
     background: #fff;
     font-size: 15px;
     font-weight: 400;
}
.e_drop a.m_linked {
     color: #5F7E19 !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 {
    background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp.png) no-repeat 0 -194px #81B01D;
    border-bottom: 2px solid #79A41E;
    border-radius: 5px;
    color: #fff !important;
    font: 600 14px montserrat;
    height: 20px;
    position: absolute;
    right: 0;
    top: 42px;
    text-decoration: none !important;
    letter-spacing: -.5px;
    padding: 3px 15px 0 40px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .c_thanks  {
        background-image: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp@2x.png);
        background-size: 59px 246px;
    }
}
.c_thanks:hover { background-color: #95CA22; }
.c_thanks:active {
    background-color: #739E17;
    background-position: 0 -193px;
    height: 19px;
    padding-top: 4px;

}

.c_thanks.sent {
    width: 142px;
    background: url(images/thanksbtn.png) no-repeat 0 0;
}
a.thanks-dropdown {
    color: #5F7E19 !important;
    position: absolute;
    right: 0;
    top: 42px;
}
.ico-ty {
    background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp.png) no-repeat -6px -227px;
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    width: 16px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .ico-ty  {
        background-image: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp@2x.png);
        background-size: 59px 246px;
    }
}
.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 #ddd;
    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;
}
.a a.c_unblock,
.c_unblock {
    color: #666;
    float: right;
    font-size: 16px;
    font-weight: 400;
    padding-top: 4px;
    padding-right: 10px;
}
.c_block:hover > .c_remove { color: #333 !important; }

.consearch {
    width: 162px;
    padding: 9px 35px 9px 15px !important;
    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-left: 85px;
}
.conclear.sml,
.conclear.cons {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 188px;
    right: 73px;
    background: url(images/x.png) no-repeat;
}
.conclear.cons {
    top: 10px;
    right: -11px;
}

.zip-code-input {
    font-size: 20px;
    font-weight: 100;
    color: #333;
}

/* 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:#B40000;
}
.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;
    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: block;
    font-size: 14px;
    line-height: 16px;
    color: #009ED8;
    font-weight: 500;
    margin-left: 64px;
}
.s_row .s_add.added {
    height: 16px;
    width: 16px;
    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 #fff;
    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;
}
.s_row .pop_conn {
    bottom: 45px;
}
.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-weight: 400;
}
.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.fb_daily { background-position: 26px -1710px; }
.no-touch .f_btn.fb_daily:hover,
.f_btn.fb_daily.active { background-position: 26px -1757px;}

.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:#333 !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.creditcards { background-position: 20px -317px; }
.no-touch .f_btn.creditcards:hover,
.f_btn.creditcards.active { background-position: 20px -1137px; }

.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: #999;
    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;
}

/* Page Boxes*/
.full-box {
    background: #fff;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-bottom-right-radius:8px;
    border-bottom-left-radius: 8px;
    width: 932px;
    margin: 0 auto 50px;
    padding: 20px;
}
.full-box a,
a.link-green {
    color: #5F7E19;
    text-decoration: none;
}
.full-box a:hover{
    text-decoration: underline;
}
.blank-container {
    width: 972px;
    margin: 0 auto 50px;
}
.topbar {
    background: #72A700;
    width:974px;
    height:7px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 auto;
}
.leftcontainer {
    float: left;
    width: 304px;
    border: 1px solid #ddd;
}
.rightcontainer {
    float: right;
    width: 594px;
    position: relative;
}

/* main content box */
.twothirds-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    float: left;
    font-weight: 300;
    width: 592px;
}
.twothirds-box.full-width {
    width: 100%;
}
.twothirds-box.cs-lb-width {
    width: 500px;
}
.twothirds-box.extra-shadow {
    -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);
}
.setup .twothirds-box {
    background: #fff;
    border: 2px solid #ddd;
    box-shadow: 2px 1px 2px 0px rgba(0,0,0, 0.05);
    float: none;
    margin: 0 auto 50px;
    position:relative;
}
/* fixes double borders in setup flow */
.twothirds-box .twothirds-box,
.lightbox-contain .setup .twothirds-box {
    border: none;
    box-shadow: none;
    margin: 0;
}
.twothirds-box a { text-decoration: none; }

.one {
    font-size: 36px;
    line-height: 38px;
    padding: 25px 30px;
}
.one.arw,
.mce-floatpanel.mce-window .mce-window-head {
    background: url(images/arw-gray.png) no-repeat right bottom 28px;
    display: inline-block;
    margin-right: 30px;
    padding-right: 70px;
}
.one.arw.error { background-image: url(images/arw-err.png); }

.one.error { color:#B20000; }
.one.good { color:#238C00; text-align: center; }
.one.fbblue { color:#395799; text-align: center; }
.one.twblue { color:#0084B3; text-align: center; }
.one.liblue { color:#0077B5; text-align: center; }
.one.center { text-align: center; }
.one.headerlogo {
    background: url(images/gfm-logo.png) no-repeat center center;
    height: 50px;
}
.name-break {
    display: inline;
    word-break: break-all;
}

.two {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 18px;
    padding: 30px;
    text-align: center;
}
.lightbox-contain .two {
    font-size:17px;
    line-height:1.4;
}
.two--gray { background-color: #eee; }
.two--height { height: 184px; }
.two.two--height.pt0 { height: 214px; }
.two.two--height.no-vpadding { height: 244px; }
.two--white { background-color: #fff; }
.two--fbblue { background-color: #EDF0F5; }
.two--twblue { background-color: #E5F2FE; }
.two--green { background-color: #F3F9E3; }
.two--ft20 { font-size: 20px; }
.two--bar { border-top: none; padding: 20px 30px; text-align: left; }
.two.is-error,
.two.error,
.two.error2,
.two--red { background-color: #FFEAEC !important; }

.two--check {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 126px;
    height: 184px;
}
.two--green.two--check { background-image: url(images/greencheck.png);}
.two--fbblue.two--check { background-image: url(images/fbcheck.png); }
.two--twblue.two--check { background-image: url(images/twcheck.png); }
.two--liblue { background-color: #E8F1F7; }
.two--lishare {
    background-image: url(images/bg-lishare.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 243px;
    padding: 0;
}
.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;
}
.two.find-friends {
    background-image: url(images/bg-find-friends.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    height: 200px;
}
.two .txt-fbblue {
    color: #3F5E9F;
}
.two--amex {
    background-image: url(images/bg-amex.png);
    background-position: center 33px;
    background-repeat: no-repeat;
    padding-top: 234px;
}

/*beneficiary*/
.two.options-2-size {
    height: 179px;
    padding: 20px 0 0 98px;
    text-align: center;
}
/*withdraw*/
.two.options-1tall-size {
    height: 191px;
    padding: 20px 0 30px 0;
    text-align: center;
}
.two.options-1tall-size a { text-decoration: none; }

.check-text {
    padding-top: 192px;
    text-align: center;
}
.cnfrm-txt {
    margin-top:200px;
    text-align:center;
    font-size:16px
}

a.twolink,
.twolink,
.twolink a {
    color:#333 !important;
    font-family: montserrat, sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
}
.twolink.twolink--underline {
    text-decoration: underline;
}
.two .textblk {
    color: #666;
    font-size: 17px;
    min-height: 50px;
    line-height: 25px;
    margin-bottom: -15px;
    padding: 20px 30px 0;
    text-shadow: 1px 1px #fff;
    text-align: left;
}

.three {
    min-height: 84px;
    padding: 30px 30px 0;
    position: relative;
}
.three--fixed {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 534px;
}
.three--bottom {
    position:relative;
}
.three a { color: #333; }
.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; }

.three .showhidebtn {
    margin: 0;
    float: right;
    border-radius: 5px;
}

.entmest {
    border: 1px solid #ddd;
    width: 512px;
    padding: 15px 10px;
    margin-top: 10px;
    border-radius: 5px;
    font: 300 19px Lato, sans-serif;
    line-height: 23px;
    color: #333;
    min-height: 120px;
    margin-bottom: 30px;
}
.fbone {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.fbtwo {
    font-size: 16px;
    line-height: 18px;
    color: #666;
}
.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;
}
.fbusp {
    margin: 8px auto 20px;
    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;
}
.smchck {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: 49px;
    height: 49px;
    background: url(images/smchk.png) no-repeat 0 0;
}

/*-- Share Buttons --*/

.fbpost,
.fbshare,
.fbadd,
.fbadd--lg,
.twpost,
.fbcontinue {
    background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp.png) no-repeat  0 -1px #3A589B;
    border-bottom: 2px solid #29427c;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font: 600 19px montserrat;
    height: 37px;
    letter-spacing: -.5px;
    padding: 15px 10px 0px 70px;
    text-shadow: 1px 1px 1px #29427c;
    text-decoration:none!important;
    text-align: center;
    min-width: 211px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .fbpost,
    .fbshare,
    .fbadd,
    .fbadd--lg,
    .twpost,
    .fbcontinue {
        background-image: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp@2x.png);
        background-size: 59px 246px;
    }
}
.fbpost:hover,
.fbshare:hover,
.fbadd:hover,
.fbadd--lg:hover,
.fbcontinue:hover {
    background-color: #4462A5;
}
.fbpost:active,
.fbshare:active,
.fbadd:active,
.fbadd--lg:active,
.twpost:active,
.fbcontinue:active {
    background-color: #304E91;
    background-position: 0 0;
    height: 36px;
    padding-top: 16px;
}

.twpost {
    background-color: #88BEE1;
    border-bottom: 2px solid #81AFD2;
    background-position: 0px -56px;
    text-shadow: 1px 1px 1px #5C88AA;
}
.twpost:hover { background-color: #92C8EB; }
.twpost:active { background-color: #7EB4D7; background-position: 0 -55px; }
/*-- End Share Buttons --*/


.fb-bg {
    background: #EBEFF4;
    padding: 40px 0;
}
a.link-under-btn {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.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: 0 25px 0 45px;
    color: #666;
    background: url(images/grncheck.png) no-repeat 10px 0;
}

/*Contacts page */
.emailbox,
.emailbox.thankyou {
    margin-left:auto;
    margin-right: auto;
    width: 532px;
    height: 439px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: inset 2px 2px 30px #f2f2f2;
    overflow-y: scroll;
    text-align: left;
}
.emailbox.thankyou {
    height: 160px;
    padding: 10px;
    width: 512px;
}

.emailbox--title {
    font-weight: 400;
    color: #666;
}
.emailbox--selectall {
    position:relative;
    top:25px;
    right: 30px;
    color: #333 !important;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none !important
}
.emailbox--large {
    height: auto;
    max-height: 2175px;
}
.emailbox--med {
    height: auto;
    max-height: 872px;
}
.emailbox--sm {
    height: auto;
}

.emitem {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.emitem:hover,
.emitem-disabled { 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;
}
.centerlink {
    background: none;
    color: #999 !important;
    font-size: 12px;
    line-height: 12px;
    font-family: Montserrat, sans-serif;
    padding-left: 0;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    width: inherit;
}
.centerlink a {
    color: #999;
    text-decoration: none;
}

/* update body content */
.fbphoto {
    float: left;
    height: 65px;
    width: 65px;
    overflow: hidden;
}
.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: 147px;
    height: 39px;
    border: 1px solid #ddd;
    background: #fff url(images/sprite_1.png) no-repeat 11px -12px;
    font-size: 14px;
    line-height: 14px;
    color: #009ED8 !important;
    padding-left: 32px;
    display: flex;
    align-items: center;
}
.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;
}
.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: #fff url(images/xx.png) no-repeat 8px 9px;
     opacity: .7;
}
.two .addcontent.add {
     background: url(images/addmedia.png) no-repeat;
}
.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: 65px;
    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: 48px; }
.optimg.yh {background: url(images/mail.png) no-repeat 0 -93px; margin-left: 48px; }
.optimg.gm {background: url(images/mail.png) no-repeat 0 -187px; margin-left: 48px; }
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .optimg.hm {background: url(images/mail@2x.png) no-repeat 0 0; }
    .optimg.yh {background: url(images/mail@2x.png) no-repeat 0 -93px; }
    .optimg.gm {background: url(images/mail@2x.png) no-repeat 0 -187px; }
    .optimg.hm,
    .optimg.yh,
    .optimg.gm {
        background-size: 66px 241px;
    }
}

/* GROW-276 Email Contact Uploader */
.contact-upload-header {
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: left;
}

.em-detected-btn {
    background: url(images/mail.png) no-repeat #fff;
    background-size: 40px 146px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333 !important;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    margin: 0 auto;
    padding: 20px 13px 20px 75px;
    text-align: left;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .em-detected-btn {
        background: url(images/mail.png) no-repeat #fff;
        background-size: 40px 146px;
    }
}
.em-detected-btn:hover {
    background-color: #fcfcfc;
    text-decoration: none;
    cursor: pointer;
}

.em-detected-btn.gm { background-position: 15px -102px; }
.em-detected-btn.yh { background-position: 15px -45px; }
.em-detected-btn.ol { background-position: 15px 10px; }

.atchmedia,
.full-box .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 {
    border-radius: 5px;
    width: 100%;
}

.fbatch {
    position: relative;
    display: block;
    width: 293px;
    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: 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 {
    color:#999;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    line-height: 1.2;
    height: 96px;
    padding-top: 75px;
    text-shadow: 2px 2px #fff;
}
.loading,
.loading2 {
    display: block;
    float: left;
    margin-left: 125px;
    width: 340px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
}
.loading2 { float: none; }

.loading .two,
.loading2 .two,
.loading .loader,
.loading2 .loader,
.loading3 .loader,
.loady-line {
    display: block;
    padding:0;
    margin: 10px auto 0;
    width: 318px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff url(images/load.gif) no-repeat 97px 8px !important;
}
.btn-white.loady-line {
    background-position: 61px 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: #fff url(images/load.gif) no-repeat 97px 8px;
 }
.small-loady {
    background: #fff url(images/btnload.gif) no-repeat;
    display: inline-block;
    height: 11px;
    width: 60px;
}
.loading3 {
    margin:0 auto;
    width: 278px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
}

.blank_lb_loading {
    padding:174px 0;
}
.blank_lb_loading .loading3 {
    margin-left: auto;
    margin-right: auto;
}

.loady-circle-sm {
    background: url(images/loady-circle-sm.gif) no-repeat center 0;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -1px;
    width: 60px;
}
.option-button .loady-circle-sm {
    left: -21px;
    top: 18px;
}
.loading3--short {
    float: none;
    margin: auto;
    width: 133px;
}
.loading3--short .loader {
    background-position: 5px 8px !important;
    width: 104px;
}

/* 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,
.photoptn2 {
    display: block;
    width: 143px;
    height: 106px;
    border: 1px solid #ddd;
    margin-bottom: 7px;
    overflow: hidden;
}
.photoptn2 {
    float: left;
    display: inline;
    height: 90px;
    margin-bottom: 10px;
}
.photoptn img,
.photoptn2 img {
    width: 143px;
    border: none;
}
.blockoption2 {
    width: 145px;
    height: 88px;
    margin-bottom: 20px;
    float: left;
}

/* Donate Page */
.terms--description {
    margin-left: 75px;
    margin-right: 75px;
}
.details {
    float: right;
    width: 304px;
    height: 518px;
    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.details--updates,
.details.details--description {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
    height: 230px;
    margin-left: 591px;
    margin-top: -362px;
    float: left;
    width: 360px;
    clear: left;
    position: relative;
    z-index: 0;
}
.details.details--description {
    font-size: 17px;
    height: auto;
    margin-top: -558px;
    width: 370px;
}
.details.details--updates .dykitem,
.details.details--description .dykitem {
    font-family: Lato, sans-serif;
    font-weight: 300px;
    line-height: 22px;
}
.details.details--updates:before,
.details.details--description:before {
    background: url(images/updates-arrow2.png) no-repeat;
    content: "";
    height: 45px;
    margin-left: -24px;
    margin-top: 50px;
    position: absolute;
    width: 25px;
}
.details.details--description .dykitem {
    background: url(images/grncheck-sm.png) no-repeat 0 3px;
    margin-top: 18px;
    padding-left: 28px;
}
.details-content {
    padding: 14px 20px 20px;
}

.details a.loc,
.details a.cat,
.details a.cat2 {
    float: left;
    font-size: 12px;
    color: #666;
}
.details a.cat,
.details a.cat2 {
    float: right;
    width: 25px;
    height: 25px;
    background: url(images/edit.png) no-repeat 7px 10px;
}
.details a.cat2 {
    background: url(images/x.png) no-repeat 4px 8px;
    height: 30px;
}
.details a.loc.camp-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 228px;
}
.details .raised {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #333;
    font-family: Montserrat, sans-serif;
}
.details .raised .of,
.details .raised .goal {
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
    color: #999;
}
.details .raised .goal { 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;
}
.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;
}
.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 #fff;
    color: #666;
    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 #fff;
    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; }

/*Question text*/
.lbl { font-size: 20px; }
.lbl i {
    font-style: normal;
    color: #999;
}
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 {
    color:#999;
    font-size:16px;
    font-weight:300;
    line-height:16px;
}
.qst a { color:#333; }
.est {
    font-size:12px;
    font-weight:500;
}
a.est { color: #999; }
.rightcontainer .three .stxt,
.stxt { font-size:13px; font-weight:500; }
.att,
.tile .att { color:#B20000 !important;}
a.inla {
    color:#333;
    font-size:13px;
    font-weight:500;
}
.mtxt {
    font-size:17px;
    line-height:1.4;
}
.sconnect {
    background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp.png) no-repeat;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font: 600 12px montserrat;
    height: 20px;
    letter-spacing: -.5px;
    padding: 5px 0 0 28px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    text-shadow: 1px 1px rgba(0,0,0,.2);
    width: 113px;
}
.sconnect:active {
    padding-top: 6px;
    height: 19px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .sconnect {
        background-image: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/share_btns_sp@2x.png);
        background-size: 59px 246px;
    }
}
.fbconnect {
    background-color: #3A589B;
    border-bottom: 2px solid #29427C;
    background-position: 0 -112px;
}
.fbconnect:hover { background-color: #4462A5; }
.fbconnect:active {
    background-color: #304E91;
    background-position: 0 -111px;
}

.twconnect {
    background-color: #88BEE1;
    background-position: 0 -139px;
    border-bottom: 2px solid #81AFD2;
}
.twconnect:hover { background-color: #92C8EB; }
.twconnect:active {
    background-color: #7EB4D7;
    background-position: 0 -138px;
}

/*Form Fields*/
input .disabled,
input.disabled {
    background:#eee !important;
}
textarea,
input,
.category-label {
    outline: none;
    font-family: Lato, sans-serif;
}
::-webkit-input-placeholder {color: #999;}
:-moz-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}
textarea { resize: none; }
textarea.err,
input.err,
.selb.err {
    background: #FFEAEC;
}
.err,
.lbl.err,
.pg-withdraw .lbl.err,
.pg-withdraw .lbl.err a { color: #B20000; }
.pg-withdraw .lbl.err a { font-weight: 400; text-decoration: underline; }
.form-select-container.err .form-select { background-color: #FFEAEC; }

.of { width: 508px; } /*single line*/
.tf { width: 229px; } /*two per line*/

select {
    background: #fff url(images/dropdown.gif) no-repeat 90% 59%;
    border: 1px solid #ccc;
    border-radius: 5px;
    bottom: 5px;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight:300;
    line-height: 33px;
    margin:0 !important;
    height: 50px;
    padding: 11px 10px;
    position: relative;
    -webkit-appearance:none;
    -moz-appearance:none;
}
select option { background-color: #fff; }
select.tf-select {
    background-position: 94% 59%;
    bottom: 0;
    width: 258px;
}

/*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;
}
/* beneficiary sign in captcha */
.form-captcha-contain {
    position: relative;
}
.captcha {
    border-radius: 0 10px 10px 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 160px;
}
.captcha img {
    height: 48px;
    width: 160px;
}

/*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: #333;
    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: #333;
    box-shadow: 1px 1px 3px #CECECE;
}
.tile.tile--add {
    background: #eee url(images/tile-add.png) center 45px no-repeat;
    display: block;
    height: 61px; /* 281-220 */
    padding-top: 220px;
}
.tile.tile--add:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}
.tile.tile--add .title {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
.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;
}

#campaign_tiles .tile .divider {
    font-size: 12px;
}
/*ALERTS*/
.alertf,
.alertsh {
    margin: 0 auto 40px;
    position:relative;
    width: 942px;
    font-family: Lato, sans-serif;
    font-size:18px;
    font-weight:300;
    padding: 15px 35px 15px 15px;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #ddd;
    overflow:hidden;
}
.alertsh {
    width: 544px;
}
.alert a {
    color:#5F7E19;
    text-decoration:none;
}
.alert a:hover { text-decoration: underline; }
.alert a.fb { color:#00719E !important; }
.alert a.plain-text-link {
    color: #333;
    text-decoration: none;
}
.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;
    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; }
.alerticon.ray { background-position: -7px -170px; width: 30px;}
.alerttxt {
    margin-left: 50px;
}

/* Facebook Branded Thank Yous */
.two.fb-branded-post { height: 309px; padding: 0; }
.fb-branded-post img { width: 594px; }

/* custom link */
.wa {
    background:#F3F9E4;
    border-top: 1px solid #ddd;
}
.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 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 {
        line-height: 124px\9;
    }
}
.wa .wapre.err,
.wa input.err {
    background:#FFEAEC;
    color:#333;
}
.wa.err { background:#FFEAEC; }

/* 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;
}
.badge-widget {
    background-repeat: no-repeat;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    letter-spacing: -.5px;
    padding-top: 95px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    text-decoration: none !important;
    width: 198px;
}
/* color 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;
}

.sign {
    width:330px;
    height:417px;
    margin:10px auto;
}
#print-preview { cursor: pointer; }

/* Lightboxes */
.gfm_lb, .gfm_lb2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index:10000;
    font-family: Lato, sans-serif;
    font-weight: 300;
}
.gfm_lb2 {
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    /*overflow:hidden; */
    min-width:1000px;
}
.lb_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    z-index: 1000;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.gfm_lb_outter {
    position: absolute;
    left: 50%;
}
.gfm_lb_main {
    position: relative;
    z-index:10001;
    left: -50%;
    margin: 50px auto 0;
    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-contain,
.previewlb {
    position: relative;
    background:#fff;
    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;
}
.previewlb {
    width: 1056px;
}
/* CURRENCY SELECTOR */
.amountboxnw {
    background:#F3F9E4;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.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;
}
.lbn input.amount[type=text] { line-height: 100% !important;} /* chrome bug fix 11/11/2014 */
/* specificity for IE8 */
.lbn input.amount[type=text] { line-height: 156px\9 !important;}
input.amount[disabled="disabled"] { color: #5F7E19; }
.two input.disabled { color: #333; }
.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;
}
.amountboxnw.amount-w-zeros input.nc[type=text] {
    width: 325px;
}
.amountboxnw input.nc[type=text] {
    width:470px;
    height: 156px;
    text-align:left;
}

.lightbox-contain .fd {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding: 12px;
}
.lightbox-contain input.fd { height: 24px; }
.lightbox-contain .btn {
    float: left;
    padding-bottom: 0;
}
.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 #ccc;
    -webkit-appearance: none;
}
.lbn textarea { line-height: 24px; }
.lbn input[type=text],
.lbn input[type=password],
.lbn input[type=email] {
    height: 28px;
}
.btn.next2 {
    min-width: 250px;
}
.countdown {
    position:relative;
    top:-36px;
    left:497px;
    font-family: Montserrat, sans-serif;
    font-size:20px;
    color:#999;
    width: 34px;
}
.countdown.low,
.caption_count.low {
    color:#B40000;
}
.counter-width,
.lbn input.of.counter-width[type=text] {
    padding-right: 42px;
    width: 478px;
}
.showme {
    font-family: Montserrat, sans-serif;
    color: #999 !important;
    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:#fff;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    -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:#333;
    border-top:1px solid #ccc;
    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:#666;
    margin-top:14px;
    line-height:14px;
}
.chselected {
    background: #eee;
    border:1px solid #ccc;
    border-radius:4px;
    padding:10px;
    font-size:17px;
    color:#333;
}
.selb {
    cursor: pointer;
    display: block;
    font-size:20px;
    height:48px;
    font-weight:300;
    line-height:50px;
    padding-left:12px;
    color:#999;
    border-radius:4px;
    border:1px solid #ccc;
    position:relative;
    text-decoration: none !important;
}
.selb.is-selected { color: #333; }
.pg-creation label { display: block; }

/*description*/
.txth {
    background: #F3F9E4;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 28px 0 30px;
}
.txth a {color:#666;
    text-decoration:none;
    display:inline-block;
}
.txth a:hover{text-decoration:underline;}
.txth a.on {
    color:#000;
    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:#666;
    min-height: 324px;
}
.story img {
    width:100%;
    margin:20px 0;
    border:1px solid #ccc;
    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 !important;
    top: 50px;
    z-index: 0;
}
a.goback,
.ltlnk {
    left: 30px;
    right: auto;
}
.mce-floatpanel .mce-btn.mce-last button {
    z-index: 20;
}
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:#333; }
.sbc {
    padding:20px 30px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    }
.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;
}

/* WRITING TIPS */

.headbar--writingtips {
    height: auto;
    line-height: 1.3;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 77px;
}

.img-coach {
    border: 3px solid #fff; 
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    height: 60px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 60px;
    z-index: 100;
}

a.campaign-preview-link {
    color: #5D8000;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

/* END WRITING TIPS */

/*CAMPAIGN LINK PAGE*/
.clnk {
    height:124px;
    width:562px;
    background:#F3F9E4;
    color:#5F7E19;
    display: table-cell;
    font-size:24px;
    line-height:124px;
    padding-left:30px;
    border-bottom:0;
    cursor: text;
    vertical-align: middle;
}
a.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;
}
.copy_link {
    background: #ffffff;
    border-radius: 6px;
    border: solid 1px #ddd;
    color: #666;
    cursor: text;
    display: block;
    width: 489px;
    font-family: 'Lato', Lato, Arial, sans-serif;
    font-size: 30px;
    font-weight: lighter;
    padding: 20px 20px 20px 20px;
    text-indent: -165px;
}
/*ADD MEDIA*/
.imageedit{
    width:301px;
    height:200px;
    margin-left:145px;
    border:1px solid #ccc;
    overflow:hidden;
    float: left;
}
.imageedit img { width: 100%; }
.imgtools { float: left; }

.edittools,
a.edittools {
    align-items: center;
    color:#999;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size:12px;
    font-weight: 400;
    justify-content: flex-start;
    line-height:12px;
    margin-bottom:12px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width:130px;
}
.edittools .icon {
    background:url("images/edittools.png") top left no-repeat;
    height:16px;
    width:80px;
    flex: 0 0 24px;
}
.edittools .move-icon {
    background-position:-10px -10px;
}
.edittools .rotate-icon {
    background-position:-8px -36px;
    height:12px;
}
.edittools .delete-icon {
    background-position:-8px -56px;
}
.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 #ddd;
    height: 630px;
    overflow: hidden;
}
/*REWARDS*/
.rewnum {
    background:#999;
    color:#fff;
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    border-radius:3px;
}
.sbcrw {
    padding:20px 30px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.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:320px;
    height:133px;
}
.reward {
    width: 145px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E3E3E3;
    border-radius: 5px;
    margin-left: 20px;
    word-break: break-all;
}
.rewardbx .reward { float:left; }
.reward .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    background: #F3F9E7;
    border-radius: 7px;
    padding: 5px 0;
    color: #666;
    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: #666;
    margin:10px 0;
    display: block;
}
.reward hr,
.wishlist hr {
    border: 0;
    height: 0;
    border-top: 1px solid #ccc;
    display:block;
    margin-bottom:10px;
}
.rwnm {
    text-align: center;
    color: #999;
    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 #ccc;
    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:#999;
    line-height:50px;
    text-align:center;
    text-decoration:none;
}
a.wls:hover {background:#eee;}
a.wls:active {background:#ddd;}

.newsch {
    float:right;
    font-family:Montserrat, sans-serif;
    text-decoration:none;
    font-size:12px;
    color:#999;
    text-transform:uppercase;
}
.wlrbox {
    width:345px;
    height:183px;
    border:1px solid #ddd;
    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 #ddd;
    position:absolute;
    bottom:0;
}
.wlrbt a {
    display:inline-block;
    font-family: Montserrat, sans-serif;
    text-decoration:none;
    font-size:12px;
    color:#999;
    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: #666;
    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;
}
.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 #ddd;
    color: #333;
    line-height: 1.2;
    padding-top: 26px;
    padding-bottom: 27px;
    text-align: center;
}
.pg-withdraw .three a {
    color: #333;
    text-decoration: underline;
}
.pg-withdraw .three a:hover { color: #000; }
.second-line { margin-top: 13px;}
/* background images over a green background */
.two-bg {
    background-repeat: no-repeat;
    background-position: center 40px;
    height: 48px;
    line-height: 1.5;
    padding: 162px 0 0 0;
    text-align: center;
}
.bg-pending { background-image: url(images/bg-pending.png); }
.bg-gfm { background-image: url(images/bg-gfm.png); }
.two-bg.bg-mail { background-image: url(images/bg-mail.png); height: 72px;}
.two-bg.bg-bank { background-image: url(images/bg-bank.png); padding-top: 151px;}
.two-bg.bg-confirm-email {
    background-image: url(images/bg-confirm-email.png);
    padding-top: 257px;
    padding-bottom: 30px;
    height: auto;
}
.two-bg.bg-check-email {
    background-image: url(images/bg-check-email.png);
    background-position: 160px 40px;
    padding: 183px 24px 30px;
    height: auto;
}
.two-bg.bg-cheque {
    background-image: url(images/bg-cheque.png);
    background-position: center 51px;
    padding-top: 151px;
}
.two-bg.bg-identity {
    background-image: url(images/bg-identity.png);
    background-position: center 30px;
    padding-top: 172px;
}
.two-bg.bg-verify {
    background-image: url(images/bg-verify.png);
    background-position: center 20px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .two-bg.bg-verify {
        background-image: url(images/bg-verify@2x.png);
        background-size: 190px 167px;
    }
}
.envelope-icon {
    background: url(images/bg-mail.png) no-repeat;
    height: 88px;
    margin: 0 auto;
    width: 129px;
}
.pg-withdraw a.upotns {
    color: #333;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 16px;
    margin:0;
    padding-bottom: 12px;
    width: 156px;
}
.optimg.opt-bank {
    background-image: url(images/bg-bank.png);
    background-position: center 20px;
    background-repeat: no-repeat;
    height: 117px;
    margin: 0;
    width: 100%;
}
.bene-myself,
.bene-other {
    display:block;
    background:url(images/bene.png) 3px -120px no-repeat;
    width:95px;
    height:82px;
    margin: 24px auto 10px auto;
}
.bene-other {
    background-position: 1px 3px;
    width: 133px;
}
.options-2-size .upotns:first-child { margin-right: 78px; }

/* Withdraw Bar */
.two.two--greenBar {
    background-color: #F3F9E3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 16px 30px 17px;
    height: auto;
    text-align: left;
}
.two.two--redAlertBar {
    background: url(images/exclamation-triangle.png) no-repeat 30px 18px #FFEAEC;
    color: #B40000;
    padding: 16px 60px 17px;
    height: auto;
    text-align: left;
}
.two.two--greenBar a {
    color: #000;
    text-decoration: none;
}
.two.ico-withdraw {
    background-image: url(images/ico-withdraw-sp.png);
    background-repeat: no-repeat;
    padding-left: 53px;
}
.two--ico-lock {
    background: url(images/ico-lock-sm.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 30px;
    height: 24px;
    width: 40px;
}
.two.ico-phone {
    background-image: url(images/ico-phone.png);
    background-repeat: no-repeat;
    padding-left: 53px;
    background-position: 29px 17px; }
.two.ico-lock { background-position: 29px 13px; }
.two.ico-lock2 {
    background: url(images/ico-lock-sm.png) no-repeat #F3F9E3;
    background-position: 33px 21px;
    padding-left: 53px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .two.ico-lock2 {
        background-image: url(images/ico-lock-sm@2x.png);
        background-size: 10px 12px;
    }
}
.two.ico-bank { background-position: 28px -52px; padding-left: 68px; }
.two.ico-bank2 { background-position: 28px -45px; padding-left: 68px; }
.two.ico-cheque { background-position: 30px -113px; padding-left: 80px;}
.two.error2 {
    background-image:url(images/exclamation-triangle.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 18px !important;
    padding-left: 58px;
}
.ico-error-excl {
    background:url(images/exclamation-triangle.png) no-repeat;
    display: inline-block;
    height: 18px;
    width: 40px;
}

.ico-wd-sp--bank,
.ico-wd-sp--check {
    background: url(images/ico-wd-sp.png) no-repeat;
    float: left;
    height: 23px;
    margin-right: 10px;
    width: 28px;
}
.ico-wd-sp--check {
    background-position: 0 -23px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .ico-wd-sp--bank,
    .ico-wd-sp--check {
        background-image: url(images/ico-wd-sp@2x.png);
        background-size: 28px 42px;
    }
}
/* Use these new classes to avoid sprite repeat issues */
.two.two--ico-lock-green-single,
.two.two--ico-bank-green-single,
.two.two--ico-cheque-green-single {
    background-repeat: no-repeat;
    background-position: 25px 20px;
}
.two.two--ico-lock-green-single {
    background-image: url(images/ico-lock-green-single.png);
    padding-left: 53px;
}
.two.two--ico-bank-green-single {
    background-image: url(images/ico-bank-green-single.png);
    padding-left: 71px;
}
.two.two--ico-cheque-green-single {
    background-image: url(images/ico-cheque-green-single.png);
    padding-left: 82px;
}

/* 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,
.lbl-descrip-em a {
    color: #666;
    display: block;
    text-decoration: none;
}
.lbl-static {
    font-weight: 400;
    line-height: 1.5;
}
.lbl-static.is-important {
    font-size: 26px;
}
.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,
.tf.input-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 115px;
}
.tf.input-4,
.tf.input-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.chdrdn.input-4 { width: 135px; }
.selb.input-5,
.colsel.input-5,
.tf.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; }
.wdw-table {
    font-size: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
}
.wdw-total,
.wdw-text {
    float: left;
    padding-bottom: 11px;
    padding-top: 10px;
}
.wdw-total {
    border-right: 1px dotted #ccc;
    color: #666;
    font-weight: 400;
    width: 384px;
}
.wdw-text {
    padding-left: 14px;
    width: 134px;
}
.wdw-total,
.wdw-text {
    border-bottom: 1px dotted #ccc;
}
.row1 {
    padding-top: 0;
}
.row3 {
    border-bottom: none;
    padding-bottom: 0;
}
/* Withdraw Help */
.wdw-help .s_row {
    padding-top: 17px;
    padding-bottom: 10px;
}
.wdw-help .s_row:nth-child(2) {
    background: none;
}
.a .wdw-help a { color: #999; font-size: 15px; }
/* Recent Withdrawals Box */
.section_head2 {
    box-shadow: inset 1px 0 1px #F9FCF2;
    height: 27px;
    padding-top: 10px;
    position: absolute;
    right: 25px;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 250px;
}
.wdw-row {
    border-bottom: 1px solid #e2e2e2;
    color: #666;
    clear: both;
    position: relative;
}
.wdw-col1,
.wdw-col2 {
    padding: 15px 0px 15px 20px;
    position: relative;
    width: 150px;
}
.wdw-col2 {
    position: absolute;
    padding: 0;
    right: 25px;
    top: 50%;
    text-align: right;
    transform: translate(0,-50%);
    width: auto;
}
.wdw-row:last-child .wdw-col1,
.wdw-row:last-child .wdw-col2 {
    border-bottom: none;
}
.currency-sup {
    font-family: montserrat;
    font-size: 24px;
    display: inline-block;
}
.wdw-amt,
.wdw-link {
    font-family: montserrat;
    font-size: 24px;
    letter-spacing: -1.3px;
    display: inline-block;
}
.wdw-link {
    font-size: 12px;
    float: right;
    letter-spacing: 0;
}
.wdw-link a {
    text-decoration: none !important;
}
.wdw-info {
    font-weight: 300;
    font-size: 16px;
}
.wdw-status {
    position: relative;
}

.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;
}
.black { color: #000; }
.form-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}
.terms-iframe {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    height: 210px;
    margin: 20px auto 0;
    overflow-y: scroll;
    width: 400px;
}
/* INTERMEDIARY WITHDRAWAL */
.em-grn { color: #5F7E19; }
.em-red { color: #B20000; }
.em-400 { font-weight: 400; }
.txt-lg {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.fee_table {
    border-collapse: collapse;
    width: 270px;
}
.fee_table tr {
    border-bottom: 1px solid #e2e2e2;
    height: 53px;
}
.fee_table tr:last-child { border-bottom: 0; }
.fee_title {
    border-right: 1px solid #e2e2e2;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    width: 168px;
}
.fee_value {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
}
/* MFA */
.ico-alert {
    background: url(images/ico-alert.png) no-repeat 0 5px;
    font-size: 20px;
    line-height: 1.2;
    padding-left: 60px;
    margin-bottom: 25px;
}
/*MOBILE APP LB*/
.mobox {
    background:#F3F9E3;
    padding:30px 30px 0 30px;
}
.lma {
    float:left;
    width:300px;
    font-size:20px;
    font-weight:300;
    line-height: 26px;
}
.mapp {
    background:url(images/img-app-preview-square.jpg) no-repeat;
    height: 209px;
    float: right;
    margin-bottom: 30px;
    width: 209px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .mapp {
        background-image: url(images/img-app-preview-square@2x.jpg);
        background-size: 209px 209px;
    }
}

/* 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-widget.mce-btn.mce-primary .mce-txt{
    color: #fff !important;
    font-family: Montserrat, sans-serif;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #8C4600 !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-widget.mce-btn.mce-last .mce-txt{
    color: #666 !important;
    font-family: Montserrat, sans-serif;
    font-size: 12px !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; }

/*Social Photo blast*/
.social_container {
    width:601px;
    height:601px;
    background:#8FA936;
}
.social_photo {
    width:601px;
    height:400px;
    margin-bottom:10px;
}
.social_hl {
    color:#fff;
    font-size:32px;
    text-align:center;
    font-family: Lato, sans-serif;
    font-weight:200;
    line-height:1.3;
}
.ray_white {
    width:82px;
    height:52px;
    background:url(images/ray_white.png);
    margin:15px auto 10px auto
}
.social_link {
    text-align:center;
    color:#DEE5C3;
    font-family: Montserrat, sans-serif;
    font-weight:500;
    font-size:14px;
}

div#fb-root iframe {
    width: 640px !important;
}



/* FB Thankyou */
.two .friend-field {
    display: inline-block;
    width: 425px;
    padding: 8px 10px 8px 10px;
    border-radius: 7px;
    border: 1px solid #cccccc;
    box-shadow: inset 1px 1px 2px #cccccc;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    font-family: lato, sans-serif;
    font-weight: 300;
    resize: none;
}
.friend-avatar {
    background: #fff url(images/bg-fb-avatar.png) center bottom no-repeat;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    height: 63px;
    margin-right: 20px;
    overflow: hidden;
    width: 63px;
}
.friend-avatar img {
    height: 63px;
    width: 63px;
}
.friend-info {
    border-bottom: 1px solid #ccc;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    min-height: 64px;
    position: relative;
    width: 447px;
}
.friend-info a.close {
    background: url(images/x.png) no-repeat;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 20px;
}
.friend-label {
    font-size: 16px;
    margin-bottom: 12px;
}
.friend-meta {
    color: #666;
    font-size: 15px;
    margin-top: 10px;
}
.textarea-thankyou {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    height: 160px;
    margin: 0 auto;
    overflow-y: scroll;
    padding: 10px;
    text-align: left;
    width: 512px;
}

.lil_drop {
    background: white;
    box-shadow: 2px 3px 5px #999;
    border: 1px solid #E8E8E8;
    display: inline-block;
    position: absolute;
    top: 60px;
    z-index: 1;
}
.lil_suggest {
    float:left;
    width: 430px;
    padding: 8px 0px 8px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    background: white;
    font-family: lato, sans-serif;
}
.lil_suggest:hover,
.lil_suggest.hover {background:#eeeeee;}
.lil_drop a {text-decoration:none;}


/* UPDATES MILESTONE AND THANK YOU TESTS September 2015 */
.fb-preview {
    background: #fff;
    border: 1px solid #DFE0E4;
    border-radius: 3px;
    color: #141823;
    font-family: Helvetica, Arial,'lucida grande',tahoma,verdana,arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 20px auto;
    padding: 12px;
    text-align: left;
    width: 470px;
}
.fb-user { margin-bottom: 6px; }
.fb-avatar {
    float: left;
    height: 40px;
    margin-right: 7px;
    overflow: hidden;
    position: relative;
    width: 40px;
}
.fb-avatar::after,
.fb-campaign-img::after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fb-avatar img,
.fb-campaign-img img { width: 100%; }
.fb-name {
    color: #3b5998;
    font-weight: bold;
    padding-top: 3px;
}
.fb-date {
    color: #9197a3;
    font-size: 12px;
}
.fb-custom-msg {
    color: #141823;
    display: block;
    margin-bottom: 7px;
    padding: 3px 20px 3px 0;
}
.fb-campaign {
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
}
.fb-campaign-img {
    height: 246px;
    overflow: hidden;
    position: relative;
    width: 470px;
}
.fb-campaign-img img {
    position: absolute;
    top: -32px;
}
.fb-campaign-btm {
    border: 1px solid #DFE0E4;
    border-top: none;
    padding: 10px 12px;
}
.fb-campaign-title {
    font-family: Georgia, 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
}
.fb-campaign-descrip {
    font-size: 12px;
    line-height: 16px;
}
.fb-campaign-link {
    color: #9197a3;
    font-size: 11px;
    line-height: 11px;
    padding-top: 9px;
    text-transform: uppercase;
}
.update-image-contain {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #bababa;
    margin-bottom: 18px;
    padding: 10px;
    width: 512px;
}
.update-image-contain img {
    width: 510px;
}
.textarea-update {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 1px 1px 2px #ddd;
    color: #333;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    height: 80px;
    line-height: 22px;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    width: 512px;
}
.three .upopts {
    margin: 0 auto 20px;
    width: 255px;
}
.three .upopts .pop_conn.conn_fb { left: -75px; }
.three .upopts .pop_conn.conn_tw { left: 30px; }
.three .upopts .pop_conn.conn_em { left: 119px; }

/* GUIDED DESCRIPTION Sept 2015 */
.guided-desc {
    margin-top: 10px;
    margin-bottom: 30px;
    min-height: 230px;
    width: 507px;
}
.two.left .atch { text-align: center; }
.btn-link {
    background: #fff url(images/ico-link.png) no-repeat 9px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #009ED8 !important;
    float: left;
    font-size: 14px;
    height: 16px;
    line-height: 14px;
    margin-left: 20px;
    padding: 12px 11px 11px 38px;
}
.btn-link:hover {
    text-decoration: underline !important;
}
.btn-link:active {
    background-position: 9px 11px;
    padding-top: 13px;
    height: 15px;
    background-color: #f9f9f9;
}
.desc-mod {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: -10px 0 30px 0;
}
.mod-head {
    background: #F3F9E4;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
.desc-mod > a {
    border-radius: 0 0 5px 5px;
    color: #5C8006;
    display: block;
    font-weight: 400;
    font-size: 20px;
    padding: 8px 0 14px 11px;
    text-decoration: underline;
}
.desc-mod img {
    border-radius: 0 0 5px 5px;
    width: 530px;
}
.ico-mod {
    background: url(images/desc-mod-sp.png) no-repeat center 10px;
    display: block;
    float: left;
    height: 35px;
    text-indent: -9999px;
    width: 32px;
}
.ico-mod--up,
.ico-mod--down {
    border-right: 1px solid #ccc;
}
.ico-mod--down { background-position: center -64px; }
.ico-mod--delete { background-position: center -141px; float: right; }
.full-box .details.details--description { display: none; }

/* INCREASE FB SHARES PROJECT 2 Sept 2015 */
.btn--fbblue {
    background: #3F5E9F;
    border-bottom-color: #2F4A82;
    text-shadow: 1px 1px 1px #395590 !important;
    width: auto !important;
}
.btn--fbblue:hover { background-color: #4968A9; }
.btn--fbblue:active { background-color: #355495; }

/* .logo-fb {
    background: url(images/logo-fb-large.png) no-repeat;
    padding: 0 0 6px 67px;
} */

/* CORE SUPPORTER TABS OCTOBER 2015 */
.cs-gfmlb-width {
    min-width: 592px;
}

.followup-contain,
.followup-contain--cs {
    height: 347px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.followup-contain--cs input {
    border-radius: 4px;
    border: 1px solid #ccc;font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    padding: 10px 15px;
    text-align: center;
    width: 500px;
    -webkit-appearance: none;
}
.followup-frame,
.followup-tw-frame {
    background: url(images/followup-frame.png) repeat-x;
    height: 347px;
    position: absolute;
    width: 592px;
    z-index: 20;
}
.followup-tw-frame {
    background: url(images/followup-tw-frame@2x.png) no-repeat center center;
    background-size: 586px 350px;
}
.fbshares-slider {
    background: transparent url(images/fbshares-slider.png) no-repeat;
    height: 1166px;
    position: absolute;
    left: 143px;
    top: -558px;
    transition: top 0.4s ease-out;
    width: 306px;
    z-index: 10;
}
.fbshares-msg {
    background: transparent url(images/fb-share-bg@2x.png) no-repeat center 80px;
    background-size: 245px 192px;
    font-size: 20px;
    height: 1166px;
    line-height: 24px;
}
.fbshare-text {
    width: 350px;
    margin: 35px auto;
}

/* 06-07-16
   GROW-6
   Styles for new Facebook share card in sharing flow
   */
.fb-share-coaching .share-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 7px;
    width: 350px;
}

.fb-share-coaching .post-share-img {
    display: block;
    width: 100%;
}

.fb-share-coaching .post-share-title {
    color:#999;
    display: inline-block;
    font-weight:bold;
    font-size: 14px;
    width: 300px;
    margin: 10px 0 5px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fb-share-coaching .post-share-icons {
    background: url(images/like-comment-sp.png) no-repeat;
    display: inline-block;
    margin-top: 11px;
    height:14px;
    width:45px;
}
/* end share card styles */

.is-active .fbshares-slider {
    top: -265px;
}
.box-ays {
    height: 263px;
    margin: 320px 0 5px;
    width: 306px;
}
.followup-contain--cs .box-ays {
    font-size: 24px;
    line-height: 30px;
    margin: 350px auto -26px;
    width: 200px;
}
.box-ays .dykitem,
.followup .dykitem {
    color: #333;
    font-size: 17px;
    line-height: 25px;
    padding-right: 10px;
    margin-left: 0;
    margin-top: 18px;
}
.box-campaign {
    height: 285px;
    position: relative;
    width: 306px;
}
.box-header {
    color: #3F5E9F;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 33px;
    margin-top: 24px;
}
.followup-contain--cs .box-header {
    margin: 15px 0 20px;
    padding-bottom: 23px;
}
.fbshares-slider .fbshares-camp-img {
    height: 181px;
    left: 18px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    width: 271px;
}
.fbshares-camp-img img {
    width: 100%;
}
.fbshares-slider .fbshares-title {
    color: #999;
    font-weight: 700;
    font-size: 17px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    top: 206px;
    white-space: nowrap;
    width: 271px;
}

.cs-email-contain {
    padding-top: 28px;
    padding-bottom: 35px;
}
.cs-email-btn-contain,
.cs-camp-link,
.cs-camp-link--sm {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E8E8E8;
    color:#666;
    display: inline-block;
    font-family:Montserrat, sans-serif;
    font-size: 13px;
    width: 162px;
}
.cs-camp-link,
.cs-camp-link--sm {
    font-size: 20px;
    font-family:Lato, sans-serif;
    padding: 15px;
    width: 500px;
}
.cs-camp-link--sm {
    border-bottom: 1px solid #E8E8E8;
    box-shadow: inset 1px 1px 2px #ddd;
    width: 345px;
}
.cs-email-btn {
    background: url(images/mail@2x.png) no-repeat #fff;
    background-size: 80px 195px;
    display: block;
    height:60px;
    margin: 25px 0px 15px 42px;
    width: 80px;
}
.email-btn-gmail {
    background-position: 0px -135px;
}
.email-btn-yahoo {
    background-position: 0px -70px ;
}

.twshare-box {
    background: url(images/tw-stats@2x.png) no-repeat 83px 95px #fff;
    background-size: 150px 20px;
    border: 1px solid #999;
    height: 105px;
    padding: 10px 15px 15px;
    margin: 98px auto 0px;
    width: 330px;
}
.tw-camp-img {
  border-radius: 5px;
  height: 56px;
  width: 56px;
}
.tw-share-msg {
    font-size: 20px;
    margin-left: 10px;
    line-height: 26px;
    width: 260px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.two-line-trunc {
    display: block;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-lb-text {
    font-size: 19px;
    line-height: 28px;
    margin: 0 auto;
    width:365px;
}
.cs-lb h1 {
    font-size:36px;
    font-weight:300;
    line-height: 42px;
    margin-bottom: 25px;
}
.cs-lb-title {
    color:#666;
    font-family:Montserrat, sans-serif;
    font-size: 13px;
}
.two .cs-lb img {
    width: 200px;
    height: 132px;
    border-radius: 5px;
    margin: 30px 0px 20px;
}
/* END CORE SUPPORTER TABS OCTOBER 2015 */
/* project 2 variation 2 */
.followup {
    background: #fff;
    border: 1px solid #ccc;
    height: 285px;
    left: 143px;
    position: absolute;
    top: -300px;
    transition: top 0.4s ease-out;
    width: 306px;
}
.is-active .followup {
    top: 18px;
}
.strong-sentence {
    color: #395799;
    font-size: 31px;
    line-height: 42px;
    padding: 20px 0;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}
.is-active .strong-sentence {
    opacity: 0;
    transition: opacity 0.1s ease-out;
}

/* CORE SUPPORTER TABS OCTOBER 2015 */
.share-steps {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 3px 8px #ddd;
  overflow: hidden;
  text-transform: uppercase;
  height: 37px;
  margin: 0px auto;
  width: 594px;
}
.share-tab {
  color: #999;
  display: inline-block;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 28px;
  letter-spacing: .3px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  width: 84px;
}
.share-tab.br {
    background: url(images/hd_br_sm.png) no-repeat 0px 7px;
    float:left;
    margin: 0;
    width: 85px;
}
.share-tab.is--active {
  background: url(images/cs-active-tab@2x.png) no-repeat 0px -2px;
  background-size: 338px 40px;
  width: 338px;
}
.share-tab:last-child.is--active {
  background: url(images/cs-active-tab-2@2x.png) no-repeat 0px -1px;
    background-size: 333px 39px;
  float: right;
  width: 332px;
}
/* END CORE SUPPORTER TABS*/

/* FB Private Messaging Sept 2015 */
.two--fb-pm {
    background: #EDF0F5 url(images/bg-fb-pm.png) no-repeat center 30px;
    padding-top: 170px;
}

/* Core Supporters Share Flow V1 Oct 2015 */
a.ico-cs-sp,
a.ico-cs-sp--view {
    background: url(images/ico-cs-sp@2x.png) no-repeat;
    background-size: 16px 59px;
    color: #5F7E19;
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    margin-top:18px;
    padding-left: 25px;
    text-decoration: none;
}
a.ico-cs-sp--view {
    background-position: 0 -43px;
    padding-left: 20px;
}
.hd .cs.br {
    float:left;
    margin: 5px 12px 0px 15px;
}

/* NPO Customize Flow */
.two.two--height.pt0.two--npo {
    border: none;
    background: none;
    height: auto;
    min-height: 217px;
    padding: 0;
}
.npo-contain {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 25px 0 30px;
}
.npo-contain .album_out {
    height: 111px;
    margin-top: 27px;
}
.npo-contain .arwalbum {
    margin-top: 66px;
}
.npo-contain .photoptn {
    position: relative;
}
.select-photo {
    display: none;
}
a.blockoption:hover .select-photo {
    background: #666;
    background: rgba(0,0,0,.5);
    color: #fff;
    display: block;
    font-size: 13px;
    height: 61px;
    padding-top: 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 143px;
}
.two--npo .info-photo { display: none; }
.two--npo a.upotns {
    margin-bottom: 0;
}
.dividing-header {
    background: url(images/bg-dividing-header.png) no-repeat center center;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: .36;
    text-align: center;
    text-transform: uppercase;
}
.one-photo .photosel .album_row { margin-left: 164px; }
.two-photos .photosel .album_row { margin-left: 78px; }
.npo-selected-logo {
    float: right;
    max-height: 78px;
    max-width: 150px;
}

/* NEW BENEFICIARY FLOW Dec 2015 */
.option-button {
    background: #fff url(images/bene-options-sp.png) no-repeat;
    border: 1px solid #ccc;
    border-bottom-width: 4px;
    border-radius: 5px;
    color: #666;
    display: block;
    font-size: 15.5px;
    letter-spacing: -.7px;
    line-height: 21px;
    min-height: 47px;
    margin: 0 auto 20px;
    padding: 14px 12px 14px 98px;
    text-align: left;
    width: 236px;
}
.option--myself {
    background-position: 20px 24px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.option--someone-else { background-position: 20px -304px; }
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .option-button {
        background-image: url(images/bene-options-sp@2x.png);
        background-size: 54px 380px;
    }
}
.option-button:hover { background-color: #fcfcfc;}
.option-button:active,
.option-button.is-active { background-color: #f8f8f8; }
.option-title {
    color: #333;
    display: block;
    font-size: 21px;
    line-height: 26px;
}
.bene-others-form {
    margin: 0 auto;
    width: 347px;
}
.bene-others-form .tf {
    margin-bottom: 20px;
    width: 145px;
}
.bene-others-form .btn {
    display: inline-block;
    float: none;
    margin: 0 auto;
}
.btn-white,
a.btn-white {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-bottom-width: 3px;
    border-radius: 5px;
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    padding-top: 7px;
    text-align: center;
}
.btn-white:hover { background-color: #fafafa; }
.btn-white:active { background-color: #f9f9f9; }
.footer-btn-contain .btn,
.footer-btn-contain a.btn-white {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 190px;
}
.two--info-bar {
    border-bottom: none;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
.three--hauto {
    min-height: 0;
    padding-bottom: 30px;
}
.form-msg {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}
.form-msg.is-error { color: #b40000; }
.form-msg.is-error a {
    color: #b40000;
    font-weight: 400;
    text-decoration: underline;
}
.info-text {
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 420px;
}
a.link-under-btn-2 {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline;
    width: 100px;
}
/* end new bene flow */

/* CATEGORY PICKER MVP */
.cat_drop {
    left: -10px;
    position: relative;
}
.cat_drop .col1,
.cat_drop .col2 {
    width:266px;
    float:left;
}
.cat_item {
    background: url("images/cat_nav_icons.png") no-repeat;
    border: 1px solid transparent;
    color: #666;
    display: block;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
    padding-left: 50px;
    text-decoration: none;
}
.cat_item:hover,
.cat_item.is-chosen {
    background-color: #fffde3;
    border: 1px solid #ffeb8f;
    text-decoration: none !important;
}
.cat_item:active {
    background-color: #fefaca;
    border: 1px solid #ffeb8f;
    text-decoration: none !important;
}
.c1 { background-position: 10px -24px;}
.c2 { background-position: 10px -68px;}
.c3 { background-position: 10px -110px;}
.c4 { background-position: 10px -151px;}
.c5 { background-position: 10px -196px;}
.c6 { background-position: 10px -237px;}
.c7 { background-position: 10px -278px;}
.c8 { background-position: 10px -320px;}
.c9 { background-position: 10px -363px;}
.c10 { background-position: 10px -404px;}
.c11 { background-position: 10px -448px;}
.c12 { background-position: 10px -489px;}
.c13 { background-position: 10px -529px;}
.c14 { background-position: 10px -574px;}
.c15 { background-position: 10px -615px;}
.c16 { background-position: 10px -655px;}
.c17 { background-position: 10px -698px;}
.c18 { background-position: 10px -776px;}
.c19 { background-position: 10px -738px;}
.c23 { background-position: 10px 16px;}

.colsel--category { margin-bottom: 20px;}
.colsel--category .cat_drop {
    height: auto;
    left: -1px;
    position: absolute;
    padding: 8px 0;
    top: 45px;
}
.colsel--category .col1 .cat_item { margin-left: 5px; }
.colsel--category .col2 .cat_item { margin-right: 5px; }
.colsel--category .cat_item {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 15px;
    line-height: 1.1;
}
.cat_item.is-selected {
    margin-top: -7px;
    margin-left: -5px;
}
.cat_item.is-selected:hover,
.cat_item.is-selected:active {
    background-color: transparent;
    border-color: transparent;
}
.category-label{
    font-size: 20px;
}

/* 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;
}

/*-- EU cookie alert --*/
.hd_alert {
    background: #fff;
    padding: 11px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.hd_alert_contain {
    color: #333;
    font-family: lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
    width: 960px;
}
.hd_alert_contain a {
    color: #5F7E19;
    text-decoration: none;
}
.hd_alert_contain .close {
    top: 0;
    margin-top: 0;
}

/* Language Dropdown */
.select-contain-width select {
    background-position: 95% 53%;
    font-size: 18px;
    padding-top: 9px;
    width: 305px;
}

/* Removes large x in Windows Metro inputs */
::-ms-clear {
    display: none;
    width:0;
    height:0;
}
/* MICRO CLEARFIX */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.crisislightbox p {
    margin-bottom:20px;
}

/* Saved credit cards */
.savedcreditcards {
    width: 519px;
    margin-bottom: 30px;
}

.savedcreditcards .savedcreditcard {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-start;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}

.savedcreditcard .user_name {
    width: 25%;
}

.savedcreditcard .card_type {
    margin-right: 10%;
}

.savedcreditcard .last_four {
    width: 15%;
}

.savedcreditcard .expiration_date {
    width: 15%;
}

.savedcreditcard .savedcreditcard-remove {
    display: inline-block;
    width: 40%;
}

.savedcreditcard .savedcreditcard-remove .fa {
    float: right;
}

.savedcreditcard .savedcreditcard-remove button {
    float: right;
    padding: 0;
    border: none;
    background: none;
}

.savedcreditcard .savedcreditcard-remove .savedcreditcard-remove-confirmation {
    float: right;
}

.savedcreditcard .fa {
    color: #666666;
}

.savedcreditcard .fa-times {
    color: #F6A511;
}

.savedcreditcard  .fa-cc-visa {
    color: #1A1F71;
}

.savedcreditcard .fa-cc-mastercard {
    color: #FF9900;
}

.savedcreditcard .fa-cc-amex {
    color: #002663;
}

.savedcreditcard .fa-cc-jcb {
    color: #79B43D;
}

.savedcreditcard .fa-cc-discover {
    color: #DC892F;
}

/* GROW-171 CO Exit Intent Modal */
.co-exit-lightbox-contain {
    background: #fff;
    z-index: 10001;
    margin: 50px auto 0;
    width: 505px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    box-shadow: 1px 2px 10px #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}
.co-exit-lightbox-contain .one {
    text-align: center;
}

.co-exit-lightbox-contain .two {
    text-align: center;
    padding: 25px 50px 25px 50px;
}

.co-exit-lightbox-contain p {
    font-size: 17px;
    line-height: 22px;
}

.co-exit-lightbox-contain h1 {
    font-family: Lato , sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

.co-exit-lightbox-contain .btn-fb-blank {
    width: 170px;
}

.co-exit-lightbox-contain .closelb {
    position: absolute;
    right: 20px;
    top: 20px;
}

.testimonial {
    margin-bottom: 50px;
    padding: 0 50px 0 50px;
}

.testimonial blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
}

.testimonial-id {
    font-weight: bold;
    margin: 25px 0 0 0;
}

.testimonial-raised {
    line-height: 25px;
}

.testimonial-gfm {
    color: #5F7E19;
}

.testimonial-pic {
    background: url('images/nichola_g.jpg');
    height: 50px;
    width: 50px;
    background-size: cover;
    border-radius: 25px;
    margin-right: 10px;
    float: left;
}

.co-exit-lightbox-contain a.next {
    margin: 30px;
    width: initial;
    color: #5F7E19;
    text-decoration: none;
    font-size: 17px;
    padding: 5px;
    font-weight: 900;
    font-family: Lato, san-serif;
}

.campaign-sp {
    background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/campaign-sp-v2.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.campaign-sp--logo {
    display: inline-block;
    height: 35px;
    width: 110px;
}

.breakword {
    word-wrap: break-word;
}

/* GROW-404 SurveyMonkey style override */
.smcx-widget.smcx-modal.smcx-modal-survey.smcx-show {
  left: auto !important;
  right: 10px !important;
  bottom: 0px !important;
  top: auto !important;
}

/* GROW-380 styles */
.dyk-b-alt {
    font-size: 24px;
}

.readyitem {
    background: url(images/grncheck.png) no-repeat 10px 0;
    color: #666;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-left: 30px;
    margin-top: 24px;
    padding: 0 25px 0 45px;
    text-align: left;
}

.layer-white {
    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 70%;
    z-index: 20;
}

.share-testimonial {
    line-height: 1.5;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.share-testimonial blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
}

/* Hide links to pages that don't get translated */
.hide-non-en_US {
    display: none !important;
}
.lang-en_US .hide-non-en_US {
    display: block !important;
}

/* Separator */
.titlebar {
    text-align: center;
}
.titlebar:before,
.titlebar:after {
    background: url(/css/3.0/sign_up_2014_images/tilebar.png) no-repeat -25px 0;
    content: '';
    display: inline-block;
    height: 25px;
    position: relative;
    top: 6px;
    width: 60px;
}
.titlebar:after {
    background-position: -256px 0;
}
.titlebar-text {
    background: #ebebeb;
    padding: 3px 10px;
}
