/* OLD V1.CSS */
/**{*/
    /*margin:0;*/
    /*padding:0;*/
    /*list-style:none;*/
/*}*/

body {
    line-height:1.1em;
    color: #333;
    font-family: futura-pt;
    font-size: 16px;
}


fieldset{ border:none; }
label{ cursor:pointer; }
p, ul, ol {
    margin: 0 0 25px;
    line-height:1.1em;
}

a:hover{
    cursor:pointer;
    text-decoration:none;
    color:#ac341c;
}
a{
    color:#1f535d;
}
a img{ border:none; }
.nom { margin:0; }

a.rev{
    text-decoration:none;
    font-size: 14px;
}

a.rev:hover{
    text-decoration:underline;
    font-size: 14px;
}


#top-line, #menu-wrap, #footer-1, #footer-2, #sidebar, .byline, .topics, #comment-form, #comment-form label, .list-item .comments, #home-1, .homepage #inner-1, #home-2, .homepage #inner-2, .searchTimeStamp, .tri-box-title2, .right-callout .label {
    font-family:'Arimo', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
    color: #004d59;
    line-height:1.0em;
    margin-top:30px;
    margin-bottom:10px;
    font-weight: normal;
    font-family: 'Futura Std', Verdana, sans-serif;
}
h1{
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
.resource h1#title, .photo-gallery h1#title {
    float: left;
}
.resource h1#title {
    margin-top: 8px;
    margin-left: 10px;
}

h3{
    font-size: 22px;

}
h4{
    font-size: 20px;
}
h5, h6{
    font-size: 16px;
}
/*
table { border: 1px solid #C6C8B2; border-collapse: collapse; }
form table, form td, form th { border: none; }
table > tbody > tr:nth-child(2n-1), table > tbody > tr.odd {
	background: #fff;
}
table > tbody > tr:nth-child(2n), table > tbody > tr.even {

}
    */

/* Andrew added - Feb 13/2014 */
table {
    border-spacing: 10px;
    border-collapse: separate;
}

table th {
    font-size: 14px;
}
/*table th, table td {
	padding: 5px;
	border: 1px solid #C6C8B2;
}
form table th, form table td {
	border: none;
}
form  table > tbody > tr:nth-child(2n-1), form  table > tbody > tr.odd  {
	background: none;
}
    */
input, select, textarea{
    font-family:inherit;
    font-size:inherit;
}

/*
input[type="submit"], input[type="reset"], button {
background: #72A44C;
border: 1px solid #fff;
border-radius: 3px;
padding: 5px;
text-align: center;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 1px 2px #333;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
background: #496836;
}
input[type="text"], select, textarea {
	border: 1px solid #C6C8B2;
	padding: 5px;
	border-radius: 3px;
}
    */

.homepage{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-home.jpg);
    background-position: 50% 50px;
}
.innerpage{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside.jpg);
    background-position: 50% 50px;
}
.clear{
    clear:both;
    height:0;
    overflow:hidden;
}
.hide{ display:none !important; }

.submit{ cursor:pointer; }

.ld{ float:left; }
.rd{ float:right; }
.first{ margin-top:0 !important; }
.last{ margin-bottom:0 !important; }
.ca{ text-align:center; }
.ra{ text-align:right; }
.la{ text-align:left; }
.inh{ color:inherit !important; }
.upper{ text-transform:uppercase; }
.vam{ vertical-align:middle; }
.nowrap{ white-space:nowrap; }
.cfix:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
    overflow:hidden;
}
.rep{
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    display:block;
}

.in{
    width:960px;
    margin:0 auto;
    position:relative;
}

.in-narrow{
    width:730px;
    margin:0 auto;
    position:relative;
}

#top-line{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/top-bgr.jpg);
    background-position: 50% 50%;
    height: 50px;
    position: relative;
    z-index: 1000; /* changed June 14/14 from 3000 */
}

.top-line-menu{
    float: right;
    padding-top: 10px;
}
.top-line-menu li{
    margin-left: 15px; /* Changed Feb 16/14 from 20px to accommodate foundation logo */
    float: left;
    line-height: 30px;
}
.top-line-menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.top-line-menu li a:hover{
    color: #cccc99;
}
#top-line .search-form{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/search-bg.png);
    width: 228px;
    height: 29px;
    position: relative;
}
#top-line .search-form:hover{
    background-position: 0 -29px;
}
#top-line .search-form .submit{
    background-color: transparent;
    border: none;
    position: absolute;
    width: 39px;
    height: 29px;
    right:0;
    top:0;
}
#top-line .search-form .text{
    color: #fff;
    background-color: transparent;
    border: none;
    padding-left: 30px;
    font-size: 16px;
    line-height: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 155px;
    height: 17px;
}

/*.default {
	background: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside-top.jpg) 50% 0 no-repeat;
}*/
#inner-1{
    padding-top: 58px;
}
#inner-2{
    /*background: url(https://secure2.convio.net/cwf/assets-redesign/images/inner-page-bgr.png) 50% 0 repeat-y;*/
    padding:0;
}
.homepage #inner-1{
    background: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-home-top1.jpg) 50% 0 no-repeat;
    padding-top: 60px;
    font-size: 12px;
}
.homepage #inner-2{
    background: url(https://secure2.convio.net/cwf/assets-redesign/images/white.png) 50% 0 repeat;
    font-size: 12px;
}
.no-sidebar #inner-2 {
    background-image:  url(https://secure2.convio.net/cwf/assets-redesign/images/inner-page-bgr-plain.png);
}

#tools-menu-wrap{
    /*margin-right: 15px;*/
    /*width: 945px;*/
    height: 50px;
    position: relative;
    float: right;
    z-index:1000;
}
#tools-menu{
    float: right;
    padding-right: 140px;
    /*padding-top: 12px;*/
    position:relative;
}
.tools-menu{
    position: absolute;
    left: 22px;
    top: 0px;
    width: 385px;
    display:none;
}
.tools-menu-in{
    padding: 25px;
    background-color: #d9d5cc;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside.jpg);
    border: 1px solid #c0b9ae;
    border-left: 2px solid #c0b9ae;
    border-radius: 0 0 15px 15px;
}
.tools-menu-col{
    width:240px;
    font-size: 15px;
}

#menu-wrap{
    margin-right: 15px;
    width: 945px;
    height: 50px;
    position: relative;
    float: right;
    z-index:500;
}

/* DONATE BUTTON - revision option for holiday version - also update http://cwf-fcf.org/assets/wrapper-reusables/v2/fr-mega-menu.html AND http://cwf-fcf.org/assets/wrapper-reusables/v2/en-mega-menu.html */
.donate-now {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-donate-now-bg.png); /*STANDARD url(https://secure2.convio.net/cwf/assets-redesign/images/btn-donate-now-bg.png); HOLIDAY url(https://secure2.convio.net/cwf/assets-redesign/images/btn-donate-now-bg-holiday.gif);*/
    width: 89px; /*STANDARD 89px; HOLIDAY 122px; */
    height: 92px; /*STANDARD 92px; HOLIDAY 105px;*/
}
.donate-now:hover {
    background-position: 0 -92px;  /* STANDARD 0 -92px; HOLIDAY 0 -105px; */
}
/* \\DONATE BUTTON */

#top-line .donate-now{
    position: absolute;
    top: 90px;
    right: 29px;
    text-decoration:none;
}
.donate-now-text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding-top: 26px;
    text-align: center;
}
.donate-now-text.fr {
    padding-top: 35px;
}
#menu{
    float: right;
    padding-right: 140px;
    padding-top: 12px;
    position:relative;
}

ul#menu {
    height:50px;
    margin-bottom: 0px;
}

