* { margin: 0; padding: 0; outline: 0; }

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

body,
html { height: 100%; }

body {
    font-family: 'Droid-Serif', serif;
    font-size: 12px;
    line-height: 1.3;
    color: #6d6d6d;
    background: #fff;
    min-width: 960px;
}

a { color: #60bae4; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input,
textarea,
select { font-size: 12px; font-family: 'Droid-Serif', serif; }

textarea { overflow: auto; resize: none; }

input[type="button"],
input[type="submit"] { cursor: pointer; }

input[type="text"],
textarea,
input[type="button"],
input[type="submit"] { -webkit-appearance: none; }

::-webkit-input-placeholder { color: #77746f;}
::-moz-placeholder {color: #77746f;opacity: 1 } /* firefox 19+ */
:-ms-input-placeholder { color: #77746f; } /* ie */
input:-moz-placeholder { color: #77746f;opacity: 1 }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; line-height: 0; display: table; }
.cf:after { clear: both; }

.notext,
.icon { font-size: 0; line-height: 0; text-indent: -4000px; }

.left,
.alignleft { float: left; display: inline; }

.right,
.alignright { float: right; display: inline; }


.lmargin { margin:0 20px 20px 0;}
.rmargin { margin:0 0 20px 20px;}

.wide {height:300px;clear:both;}
.shell { width: 960px; margin: 0 auto;}
.shell-wide { width: 1010px; margin: 0 auto; }
.shell.center-shell {
    text-align: center;
}
.slideshow .shell.center-shell h1 {
    display: inline-block;
    float: none;
    width: auto;
    margin: auto;
}
.slideshow .shell.center-shell h1 img {
    width: 380px;
    margin-left: 0;
    top: 130px;
    transform: translateX(-50%);
}

.icon { display: block; background-image: url(../images/icons.png); background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; }


.btn { cursor:pointer;font-family: 'Adelle', serif; font-size: 11px; line-height: 31px; color: #fff; text-transform: uppercase; font-weight: bold; padding: 0 13px; background: #76bb56; }
.followbtn { cursor:pointer;font-family: 'Adelle', serif; font-size: 11px; line-height: 31px; color: #76bb56; text-transform: uppercase; font-weight: bold; padding: 0 13px; background: #fff;border:solid 1px #76bb56; }
.short { cursor:pointer;line-height: 25px; height:24px; padding: 0 9px;margin-right:7px;font-size:10px; }
.followbtn.short { line-height: 23px; height:22px; }

.btn {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.blue-btn { background: #50a8da; }

.btn:hover { text-decoration: none; opacity: 0.9; filter:alpha(opacity=90); }

img.separator { display: block; margin: 0 auto; }

.rad3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.header { font-family: 'Adelle', serif; font-size: 15px; line-height: 20px; color: #fff; font-weight: bold; background: #194c73; padding: 16px 0; border-bottom: 1px solid #b6b6b6; position: relative; z-index: 20; }
.header .shell { position: relative; }
.wide {position: relative;clear: both;}

.logo { width: 72px; height: 71px; display: block; background: #f4f4f4; position: absolute; top: -16px; left: 0; }
.logo {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.logo .icon { width: 53px; height: 53px; background-position: -547px -92px; margin: -26px 0 0 -26px; }
.logo strong { font-family: 'Proxima-Nova', sans-serif; font-size: 13px; line-height: 18px; color: #194c73; text-align: center; text-transform: uppercase; display: none; position: absolute; bottom: 18px; left: 0; right: 0; }
.logo em { font-weight:400;font-size: 10px; line-height: 12px; color: #707070; text-transform: uppercase; text-align: center; position: absolute; bottom: -25px; left: -10px; right: -10px; }
.logo:hover .icon {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: spin;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -ms-animation-name: spin;
    -ms-animation-duration: 2500ms;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease;
    -o-animation-name: spin;
    -o-animation-duration: 2500ms;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease;
}

.navigation { padding: 5px 0 6px 85px; }
.navigation ul { list-style: none outside; }
.navigation ul li { float: left; display: inline; padding: 0 18px; background: url(../images/sep01.png) no-repeat left center; }
.navigation ul li:first-child { background: transparent; }
.navigation ul li a { color: #fff;  }

.homepage-header .logo { width: 158px; height: 180px; }
.homepage-header .logo .icon { width: 93px; height: 93px; background-position: -158px 0; top: 20px; margin: 0 0 0 -46px; }
.homepage-header .logo strong { display: block; }
.homepage-header .logo em { bottom: -20px; left: 0px; right: 0px; }

.homepage-header .navigation { padding-left: 180px; }

.user-options { font-size: 10px; line-height: 31px; color: #fff; }
.user-options p { float: left; display: inline; padding: 0 10px; }
.user-options a.login { font-family: 'Adelle', serif; font-size: 13px; text-transform: uppercase; font-weight: bold; color: #fff; }

.user-account { font-family: 'Droid-Serif', serif; font-size: 11px; line-height: 18px; color: #fff; font-style: italic; padding-top: 9px; }
.user-account a { font-family: 'Adelle', serif; font-size: 13px; color: #76bb56; font-weight: bold; font-style: normal;  letter-spacing: 1px; }


.slideshow-area { height: 466px; position: relative; z-index: 10; }
.slideshow-area .prev,
.slideshow-area .next { width: 17px; height: 28px; margin-top: -14px; left: auto; }
.slideshow-area .prev { background-position: -581px 0; left: 75px; }
.slideshow-area .next { background-position: -584px -34px; right: 75px; }

.fullwidth-holder { overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.fullwidth-holder img.fullwidth { display: block; position: absolute; z-index: 0; }

.slideshow { height: 556px; position: relative; margin-bottom: -92px; }
.slideshow .slide { float: left; display: inline; position: relative; }
.slideshow .slide h1 {letter-spacing: 1px; font-family: 'Proxima-Nova', sans-serif; font-size: 28px; line-height: 32px; color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,0.4); text-align: center; width: 330px; float: left; display: inline; padding-top: 210px; }
.slideshow .slide h1 + h1 { float: right; }
.slideshow .slide img { width: 295px; position: absolute; top: 60px; left: 50%; margin-left: -147px; }

.main-wrapper { background: #f5f5f5; padding-bottom: 47px; }
.main-wrapper .shell-wide { background: #fff; padding-top: 88px; }
.main-wrapper .shell-wide {
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}

.overview { width: 804px; margin: 0 auto; padding-bottom: 26px; text-align: center; }
.overview h2 { font-family: 'Proxima-Nova', sans-serif; font-size: 19px; line-height: 22px; color: #25272b; font-weight: 300; padding-bottom: 22px; }
.overview h4 { font-size: 14px; line-height: 29px; color: #77746f; font-weight: normal; }
.overview img.separator { margin-bottom: 32px; }

.search-box { background: #75bb56; padding: 14px 16px 13px; margin-bottom: 27px; text-align: left; }
.search-box .field { font-size: 16px; line-height: 22px; color: #77746f; font-style: italic; width: 391px; height: 22px; padding: 19px 22px; float: left; display: inline; background: #fff; border: 1px solid #75bb56; margin-right: 10px; }
.search-box select { width: 205px; }
.search-box .submit { font-family: 'Adelle', serif; font-size: 14px; line-height: 20px; color: #fff; text-transform: uppercase; font-weight: bold; text-align: center; width: 106px; height: 62px; padding: 21px 0; float: right; display: inline; background: #595855; border: 0; }

.search-box .c2-sb-wrap { margin-right: 10px; }
.search-box .c2-sb-inner-wrap { height: 60px; padding-left: 22px; background: url(../images/grad01.png) repeat-x; border: 1px solid #848484; }
.search-box .c2-sb-wrap .c2-sb-text { float: right; height: 22px; padding: 19px 0px; font-family: 'Proxima-Nova', sans-serif; font-weight: 600; color: #595855; font-size: 17px; line-height: 22px; background: transparent; font-style: normal; }
.search-box .c2-sb-wrap .c2-sb-button { width: 29px; height: 22px; background: transparent; padding: 19px 0; }
.search-box .c2-sb-wrap .c2-sb-button small { width: 0; height: 0; display: block; border-top: 8px solid #41a1ce; border-right: 5px outset transparent; border-left: 5px outset transparent; position: absolute; top: 50%; left: 0; margin-top: -5px; }
.search-box .c2-sb-wrap .c2-sb-list-wrap { border: 1px solid #848484; background: #b9b9b9; }
.search-box .c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link,
.search-box .c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-group { padding: 5px 22px; height: 20px; line-height: 20px; color: #595855; font-size: 17px; font-family: 'Proxima-Nova', sans-serif; font-weight: 600; }
.search-box .c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-group { font-weight: 700; }
.search-box .c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link:hover,
.search-box .c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link-active,
.search-box .c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link:hover { background: #41a1ce; }

.overview .social-bar { padding-bottom: 30px; }
.overview .social-bar .addthis_toolbox { width: 191px;margin:0 auto;padding-left:30px;}



.categories { padding: 0 0 18px 54px; }
.categories .widget { width: 286px; float: left; display: inline; border-width: 1px; border-style: solid; margin: 0 15px 20px 0; text-align: center; }
.categories .widget {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.categories .widget a { height: 273px; display: block; }
.categories .widget a:hover { text-decoration: none; }
.categories .widget a img { display: block; margin: 0 auto; padding: 39px 0 27px; }
.categories .widget a strong { font-family: 'Adelle', serif; font-size: 23px; line-height: 27px; color: #fff; padding-bottom: 10px; display: block; }
.categories .widget a span { font-family: 'Proxima-Nova', sans-serif; font-size: 14px; line-height: 16px; text-transform: uppercase; display: block; padding-bottom: 15px; }
.categories .widget a small { font-size: 14px; line-height: 23px; color: #fff; display: block; }

.categories .color-green { background: #75bb56; border-color: #65ae44; }
.categories .color-green a span { color: #448b1f; }

.categories .color-blue { background: #50a8da; border-color: #459dcf; }
.categories .color-blue a span { color: #217fb5; }

.categories .color-yellow { background: #eac34d; border-color: #d5ac2f; }
.categories .color-yellow a span { color: #917b37; }

.featured { padding-bottom: 23px; border-bottom: 1px solid #ebebeb; }
.featured h3 { font-family: 'Proxima-Nova', sans-serif; font-size: 16px; line-height: 20px; color: #2b2825; font-weight: bold; text-transform: uppercase; text-align: center; background: url(../images/sep04.png) repeat-x left center; }
.featured h3 span { padding: 0 36px; background: #fff; position: relative; }
.featured h3 span small { width: 11px; height: 3px; display: block; background-repeat: no-repeat; background-position: 0 0; position: absolute; top: 50%; margin-top: -1px; }
.featured h3 span small.left-shape { background-image: url(../images/sep05.png); left: -11px; }
.featured h3 span small.right-shape { background-image: url(../images/sep06.png); right: -11px; }
.featured h6 { font-size: 12px; line-height: 29px; color: #77746f; font-style: italic; text-align: center; font-weight: normal; padding-bottom: 30px; }

.boxes { padding-left: 23px; }
.boxes .box { background: #e6e5e2; width: 595px; float: left; display: inline; border: 1px solid #d1d1d1; margin: 0 22px 25px 0; }
.boxes .box img { display: block; height: 223px; }
.boxes .firstbox img { width: 595px;}
.boxes .small-box { width: 342px; }
.boxes .small-box img{ width: 342px; }
.boxes .tiny-box { width: 273px; }
.boxes .tiny-box img{ width: 273px; }
.boxes .large-box { width: 663px; }
.boxes .large-box img{ width: 663px; }
.boxes .high-box > img { height: 232px; }
.boxes .box-bottom { border-top-width: 12px; border-top-style: solid; position: relative; padding: 36px 0 15px; text-align: center; font-size: 13px; line-height: 23px; color: #77746f; }
.boxes .box-bottom img { width: 68px; height: 68px; display: block; position: absolute; top: -40px; left: 50%; margin-left: -34px; }
.boxes .box-bottom h3 { font-family: 'Adelle', serif; font-size: 15px; line-height: 18px; text-transform: uppercase; font-weight: bold; padding-bottom: 8px; background: transparent; }

.boxes .color-blue .box-bottom { border-top-color: #50a8da; }
.boxes .color-blue .box-bottom h3,
.boxes .color-blue .box-bottom h3 a { color: #50a8da; }

.boxes .color-green .box-bottom { border-top-color: #76bb56; }
.boxes .color-green .box-bottom h3,
.boxes .color-green .box-bottom h3 a { color: #76bb56; }

.boxes .color-yellow .box-bottom { border-top-color: #f6cd51; }
.boxes .color-yellow .box-bottom h3,
.boxes .color-yellow .box-bottom h3 a { color: #f6cd51; }

.statistics { height: 465px; position: relative; overflow: hidden; }
.statistics img { width: 100%; height: auto; display: block; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; }
.statistics h1 { font-family: 'Proxima-Nova', sans-serif; font-size: 34px; line-height: 40px; color: #2b2725; text-transform: uppercase; font-weight: bold; padding-bottom: 10px; }
.statistics h6 { font-size: 14px; line-height: 16px; color: #77746f; font-style: italic; font-weight: normal; padding-bottom: 40px; }

.statistics-box { width: 47%; float: left; display: inline; text-align: center; padding: 46px 0; border-width: 3px; border-style: solid; margin-right: 15px; }
.statistics-box p { width: 50%; float: left; display: inline; font-size: 15px; line-height: 29px; color: #2b2825; }
.statistics-box p strong { font-family: Arial, Helvetica, sans-serif; font-size: 50px; line-height: 54px; display: block; font-weight: normal; }

.statistics-content { position: relative; z-index: 3; padding: 36px 0 0 30px; text-align: center; }
.statistics-content .color-blue { border-color: #60bae4; }
.statistics-content .color-blue p strong { color: #60bae4; }

.statistics-content .color-default { border-color: #fff; }
.statistics-content .color-default p strong { color: #000; }

.statistics-content .color-green { border-color: #76bb56; }
.statistics-content .color-green p strong { color: #76bb56; }

.footer { border-top: 1px solid #c2c2c2; padding-top: 1px; background: #e6e5e2;}
.footer-inner { font-size: 14px; line-height: 20px; color: #77746f; padding: 42px 0 60px 0; border-top: 1px solid #c2c2c2; background: #fff; position: relative; }
.footer-inner ul { list-style: none outside; }
.footer-inner ul.left { padding-left: 30px; }
.footer-inner ul li { float: left; display: inline; padding: 0 16px; background: url(../images/sep02.png) no-repeat left center; }
.footer-inner ul li:first-child { background: transparent; }
.footer-inner ul li a { color: #77746f; }

.footer-logo { width: 53px; height: 53px; display: block; background: url(../images/logo-small.png) no-repeat; position: absolute; top: 25px; left: 50%; margin-left: -32px; }
.footer-logo em { font-size: 10px; color: #77746f; text-transform: uppercase; position: absolute; top: 60px; left: 50%; margin-left: -142px;margin-bottom: 25px; width: 285px; text-align: center; }


.headline { background: #e9e9e9; border-bottom: 1px solid #d9d9d9; padding: 27px 0; }
.headline h3 { font-size: 15px; line-height: 25px; color: #787878; font-weight: normal; text-align: right; }

.site-nav { background: #fff; border-bottom: 2px solid #ebebeb; padding: 25px 0; }
.site-nav h1 { font-family: 'Adelle', serif; font-size: 26px; line-height: 30px; color: #194c73; font-weight: bold; padding-right: 15px; letter-spacing: 1px;  }
.site-nav .social-bar { padding-top: 5px; position: relative; top: 1px; }


.all-sites-left h1 { font-family: 'Adelle', serif; font-size: 24px; line-height: 28px; color: #194c73; font-weight: bold; letter-spacing: 1px; clear:both; }


.breadcrumbs { font-size: 12px; line-height: 20px; color: #6d6d6d; padding-top: 8px; }
.breadcrumbs a { color: #76bb56; text-decoration: underline; padding: 0 10px; }
.breadcrumbs a:hover { text-decoration: none; }
.breadcrumbs.eventbr a { padding: 0 10px; }
.breadcrumbs.eventbr a:first-child { padding: 0 10px 0 0; }

.container { background: url(../images/bg.png) repeat center center; }
.container.impact { background:none; }

.sidebar { width: 200px; }
.sidebar-nav ul { list-style: none outside; padding-bottom: 30px; }
.sidebar-nav ul a { font-family: 'Proxima-Nova', sans-serif; font-size: 16px; line-height: 20px; color: #60bae4; font-weight: 400; padding: 15px 0; display: block; position: relative; }
.sidebar-nav ul a .active-line { display: block; position: absolute; right: 100%; top: 0; bottom: 0; background: #f8f7f5; }
.sidebar-nav ul .current a { background: #f8f7f5; }


.message p{ font-family: 'Proxima-Nova', sans-serif;font-size:18px;line-height:24px;margin-bottom:15px;}

.inner-wrap {padding-top:0px;border-top:solid 1px #ddd;}
.about-top {position: relative;padding-top:110px; }
.about {clear:both;}
.about h1 {margin-bottom:15px;}
.about h2, .about-top h2 {z-index:99;color:#fff;margin-bottom:15px;font-family: 'Proxima-Nova', sans-serif;font-size: 24px;line-height: 34px;text-align: center;letter-spacing: 1px;text-shadow: 1px 1px 3px rgba(0,0,0,0.4); }
.about h3, .about-top h3 {z-index:99;margin-bottom:15px;font-family: 'Proxima-Nova', sans-serif; font-size: 18px;  }
.about h4 {margin-bottom:15px;}
.about p {margin-bottom:15px;line-height:24px;}


.content { width: 711px; padding: 45px 0 80px; min-height: 500px; }
.content h2 { font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 22px; color: #000; text-transform: uppercase; font-weight: bold; padding-bottom: 12px; border-bottom: 1px solid #dbdbdb; margin-bottom: 19px; }
.content form .field { font-size: 15px; line-height: 20px; color: #787878; font-style: italic; width: 665px; height: 20px; padding: 15px 22px; background: #fff; border: 1px solid #ebebeb; display: block; margin-bottom: 14px; }
.content form textarea.field { height: 145px; }
.content form .true-pass { display: none; }
.content form select { width: 711px; }
.content form .submit { font-family: 'Adelle', sans-serif; font-size: 18px; line-height: 24px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 170px; height: 42px; padding: 9px 0; display: block; background: #76bb56; border: 0; }
.content form .join-button { font-family: 'Adelle', sans-serif; font-size: 16px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 140px;  padding: 8px 0; display: block; background: #76bb56; border: 0; margin-bottom: 10px; cursor: pointer }
.content form .submitreset { font-family: 'Adelle', sans-serif; font-size: 18px; line-height: 24px; color: #fff; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; width: 170px; height: 42px; padding: 9px 0; clear:both;display: block; background: #76bb56; border: 0; }
.content .fields-holder { padding-bottom: 14px; }
.content .fields-holder .field { width: 124px; float: left; display: inline; margin: 0; }
.content .fields-holder .field + .field { margin-left: 10px; }
.content .fields-holder .medium-field { width: 424px; }
.content form .select-holder { width: 716px; position: relative; margin: 0 -5px 14px 0; }
.content form .photo-uploader { padding: 0 0 14px 252px; position: relative; min-height: 152px; }
.content form .photo-uploader img { width: 228px; height: 144px; display: block; position: absolute; top: 0; left: 0; border: 4px solid #60bae4; }
.content form .photo-uploader > p { font-size: 11px; line-height: 29px; color: #a4a4a4; font-style: italic; padding: 0px 22px; }
.content form .custom-upload { position: relative; }
.content form .custom-upload .field { width: 259px; padding: 19px 182px 19px 18px; }
.content form .custom-upload .upload-button { width: 155px; height: 35px; position: absolute; top: 11px; right: 16px; }
.content form .custom-upload .upload-button input { width: 155px; height: 35px; -webkit-appearance: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; filter: alpha(opacity=0); z-index: 2; }
.content form .custom-upload .upload-button p { font-family: 'Adelle', serif; font-size: 13px; line-height: 35px; color: #fff; font-weight: bold; text-transform: uppercase; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); width: 155px; height: 35px; background: #76bb56; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; letter-spacing: 1px; }
.content form .waiver-uploader .custom-upload .field { width: 510px; }


.impact .content { width: 100%; padding: 35px 0 80px;  }
.impact-details {clear:both;background-color: #f8f7f5;padding:15px 18px;margin-bottom: 3px;overflow: hidden;}
.impact-details h3{line-height:18px;font-family: 'Proxima-Nova', sans-serif; font-size: 17px;margin-right:7px;font-weight:bold;float:left;color:#60bae5;}
.impact-details p{line-height:18px;}
.impact-details p span{font-style: italic;}
.impact-stats {clear:both;margin:0px 0 25px 0;text-align: center;position:relative;}
.impact-stats div{padding:0;border:0;background-color: #f8f7f5;color: #76bb56;width:218px;border-right:3px solid #fff;margin:0;padding:20px 0 26px 0;display:inline-block;}
.impact-stats div:last-child{margin-right:0%;border-right:0;}
.impact-stats div p{letter-spacing:-1px;color: #76bb56;font-family: 'Arial', sans-serif;font-size: 50px;}
.impact-stats div span{letter-spacing:0;display:block;font-family: Droid-Serif, serif;font-size: 14px;text-align: center;color:#2b2825;}
.impact-stats.frontend {display: table; border-collapse:collapse}
.impact-stats.frontend div {width:319px;display: table-cell;background-color: #fff;border:solid 1px #e9e9e9;}


.dataTables_filter input {font-size: 15px; line-height: 20px; color: #787878; font-style: italic;border: 1px solid #dbdbdb;  margin:0 0 0 6px;padding:5px 5px;}
.dataTables_paginate {margin-top:15px;float:left;width:auto;}
.dataTables_paginate a{color: #76bb56; padding:4px 7px; }
.dataTables_paginate a:hover{background-color: #76bb56;color:#fff; }
#open_vol {float:right;margin-top:10px;
    position:relative;display:inline-block;font-size:11px;letter-spacing:1px;font-family: 'Adelle', serif;font-weight:bold;text-transform:uppercase;cursor:pointer;*cursor:hand;color:white;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;background:#76bb56;
}

#tracker_wrapper {margin:0;padding:0; }
#tracker_filter {float:right;margin-bottom:19px;}
#tracker {margin:0;padding:0;}
#tracker th {cursor: pointer; }
#tracker th.edit {text-indent: 10px; }
#tracker input { background-color:transparent;border:0;font-family: Droid-Serif, serif;font-size: 14px;color:#767676;}
#tracker .highlight {outline: 2px solid #194c73;outline-offset: -2px;}
#tracker td {padding:10px 10px;color:#767676;border:solid 1px #eee;border-collapse: collapse;}
#tracker td.id {color:#aaa;}
#tracker form select { width: 100px;font-family: Droid-Serif, serif;font-size: 14px;border:0;padding:0; }​


                                                                                                         #kml-file {padding-bottom: 25px;}
#kml-file h3 { font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 24px; color: #60bae4; font-weight: bold; text-align: center; padding: 6px 0 16px; letter-spacing: 1px; }
#kml-file .req, #photo-param .req {text-align: center;font-style:italic;padding-bottom:20px;font-size:13px; }
#photo-param { padding:0px 0 3px 0;}

form .customs { background: #e3e3e3; margin-bottom: 14px; }
form .customs h3 { font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 24px; color: #60bae4; font-weight: bold; text-align: center; padding: 16px 0; border-bottom: 1px solid #ececec; letter-spacing: 1px; }
form .customs h3.none { border-bottom:0; }
form .form-buttons { background: url(../images/sep07.png) repeat-y center top; }

.content form .customs .custom-radio,
.content form .customs .custom-checkbox { width: 50%; float: left; display: inline; padding: 31px 0; font-size: 16px; line-height: 20px; color: #787878; font-style: italic; text-align: center; }
.content form .customs .custom-radio input,
.content form .customs .custom-checkbox input { display: none; }
.content form .customs .custom-radio .icon { width: 38px; height: 38px; display: block; margin: 0 auto 15px; position: static; background-position: -275px -98px; }
.content form .customs .custom-radio.checked .icon { background-position: -317px -98px; }
.content form .customs .custom-radio small,
.content form .customs .custom-checkbox small { font-size: 12px; font-style: italic; }

.content form .customs .custom-checkbox .icon { width: 35px; height: 35px; display: block; margin: 0 auto 15px; position: static; background: #fff; }
.content form .customs .custom-checkbox.checked .icon { background: url(../images/icons.png) no-repeat -457px -99px; }



.startup-screen { font-size: 13px; line-height: 30px; color: #8e8f8e; }
.startup-screen h2 em { font-family: 'Droid-Serif', serif; font-size: 13px; color: #a4a4a4; text-transform: none; font-weight: normal; float: right; }
.startup-screen p { padding-bottom: 30px; }
.startup-screen a { color: #75ba55;}
.startup-screen .col { width: 348px; float: left; display: inline; }
.startup-screen .col p { padding-bottom: 0; }
.startup-screen .col + .col { float: right; }

.startup-screen .custom-upload { width: 155px; height: 35px; margin-bottom: 14px; }

.site-sign-up {margin-top:20px; background-color: #fff;padding-bottom: 22px;}
.site-sign-up h3{font-size:18px;padding:10px 18px;clear:both;margin-top:10px; background-color: #60bae4;color: #fff;font-family: 'Proxima-Nova', sans-serif;text-transform:uppercase;}
.site-sign-up h3 em {font:italic 11px 'Droid-Serif', serif;text-transform:capitalize; }
.site-sign-up p {padding:10px 18px 0 18px;margin-bottom:8px;}
.site-sign-up .btn {color:#fff;margin-left: 18px;padding:8px 13px;font-size:11px;letter-spacing: 1px;}

.content form .startup-screen .custom-upload .upload-button { top: 0; right: auto; left: 0; bottom: 0; }
.content form .startup-screen .custom-upload .upload-button p { padding: 0; }

.photos-list { padding-bottom: 14px; width: 723px; position: relative; margin-right: -12px; }
.photos-list .photo-entry { text-align:center;width: 321px; float: left; display: inline; padding: 11px 14px; background: #fff; border: 1px solid #e1e1e1; margin-right: 10px; }
.photos-list .photo-entry img { text-align:center;display: inline; max-width: 100%; height: auto; padding-bottom: 6px; }
.photos-list .photo-entry p { font-family: 'Droid-Serif', serif;  font-size: 14px; line-height: 18px; color: #6d6d6d; padding-bottom: 3px; }

.content form .grid3 .form-buttons { background-image: url(../images/sep08.png); }
.content form .grid3 .custom-radio,
.content form .grid3 .custom-checkbox { width: 33.33%; }

.content form .grid2 { background: transparent; }
.content form .grid2 .column { width: 320px; float: left; display: inline; background: #e3e3e3; padding: 0 0 10px 25px; }
.content form .grid2 .column h3 { border-bottom: 0; padding: 16px 40px 16px 20px;}
.content form .grid2 .column + .column { float: right; }
.content form .grid2 .column .form-buttons { background: transparent; }
.content form .grid2 .column .custom-radio,
.content form .grid2 .column .custom-checkbox { font-size: 16px; line-height: 38px; float: none; display: block; margin: 0 0 16px 0; width: auto; padding: 0 0 0 52px; text-align: left; position: relative; }
.content form .grid2 .column .custom-checkbox { line-height: 35px; }
.content form .grid2 .column .custom-radio .icon,
.content form .grid2 .column .custom-checkbox .icon { position: absolute; top: 0; left: 0; }

.location-detect { margin-bottom: 14px; }
.location-detect h3 { font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 24px; color: #60bae4; font-weight: bold; text-align: center; padding: 6px 0 16px; border-bottom: 1px solid #ececec; letter-spacing: 1px; }
.location-detect img { width: 100%; height: 472px; display: block; }

.location-map { border: 1px solid #c9c9c9;height:450px;z-index: 1; position: relative;}

.location-details { border-bottom: 1px solid #c9c9c9;border-left: 1px solid #c9c9c9;border-right: 1px solid #c9c9c9; }
.location-details p { font-size: 16px; line-height: 70px; color: #787878; font-style: italic; width: 323px; float: left; display: inline; background: #e3e3e3; border-right: 1px solid #c9c9c9; padding-left: 30px; }
.location-details p + p { width: 333px; padding-left: 20px; float: right; border-right: 0; }
.location-details p strong input{height:70px;border:0; width: 185px; float: right; background: #fff; padding: 0 20px; font-family: 'Proxima-Nova', sans-serif; font-size: 17px; font-style: normal; font-weight: bold; color: #76bb56; }

.content form .form-actions a { font-family: 'Adelle', sans-serif; font-size: 18px; line-height: 24px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 170px; height: 24px; padding: 18px 0; display: block; background: #50a8da; border: 0; width: 345px; display: inline; }
.content form .form-actions a:hover { text-decoration: none; }
.content form .form-actions .submit { width: 345px; height: 60px; padding: 18px 0; }




.single-container { background: #fff; padding: 22px 0 72px; }
.single-container .shell-wide { background: #f4f3f1; border: 1px solid #d1d1d1; width: 958px; }
.single-container .content { margin: 0 auto; padding: 32px 0 0 0; }
.single-container .location-detect { margin-bottom: 70px; }

.register-steps { padding-bottom: 60px; background: url(../images/shadow02.png) no-repeat center bottom; }
.register-steps h2 { font-family: 'Proxima-Nova', sans-serif; font-size: 19px; line-height: 22px; color: #60bae4; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding-bottom: 0px; border: 0; }

.logintext { font-family: 'Proxima-Nova', sans-serif; font-size: 19px; line-height: 27px; color: #77746f; font-weight: 300; margin-bottom:15px; }

.forgot-password {margin-top:45px;text-align:center;font-family: 'Proxima-Nova', sans-serif; font-size: 16px; }
.resethead {  font-family: 'Proxima-Nova', sans-serif; font-size: 26px; line-height:32px; color: #000; margin-bottom: 10px;}


.steps-box { background: #fff; border: 6px solid #e6e5e2; }
.steps-box {
    box-shadow: 50px 0 100px -70px rgba(0,0,0,0.5), -50px 0 100px -70px rgba(0,0,0,0.5);
    -webkit-box-shadow: 50px 0 100px -70px rgba(0,0,0,0.5), -50px 0 100px -70px rgba(0,0,0,0.5);
    -moz-box-shadow: 50px 0 100px -70px rgba(0,0,0,0.5), -50px 0 100px -70px rgba(0,0,0,0.5);
    -o-box-shadow: 50px 0 100px -70px rgba(0,0,0,0.5), -50px 0 100px -70px rgba(0,0,0,0.5);
}
.steps-box h3 { font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 26px; color: #fff; text-align: left; font-weight: bold; padding: 14px 20px; background: #76bb56; }
.steps-box ul { list-style: none outside; font-family: 'Proxima-Nova', sans-serif; font-size: 14px; line-height: 22px; color: #000; padding-bottom: 8px; }
.steps-box ul li { padding: 10px 20px 10px 20px; position: relative; }
.steps-box ul li p { margin-bottom:10px;}
.steps-box ul li p:last-child { margin-bottom:0px;}
.steps-box ul li + li { border-top: 1px solid #f1f1f1; }
.steps-box ul li strong.number { font-size: 42px; line-height: 49px; color: #fff; font-weight: 900; text-align: center; width: 50px; height: 49px; background: url(../images/icons.png) no-repeat -495px -93px; position: absolute; top: 17px; left: 33px; }
.steps-box ul ul { padding: 5px 0 10px 3px; }
.steps-box ul ul li { padding: 0 0 0 8px; background: url(../images/listitem.png) no-repeat 0 10px; }
.steps-box ul ul li + li { border: 0; }

.single-container .content form .custom-upload .field { width: 540px; padding-right: 145px; padding-left: 25px; }
.single-container .content form .custom-upload .upload-button,
.single-container .content form .custom-upload .upload-button input,
.single-container .content form .custom-upload .upload-button p { width: 128px; height: 47px; }
.single-container .content form .custom-upload .upload-button { top: 7px; right: 8px; }
.single-container .content form .custom-upload .upload-button p { line-height: 47px; }
.single-container .content form .submit { font-size: 19px; background: #60bae4; width: 194px; height: 56px; position: relative; margin: 0 auto -28px; padding: 16px 0; }




.table-options { padding-bottom: 14px; }
.table-options p{ line-height:30px;}
.download-table .btn { margin-right: 13px; padding: 0 17px; }
.download-table em { font-size: 11px; line-height: 31px; color: #a4a4a4; float: left; display: inline; }

.search-field { width: 211px; background: #fff; border: 1px solid #c8c8c8; padding: 6px 8px; }
.search-field form .field { font-size: 13px; line-height: 16px; color: #9a9a9a; width: 185px; height: 16px; padding: 0; background: transparent; border: 0; float: left; display: inline; margin: 0; }
.search-field form .submit { width: 16px; height: 16px; background: url(../images/icons.png) no-repeat -298px -74px; position: static; padding: 0; float: right; display: inline; }

.settings-holder { font-size: 14px; color: #878787; line-height:26px;}
.settings-holder h2 {margin-bottom:0px;}
.settings-holder h2 a{color: #76bb56; }
.content form .settings-holder .custom-upload .field {width:509px;}
.settings-holder .setting {margin:0;padding:21px 0 5px 0;clear:both;font-size: 15px;overflow:hidden; line-height: 22px; color: #787878; position: relative;  display: block;}
.settings-holder .setting p{margin-bottom:12px;}
.settings-holder .submit { margin-top:21px;}

.table-holder { font-size: 14px; line-height: 18px; color: #878787; }
.table-holder table { border-collapse: collapse; }
.table-holder th { font-family: 'Adelle', serif; font-size: 13px; color: #fff; text-align: left; padding: 8px 0; background: #60bae4; border-bottom: 1px solid #ebebeb; }
.table-holder td { padding: 16px 0; border-bottom: 1px solid #ebebeb; }
.table-holder th:first-child,
.table-holder td:first-child { padding-left: 12px; }
.table-holder td a { color: #76bb56; }
.table-holder td a.edit-btn { font-family: 'Proxima-Nova', sans-serif; font-size: 11px; line-height: 21px; color: #000; text-shadow: 1px 1px 1px rgba(255,255,255,0.3); text-align: center; width: 33px; display: block; background: url(../images/grad02.png) repeat-x 0 0; border: 1px solid #60bae4; }
.table-holder td a.edit-btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
.table-holder td a.edit-btn:hover { text-decoration: none; background-position: 0 bottom; }
.table-holder td a.remove { width: 17px; height: 17px; display: block; text-indent: -4000px; background: url(../images/icons.png) no-repeat -319px -74px; }

.paging { font-size: 13px; line-height: 17px; color: #fff; padding: 8px 12px; background: #60bae5; }

.pagination ul { list-style: none outside; }
.pagination ul li { float: left; display: inline; padding: 0 7px; background: url(../images/sep09.png) no-repeat left center; }
.pagination ul li:first-child { background: transparent; }
.pagination ul li a { text-align: center; color: #fff; display: block; }

.add-new { padding: 14px 0; }
.add-new form .field { width: 269px; float: left; display: inline; margin-right: 11px; }
.add-new form .submit { font-family: 'Adelle', serif; font-size: 46px; line-height: 50px; width: 58px; height: 58px; padding: 0 0 3px 0; float: right; }

.user-details-page form .fields-holder .field { width: 302px; margin: 0; }
.user-details-page form .fields-holder .field + .field { float: right; margin: 0; }

.user-details-page h2, h2.bsubhead { padding-top: 20px; }
.user-details-page h2:first-child { padding-top: 0; }
.user-details-page form .photo-uploader { padding-left: 157px; min-height: 153px; }
.user-details-page form .photo-uploader img { width: 133px; height: 144px; }
.user-details-page form .photo-uploader > p { padding: 0; }
.user-details-page form .custom-upload .field { width: 352px; }

.account-settings { padding: 20px 0; }
.account-settings h2 { margin-bottom: 0; }
.account-settings label { font-size: 15px; line-height: 18px; color: #787878; padding: 21px 30px; position: relative; border-bottom: 1px solid #dbdbdb; display: block; }
.account-settings label input { position: absolute; top: 50%; left: 0; margin-top: -7px; }

.register-container .shell { background: transparent; border: 0; width: 960px;margin-top:10px; }
.register-container .shell .content { width: auto; padding: 0; }
.register-container .shell .content .column { width: 485px; float: left; display: inline; }
.register-container .shell .content .column + .column { width: 435px; float: right; }
.register-container .shell .content .column form { background: #f4f3f1; border: 1px solid #d3d3d3; padding: 38px 47px 53px 42px; position: relative; }
.register-container .shell .content .column form h3 { font-family: 'Proxima-Nova', sans-serif; font-size: 18px;letter-spacing: 1px; line-height: 22px; color: #60bae4; font-weight: 300; text-transform: uppercase; padding-bottom: 49px; background: url(../images/shadow01.png) no-repeat center bottom; }
.register-container .shell .content .column form .field { width: 348px;}
.register-container .shell .content .column form .submit { position: absolute; bottom: -28px; left: 50%; margin: 0 0 0 -97px; }
.register-container .shell .content .column h1 { font-family: 'Proxima-Nova', sans-serif; font-size: 28px; line-height: 30px; color: #2b2825; text-transform: uppercase; font-weight: 900; padding-bottom: 22px; border-bottom: 1px solid #e6e5e2; margin-bottom: 20px; letter-spacing: 2px; }
.register-container .shell .content .column ul { list-style: none outside; font-family: 'Proxima-Nova', sans-serif; font-size: 17px; line-height: 22px; color: #77746f; }
.register-container .shell .content .column ul li { padding: 0 0 18px 50px; position: relative; }
.register-container .shell .content .column ul li small { font-size: 14px; display: block; }
.register-container .shell .content .column ul li span.icon { width: 27px; height: 24px; background-position: -432px -70px; left: 3px; top: -2px; }
.register-container p {margin-bottom: 15px;}
.register-container h2 { margin-bottom: 0; }
.register-container .account-settings { padding: 0; margin-bottom: 20px;}
.register-container .account-settings label { border: none; font-size: 15px; line-height: 18px; color: #787878; padding: 10px 30px; position: relative; display: block; }
.register-container .account-settings label input { position: absolute; top: 50%; left: 0; margin-top: -7px; }


.single-site-headline { padding: 20px 0; }
.single-site-headline ul { list-style: none outside; font-family: 'Droid-Serif', serif;  font-size: 16px; line-height: 37px; color: #77746f; }
.single-site-headline ul li { float: left; display: inline; padding: 0 16px; background: url(../images/sep03.png) no-repeat left center; position: relative; }
.single-site-headline ul li:first-child { background: transparent; }
.single-site-headline ul li:last-child { padding:0 0 0 20px;}
.single-site-headline ul li.location { padding-left: 56px; }
.single-site-headline ul li.location .icon { width: 34px; height: 24px; background-position: -395px -69px; left: 17px; margin-top: -12px; }
.single-site-headline ul li.category { padding-left: 62px; }
.single-site-headline ul li.category .icon { width: 34px; height: 33px; left: 17px; margin-top: -16px; }
.single-site-headline ul li.blue-category .icon { background-position: -163px -98px; }
.single-site-headline ul li.green-category .icon { background-position: -200px -98px; }
.single-site-headline ul li.yellow-category .icon { background-position: -236px -98px; }
.single-site-headline ul li.supporters { padding-left: 56px; }
.single-site-headline ul li.supporters .icon { width: 31px; height: 26px; background-position: -258px -69px; left: 15px; margin-top: -13px; }

.single-site-nav { border-bottom: 0; }

.single-site-page { background: #fff; }

.site-overview,.all-sites { margin-bottom: 40px; background: #f5f5f5; position: relative; }

.all-sites-wrap {border-top:solid 1px #ddd;position: relative;}
.all-sites {background: none;padding-top:35px;}
.choke { height:100px;background-color: #60bae4;}
.event-wrap {border-top:solid 1px #ddd;}
.opp-wrap {border-top: solid 1px #eee;padding-top:20px;background: #f5f5f5;padding-bottom:30px;}
.opp-inner {padding:0px;}

.support .donate-holder { color:#fff;margin-bottom: 14px; }
.support .donate-holder .field { width:300px;border:0;background-color: transparent; color:#fff;font-family: 'Proxima-Nova', sans-serif;font-weight:bold; font-style:normal;font-size: 38px;}
.support .donate-holder .don_button {text-decoration:none;color:#fff;text-align:center;display:block;float:left;background-color:#60bae4; border:solid 1px #60bae4;width:106px;margin-right:10px;height:40px;line-height:40px;padding:8px 10px;font-family: 'Proxima-Nova', sans-serif;font-weight:bold;font-size:22px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
}
.support .donate-holder .don_button:hover {text-decoration:none;background-color:#fff; border:solid 1px #4dadda;color:#60bae4;}

.support .donate-holder {margin-bottom: 16px;}
.support .donate-holder .don_button:last-child {margin:0px;}
.support .donate-amount span#ds {color:#76bb56;position:absolute;left:16px;font-family: 'Proxima-Nova', sans-serif;font-weight:bold;font-size:24px;line-height:52px;margin-right:10px;display:block;}
.support .donate-amount span#currency {position:absolute;left:123px;font-family: 'Proxima-Nova', sans-serif;font-weight:normal;font-size:16px;float:left;line-height:52px;margin-left:10px;display:block;color:#76bb56;}
.support .donate-amount span#amlabel {font-family: 'Proxima-Nova', sans-serif;font-weight:normal;font-size:16px;float:left;line-height:52px;margin-left:100px;color:#bbb;margin-right:10px;display:block;}
.support .donate-amount .field.theamount {font-family: 'Proxima-Nova', sans-serif;float:left;padding-left:42px;padding-right:55px;font-style: normal;}
.support .donate-amount p {display:block;float:left;line-height:52px;margin-left:20px;font-family: 'Proxima-Nova', sans-serif;font-weight:normal;font-size:14px;color:#999;}
.support .fields-holder.disclaimer {padding:10px 0 20px 0;}
.support .fields-holder.disclaimer p {font-family: 'Proxima-Nova', sans-serif;font-weight:normal;font-size:14px;color:#999;}

.content .fields-holder .datetime-col {width:164px; float:left; display:block; margin-right:10px;}
.content .fields-holder .datetime-col.to {width: 14px;text-align:center;line-height:54px;margin-right:10px;}
.content .fields-holder .datetime-col .field {width:118px; }
.content .fields-holder .datetime-col:last-child { margin-right: 0px; }
.content .fields-holder .datetime-col.expiration { width:404px; }
.content .fields-holder .datetime-col.expiration h3 {font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 24px; color: #60bae4; font-weight: bold; padding: 16px 0; letter-spacing: 1px; }

.mbuttons {margin-top:20px;clear:both;}

.all-sites-right {float:right;width:220px;}
.all-sites-left {float:left;width:680px;padding-right:30px;border-right:solid 1px #eee;}
.all-sites-right.event-right {float:right;width:240px;margin-left:0;}
.all-sites-left.event-left {float:left;width:680px;margin-right:10px;border-right:solid 1px #e9e9e9;padding-right:20px;}
.all-sites-left .siterow { border-bottom:solid 1px #eee;padding-bottom:20px;margin-bottom:20px;clear:both;overflow: hidden;}
.all-sites-left .rowphoto {float:left;display: block;width:115px;height:115px;margin-right:20px;}
.all-sites-left .rowphoto img{width:115px;height:115px;	border-radius: 3px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;-o-border-radius: 3px;}
.all-sites-left .rowoppphoto {float:left;display: block;width:115px;height:95px;margin-right:20px;}
.all-sites-left .rowoppphoto img{width:115px;height:95px;border-radius: 3px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;-o-border-radius: 3px;}
.all-sites-left .rowinfo {float: left;width:500px;}
.all-sites-left .rowinfo h2 {padding-bottom:6px;font-size:17px;float:left;}
.all-sites-left .rowinfo p {line-height:20px;clear: both;}
.all-sites-left .rowstats {margin-top:10px;}
.all-sites-left .rowstats .rowfollowers {font-family: 'Proxima-Nova', sans-serif; font-size: 13px;float:left;border-left: solid 1px #ddd;margin-left:6px;padding:0 10px;display: block;height:24px;line-height:24px;}
.all-sites-left .rowstats .rowfollowers .sicon {float:left;display:block;background:url(../images/supporter-icon.png) no-repeat;
    width: 25px; padding-left:30px;height: 22px;border-right: solid 1px #ddd;margin-right:10px; }
.all-sites-left .rowstats .rowcommitments {font-family: 'Proxima-Nova', sans-serif; font-size: 13px;float:left;border-left: solid 1px #ddd;margin-left:6px;padding:0 10px;display: block;height:24px;line-height:24px;}
.all-sites-left .rowstats .rowcommitments img { width: 24px; height: 24px;}
.all-sites-left .rowinfo .rowoppcat { margin-bottom:4px; clear: both;}
.all-sites-left .rowinfo .rowoppcat p{color:#aaa;font-style:italic;border-right: solid 1px #ddd;padding-right:5px;margin-right:8px;display: inline;}
.all-sites-left .rowinfo .rowoppcat p:last-child{border-right:0;margin-right:0px;}
.opportunity-label { margin: 3px 5px;  border-radius: 2px; float: left;font-size: 11px;text-transform: uppercase; color: #fff; padding: 2px 6px 1px; font-family: 'Proxima-Nova', sans-serif; }
.opportunity-label.volunteer { background: #56bba9; border: 1px solid #56bba9;}
.opportunity-label.internship { background: #e48b3b; border: 1px solid #e48b3b;}
.opportunity-label.full-time,.opportunity-label.part-time { background: #7e929a; border: 1px solid #7e929a; }
.opportunity-label.research { background: #f97a86; border: 1px solid #f97a86; }
.opportunity-label.outreach { background: #9e5ebf; border: 1px solid #9e5ebf; }
.opportunity-label.family {
    background: #fff;
    color: #d92a9d;
    border: 1px solid #d92a9d;
    border-radius: 3px;
    margin-left: 4px !important;
}

.opportunity-label.volunteer.expired,
.opportunity-label.internship.expired,
.opportunity-label.full-time.expired, .opportunity-label.part-time.expired,
.opportunity-label.research.expired,
.opportunity-label.outreach.expired
{ background: #ff0000; border-color: #ff0000; }


.all-sites-right h3 {list-style:none;color:#2b2725;margin-bottom:10px;text-transform: uppercase;letter-spacing: 0;font-size:12px;}
.all-sites-right ul {margin-bottom:20px;}
.all-sites-right li {list-style:none;margin-bottom:8px;}
.all-sites-right li a, .all-sites-right a{font-family: 'Proxima-Nova', sans-serif; font-size: 15px;color:#626262;}
.all-sites-right ul.oppother li {margin-bottom:15px;clear:both;}
.all-sites-right ul.oppother li img {vertical-align:text-top;float:left;margin-right:7px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;

}
.all-sites-right ul.oppother li a {font-family: 'Adelle', serif; font-size: 13px;color: #50a8da;}
.all-sites-right ul.oppother li p { font-size: 11px;}


.all-sites-left .pagination li {padding:0;}
.all-sites-left .pagination a {color: #76bb56; padding:4px 7px;}
.all-sites-left .pagination span {padding:4px 7px;display:block;}
.all-sites-left .pagination a:hover {background-color: #76bb56;color:#fff; }
.all-sites-right .search-field { width: 202px; padding:6px 8px;margin-bottom:20px; }
.all-sites-right .search-field form .field { font-size: 13px; line-height: 17px; color: #9a9a9a; width: 164px; height: 16px; padding: 0; background: transparent; border: 0; float: left; display: inline; margin: 0; }
.all-sites-right .search-field form .submit { width: 16px; height: 16px; background: url(../images/icons.png) no-repeat -298px -74px; position: static; padding: 0; border:0;float: right; display: inline; }
.all-sites-right .rowphoto {display: block;width:220px;height:220px;}
.all-sites-right .rowphoto img{width:220px;height:220px;}
.all-sites-right.donating h2 {font-family: 'Proxima-Nova', sans-serif; font-size: 18px; color:#76bb56;}
.all-sites-right.donating p {line-height:22px;margin-bottom:20px;}
.all-sites-right.donating a {font-size:12px;font-family: 'Droid-Serif', serif;color:#76bb56;text-decoration: underline;}
.all-sites-right .btn {cursor:pointer;font-family: 'Adelle', serif; font-size: 14px; line-height: 31px; color: #fff; text-transform: uppercase; font-weight: bold; letter-spacing:1px;padding: 10px 15px; background: #76bb56; }
.all-sites-right .rsvp {width:210px;display: block;text-align: center;margin-bottom:20px;font-family: 'Adelle', serif; font-size: 14px; line-height: 31px; }
.all-sites-right .rsvpbtn { cursor:pointer;font-family: 'Adelle', serif; line-height: 31px; color: #76bb56; text-transform: uppercase; font-weight: bold; padding: 10px 15px; background: #fff;border:solid 1px #76bb56; }



.all-sites-left form .field { font-size: 15px; line-height: 20px; color: #787878; font-style: italic; width: 630px; height: 20px; padding: 15px 22px; background: #fff; border: 1px solid #ebebeb; display: block; margin-bottom: 14px; }
.all-sites-left form textarea.field { height: 145px; }
.all-sites-left form .true-pass { display: none; }
.all-sites-left form .submit { font-family: 'Adelle', sans-serif; font-size: 18px; line-height: 24px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 170px; height: 42px; padding: 9px 0; display: block; background: #76bb56; border: 0; }
.all-sites-left .fields-holder { padding-bottom: 14px; }
.all-sites-left .fields-holder .field { width: 286px; float: left; display: inline; margin: 0; }
.all-sites-left .fields-holder .field + .field { margin-left: 10px; }
.all-sites-left .fields-holder-three { padding-bottom: 14px; }
.all-sites-left .fields-holder-three .field { width: 201px; float: left; display: inline; margin: 0; }
.all-sites-left .fields-holder-three select {  width: 201px;padding: 10px 22px;}
.all-sites-left .fields-holder-three .c2-sb-wrap {height: 50px;margin-left: 10px; }
.all-sites-left .fields-holder-three .c2-sb-inner-wrap {height: 50px; padding-left: 22px; }
.all-sites-left .fields-holder-three .c2-sb-wrap .c2-sb-text {padding: 14px 0px; }

.all-sites-left.support h3:first-child {padding-top:0px;}
.all-sites-left.support h3{clear:both;color:#000;font-family: 'Proxima-Nova', sans-serif; font-size: 19px;padding-top:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:solid 1px #eee;}
.all-sites-left.support .field{background-color: #f4f4f4;}

.resultsnipp {font-family: 'Proxima-Nova', sans-serif; font-size: 19px; line-height: 22px; color: #25272b; font-weight: 300; padding-bottom: 15px;margin-bottom:22px;border-bottom:solid 1px #eee;}
.mauka-link {color:#75bb56;}
.makai-link {color:#50a8da;}
.maoli-link {color:#eac34d;}

.site-images { width: 469px; height: 298px; position: relative; }
.site-images .slide { width: 469px; float: left; display: inline; }
.site-images .slide img { width: 100%; height: 250px; display: block; }
.site-images .slide p { font-family: 'Droid-Serif', serif;  font-size: 14px; line-height: 20px; color: #6d6d6d; padding: 14px 27px; }
.site-images .prev,
.site-images .next { width: 43px; height: 48px; display: block; font-family: 'Proxima-Nova', sans-serif; font-size: 20px; line-height: 47px; color: #fff; text-align: center; background: #afada7; position: absolute; bottom: 0; right: 0; }
.site-images .prev { right: 44px; }
.site-images .prev:hover,
.site-images .next:hover { text-decoration: none; }

.site-description { width: 435px; padding: 30px 30px 0 0; }
.site-description h3 { font-family: 'Adelle', serif; font-size: 14px; line-height: 18px; color: #2b2825; text-transform: uppercase; font-weight: bold; padding-bottom: 17px; }
.site-description p { font-family: 'Droid-Serif', serif;  font-size: 14px; line-height: 25px; color: #6d6d6d; padding-bottom: 17px; }
.site-description .btn { font-size: 14px; height: 17px; line-height: 17px; float: left; display: inline; margin-right: 10px; padding: 13px 15px; }
.site-description .followbtn { font-size: 14px; height: 17px; line-height: 17px; float: left; display: inline; margin-right: 10px; padding: 12px 15px; }
.site-description .map-btn { font-family: 'Proxima-Nova', sans-serif; font-size: 10px; line-height: 14px; color: #000; text-shadow: 1px 1px 0 rgba(255,255,255,0.8); text-transform: uppercase; padding: 7px 11px 7px 28px; display: block; background: url(../images/grad03.png) repeat-x; border: 1px solid #e5e4e3; position: absolute; bottom: 0; right: 0; }
.site-description .map-btn:hover { text-decoration: none; background-position: 0 bottom; }
.site-description .map-btn .icon { width: 12px; height: 18px; background-position: -379px -73px; left: 9px; margin-top: -9px; }
.site-description .url-btn { font-family: 'Proxima-Nova', sans-serif; font-size: 10px; line-height: 14px; color: #000; text-shadow: 1px 1px 0 rgba(255,255,255,0.8); text-transform: uppercase; padding: 7px 11px 7px 34px; display: block; background: url(../images/grad03.png) repeat-x; border-left: 1px solid #e5e4e3;border-bottom: 1px solid #e5e4e3;border-top: 1px solid #e5e4e3; position: absolute; bottom: 0; right: 107px; }
.site-description .url-btn:hover { text-decoration: none; background-position: 0 bottom; }
.site-description .url-btn .icon { width: 18px; height: 18px; background-position: -187px -134px; left: 9px; margin-top: -9px; }


.single-site-page .content { width: 930px; padding: 0;margin:0 auto; }
.single-site-page .content .column { width: 442px; float: left; display: inline; }
.single-site-page .content .column + .column { float: right; }

.site-stats { background: #f5f5f5; margin-bottom: 20px;clear:both;}
.site-stats ul.stats-nav { list-style: none outside; border-bottom: 1px solid #e9e9e9; padding: 14px 0 12px; }
.site-stats ul.stats-nav li { float: left; display: inline; padding-left: 30px; }
.site-stats ul.stats-nav li a { font-family: 'Adelle', serif; font-size: 14px; line-height: 26px;color:#999;text-transform: uppercase; font-weight: bold; display: block; }
.site-stats ul.stats-nav li.active a {  color: #50a8da; }

.stats-listing .tab { font-family: 'Droid-Serif', serif;  font-size: 14px; line-height: 24px; color: #6d6d6d; padding: 3px 30px 25px; }
.stats-listing .tab ul { list-style: none; }
.stats-listing .tab ul li { margin: 10px 0; }
.stats-listing .tab ul h3 { font-family: 'Adelle', serif; font-size: 14px; font-weight: normal; line-height: 18px; }
.stats-listing .tab table { border-collapse: collapse; }
.stats-listing .tab table td { padding: 10px 0; vertical-align: top; }
.stats-listing .tab table td a { font-family: 'Adelle', serif; color: #50a8da; font-weight: bold; display: block; }
.stats-listing .tab .view-more { border-top: 1px solid #fff;margin:5px -30px -25px -30px;padding:10px 30px 15px 30px;}
.stats-listing .tab .view-more a {font-family: 'Adelle', serif; font-size: 14px; }

.commitments { border: 1px solid #e9e9e9; margin-bottom: 20px; }
.commitments img { top: -15px; margin: 0 auto; width: 30px; display: block; position: relative; }
.commitments h3 { font-family: 'Adelle', serif; font-size: 14px; line-height: 18px; color: #2b2825; text-transform: uppercase; font-weight: bold; text-align: center; }
.commitments h4 { text-align: center; padding: 5px 0 10px; }
.commitments ul { list-style: none; }
.commitments ul li { margin: 10px 20px; line-height: 24px; }
.commitments ul li a { color: #76bb56; text-transform: uppercase; }

.site-stats.event-stats { margin-bottom:0;background: #fff;border:solid 1px #e9e9e9; border-radius: 3px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;-o-border-radius: 3px;  }
.stats-nav.event-stats-nav { background: #fff;margin-bottom:10px; clear:both;}
.site-stats ul.stats-nav.event-stats-nav li a {color:#999;}
.site-stats ul.stats-nav.event-stats-nav li.active a { color: #50a8da;  }

.site-stats-header {font-size: 14px; line-height: 24px;background:#fff;color: #50a8da; border:solid 1px #e9e9e9;border-bottom:0; padding: 15px 0 13px;  clear:both;}
.site-stats-header h2{padding-left: 30px;font-family: Adelle, serif;font-size: 14px;text-transform:uppercase;}

.opp-going {border-radius: 3px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;-o-border-radius: 3px;overflow:hidden;font-size: 12px; line-height: 24px;padding:0; clear:both;background: #fff;border:solid 1px #e9e9e9;}
.opp-going h2{padding:6px 0 6px 0;text-align:center; font-family: 'Adelle', serif;font-weight:bol;letter-spacing:1px;font-size: 12px;text-transform:uppercase;color: #50a8da;border-bottom:solid 1px #eee;}
.opp-going img {display:block;float:left;}
.opp-going span { font-family: 'Proxima-Nova', sans-serif; background:#f9f9f9;border-bottom:solid 1px #C;font-size:12px;display:block;padding:6px 0; text-align:center;letter-spacing:0;color:#666;}

.eventsnipp {margin-right:4px;display:inline;font-family: 'Proxima-Nova', sans-serif;font-size: 16px;font-weight:600; line-height: 22px; color: #25272b; margin-bottom:8px;}
#event-quick-info {width:700px;}
#event-quick-info p {padding-top:10px;line-height:20px;}
#event-quick-info p {padding-top:10px;line-height:20px;}
#event-quick-info p {padding-top:10px;line-height:20px;}
.event_info { margin-bottom:15px;}
.event_info:last-child {border-bottom:0px;}
.event_info p {margin-bottom:15px;line-height:25px;font-family: 'Droid-Serif', serif; }
.event_info ul {margin-left:20px;}
.event-details {margin-left:16px;width:600px;}
.event-details h1{font-size:24px;line-height:30px; float: left;}
.event-details .opportunity-label { margin: 6px 0 0 0; }
.event-details p { clear: both; }
.event_image {display:block;background-color: #fff;}
#event-quick-info img {border-radius: 3px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;-o-border-radius: 3px;}


.nearby-locations { padding-bottom: 40px; }
.nearby-locations h3 { font-family: 'Adelle', serif; font-size: 14px; line-height: 20px; color: #2b2825; text-transform: uppercase; font-weight: bold; padding-bottom: 12px; border-bottom: 6px solid #50a8da; margin-bottom: 24px; }

.locations-listing { width: 456px; position: relative; margin-right: -16px; }
.locations-listing .location-entry { width: 99px; float: left; display: inline; padding: 0 15px 10px 0; }
.locations-listing .location-entry a { display: block; font-family: 'Droid-Serif', serif;  font-size: 11px; line-height: 18px; color: #6d6d6d; }
.locations-listing .location-entry a img { width: 97px; height: 65px; display: block; border: 1px solid #c6c6c6; margin-bottom: 10px; }

.site-info-box { font-family: 'Droid-Serif', serif;  font-size: 14px; line-height: 25px; color: #77746f; position: relative; }

.site-opportunities { padding: 0 170px 20px 0; border-bottom: 2px solid #e6e5e2; margin-bottom: 40px;min-height:150px; }
.site-opportunities img { position: absolute; top: 0; right: 0; }
.site-opportunities h2 span {font-weight:normal;color:#ccc;margin-left:2px;font-family: 'Adelle', serif; font-size: 12px;}
.site-opportunities a.int-all-entries {text-decoration: none;color:#76bb61;}

.site-info-box h2 { font-family: 'Adelle', serif; font-size: 17px; line-height: 22px; color: #2b2825; text-transform: none; font-weight: bold; padding-bottom: 10px; border: 0; margin: 0; }
.site-info-box p { padding-bottom: 15px; }
.site-info-box p a { color: #76bb56; text-decoration: underline; }
.site-info-box p a:hover { text-decoration: none; }

.site-research { padding: 0 0 30px 110px; }
.site-research .research-icon { width: 77px; position: absolute; top: -10px; left: 0; font-family: 'Proxima-Nova', sans-serif; font-size: 11px; line-height: 18px; color: #343434; }
.site-research .research-icon img { display: block; max-width: 100%; height: auto; padding-bottom: 25px; }
.site-research h2 span {font-weight:normal;color:#ccc;margin-left:2px;font-family: 'Adelle', serif; font-size: 12px;}
.site-research a.res-all-entries {text-decoration: none;color:#76bb61;}

.connect-page { min-width: 1000px; min-height: 885px; }

.map-wrapper { width: 100%; height: 100%; position: relative; }
.map-wrapper .header { background: #fff; padding: 11px 40px 11px 30px; border: 0; position: absolute; top: 0; left: 0; right: 0; }
.map-wrapper .logo { width: auto; height: auto; position: static; padding: 0 0 0 66px; background: transparent; padding: 0; left: auto; top: auto; display: inline; }
.map-wrapper .logo {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.map-wrapper .logo .icon { position: static; float: left; display: inline; margin: 0 14px 0 0; top: auto; left: auto; }
.map-wrapper .logo strong { font-family: 'Proxima-Nova', sans-serif; font-size: 16px; line-height: 53px; color: #4d4e4c; font-weight: bold; text-transform: uppercase; float: left; display: inline; position: static; padding: 0 19px 0 0; }
.map-wrapper .logo em { font-size: 10px; line-height: 53px; color: #808080; font-style: normal; font-weight: normal; float: left; display: inline; position: static; margin: 0; padding: 0; }

.map-wrapper .navigation { padding: 16px 0; }
.map-wrapper .navigation ul li { background-image: url(../images/sep02.png); }
.map-wrapper .navigation ul li:first-child { background-image: none; }
.map-wrapper .navigation ul li a { color: #194c73; }

.map-wrapper .container { background: transparent; position: absolute; top: 75px; left: 0; right: 0; bottom: 0; }

.map-wrapper .container .sidebar { width: 280px; height: 100%; position: relative; }

.map-nav { list-style: none outside; }
.map-nav li { border-top: 1px solid #fff; }
.map-nav li:first-child { border-top: 0; }
.map-nav li a { font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 24px; color: #484848; font-weight: 300; padding: 24px 10px 24px 94px; position: relative; display: block;background: #ededed;  }
.map-nav li a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.map-nav li.active a {  background: #d2d2d2;}
.map-nav li.active a {
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 0 20px -5px rgba(0,0,0,0.3) inset;
    -o-box-shadow: 0 0 20px -5px rgba(0,0,0,0.3) inset;
}
.map-nav li a .icon { width: 49px; height: 47px; left: 26px; margin-top: -24px; }
.map-nav li.maps > a > .icon { background-position: -356px -96px; }
.map-nav li.earth > a > .icon { background-position: -405px -96px; }

.map-nav ul { background: #fff; padding-left: 17px; list-style: none outside; }
.map-nav ul li { padding-top: 13px; border: 0; }
.map-nav ul li a { font-family: 'Adelle', serif; font-size: 12px; line-height: 21px; color: #1e1e1e; font-weight: bold; text-transform: uppercase; padding: 10px 10px 10px 45px; background: #ededed; }
.map-nav ul li a {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}
.map-nav ul li a .icon { width: 14px; height: 14px; left: 18px; margin-top: -8px; background-position: -341px -75px; }
.map-nav ul li.expanded a .icon { background-position: -361px -75px; }

.map-nav ul ul { background: #ededed; padding: 0 5px 0 0; display: none; }
.map-nav ul ul li { border-top: 1px solid #fff; padding: 0; }
.map-nav ul ul li:first-child { border-top: 1px solid #fff; }
.map-nav li label { font-family: 'Proxima-Nova', sans-serif; font-size: 15px; line-height: 20px; color: #626262; padding: 11px 10px 11px 48px; position: relative; display: block; }
.map-nav li label input { position: absolute; top: 15px; left: 18px; }

.submit-site { position: absolute; bottom: 20px; left: 0; right: 0; font-family: 'Droid-Serif', serif;  font-size: 13px; line-height: 20px; color: #1e1e1e; text-align: center; }
.submit-site p { padding-bottom: 7px; }
.submit-site .btn { width: 150px; display: block; margin: 0 auto 15px; }
.submit-site .social-bar { padding-left: 0px; }

.map-wrapper .container .content { width: auto; height: 100%; min-height: 100%; padding: 0; overflow: hidden; position: relative; }
.map-wrapper .container .content .search-field { border: 0; width: auto; position: absolute; top: 0; left: 0; right: 0; background: #eaeaea; padding: 11px 10px; z-index: 5; }
.map-wrapper .container .content .search-field {
    box-shadow: 0 0 20px -7px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 0 20px -7px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 0 20px -7px rgba(0,0,0,0.3) inset;
    -o-box-shadow: 0 0 20px -7px rgba(0,0,0,0.3) inset;
}
.map-wrapper .container .content .search-field .field { font-size: 15px; line-height: 20px; color: #a7a7a7; font-style: italic; padding: 15px 0; width: 100%; height: 20px; background: #fff; border: 0; text-indent: 22px; }

.map-holder { position: absolute; top: 72px; left: 0; right: 0; bottom: 0; }

#connect_legend { z-index: 9999; position: absolute; top: 20px; right: 20px; background: #fff; padding: 20px; width: 200px; }
#connect_legend .collapse_button { cursor: pointer; }
#connect_legend h2 { border-bottom: none; margin: 0; padding: 0; font-size: 14px; line-height: 18px; }
#connect_legend .collapse_button { display: block; float: right; line-height: 18px; }
#connect_legend ul { list-style: none; margin: 20px 0 0 0; padding: 0; }
#connect_legend ul li { line-height: 30px; padding: 3px 0; }
#connect_legend ul li img { float: right; height: 30px;}

.locations-box { width: 398px; background: #fff; border: 6px solid #d0d0d0; position: absolute; top: 0; left: -410px; bottom: 0; z-index: 2; }
.locations-box {
    box-shadow: 3px 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 0 5px rgba(0,0,0,0.1);
    -o-box-shadow: 3px 0 5px rgba(0,0,0,0.1);
}

.locations-box .handle { width: 28px; height: 81px; background-position: -552px -10px; left: auto; right: -34px; margin-top: -40px; }

.locations-box ul { list-style: none outside; height: 100%; }
.locations-box ul li { padding: 14px 22px 14px 12px; border-top: 1px solid #ededed; min-height:90px;}
.locations-box ul li:first-child { border-top: 0; }
.locations-box ul li a { font-size: 13px; line-height: 21px; color: #6d6d6d; padding: 0 43px 0 110px; position: relative; display: block; }
.locations-box ul li a img { width: 97px; height: 65px; display: block; border: 1px solid #c6c6c6; position: absolute; top: 0; left: 0; }
.locations-box ul li a strong { font-family: 'Adelle', serif; font-size: 15px; color: #1e1e1e; padding-bottom: 5px; display: block; }
.locations-box ul li a .icon { width: 33px; height: 33px; left: auto; right: 0; margin-top: -16px; }
.locations-box ul li.blue-category a .icon { background-position: -163px -98px; }
.locations-box ul li.green-category a .icon { background-position: -200px -98px; }
.locations-box ul li.yellow-category a .icon { background-position: -236px -98px; }

.locations-box .jspPane { width: 100% !important; }
.locations-box .jspVerticalBar { opacity: 0; filter: alpha(opacity: 0); right: -6px; }
.locations-box .jspVerticalBar {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.locations-box:hover .jspVerticalBar { opacity: 1; filter: alpha(opacity: 100); right: 0px; }

#google-map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }

.alert {width:960px;margin:20px auto -5px auto;text-align: center;padding: 20px 0px;}
.alertpop {width:100%;margin:20px auto -5px auto;text-align: center;padding: 20px 0px;}
.alert-error {color:#fff; font-family: 'Proxima-Nova', sans-serif; font-size: 16px;background-color: #ff7c88; }
.alert-error a{color:#194c73; }
.alert-success {color:#fff; font-family: 'Proxima-Nova', sans-serif; font-size: 16px;background-color: #76bb56; }
.alert-success a{color:#194c73; }
.alert-pending {margin:20px auto -5px auto;text-align: center;padding: 20px 0px;color:#fff; font-family: 'Proxima-Nova', sans-serif; font-size: 16px;background-color: #76bb56;}
.alert-pending a{color:#194c73;}
.alert-pad {margin:20px auto -5px auto;text-align: center;padding: 20px 0px;}

.navigation span {font-family: 'Proxima-Nova', sans-serif; font-size: 15px;text-transform: uppercase;letter-spacing: 1px;}
.resetfield {width:300px;}


.reset-return {width:960px;margin:0 auto;}
.reset-return h1 {font-family: 'Proxima-Nova', sans-serif; font-size: 25px; color: #000;margin-bottom: 15px;}
.reset-return p {font-family: 'Proxima-Nova', sans-serif; font-size: 15px;color: #77746f;}


/*Popup Login*/
#sign_in_popup {background-color:#fff;display:none;width:480px;padding-bottom:15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#sign_in_popup form { background: #f4f3f1; padding: 30px 47px 34px 42px; position: relative;border-bottom:solid 1px #ddd; }
#sign_in_popup form h3 {text-align: left; font-family: 'Proxima-Nova', sans-serif; font-size: 18px;letter-spacing: 1px; line-height: 22px; color: #60bae4; font-weight: 300; text-transform: uppercase; padding-bottom: 49px; background: url(../images/shadow01.png) no-repeat center bottom; }
#sign_in_popup form .field {  width:347px;font-size: 15px; line-height: 20px; color: #787878; font-style: italic; height: 20px; padding: 15px 22px; background: #fff; border: 1px solid #ebebeb; display: block; margin-bottom: 14px; }
#sign_in_popup form .submit {margin:20px auto 0 auto;font-family: 'Adelle', sans-serif; font-size: 18px; line-height: 18px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 170px; height: 42px; padding: 12px 0; display: block; background: #60bae4; border: 0;display:block; }
#sign_in_popup .forgot-password {margin-top:10px;text-align:center;font-family: 'Proxima-Nova', sans-serif; font-size: 13px; }
#sign_in_popup .forgot-password a {color:#999;}
#sign_in_popup .register-with-us {margin-top:15px;padding: 0 47px 0 42px;text-align:center;font-family: 'Proxima-Nova', sans-serif; font-size: 17px;color:#999;}
#sign_in_popup .register-with-us a{color:#76bb56;}
#sign_in_popup #close_x {position: absolute;top:12px;right: 15px;color:#999;}
#sign_in_popup .true-pass {display: none;}
#sign_in_popup #popalerts {padding-bottom:15px;color:#ff7c88;font-family: 'Proxima-Nova', sans-serif;font-size: 15px;}

#contact_popup {background-color:#fff;display:none;width:480px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#contact_popup form { background: #f4f3f1; padding: 30px 47px 34px 42px; position: relative;border-bottom:solid 1px #ddd; }
#contact_popup form h3 {text-align: left; font-family: 'Proxima-Nova', sans-serif; font-size: 18px;letter-spacing: 1px; line-height: 22px; color: #60bae4; font-weight: 300; text-transform: uppercase; padding-bottom: 49px; background: url(../images/shadow01.png) no-repeat center bottom; }
#contact_popup form .field {  width:347px;font-size: 15px; line-height: 20px; color: #787878; font-style: italic; height: 20px; padding: 15px 22px; background: #fff; border: 1px solid #ebebeb; display: block; margin-bottom: 14px; }
#contact_popup form .submit {margin:20px auto 0 auto;font-family: 'Adelle', sans-serif; font-size: 18px; line-height: 18px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 170px; height: 42px; padding: 12px 0; display: block; background: #60bae4; border: 0;display:block; }
#contact_popup #close_x2 {z-index: 9999; position: absolute;top:12px;right: 15px;color:#999;}

.add-button, .save-button {margin-right:10px; box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing: initial;font-family: 'Adelle', sans-serif; font-size: 14px; line-height: 24px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px;  height: 24px; padding: 8px 13px; display: block; background: #76bb56; border: 0; }
.destroy-button {margin-right:10px; box-sizing:initial;-moz-box-sizing:initial;-webkit-box-sizing: initial;font-family: 'Adelle', sans-serif; font-size: 14px; line-height: 24px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px;  height: 24px; padding: 8px 13px; display: block; background: #ff7c88; border: 0; }

/*Popup Event*/
#intres_popup {background-color:#fff;display:none;width:660px;padding-bottom:5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#intres_popup #ir_content { padding: 20px; position: relative; }
#intres_popup #ir_title h3 {-moz-border-radius: 4px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;border-radius: 4px;background: #f4f3f1;padding: 20px; font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 24px; color:#76bb56; font-weight: bold; border-bottom: 1px solid #ececec; letter-spacing: 1px; }
#intres_popup #ir_desc {max-height:200px;overflow-y:auto;line-height:23px;margin-bottom:25px; }
#intres_popup #ir_contact h4{ font-family: 'Adelle', sans-serif; font-size: 14px; line-height: 24px; font-weight: bold;}
#intres_popup #close_x {position: absolute;top:12px;right: 15px;color:#999;}






/*Recurring Events Popup*/
#recur_popup {background-color:#fff;display:none;width:660px;padding-bottom:15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#recur_popup .customs { background: #e3e3e3; margin-bottom: 14px; }
#recur_popup .customs h3 { font-family: 'Proxima-Nova', sans-serif; font-size: 18px; line-height: 24px; color: #60bae4; font-weight: bold; text-align: center; padding: 16px 0; border-bottom: 1px solid #ececec; letter-spacing: 1px; }
#recur_popup .form-buttons { background: url(../images/sep07.png) repeat-y center top; }

#recur_popup .customs .custom-radio { width: 50%; float: left; display: inline; padding: 31px 0; font-size: 16px; line-height: 20px; color: #787878; font-style: italic; text-align: center; }
#recur_popup .customs .custom-radio input { display: none; }
#recur_popup .customs .custom-radio .icon { width: 38px; height: 38px; display: block; margin: 0 auto 15px; position: static; background-position: -275px -98px; }
#recur_popup .customs .custom-radio.checked .icon { background-position: -317px -98px; }
#recur_popup .customs .custom-radio small { font-size: 12px; font-style: italic; }

#recur_popup .grid3 .form-buttons { background-image: url(../images/sep08.png); }

#recur_popup #day_option, #recur_popup #week_option, #recur_popup #month_option, #recur_popup #recur-choice {
    padding:0 30px;min-height:64px;line-height:58px;
}
#recur_popup .field.range, #recur_popup .field.weekrange, #recur_popup .field.monthrange { font-size: 15px; line-height: 20px; color: #787878; font-style: italic; width: 80px; height: 20px; padding: 15px 22px; background: #fff; border: 1px solid #ebebeb; display: block; margin-bottom: 14px; }
#recur_popup .rec-col { clear:both;border-bottom:solid 1px #eee;padding-bottom:5px;margin-bottom:5px;}
#recur_popup .rec-col:last-child { border-bottom: 0px;}
#recur_popup #recur-choice .rec-col:last-child {border-bottom:solid 1px #eee;height:58px;}
#recur_popup label { width:140px;margin-right:10px;float:left;font-family: 'Proxima-Nova', sans-serif; font-size: 18px; font-weight: bold;  }
#recur_popup #day_option select, #recur_popup #week_option select, #recur_popup #month_option select { margin-right:26px;  }
#recur_popup #close_x {position: absolute;top:12px;right: 15px;color:#999;}
#recur_popup .select-holder { width:100px;position: relative; margin: 0 -5px 14px 0; }
#recur_popup .c2-sb-wrap {margin-right:7px;}
#recur_popup .switcher {float:right;}
#recur_popup select {dislay:block;}
#recur_popup .recursave { margin:0 30px 5px 30px;background-color: #60bae4;}

#show-recur { font-family: 'Proxima-Nova', sans-serif; font-size: 16px; font-weight: bold;color: #60bae4;display:none;text-align:center; padding-bottom:16px;}



/*Update Recurring Event Popup*/
#saveupdate, #deleteupdate {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    -webkit-box-shadow:0 0 6px #B2B2B2;
    -moz-box-shadow:0 0 6px #B2B2B2;
    background-color:#fff;
    padding-bottom:16px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width:660px;
    padding-bottom:5px;
}
#saveupdate .updatecontent, #deleteupdate .updatecontent {padding:16px;}
#saveupdate .updatecontent .rec-col, #deleteupdate .updatecontent .rec-col {display:block;clear:both;height:50px;line-height:40px;}
#saveupdate h3, #deleteupdate h3 {margin-bottom:15px;}
#saveupdate #close_x, #deleteupdate #close_x {position: absolute;top:12px;right: 15px;color:#999;}

/*Map Popup*/

.map_popup {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    -webkit-box-shadow:0 0 6px #B2B2B2;
    -moz-box-shadow:0 0 6px #B2B2B2;
    background-color:#fff;
    padding-bottom:16px;
    display: inline-block;
    position: relative;
    vertical-align: top;

}

.map_popup::before {
    background-color:#fff;
    content: "\00a0";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: -7.5px;
    transform: rotate(47deg) skew(5deg);
    -moz-transform: rotate(47deg) skew(5deg);
    -ms-transform: rotate(47deg) skew(5deg);
    -o-transform: rotate(47deg) skew(5deg);
    -webkit-transform: rotate(47deg) skew(5deg);
    box-shadow: 2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left:177px;
}

.map_popup .map_popup_content {padding:16px;}
.map_popup .map_popup_content .popup_image_col {width:154px;margin-right:14px;margin-bottom:16px;}
.map_popup .map_popup_content .popup_image_col img {width:152px;height:100px;border:solid 1px #c4c4c4;}
.map_popup .map_popup_content .popup_content_col {width:184px;margin-bottom:16px;}
.map_popup .map_popup_content .popup_content_col p {font-family: 'Droid-Serif', serif;font-size: 13px;line-height: 18px;color: #6d6d6d;}
.map_popup .map_popup_content h1 {font:bold 16px 'Adelle', sans-serif;line-height:21px;padding:0;margin-bottom:5px;}
.map_popup .map_popup_content h1 a {font:bold 16px 'Adelle', sans-serif;line-height:21px;padding:0;}

.map_popup .inforow {padding:0;height:52px;line-height:52px;clear:both;width:100%;}
.map_popup .inforow.blue-category {background-color: #50a8da;}
.map_popup .inforow.green-category {background-color: #75bb56;}
.map_popup .inforow.yellow-category {background-color: #eac34d;}

.map_popup .inforow div img {vertical-align: middle;margin-right:8px;}
.map_popup .inforow div {color:#1e1e1e;display: block;float:left;font-weight: 500;font-size:14px;font-family: 'Proxima-Nova', sans-serif;}
.map_popup .inforow div a{color:#1e1e1e;font-weight: 500;font-size:14px;font-family: 'Proxima-Nova', sans-serif;}


.map_popup .inforow .inforow_cat {padding:0 16px;height:52px;line-height:52px;}
.map_popup .inforow.blue-category .inforow_cat {border-right:solid 1px #85c2e5;}
.map_popup .inforow.green-category .inforow_cat {border-right:solid 1px #9fd089;}
.map_popup .inforow.yellow-category .inforow_cat {border-right:solid 1px #f0d583;}

.map_popup .inforow .inforow_supporters {padding:0 16px;border-right:solid 1px #bfbfbf;height:52px;line-height:52px;}
.map_popup .inforow.blue-category .inforow_supporters {border-right:solid 1px #85c2e5;}
.map_popup .inforow.green-category .inforow_supporters {border-right:solid 1px #9fd089;}
.map_popup .inforow.yellow-category .inforow_supporters {border-right:solid 1px #f0d583;}

.map_popup .inforow .inforow_donate {padding:0 0 0 16px;height:52px;line-height:52px;}




/*Add Volunteer*/
#add_vol_popup {
    background-color:#f4f3f1;
    display:none;
    width:400px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#add_vol_popup form { background: #f4f3f1; padding: 30px 47px 34px 42px; position: relative; }
#add_vol_popup h3 {text-align: center; font-family: 'Proxima-Nova', sans-serif; font-size: 18px;letter-spacing: 1px; line-height: 22px; color: #60bae4; font-weight: 300; text-transform: uppercase; padding-bottom: 19px; }
#add_vol_popup form .field { width:267px;font-size: 15px; line-height: 20px; color: #787878; font-style: italic; height: 20px; padding: 15px 22px; background: #fff; border: 1px solid #ebebeb;margin-top:-1px; display: block; }
#add_vol_popup form .c2-sb-wrap { width:313px;margin-top:-1px;}
#add_vol_popup form .c2-sb-inner-wrap {border-bottom:0;}
#add_vol_popup form .submit {clear:both;margin:20px auto 0 auto;font-family: 'Adelle', sans-serif; font-size: 18px; line-height: 18px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 170px; height: 42px; padding: 12px 0; display: block; background: #60bae4; border: 0;display:block; }
#add_vol_popup #close_x {position: absolute;top:12px;right: 15px;color:#999;}
#add_vol_popup form label {margin:0;padding:0;}
#add_vol_popup form .pop-wrapper {position:relative;clear:both;}
#add_vol_popup form .pop-wrapper label {z-index:999;border-radius: 0.5em;background-color: #ff7c88; padding:5px;color:#fff;position:absolute;top:13px;right:10px;}

#faq h2 { padding: 5px 0; margin: 0 0 10px 0; color: #9fd089; border-bottom: 1px solid #CCC;}
#faq ul { list-style: none; margin-bottom: 15px; }
#faq ul li {}
#faq ul li h3 { background: url(../images/FAQPageAssets.png) no-repeat left center; background-size: 10px; margin: 10px; padding-left: 15px;}
#faq ul li h3 a {}
#faq ul li div.faq_body { margin: 5px 25px 15px; line-height: 18px; display: none;}
#faq_contact h2 { color: #9fd089; }
#faq_contact p { margin: 10px 0; }
#faq_contact form .field { font-size: 13px; line-height: 20px; color: #787878; font-style: italic; width: 100%; height: 20px; padding: 8px 10px; background: #fff; border: 1px solid #ebebeb; display: block; margin-bottom: 14px; }
#faq_contact form textarea.field { height: 145px; }
#faq_contact form .submit { font-family: 'Adelle', sans-serif; font-size: 14px; line-height: 18px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 1px; width: 110px; height: 36px; padding: 4px 0; display: block; background: #76bb56; border: 0; }

#features { padding-bottom: 40px; }
#features h2 { color:#50a8da; border-bottom: 1px solid #CCC; text-align: center; padding: 40px 0;}
#features ul { list-style: none; }
#features ul li { padding: 40px 0; border-bottom: 1px solid #CCC;}
#features ul li.odd img { display: block; float: left; margin-left: 100px; }
#features ul li.even img { display: block; float: right;  margin-right: 100px;}
#features ul li.odd .text { float: right; width: 400px; margin-right: 100px; margin-top: 30px; }
#features ul li.even .text { float: left; width: 400px; margin-left: 100px; margin-top: 30px; }
#features ul li h3 { color: #9fd089; }
#features ul li p { margin: 10px 0; }
#features .clear { clear: both; }

.statistics { height: 465px; position: relative; overflow: hidden; }
.statistics img { width: 100%; height: auto; display: block; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; }
.statistics h1 { font-family: 'Proxima-Nova', sans-serif; font-size: 34px; line-height: 40px; color: #2b2725; text-transform: uppercase; font-weight: bold; padding-bottom: 10px; }
.statistics h6 { font-size: 14px; line-height: 16px; color: #77746f; font-style: italic; font-weight: normal; padding-bottom: 40px; }

.statistics-box { width: 47%; float: left; display: inline; text-align: center; padding: 46px 0; border-width: 3px; border-style: solid; margin-right: 15px; }
.statistics-box p { width: 50%; float: left; display: inline; font-size: 15px; line-height: 29px; color: #2b2825; }
.statistics-box p strong { font-family: Arial, Helvetica, sans-serif; font-size: 50px; line-height: 54px; display: block; font-weight: normal; }

.statistics-content { position: relative; z-index: 3; padding: 36px 0 0 30px; text-align: center; }


#impact .statistics h6 { width: 440px; margin: 0 auto; font-style: normal; line-height: 24px;}
#impact .statistics-box { margin-top: 45px; }
#impact_slider { position: relative; background: #f2f2f2; padding: 20px 20px 30px 40px;}
#impact_content { overflow: hidden; height: 100px; }
#impact_slider h2 { text-transform: uppercase; font-size: 14px; margin: 0 0 20px 0; }
#impact_content ul { position: relative; list-style: none; height: 100px; }
#impact_content ul li { position: relative; float: left; }
#impact_content ul li div.cont { width: 430px; height: 100px; float: left; margin-right: 20px;}
#impact_content ul li div .photo { display: block; float: left; margin-right: 15px;}
#impact_content ul li div h4 { margin-top: 3px; font-size: 16px; margin-bottom: 2px;color: #85c2e5; }
#impact_content ul li div .date { margin-bottom: 8px; }
#impact_content ul li p {}
#impact_left { position: absolute; top: 70px; left: -50px; z-index: 1000; cursor: pointer; }
#impact_right { position: absolute; top: 70px; right: -50px; z-index: 1000; cursor: pointer; }
#impact_left img, #impact_right img { height: 60px;}
#impact h3 { margin: 40px 0;text-transform: uppercase; font-size: 14px; text-align: center; overflow: hidden; }
#impact h3 span { display: inline-block; position: relative; }
#impact h3 span:before, #impact h3 span:after { content: ""; position: absolute; top: 8px; height: 1px; background: #000; width: 800px; }
#impact h3 span:before { right: 100%; margin-right:20px;}
#impact h3 span:after {left: 100%; margin-left: 20px;}
#collective_impact { list-style: none; margin: 0;}
#collective_impact li {  border-radius: 3px; padding: 30px 39px 40px; font-weight: bold; float: left; border: 3px solid #000; width: 140px; margin: 0 20px 0 0; text-align: center; }
#collective_impact li span { display: block; font-size: 50px; line-height: 54px; color: #2b2725; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; }
#collective_impact li img {}
#collective_impact li.one { border-color: #57BAA8; }
#collective_impact li.one span { color: #57BAA8;}
#collective_impact li.two { border-color: #E79853;}
#collective_impact li.two span { color: #E79853;}
#collective_impact li.three { border-color: #9460A7;}
#collective_impact li.three span { color: #9460A7;}
#collective_impact li.four { border-color: #F4828D; margin-right: 0;}
#collective_impact li.four span { color: #F4828D;}

.site_contact { border: 1px solid #75bb56; margin-bottom: 30px; }
.site_contact span { display: block; float: left; background: #75bb56; margin-right: 15px; padding: 14px 20px; }
.site_contact .words { line-height: 49px; font-size: 11px; }
.site_contact a { font-weight: bold; }

.positioncontact { background: #75bb56; margin: 20px 0; padding: 15px 20px;  color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; }
.positioncontact a { color: #fff; font-size: 13px; }

.positioninfo { margin: 0; padding: 0; border: 1px solid #dbdbdb;}
.positioninfo h2 { font-family: 'Adelle', serif; color:#85c2e5; background: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; padding: 10px 0; border-bottom: 1px solid #dbdbdb; }
.positioninfo ul { margin: 0; padding: 0; }
.positioninfo li { margin: 0; padding: 10px; border-bottom: 1px solid #dbdbdb;  background: #f8f7f5;}
.positioninfo li.last { border-bottom: none;}
.positioninfo h3 { margin: 0; color: #85c2e5; text-transform: none; font-weight: bold; margin-bottom: 5px; }
.positioninfo li a { font-family: 'Droid-Serif', serif; font-size: 12px;}

#impact_other { display: none; }

.content .fields-holder .first-name { width: calc(50% - 52px); }
.content .fields-holder .last-name { width: calc(50% - 52px); }
.content .fields-holder .password { width: calc(100% - 44px); }
.content .fields-holder .email { width: calc(50% - 52px); }
.content form  .checkboxs.field {
    background: none;
    border: none;
    padding-top: 0;
}
.join-event-under-18 { display: inline-block; line-height: 52px; padding: 0px 12px;}
.join-template-waiver-row {
    margin-bottom: 30px;
}
.join-template-waiver-row h2{
    margin-bottom: 8px;
}

.volunteer-join .alert { width: 100%; }
.volunteer-join ul { list-style: none }
#faq .faq_sub_ul {
    padding-left: 16px;
    list-style: circle;
}
.join-button.rad3.add-friend-btn {
    background: #60bae4;
}
.join-friend-remove{
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 3px;
    color: red;
    display: none;
}
.join-form-row .bsubhead {
    position: relative;
}
.join-visible {
    display: block;
}
.content form .register-half .field {
    display: inline-block;
    width: 36% !important;

}
.content form .register-half .field:nth-child(1) {
    margin-right: 2%;
}
.register-container .alert-error {
    text-align: left;
}
.register-container .shell .content .column ul li:last-child {
    padding-bottom: 0;
}

.top-sub-bar {
    color: #fff;
    padding: 18px 0 18px 0;
    background: #60bae4;
    border-bottom: solid 1px #eee;
}
.top-sub-bar-navigation {
    padding: 12px 12px 12px 30px;
}
.top-sub-bar-navigation ul {
    margin: 0;
    padding: 0;
    list-type: none;
}
.top-sub-bar-navigation .arrow {
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-top: 8px solid #194c88;
}
.image-copyright-wrapper {
    position: relative;
}
.image-copyright {
    color: white;
    position: absolute;
    right: 32px;
    font-family: 'Proxima-Nova';
    font-size: 14px;
    bottom: -240px;
}
.faq-recaptcha {
    margin-bottom: 12px;
}


/* TOP NAV HEADER */

.top-header {
  background: #143e5d;

}

.top-header-links {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  width:960px;
  margin:0 auto;
  position: relative;
}
.powered {
    position: absolute;
    left: 0;
    top: 30px;
    color: #fff;
    font-family: 'Proxima-Nova', sans-serif;
    padding: 0 !important;
    font-size:14px;
}
.powered:hover {
    color:#60bae4;
}


.top-header-selected img {
    max-width: 140px;
}
.top-header-links img {
    max-width: 140px;
}
.top-header-links > a {
  padding: 10px;
}
.top-header-selected {
  background: #194c73;
  padding: 10px;
}

.bottom.social-bar {
    text-align:center;
    margin-bottom:30px;
}

.added {

    text-align: center;
font-family: 'Proxima-Nova', sans-serif;
    font-size: 19px;
    line-height: 22px;
    color: #25272b;
    font-weight: 300;
    padding-bottom: 30px;
}

.header-menu-fullw {
    position: fixed;
    top:0;
    z-index: 9999;
    width:100%;
}

.allofcontent {
    padding-top:140px;
}

.calloutlogo {
    text-align: center;
    margin-bottom: 40px;
}

.calloutlogo img {
    max-width: 35%;
}

.callouthead {
    text-align: right;
font-family: 'Droid-Serif', serif;
font-size: 15px;
    color: #787878;
}