#menu li{
    float: left;
    /*
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #9da379;
    */
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/menu-line.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    /*position:relative;*/
    height: 26px;
}
#menu a{
    color: #333;
    text-decoration: none;
    display: block;
    /*height: 58px !important;*/
    overflow: visible;
    line-height: 1.1;
    /*padding:0 30px 0 22px;*/
    padding:0 20px 0 12px;
    height: 40px;
}
#menu a:hover, #menu .active a, #menu > li:hover > a{color:#ac341c;}
.menu-1{
    font-size: 20px;
    display:block;
    font-family: 'EB Garamond', serif;
}
.menu-2{
    font-size: 22px;
    display: block;
    font-weight: bold;
}
/*
#menu li.with-submenu:hover{
	background-repeat:repeat-y !important;
}
*/
.mega-menu{
    position: absolute;
    left: -18px;
    top: 50px;
    width: 885px;
    display:none;
}
.mega-menu-in{
    padding: 25px;
    background-color: #d9d5cc;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside.jpg);
    border: 1px solid #c0b9ae;
    border-left: 2px solid #c0b9ae;
    border-radius: 0 0 15px 15px;
}
.mega-menu-col{
    width:240px;
    font-size: 15px;
}
.mega-menu-in p{
    font-family: 'EB Garamond', serif;
    margin-bottom: 10px;
    font-size: 19px;
}
.mega-menu-col ul{
    margin-bottom: 20px;
}
#menu .mega-menu-col li{
    float:none;
    background:none;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 20px;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/sidebar-menu-arrow.png);
}
#menu  .mega-menu-col a{
    display:inline;
    padding:0;
    color:#1f535d;
}
#menu  .mega-menu-col a:hover{color: #ac341c;}

.home-block{
    margin-bottom: 30px;
}

.col-2{
    width: 465px;
}
.block-1{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/block-1-bgr.png);
    border: 1px solid #c3bfba;
    border-radius: 9px;
    padding: 15px 30px;
    position: relative;
    /* behavior:url(scripts/border-radius.htc); */
}

.block-1 h4{
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.home-block.block-1 p {
    margin: 0;
}
.b1-tabs h3{
    font-size: 21px;
}
.social-icons{
    height: 44px;
    margin-bottom: 30px;
}
.social-icons a{
    margin-left: 18px;
}
.social-icons a:first-child{margin: 0;}
.social-icon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.social-icon:hover {
    background-position: 0 -40px;
}
.facebook-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-facebook-bg.png);
}
.twitter-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-twitter-bg.png);
}
.youtube-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-youtube-bg.png);
}
.photoclub-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-photo-bg.png);
}
.sign-up-form{
    background: url(https://secure2.convio.net/cwf/assets-redesign/images/sign-up-form.png) 0 0 no-repeat;
    width: 402px;
    height: 50px;
    position: relative;
    margin-bottom: 3px;
}
.sign-up-form .text{
    font-size: 18px;
    background-color: transparent;
    line-height: 20px;
    border: none;
    padding: 15px;
    color: #333;
    width: 284px;
}
.sign-up-form .submit {
    position: absolute;
    top: 0;
    right: 0;
}
.sign-up-form .submit span {
    padding: 0 16px 0 20px;
}
.b1-tabs-cont{
    padding-top: 60px;
    position: relative;
}
.b1-tabs{
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    width:466px;
}
.b1-tabs li{
    width:233px;
    float: left;
    margin-left:-1px;
}
.b1-tabs a {
    display:block;
    padding-left:20px;
    height:45px;
    line-height:45px;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/b1-tabs-bgr.png);
    background-repeat: no-repeat;
    text-decoration: none;
    outline:none;
}
.b1-tabs a.active { background-position: 0 -45px !important; }
.b1-tabs a *{ vertical-align:middle; }
#b1-tab-1 a { background-position: 0 0; }
#b1-tab-2 a { background-position: -232px 0; }
.b1-tab-social-content{
    width: 320px;
    float: right;
    /*margin-bottom: 20px;*/
    height: 95px;
}
.b1-tab-social-content-head{
    margin-bottom: 5px;
    font-weight: bold;
}
.b1-tab-social-author{
    margin-right: 12px;
    float: left;
}
.b1-tab-social-content a{ text-decoration: none; }

.b1-tab-social-content a.rss-item {
    font-size: 14px; /* Added for blog post on home page */
}

.btn-27-green, .btn-27-green-in {
    line-height: 27px;
    height: 27px;
    display: inline-block;
}
.btn-27-green {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-27-blgr-right.png);
    font-size: 14px;
}
.btn-27-green-in {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-27-blgr-left.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 12px;
}
.btn-27-green:hover .btn-27-green-in {
    background-position: 0 -27px;
}
.btn-27-green:hover{
    color: #fff;
    background-position: 100% -27px;
}
.btn-36-blue, .btn-36-blue-in {
    line-height: 36px;
    height: 36px;
    display: inline-block;
}
.btn-36-blue {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-blue-36-blgr-right.png);
    font-size: 20px;
}
.btn-36-blue-in {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-blue-36-blgr-left.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 12px;
}
.btn-36-blue:hover .btn-36-blue-in {
    background-position: 0 -36px;
}
.btn-36-blue:hover{
    color: #fff;
    background-position: 100% -36px;
}
.btn-50-green, .btn-50-green-in {
    line-height: 50px;
    height: 50px;
    display: inline-block;
}
.btn-50-green {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-50-blgr-right.png);
    font-size: 24px;
}
.btn-50-green-in {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-50-blgr-left.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 12px;
}
.btn-50-green:hover .btn-50-green-in {
    background-position: 0 -50px;
}
.btn-50-green:hover{
    color: #fff;
    background-position: 100% -50px;
}
.btn-36-blue, .btn-27-green, .btn-50-green {
    padding-right: 4px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    font-weight: bold;
    color: #fff;
    text-shadow:1px 1px 2px #333;
    text-decoration:none;
    font-family:arial, sans-serif;
}
.btn-36-blue-in, .btn-27-green-in, .btn-50-green-in {
    text-transform: uppercase;
}

/*
.btn-blue, .btn-blue-in, .btn-green, .btn-green-in{
	line-height: 36px;
	height: 36px;
	display: inline-block;
}
.btn-blue, .btn-green{
	padding-right: 4px;
	background-image: url(/assets/images/wrpr/btn-blgr-right.png);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #fff;
    text-shadow:1px 1px 2px #333;
    text-decoration:none;
    font-size: 20px;
    font-family:arial, sans-serif;
}
.btn-blue{
    background-position: 100% 0;
}
.btn-green{
    background-position: 100% -36px;
}
.btn-blue-in, .btn-green-in{
	background-image: url(/assets/images/wrpr/btn-blgr-left.png);
	background-repeat: no-repeat;
	padding-left: 16px;
    padding-right: 12px;
}
.btn-blue-in{
	background-position: 0 0;
}
.btn-green-in{
	background-position: 0 -36px;
}
.btn-blue:hover, .btn-green:hover{
	color:#fff;
}
.btn-blue:hover .btn-blue-in{
	background-position: 0 -36px;
}
.btn-blue:hover{
	background-position: 100% -36px;
}
.btn-green:hover .btn-green-in{
	background-position: 0 0;
}
.btn-green:hover{
	background-position: 100% 0;
}
*/
.tri-boxes-cont{ width:990px; }
.tri-box{
    margin-right: 24px;
    float: left;
    width:306px;
}
.tri-box-in{
    width: 286px;
    padding:10px;
    position: relative;
}
.tri-box-pic{
    display:block;
}
.tri-box-cover{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/photo-cover.png);
    width: 306px;
    height: 206px;
    position: absolute;
    left: 0;
    top: 3px;
}
.tri-box-content{
    width: 266px;
    height: 168px; /* height: 166px; */
    padding:20px;
    position: absolute;
    background-color: #cecbc9;
    left: 0px;
    top: 0px;
    font-family: 'EB Garamond', serif;
    font-size: 15px;
    opacity:0;
    filter:alpha(opacity=0);
}
.tri-box-content .btn-27-green {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity:0;
    filter:alpha(opacity=0);
}
.tri-box-content p{
    margin-bottom: 5px;
}
.tri-box-title{
    margin:0;
    font-family: 'Lovers Quarrel', cursive;
    font-size:50px;
    line-height:52px;
    padding-left:10px;
}
.weird-sep{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/weird-separator.png);
    height: 1px;
    overflow: hidden;
}

.smaller-tri-boxes-cont{ width:750px; }
.no-sidebar .smaller-tri-boxes-cont{ width:1000px; }
.tri-box-smaller{
    width:220px;
    /*
    margin-right:30px;
    margin-bottom: 20px;
    */
    margin-left: 10px;
    margin-right: 10px;

}
.no-sidebar .tri-box-smaller{
    margin-right:25px;
}
.tri-box-smaller .tri-box-in{
    width:206px;
    padding:7px;
}
.tri-box-smaller .tri-box-cover{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/photo-cover-small.png);
    width:220px;
    height:148px;
}
.tri-box-smaller .tri-box-content{
    width:200px;
    height:130px;
    padding:10px;
}
.tri-box-smaller .tri-box-content, .tri-box-smaller .tri-box-content p{
    font-size: 15px !important;
}
.tri-box-title2{
    position:absolute;
    bottom:5px;
    padding:10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/photo-title-bgr.png);
    width: 200px;
    padding: 5px;
}



#footer-2{
    padding: 30px 0;
    font-size: 12px;
}
#footer-2 ul{
    overflow: hidden;
}
#footer-2 li{
    margin-right: -14px;
    padding-right: 13px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
    float: left;
    margin-left: 27px;
}

#footer-1{
    background-image: url("http://cwf-fcf.org/assets/images/logos/footerLogo.png");
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 14px;
    margin-bottom: 0;
}
#footer-1 h6{
    font-weight: bold;
    font-size: 14px;}
#footer-1-left{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #a9a8a8;
    width: 750px;
    float: left;
    padding: 30px 0;
}
#footer-1-right{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #a9a8a8;
    margin-left: -1px;
    width: 170px;
    float: left;
    padding: 30px 0 30px 38px;
}
.footer-1-col{
    margin-right: 30px;
    float: left;
}
.f1-col-w0{ width: 170px; }
.f1-col-w1{ width: 145px; }
.f1-col-w2{ width: 125px; }
.f1-col-w3{ width: 100px; margin-right: 0; }
.footer-1-col h6{
    font-size: 12px;
    color: #333;
}
.footer-1-links{margin-bottom: 30px;}
.footer-1-links:last-child{margin: 0;}
.footer-1-links li{
    margin-bottom: 5px;
}
.footer-1-links li:last-child{margin: 0;}

.block-2{
    margin-bottom: 32px;
}
.block-2:last-child{margin-bottom:15px;}
.block-2 img{
    max-width: 150px;
}
.block-2-text{
    width: 270px;
    float: right;
    color: #000;
    line-height:1.2em;
    padding-right: 10px;
}
.block-2-text p{margin-bottom: 6px;}
.block-2-text p:last-child{margin-bottom: 0;}
.magazines-list{
    width: 450px;
    margin: 0;
}
.magazines-list li{
    margin-right: 45px;
    width: 104px;
    float: left;
}

.field-group-1{
    margin-bottom: 20px;
}
.field-group-1 label{
    margin-bottom: 8px;
    display: block;
    font-size: 11px;
}

/* * * Custom drop-downs * * */
.dd-select{
    border-radius:8px;
    border:solid 1px #fff;
    position:relative;
    cursor:pointer;
}
.dd-container label{
    margin: 0 !important;
    display: inline !important;
}
.dd-desc{
    color:#aaa;
    display:block;
    overflow:hidden;
    font-weight:normal;
    line-height:1.4em;
}
.dd-selected{
    overflow:hidden;
    display:block;
    padding:10px;
    font-weight:normal;
    color:#000;
}
.dd-pointer{
    width:0;
    height:0;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-3px;
}
.dd-pointer-down{
    border:solid 5px transparent;
    border-top:solid 5px #639442;
}
.dd-pointer-up{
    border:solid 5px transparent !important;
    border-bottom:solid 5px #639442 !important;
    margin-top:-8px;
}
.dd-options{
    border:solid 1px #ccc;
    border-top:none;
    border-radius:0 0 8px 8px;
    list-style:none;
    box-shadow:0px 1px 5px #ddd;
    display:none;
    position:absolute;
    z-index:2000;
    margin:0;
    padding:0;
    background:#fff;
    overflow:auto;
}
.dd-option{
    padding:10px;
    display:block;
    border-bottom:solid 1px #ddd;
    overflow:hidden;
    text-decoration:none;
    color:#333;
    cursor:pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option{
    border-bottom:none;
}
.dd-option:hover{
    background:#f3f3f3;
    color:#ac341c;
}
.dd-selected-description-truncated{
    text-overflow: ellipsis;
    white-space:nowrap;
}
.dd-option-selected{
    background:#f6f6f6;
}
.dd-option-image, .dd-selected-image{
    vertical-align:middle;
    float:left;
    margin-right:5px;
    max-width:64px;
}
.dd-image-right{
    float:right;
    margin-right:15px;
    margin-left:5px;
}
.dd-container{
    position:relative;
}
.dd-selected-text{
    font-weight:bold;
}

#inner-page-leaves{
    margin-left: -84px;
    width: 134px;
    height: 60px;
    /*position: absolute;*/
    top: 59px;
    left: 100%;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/inner-page-leaves.png);
    margin-left: 707px;
    margin-top: 59px;
}
.override #inner-page-leaves{
    background: none;
}

#sidebar{
    width: 185px;
    float: right;
    font-size: 12px;
    padding-left: 24px;
}
#content{
    /* GP */
    /*width: 730px;*/
    /*float: left;*/
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-block, ul#subnav.sidebar-menu, ul#subnav2.sidebar-menu {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/sidebar-block-bgr.png);
    padding: 20px;
    border: 1px solid #c6c8b2;
    border-radius: 8px;
    margin-bottom: 30px;
}

.sidebar-menu li{
    /*background-image: url("http://cwf-fcf.org/assets/wrapper-reusables/v2/assets/cwf_new_topBackground.png");*/
    background-color: #f1f0ed;
    background-repeat: no-repeat;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 16px 5px 0;
    padding: 4px 0 3px 10px;
}

.sidebar-menu li.subnav{
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 35px;
    /*background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-arrow2.png) 6px 5px no-repeat, url("http://cwf-fcf.org/assets/wrapper-reusables/v2/assets/cwf_new_topBackground.png");*/
    background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-arrow2.png) 6px 5px no-repeat, #f1f0ed;
    /* margin-left: 18px; */
    /*
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 25px;
    background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-arrow2.png) 0 5px no-repeat;
    margin-left: 18px;
    */
}



.sidebar-menu li.subnav2{
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 25px;
    background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-bullet.png) 0 5px no-repeat;
    margin-left: 18px;
}

.sidebar-block h4, .sidebar-menu li.label{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0 0 7px;
}
.sidebar-menu a{text-decoration: none;}
.sidebar-banner{margin-bottom: 30px;}
.sidebar-banner img{
    border-radius:10px;
    display: block;
}
.right-callout { display: block; float: right; clear: right; width: 300px; border: 0px; padding:11px;  }
.right-callout .in { width:280px; border: 1px solid #A9A8A8; padding:10px; margin: 0 0 .5em 0;}
.right-callout .topics { font-size: 1em;}
.right-callout .label { font-weight: bold; font-size: 0.764em; }
.right-callout .pdf { margin-top: 1em; }
.right-callout .image { width: 300px;}

.banner-grey-border img{ border: 1px solid #cfcdc1; }
.banner-white-border img{ border: 1px solid #fff; }
#social-popup{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-bgr.png);
    text-align: center;
    padding: 15px 0 1px;
    width: 85px;
    position: absolute;
    left: -115px;
    top: -29px;
}
.social-share-row{margin-bottom: 5px;}
.social-popup-bottom{
    width:85px;
    height:14px;
    background:url(https://secure2.convio.net/cwf/assets-redesign/images/social-bottom.png);
    overflow:hidden;
    position: absolute;
    left: 0;
    bottom: -14px;
}
#content .crumbtrails{
    font-size: 14px;
    margin-bottom: 30px;
    font-family:'Arimo', Arial, sans-serif;
}
#content .breadcrumbComponent {
    display: block;
    margin-bottom: 30px;
    font: normal normal 14px 'Arimo', Arial, sans-serif;
}
#content .crumb-separator{}

#content ul li{
    list-style:disc;
    line-height:1.0em;
    color:#639442;
    margin-left:1em;
    margin-top: 7px;
}

#content ol li {
    list-style: decimal;
    line-height:1em;
    margin: 7px 0 0 1em;
}
#content ol li li {
    list-style: lower-alpha;
    line-height:1.2em;
}
#content ul ul, #content ul ol, #content ol ol, #content ol ul {
    margin: .5em 0 .5em 1em;
    line-height:1.5em;
}
#content .li-in, #ilcontent .li-in{
    color: #333;
    line-height:1.0em;
}

.block-1-pad2{
    padding:20px;
}
.block-1-in1{
    width: 330px;
    float: left;
}
.red-caption{
    color: #fff;
    background-image: url(http://cwf-fcf.org/assets/images/wrpr/red-bar.png);
    text-align: center;
    line-height: 43px;
    /*width: 271px;*/
    width: 360px;
    /*height: 43px;*/
    height: 50px;
    font-family: 'Lovers Quarrel', cursive;
    font-size: 51px;
    position: relative;
    left: -40px;
    margin-bottom: 15px;
    padding-top:10px;
}
.separate-link{margin-left: 20px;}
#content .weird-sep{
    margin: 30px 0;
    opacity:.7;
    filter:alpha(opacity=70);
}
.tags a{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    padding:10px 12px;
    background-color: #639442;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
}
.tags a:hover{
    background-color: #004D59;
}
.col-2-2{
    width: 360px;
}
.col-2-3{
    width: 310px;
}
.block-1-leaves{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/block-1-leaves.png);
    width: 114px;
    height: 74px;
    position: absolute;

    top: 0;
    right: 10px;
    z-index:300;
}

.pagination{
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 25px;
}
.pagination-caption{
    width: 120px;
    float: left;
    line-height:40px;
}
.pagination-pages{
    float: left;
    line-height:40px;
}
#content .pagination-pages{ margin:0; }
#content .pagination-pages li{
    color: #333;
    margin: 0 12px 0 0;
    list-style:none;
    float:left;
    font-family: 'Arimo', sans-serif;
}
.pagination-filter{
    float: right;
}
.pagination-label{
    float: left;
    line-height:40px;
    margin-right: 5px;
}
#content .pagination .dd-container li{
    margin-left: 0;
    list-style-type: none;
}
.block-3{
    margin-bottom: 20px;
}

.block-3-text{
    width: 625px;
    float: right;
}

.block-3-text h4, .block-list h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0px;
    font-family: 'EB Garamond',serif;
}

.resources-types li{
    list-style:none !important;
    margin:0 20px 30px 0 !important;
    float: left;
}
.resources-types li img{display: block;}

.scroller-block{
    padding:30px 0;
}
.scroller-left, .scroller-right{
    cursor:pointer;
    margin-top: -18px;
    width: 19px;
    height: 36px;
    position: absolute;
    top: 50%;
}
.scroller-left:hover, .scroller-right:hover{
    background-position: 0 0;
}
.scroller-left{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/scroll-arrow-left.png);
    background-position: 0 -36px;
    left:0;
}
.scroller-right{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/scroll-arrow-right.png);
    background-position: 0 -36px;
    right:0;
}
.scroller-element{
    width:270px;
    margin-right:20px;
    float:left;
}
.scroller-wrap{
    overflow: hidden;
    margin: 0 auto;
    width: 850px;
}
.scroller-wrap-narrow{
    overflow: hidden;
    margin: 0 auto;
    width: 575px;
}
.scroller-text{
    width: 175px;
    float: right;
    font-size: 17px;
    font-family: 'EB Garamond', serif;
}
#footer-2 #cv-poweredBy {
    text-align:left;
    margin-top:5px;
    clear: both;
}

.no-sidebar #content {
    width:960px;
}
#latest_tweet {
    width: 403px;
    height: 126px;
    overflow: hidden;
    margin-top: 0px;
}
#latest_tweet .b1-tab-social-content {
    width: 340px;
}


/* Positional style elements */
.pas {
    padding:5px
}
.pam {
    padding:10px
}
.pal {
    padding:20px
}
.pts {
    padding-top:5px
}
.ptm {
    padding-top:10px
}
.ptl {
    padding-top:20px
}
.prs {
    padding-right:5px
}
.prm {
    padding-right:10px
}
.prl {
    padding-right:20px
}
.pbs {
    padding-bottom:5px
}
.pbm {
    padding-bottom:10px
}
.pbl {
    padding-bottom:20px
}
.pls {
    padding-left:5px
}
.plm {
    padding-left:10px
}
.pll {
    padding-left:20px
}
.phs {
    padding-left:5px;
    padding-right:5px
}
.phm {
    padding-left:10px;
    padding-right:10px
}
.phl {
    padding-left:20px;
    padding-right:20px
}
.pvs {
    padding-top:5px;
    padding-bottom:5px
}
.pvm {
    padding-top:10px;
    padding-bottom:10px
}
.pvl {
    padding-top:20px;
    padding-bottom:20px
}
.mas {
    margin:5px
}
.mam {
    margin:10px
}
.mal {
    margin:20px
}
.mts {
    margin-top:5px
}
.mtm {
    margin-top:10px
}
.mtl {
    margin-top:20px
}
.mrs {
    margin-right:5px
}
.mrm {
    margin-right:10px
}
.mrl {
    margin-right:20px
}
.mbs {

    margin-bottom:5px
}
.mbm {
    margin-bottom:10px
}
.mbl {
    margin-bottom:20px
}
.mls {
    margin-left:5px
}
.mlm {
    margin-left:10px
}
.mll {
    margin-left:20px
}
.mhs {
    margin-left:5px;
    margin-right:5px
}
.mhm {
    margin-left:10px;
    margin-right:10px
}
.mhl {
    margin-left:20px;
    margin-right:20px
}
.mvs {
    margin-top:5px;
    margin-bottom:5px
}
.mvm {
    margin-top:10px;
    margin-bottom:10px
}
.mvl {
    margin-top:20px;
    margin-bottom:20px
}
.vab {
    vertical-align:bottom;
}
.vam {
    vertical-align:middle;
}
.vabl {
    vertical-align:baseline;
}
.vatb {
    vertical-align:text-bottom;
}
.tal {
    text-align:left;
}
.tac {
    text-align:center;
}
.tar {
    text-align:right;
}
.lfloat {
    float:left;
}
.rfloat {
    float:right;
}
.block {
    display:block;
}
.inline {
    display:inline;
}
.no-overflow {
    overflow:hidden;
}
.relative {
    position:relative;
}
.uppercase {
    text-transform: uppercase;
}
.notransform {
    text-transform: none;
}
.noline {
    text-decoration: none;
}

/* Pagination */
table.paginator {
    float:left;
    margin: 10px 10px 15px 15px;
    border-width: 0;
}
table.paginator > tbody > tr{
    background: none;
}
table.paginator td {
    padding: 2px 2px;
    line-height: 1.5em;
    text-align: center;
    border: 0;
}
table.paginator td a {
    display: block;
    padding: 2px 7px;
    margin: -2px -7px;
    text-decoration:none;
}
/* generic single display styles */
.body {
    margin: 1em 0 0;
}
/* generic list styles */
.list-item {
    margin: 0 0 1em 0;
}

/* blog styles */
.byline, .topics {
    font-size: .824em;
}
.comment-form {
    font-size: .706em;
}
#comment-form .row {
    margin: 0 0 .5em 0;
}
#comment-form label{
    display: inline-block;
    font-weight: bold;
    width: 100px;
}
#comment-form .captcha-input, #comment-form .submit {
    margin-left: 100px;
}

#comment-form #captcha-image {
    border-radius: 3px;
    border: 1px solid #C6C8B2;
}

.list-item .comments {
    font-size: .824em;
}
/*search results */
p.searchDisplayResults {
    margin: 10px 15px 10px 0;
    float: left;
}
.searchNavigation {
    margin: 10px 0;
}
.searchNavigation a {
    display: inline-block;
    padding: 0 7px;
    text-decoration:none;
}
p.searchTitle {
    clear: both;
    margin: .5em 0 0;
    padding: .75em 0 .25em;

}
.searchTitle a {font-weight: bold; }
p.searchTimeStamp {
    margin: 0;
    font-size: .706em;
    color: #555;
}
p.searchDescription {
    margin: 0 0 0px 0;
}
p.searchTeaser {
    margin: 0 0 5px 0;
}
/*rehab-center ugc */
.rehab-center-ugc .formField {
    display: block;
    padding: 0 0 .5em 0;
}
.rehab-center-ugc .label{
    display: inline-block;
    font-weight: bold;
    width: 230px;
}
.rehab-center-ugc input[type="text"], .rehab-center-ugc textarea, .rehab-center-ugc select {
    width: 420px;
}
.captchaContainer, .formField.formFooter {
    margin-left: 235px;
}
.captchaContainer input[type="text"] {
    width: 200px;
}

/*Luminate login component - added May 7, 2014*/
.li_comp_usr_valTd {
    vertical-align: top;
}
#li_comp_usr {
    border: solid;
    border-style: solid;
    border-width: 1px;
    background-color: #DEE0E4;
}



/* OLD STYLE.CSS */
/**{*/
    /*margin:0;*/
    /*padding:0;*/
    /*list-style:none;*/
/*}*/

body {
    line-height:1.1em;
    color: #333;
    font-family: futura-pt;
    font-size: 16px;
}


fieldset{ border:none; }
label{ cursor:pointer; }
p, ul, ol {
    margin: 0 0 25px;
    line-height:1.1em;
}

a:hover{
    cursor:pointer;
    text-decoration:none;
    color:#ac341c;
}
a{
    color:#1f535d;
}
a img{ border:none; }
.nom { margin:0; }

a.rev{
    text-decoration:none;
    font-size: 14px;
}

a.rev:hover{
    text-decoration:underline;
    font-size: 14px;
}


#top-line, #menu-wrap, #footer-1, #footer-2, #sidebar, .byline, .topics, #comment-form, #comment-form label, .list-item .comments, #home-1, .homepage #inner-1, #home-2, .homepage #inner-2, .searchTimeStamp, .tri-box-title2, .right-callout .label {
    font-family:'Arimo', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
    color: #004d59;
    line-height:1.0em;
    margin-top:30px;
    margin-bottom:10px;
    font-weight: normal;
    font-family: 'Futura Std', Verdana, sans-serif;
}
h1{
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
.resource h1#title, .photo-gallery h1#title {
    float: left;
}
.resource h1#title {
    margin-top: 8px;
    margin-left: 10px;
}

h3{
    font-size: 22px;

}
h4{
    font-size: 20px;
}
h5, h6{
    font-size: 16px;
}
/*
table { border: 1px solid #C6C8B2; border-collapse: collapse; }
form table, form td, form th { border: none; }
table > tbody > tr:nth-child(2n-1), table > tbody > tr.odd {
	background: #fff;
}
table > tbody > tr:nth-child(2n), table > tbody > tr.even {

}
    */

/* Andrew added - Feb 13/2014 */
table {
    border-spacing: 10px;
    border-collapse: separate;
}

table th {
    font-size: 14px;
}
/*table th, table td {
	padding: 5px;
	border: 1px solid #C6C8B2;
}
form table th, form table td {
	border: none;
}
form  table > tbody > tr:nth-child(2n-1), form  table > tbody > tr.odd  {
	background: none;
}
    */
input, select, textarea{
    font-family:inherit;
    font-size:inherit;
}

/*
input[type="submit"], input[type="reset"], button {
background: #72A44C;
border: 1px solid #fff;
border-radius: 3px;
padding: 5px;
text-align: center;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 1px 2px #333;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
background: #496836;
}
input[type="text"], select, textarea {
	border: 1px solid #C6C8B2;
	padding: 5px;
	border-radius: 3px;
}
    */

.homepage{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-home.jpg);
    background-position: 50% 50px;
}
.innerpage{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside.jpg);
    background-position: 50% 50px;
}
.clear{
    clear:both;
    height:0;
    overflow:hidden;
}
.hide{ display:none !important; }

.submit{ cursor:pointer; }

.ld{ float:left; }
.rd{ float:right; }
.first{ margin-top:0 !important; }
.last{ margin-bottom:0 !important; }
.ca{ text-align:center; }
.ra{ text-align:right; }
.la{ text-align:left; }
.inh{ color:inherit !important; }
.upper{ text-transform:uppercase; }
.vam{ vertical-align:middle; }
.nowrap{ white-space:nowrap; }
.cfix:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
    overflow:hidden;
}
.rep{
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    display:block;
}

.in{
    width:960px;
    margin:0 auto;
    position:relative;
}

.in-narrow{
    width:730px;
    margin:0 auto;
    position:relative;
}

#top-line{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/top-bgr.jpg);
    background-position: 50% 50%;
    height: 50px;
    position: relative;
    z-index: 1000; /* changed June 14/14 from 3000 */
}

.top-line-menu{
    float: right;
    padding-top: 10px;
}
.top-line-menu li{
    margin-left: 15px; /* Changed Feb 16/14 from 20px to accommodate foundation logo */
    float: left;
    line-height: 30px;
}
.top-line-menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.top-line-menu li a:hover{
    color: #cccc99;
}
#top-line .search-form{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/search-bg.png);
    width: 228px;
    height: 29px;
    position: relative;
}
#top-line .search-form:hover{
    background-position: 0 -29px;
}
#top-line .search-form .submit{
    background-color: transparent;
    border: none;
    position: absolute;
    width: 39px;
    height: 29px;
    right:0;
    top:0;
}
#top-line .search-form .text{
    color: #fff;
    background-color: transparent;
    border: none;
    padding-left: 30px;
    font-size: 16px;
    line-height: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 155px;
    height: 17px;
}

/*.default {
	background: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside-top.jpg) 50% 0 no-repeat;
}*/
#inner-1{
    padding-top: 58px;
}

/* GP */
/*#inner-2{
    background: url(http://cwf-fcf.org/xyz-testing/gp-testing/assets/images/backgrounds/backgroundfade3.jpg) center center /cover;
}
*/


.homepage #inner-1{
    background: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-home-top1.jpg) 50% 0 no-repeat;
    padding-top: 60px;
    font-size: 12px;
}
.homepage #inner-2{
    background: url(https://secure2.convio.net/cwf/assets-redesign/images/white.png) 50% 0 repeat;
    font-size: 12px;
}
.no-sidebar #inner-2 {
    background-image:  url(https://secure2.convio.net/cwf/assets-redesign/images/inner-page-bgr-plain.png);
}

#tools-menu-wrap{
    /*margin-right: 15px;*/
    /*width: 945px;*/
    height: 50px;
    position: relative;
    float: right;
    z-index:1000;
}
#tools-menu{
    float: right;
    padding-right: 140px;
    /*padding-top: 12px;*/
    position:relative;
}
.tools-menu{
    position: absolute;
    left: 22px;
    top: 0px;
    width: 385px;
    display:none;
}
.tools-menu-in{
    padding: 25px;
    background-color: #d9d5cc;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside.jpg);
    border: 1px solid #c0b9ae;
    border-left: 2px solid #c0b9ae;
    border-radius: 0 0 15px 15px;
}
.tools-menu-col{
    width:240px;
    font-size: 15px;
}

#menu-wrap{
    margin-right: 15px;
    width: 945px;
    height: 50px;
    position: relative;
    float: right;
    z-index:500;
}

/* DONATE BUTTON - revision option for holiday version - also update http://cwf-fcf.org/assets/wrapper-reusables/v2/fr-mega-menu.html AND http://cwf-fcf.org/assets/wrapper-reusables/v2/en-mega-menu.html */
.donate-now {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-donate-now-bg.png); /*STANDARD url(https://secure2.convio.net/cwf/assets-redesign/images/btn-donate-now-bg.png); HOLIDAY url(https://secure2.convio.net/cwf/assets-redesign/images/btn-donate-now-bg-holiday.gif);*/
    width: 89px; /*STANDARD 89px; HOLIDAY 122px; */
    height: 92px; /*STANDARD 92px; HOLIDAY 105px;*/
}
.donate-now:hover {
    background-position: 0 -92px;  /* STANDARD 0 -92px; HOLIDAY 0 -105px; */
}
/* \\DONATE BUTTON */

#top-line .donate-now{
    position: absolute;
    top: 90px;
    right: 29px;
    text-decoration:none;
}
.donate-now-text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding-top: 26px;
    text-align: center;
}
.donate-now-text.fr {
    padding-top: 35px;
}
#menu{
    float: right;
    padding-right: 140px;
    padding-top: 12px;
    position:relative;
}

ul#menu {
    height:50px;
    margin-bottom: 0px;
}

#menu li{
    float: left;
    /*
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #9da379;
    */
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/menu-line.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    /*position:relative;*/
    height: 26px;
}
#menu a{
    color: #333;
    text-decoration: none;
    display: block;
    /*height: 58px !important;*/
    overflow: visible;
    line-height: 1.1;
    /*padding:0 30px 0 22px;*/
    padding:0 20px 0 12px;
    height: 40px;
}
#menu a:hover, #menu .active a, #menu > li:hover > a{color:#ac341c;}
.menu-1{
    font-size: 20px;
    display:block;
    font-family: 'EB Garamond', serif;
}
.menu-2{
    font-size: 22px;
    display: block;
    font-weight: bold;
}
/*
#menu li.with-submenu:hover{
	background-repeat:repeat-y !important;
}
*/
.mega-menu{
    position: absolute;
    left: -18px;
    top: 50px;
    width: 885px;
    display:none;
}
.mega-menu-in{
    padding: 25px;
    background-color: #d9d5cc;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/bgr-inside.jpg);
    border: 1px solid #c0b9ae;
    border-left: 2px solid #c0b9ae;
    border-radius: 0 0 15px 15px;
}
.mega-menu-col{
    width:240px;
    font-size: 15px;
}
.mega-menu-in p{
    font-family: 'EB Garamond', serif;
    margin-bottom: 10px;
    font-size: 19px;
}
.mega-menu-col ul{
    margin-bottom: 20px;
}
#menu .mega-menu-col li{
    float:none;
    background:none;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 20px;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/sidebar-menu-arrow.png);
}
#menu  .mega-menu-col a{
    display:inline;
    padding:0;
    color:#1f535d;
}
#menu  .mega-menu-col a:hover{color: #ac341c;}

.home-block{
    margin-bottom: 30px;
}

.col-2{
    width: 465px;
}
.block-1{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/block-1-bgr.png);
    border: 1px solid #c3bfba;
    border-radius: 9px;
    padding: 15px 30px;
    position: relative;
    /* behavior:url(scripts/border-radius.htc); */
}

.block-1 h4{
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.home-block.block-1 p {
    margin: 0;
}
.b1-tabs h3{
    font-size: 21px;
}
.social-icons{
    height: 44px;
    margin-bottom: 30px;
}
.social-icons a{
    margin-left: 18px;
}
.social-icons a:first-child{margin: 0;}
.social-icon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.social-icon:hover {
    background-position: 0 -40px;
}
.facebook-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-facebook-bg.png);
}
.twitter-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-twitter-bg.png);
}
.youtube-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-youtube-bg.png);
}
.photoclub-icon {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-photo-bg.png);
}
.sign-up-form{
    background: url(https://secure2.convio.net/cwf/assets-redesign/images/sign-up-form.png) 0 0 no-repeat;
    width: 402px;
    height: 50px;
    position: relative;
    margin-bottom: 3px;
}
.sign-up-form .text{
    font-size: 18px;
    background-color: transparent;
    line-height: 20px;
    border: none;
    padding: 15px;
    color: #333;
    width: 284px;
}
.sign-up-form .submit {
    position: absolute;
    top: 0;
    right: 0;
}
.sign-up-form .submit span {
    padding: 0 16px 0 20px;
}
.b1-tabs-cont{
    padding-top: 60px;
    position: relative;
}
.b1-tabs{
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    width:466px;
}
.b1-tabs li{
    width:233px;
    float: left;
    margin-left:-1px;
}
.b1-tabs a {
    display:block;
    padding-left:20px;
    height:45px;
    line-height:45px;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/b1-tabs-bgr.png);
    background-repeat: no-repeat;
    text-decoration: none;
    outline:none;
}
.b1-tabs a.active { background-position: 0 -45px !important; }
.b1-tabs a *{ vertical-align:middle; }
#b1-tab-1 a { background-position: 0 0; }
#b1-tab-2 a { background-position: -232px 0; }
.b1-tab-social-content{
    width: 320px;
    float: right;
    /*margin-bottom: 20px;*/
    height: 95px;
}
.b1-tab-social-content-head{
    margin-bottom: 5px;
    font-weight: bold;
}
.b1-tab-social-author{
    margin-right: 12px;
    float: left;
}
.b1-tab-social-content a{ text-decoration: none; }

.b1-tab-social-content a.rss-item {
    font-size: 14px; /* Added for blog post on home page */
}

.btn-27-green, .btn-27-green-in {
    line-height: 27px;
    height: 27px;
    display: inline-block;
}
.btn-27-green {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-27-blgr-right.png);
    font-size: 14px;
}
.btn-27-green-in {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-27-blgr-left.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 12px;
}
.btn-27-green:hover .btn-27-green-in {
    background-position: 0 -27px;
}
.btn-27-green:hover{
    color: #fff;
    background-position: 100% -27px;
}
.btn-36-blue, .btn-36-blue-in {
    line-height: 36px;
    height: 36px;
    display: inline-block;
}
.btn-36-blue {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-blue-36-blgr-right.png);
    font-size: 20px;
}
.btn-36-blue-in {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-blue-36-blgr-left.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 12px;
}
.btn-36-blue:hover .btn-36-blue-in {
    background-position: 0 -36px;
}
.btn-36-blue:hover{
    color: #fff;
    background-position: 100% -36px;
}
.btn-50-green, .btn-50-green-in {
    line-height: 50px;
    height: 50px;
    display: inline-block;
}
.btn-50-green {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-50-blgr-right.png);
    font-size: 24px;
}
.btn-50-green-in {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/btn-green-50-blgr-left.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 12px;
}
.btn-50-green:hover .btn-50-green-in {
    background-position: 0 -50px;
}
.btn-50-green:hover{
    color: #fff;
    background-position: 100% -50px;
}
.btn-36-blue, .btn-27-green, .btn-50-green {
    padding-right: 4px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    font-weight: bold;
    color: #fff;
    text-shadow:1px 1px 2px #333;
    text-decoration:none;
    font-family:arial, sans-serif;
}
.btn-36-blue-in, .btn-27-green-in, .btn-50-green-in {
    text-transform: uppercase;
}

/*
.btn-blue, .btn-blue-in, .btn-green, .btn-green-in{
	line-height: 36px;
	height: 36px;
	display: inline-block;
}
.btn-blue, .btn-green{
	padding-right: 4px;
	background-image: url(/assets/images/wrpr/btn-blgr-right.png);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #fff;
    text-shadow:1px 1px 2px #333;
    text-decoration:none;
    font-size: 20px;
    font-family:arial, sans-serif;
}
.btn-blue{
    background-position: 100% 0;
}
.btn-green{
    background-position: 100% -36px;
}
.btn-blue-in, .btn-green-in{
	background-image: url(/assets/images/wrpr/btn-blgr-left.png);
	background-repeat: no-repeat;
	padding-left: 16px;
    padding-right: 12px;
}
.btn-blue-in{
	background-position: 0 0;
}
.btn-green-in{
	background-position: 0 -36px;
}
.btn-blue:hover, .btn-green:hover{
	color:#fff;
}
.btn-blue:hover .btn-blue-in{
	background-position: 0 -36px;
}
.btn-blue:hover{
	background-position: 100% -36px;
}
.btn-green:hover .btn-green-in{
	background-position: 0 0;
}
.btn-green:hover{
	background-position: 100% 0;
}
*/
.tri-boxes-cont{ width:990px; }
.tri-box{
    margin-right: 24px;
    float: left;
    width:306px;
}
.tri-box-in{
    width: 286px;
    padding:10px;
    position: relative;
}
.tri-box-pic{
    display:block;
}
.tri-box-cover{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/photo-cover.png);
    width: 306px;
    height: 206px;
    position: absolute;
    left: 0;
    top: 3px;
}
.tri-box-content{
    width: 266px;
    height: 168px; /* height: 166px; */
    padding:20px;
    position: absolute;
    background-color: #cecbc9;
    left: 0px;
    top: 0px;
    font-family: 'EB Garamond', serif;
    font-size: 15px;
    opacity:0;
    filter:alpha(opacity=0);
}
.tri-box-content .btn-27-green {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity:0;
    filter:alpha(opacity=0);
}
.tri-box-content p{
    margin-bottom: 5px;
}
.tri-box-title{
    margin:0;
    font-family: 'Lovers Quarrel', cursive;
    font-size:50px;
    line-height:52px;
    padding-left:10px;
}
.weird-sep{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/weird-separator.png);
    height: 1px;
    overflow: hidden;
}

.smaller-tri-boxes-cont{ width:750px; }
.no-sidebar .smaller-tri-boxes-cont{ width:1000px; }
.tri-box-smaller{
    width:220px;
    /*
    margin-right:30px;
    margin-bottom: 20px;
    */
    margin-left: 10px;
    margin-right: 10px;

}
.no-sidebar .tri-box-smaller{
    margin-right:25px;
}
.tri-box-smaller .tri-box-in{
    width:206px;
    padding:7px;
}
.tri-box-smaller .tri-box-cover{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/photo-cover-small.png);
    width:220px;
    height:148px;
}
.tri-box-smaller .tri-box-content{
    width:200px;
    height:130px;
    padding:10px;
}
.tri-box-smaller .tri-box-content, .tri-box-smaller .tri-box-content p{
    font-size: 15px !important;
}
.tri-box-title2{
    position:absolute;
    bottom:5px;
    padding:10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/photo-title-bgr.png);
    width: 200px;
    padding: 5px;
}



#footer-2{
    padding: 30px 0;
    font-size: 12px;
}
#footer-2 ul{
    overflow: hidden;
}
#footer-2 li{
    margin-right: -14px;
    padding-right: 13px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
    float: left;
    margin-left: 27px;
}

#footer-1{
    background-image: url("http://cwf-fcf.org/assets/images/logos/footerLogo.png");
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 14px;
    margin-bottom: 0;
}
#footer-1 h6{
    font-weight: bold;
    font-size: 14px;}
#footer-1-left{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #a9a8a8;
    width: 750px;
    float: left;
    padding: 30px 0;
}
#footer-1-right{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #a9a8a8;
    margin-left: -1px;
    width: 170px;
    float: left;
    padding: 30px 0 30px 38px;
}
.footer-1-col{
    margin-right: 30px;
    float: left;
}
.f1-col-w0{ width: 170px; }
.f1-col-w1{ width: 145px; }
.f1-col-w2{ width: 125px; }
.f1-col-w3{ width: 100px; margin-right: 0; }
.footer-1-col h6{
    font-size: 12px;
    color: #333;
}
.footer-1-links{margin-bottom: 30px;}
.footer-1-links:last-child{margin: 0;}
.footer-1-links li{
    margin-bottom: 5px;
}
.footer-1-links li:last-child{margin: 0;}

.block-2{
    margin-bottom: 32px;
}
.block-2:last-child{margin-bottom:15px;}
.block-2 img{
    max-width: 150px;
}
.block-2-text{
    width: 270px;
    float: right;
    color: #000;
    line-height:1.2em;
    padding-right: 10px;
}
.block-2-text p{margin-bottom: 6px;}
.block-2-text p:last-child{margin-bottom: 0;}
.magazines-list{
    width: 450px;
    margin: 0;
}
.magazines-list li{
    margin-right: 45px;
    width: 104px;
    float: left;
}

.field-group-1{
    margin-bottom: 20px;
}
.field-group-1 label{
    margin-bottom: 8px;
    display: block;
    font-size: 11px;
}

/* * * Custom drop-downs * * */
.dd-select{
    border-radius:8px;
    border:solid 1px #fff;
    position:relative;
    cursor:pointer;
}
.dd-container label{
    margin: 0 !important;
    display: inline !important;
}
.dd-desc{
    color:#aaa;
    display:block;
    overflow:hidden;
    font-weight:normal;
    line-height:1.4em;
}
.dd-selected{
    overflow:hidden;
    display:block;
    padding:10px;
    font-weight:normal;
    color:#000;
}
.dd-pointer{
    width:0;
    height:0;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-3px;
}
.dd-pointer-down{
    border:solid 5px transparent;
    border-top:solid 5px #639442;
}
.dd-pointer-up{
    border:solid 5px transparent !important;
    border-bottom:solid 5px #639442 !important;
    margin-top:-8px;
}
.dd-options{
    border:solid 1px #ccc;
    border-top:none;
    border-radius:0 0 8px 8px;
    list-style:none;
    box-shadow:0px 1px 5px #ddd;
    display:none;
    position:absolute;
    z-index:2000;
    margin:0;
    padding:0;
    background:#fff;
    overflow:auto;
}
.dd-option{
    padding:10px;
    display:block;
    border-bottom:solid 1px #ddd;
    overflow:hidden;
    text-decoration:none;
    color:#333;
    cursor:pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option{
    border-bottom:none;
}
.dd-option:hover{
    background:#f3f3f3;
    color:#ac341c;
}
.dd-selected-description-truncated{
    text-overflow: ellipsis;
    white-space:nowrap;
}
.dd-option-selected{
    background:#f6f6f6;
}
.dd-option-image, .dd-selected-image{
    vertical-align:middle;
    float:left;
    margin-right:5px;
    max-width:64px;
}
.dd-image-right{
    float:right;
    margin-right:15px;
    margin-left:5px;
}
.dd-container{
    position:relative;
}
.dd-selected-text{
    font-weight:bold;
}

#inner-page-leaves{
    margin-left: -84px;
    width: 134px;
    height: 60px;
    /*position: absolute;*/
    top: 59px;
    left: 100%;
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/inner-page-leaves.png);
    margin-left: 707px;
    margin-top: 59px;
}
.override #inner-page-leaves{
    background: none;
}

#sidebar{
    width: 185px;
    float: right;
    font-size: 12px;
    padding-left: 24px;
}
#content{
    /*width: 730px;*/
    /*float: left;*/
    padding-left: 10px;
    padding-right: 10px;

    /* GP */
    margin: 0 auto;
    padding-top: 30px;
    max-width: 730px;
}

.sidebar-block, ul#subnav.sidebar-menu, ul#subnav2.sidebar-menu {
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/sidebar-block-bgr.png);
    padding: 20px;
    border: 1px solid #c6c8b2;
    border-radius: 8px;
    margin-bottom: 30px;
}

.sidebar-menu li{
    /*background-image: url("http://cwf-fcf.org/assets/wrapper-reusables/v2/assets/cwf_new_topBackground.png");*/
    background-color: #f1f0ed;
    background-repeat: no-repeat;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 16px 5px 0;
    padding: 4px 0 3px 10px;
}

.sidebar-menu li.subnav{
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 35px;
    /*background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-arrow2.png) 6px 5px no-repeat, url("http://cwf-fcf.org/assets/wrapper-reusables/v2/assets/cwf_new_topBackground.png");*/
    background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-arrow2.png) 6px 5px no-repeat, #f1f0ed;
    /* margin-left: 18px; */
    /*
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 25px;
    background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-arrow2.png) 0 5px no-repeat;
    margin-left: 18px;
    */
}



.sidebar-menu li.subnav2{
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 25px;
    background: url(http://cwf-fcf.org/assets/images/wrpr/sidebar-menu-bullet.png) 0 5px no-repeat;
    margin-left: 18px;
}

.sidebar-block h4, .sidebar-menu li.label{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0 0 7px;
}
.sidebar-menu a{text-decoration: none;}
.sidebar-banner{margin-bottom: 30px;}
.sidebar-banner img{
    border-radius:10px;
    display: block;
}
.right-callout { display: block; float: right; clear: right; width: 300px; border: 0px; padding:11px;  }
.right-callout .in { width:280px; border: 1px solid #A9A8A8; padding:10px; margin: 0 0 .5em 0;}
.right-callout .topics { font-size: 1em;}
.right-callout .label { font-weight: bold; font-size: 0.764em; }
.right-callout .pdf { margin-top: 1em; }
.right-callout .image { width: 300px;}

.banner-grey-border img{ border: 1px solid #cfcdc1; }
.banner-white-border img{ border: 1px solid #fff; }
#social-popup{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/social-bgr.png);
    text-align: center;
    padding: 15px 0 1px;
    width: 85px;
    position: absolute;
    left: -115px;
    top: -29px;
}
.social-share-row{margin-bottom: 5px;}
.social-popup-bottom{
    width:85px;
    height:14px;
    background:url(https://secure2.convio.net/cwf/assets-redesign/images/social-bottom.png);
    overflow:hidden;
    position: absolute;
    left: 0;
    bottom: -14px;
}
#content .crumbtrails{
    font-size: 14px;
    margin-bottom: 30px;
    font-family:'Arimo', Arial, sans-serif;
}
#content .breadcrumbComponent {
    display: block;
    margin-bottom: 30px;
    font: normal normal 14px 'Arimo', Arial, sans-serif;
}
#content .crumb-separator{}

#content ul li{
    list-style:disc;
    line-height:1.0em;
    /*color:#639442;*/
    /* GP */
    color: #000000;
    margin-left:1em;
    margin-top: 7px;
}

#content ol li {
    list-style: decimal;
    line-height:1em;
    margin: 7px 0 0 1em;
}
#content ol li li {
    list-style: lower-alpha;
    line-height:1.2em;
}
#content ul ul, #content ul ol, #content ol ol, #content ol ul {
    margin: .5em 0 .5em 1em;
    line-height:1.5em;
}
#content .li-in, #ilcontent .li-in{
    color: #333;
    line-height:1.0em;
}

.block-1-pad2{
    padding:20px;
}
.block-1-in1{
    width: 330px;
    float: left;
}
.red-caption{
    color: #fff;
    background-image: url(http://cwf-fcf.org/assets/images/wrpr/red-bar.png);
    text-align: center;
    line-height: 43px;
    /*width: 271px;*/
    width: 360px;
    /*height: 43px;*/
    height: 50px;
    font-family: 'Lovers Quarrel', cursive;
    font-size: 51px;
    position: relative;
    left: -40px;
    margin-bottom: 15px;
    padding-top:10px;
}
.separate-link{margin-left: 20px;}
#content .weird-sep{
    margin: 30px 0;
    opacity:.7;
    filter:alpha(opacity=70);
}
.tags a{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    padding:10px 12px;
    background-color: #639442;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
}
.tags a:hover{
    background-color: #004D59;
}
.col-2-2{
    width: 360px;
}
.col-2-3{
    width: 310px;
}
.block-1-leaves{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/block-1-leaves.png);
    width: 114px;
    height: 74px;
    position: absolute;

    top: 0;
    right: 10px;
    z-index:300;
}

.pagination{
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 25px;
}
.pagination-caption{
    width: 120px;
    float: left;
    line-height:40px;
}
.pagination-pages{
    float: left;
    line-height:40px;
}
#content .pagination-pages{ margin:0; }
#content .pagination-pages li{
    color: #333;
    margin: 0 12px 0 0;
    list-style:none;
    float:left;
    font-family: 'Arimo', sans-serif;
}
.pagination-filter{
    float: right;
}
.pagination-label{
    float: left;
    line-height:40px;
    margin-right: 5px;
}
#content .pagination .dd-container li{
    margin-left: 0;
    list-style-type: none;
}
.block-3{
    margin-bottom: 20px;
}

.block-3-text{
    width: 625px;
    float: right;
}

.block-3-text h4, .block-list h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0px;
    font-family: 'EB Garamond',serif;
}

.resources-types li{
    list-style:none !important;
    margin:0 20px 30px 0 !important;
    float: left;
}
.resources-types li img{display: block;}

.scroller-block{
    padding:30px 0;
}
.scroller-left, .scroller-right{
    cursor:pointer;
    margin-top: -18px;
    width: 19px;
    height: 36px;
    position: absolute;
    top: 50%;
}
.scroller-left:hover, .scroller-right:hover{
    background-position: 0 0;
}
.scroller-left{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/scroll-arrow-left.png);
    background-position: 0 -36px;
    left:0;
}
.scroller-right{
    background-image: url(https://secure2.convio.net/cwf/assets-redesign/images/scroll-arrow-right.png);
    background-position: 0 -36px;
    right:0;
}
.scroller-element{
    width:270px;
    margin-right:20px;
    float:left;
}
.scroller-wrap{
    overflow: hidden;
    margin: 0 auto;
    width: 850px;
}
.scroller-wrap-narrow{
    overflow: hidden;
    margin: 0 auto;
    width: 575px;
}
.scroller-text{
    width: 175px;
    float: right;
    font-size: 17px;
    font-family: 'EB Garamond', serif;
}
#footer-2 #cv-poweredBy {
    text-align:left;
    margin-top:5px;
    clear: both;
}

.no-sidebar #content {
    max-width:960px;
}
#latest_tweet {
    width: 403px;
    height: 126px;
    overflow: hidden;
    margin-top: 0px;
}
#latest_tweet .b1-tab-social-content {
    width: 340px;
}


/* Positional style elements */
.pas {
    padding:5px
}
.pam {
    padding:10px
}
.pal {
    padding:20px
}
.pts {
    padding-top:5px
}
.ptm {
    padding-top:10px
}
.ptl {
    padding-top:20px
}
.prs {
    padding-right:5px
}
.prm {
    padding-right:10px
}
.prl {
    padding-right:20px
}
.pbs {
    padding-bottom:5px
}
.pbm {
    padding-bottom:10px
}
.pbl {
    padding-bottom:20px
}
.pls {
    padding-left:5px
}
.plm {
    padding-left:10px
}
.pll {
    padding-left:20px
}
.phs {
    padding-left:5px;
    padding-right:5px
}
.phm {
    padding-left:10px;
    padding-right:10px
}
.phl {
    padding-left:20px;
    padding-right:20px
}
.pvs {
    padding-top:5px;
    padding-bottom:5px
}
.pvm {
    padding-top:10px;
    padding-bottom:10px
}
.pvl {
    padding-top:20px;
    padding-bottom:20px
}
.mas {
    margin:5px
}
.mam {
    margin:10px
}
.mal {
    margin:20px
}
.mts {
    margin-top:5px
}
.mtm {
    margin-top:10px
}
.mtl {
    margin-top:20px
}
.mrs {
    margin-right:5px
}
.mrm {
    margin-right:10px
}
.mrl {
    margin-right:20px
}
.mbs {

    margin-bottom:5px
}
.mbm {
    margin-bottom:10px
}
.mbl {
    margin-bottom:20px
}
.mls {
    margin-left:5px
}
.mlm {
    margin-left:10px
}
.mll {
    margin-left:20px
}
.mhs {
    margin-left:5px;
    margin-right:5px
}
.mhm {
    margin-left:10px;
    margin-right:10px
}
.mhl {
    margin-left:20px;
    margin-right:20px
}
.mvs {
    margin-top:5px;
    margin-bottom:5px
}
.mvm {
    margin-top:10px;
    margin-bottom:10px
}
.mvl {
    margin-top:20px;
    margin-bottom:20px
}
.vab {
    vertical-align:bottom;
}
.vam {
    vertical-align:middle;
}
.vabl {
    vertical-align:baseline;
}
.vatb {
    vertical-align:text-bottom;
}
.tal {
    text-align:left;
}
.tac {
    text-align:center;
}
.tar {
    text-align:right;
}
.lfloat {
    float:left;
}
.rfloat {
    float:right;
}
.block {
    display:block;
}
.inline {
    display:inline;
}
.no-overflow {
    overflow:hidden;
}
.relative {
    position:relative;
}
.uppercase {
    text-transform: uppercase;
}
.notransform {
    text-transform: none;
}
.noline {
    text-decoration: none;
}

/* Pagination */
table.paginator {
    float:left;
    margin: 10px 10px 15px 15px;
    border-width: 0;
}
table.paginator > tbody > tr{
    background: none;
}
table.paginator td {
    padding: 2px 2px;
    line-height: 1.5em;
    text-align: center;
    border: 0;
}
table.paginator td a {
    display: block;
    padding: 2px 7px;
    margin: -2px -7px;
    text-decoration:none;
}
/* generic single display styles */
.body {
    margin: 1em 0 0;
}
/* generic list styles */
.list-item {
    margin: 0 0 1em 0;
}

/* blog styles */
.byline, .topics {
    font-size: .824em;
}
.comment-form {
    font-size: .706em;
}
#comment-form .row {
    margin: 0 0 .5em 0;
}
#comment-form label{
    display: inline-block;
    font-weight: bold;
    width: 100px;
}
#comment-form .captcha-input, #comment-form .submit {
    margin-left: 100px;
}

#comment-form #captcha-image {
    border-radius: 3px;
    border: 1px solid #C6C8B2;
}

.list-item .comments {
    font-size: .824em;
}
/*search results */
p.searchDisplayResults {
    margin: 10px 15px 10px 0;
    float: left;
}
.searchNavigation {
    margin: 10px 0;
}
.searchNavigation a {
    display: inline-block;
    padding: 0 7px;
    text-decoration:none;
}
p.searchTitle {
    clear: both;
    margin: .5em 0 0;
    padding: .75em 0 .25em;

}
.searchTitle a {font-weight: bold; }
p.searchTimeStamp {
    margin: 0;
    font-size: .706em;
    color: #555;
}
p.searchDescription {
    margin: 0 0 0px 0;
}
p.searchTeaser {
    margin: 0 0 5px 0;
}
/*rehab-center ugc */
.rehab-center-ugc .formField {
    display: block;
    padding: 0 0 .5em 0;
}
.rehab-center-ugc .label{
    display: inline-block;
    font-weight: bold;
    width: 230px;
}
.rehab-center-ugc input[type="text"], .rehab-center-ugc textarea, .rehab-center-ugc select {
    width: 420px;
}
.captchaContainer, .formField.formFooter {
    margin-left: 235px;
}
.captchaContainer input[type="text"] {
    width: 200px;
}

/*Luminate login component - added May 7, 2014*/
.li_comp_usr_valTd {
    vertical-align: top;
}
#li_comp_usr {
    border: solid;
    border-style: solid;
    border-width: 1px;
    background-color: #DEE0E4;
}