.btn-green-sm-dashboard {
    background-color: #85c525;
    color: white;
}

.js-new-login-background {
    background: #f8f8f8;
}

.t-signup {
    background: white;
    padding: 0 30px 30px;
    margin-top: 10%;
}

.t-signup form .form-control,
.t-signup form .btn {
    border-radius: 0;
    height: 40px;
}

.t-signup-img {
    padding: 3em 0 1em;
}

.t-signup p {
    padding: 8px 0 15px;
}

.btn-green-xs {
    background: #85c525;
    color: white;
}

.horizontal-separator {
    border-top: 1px solid #ccc;
    display: inline-block;
    height: 1px;
    margin: 2em auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.horizontal-separator .separator-text {
    display: inline-block;
    padding: 0 .5em;
    position: relative;
    top: -0.7em;
    background-color: #fff;
    text-transform: uppercase;
}

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-apple{
    background-color: #000000;
    border-color: #000000;
    color: white;
  }
  .btn-apple:hover{
    background-color: #000000bd;
    color: white;
  }
.btn-apple i{
    border-right: 1px solid rgb(255 255 255 / 20%);
}
.btn-isha{
	background: rgb(205, 103, 39);
	border-color: rgb(205, 103, 39);
	color: white;
}
.btn-isha:hover{
    background-color: rgba(205, 103, 39, 0.818);
    color: white;
  }
  .btn-isha img{
    border-right: 1px solid rgb(255 255 255 / 20%);
}
.m-bot {
    margin-bottom: 20px;
}

.m-top {
    margin-top: 20PX;
}

.buttons .btn {
    border-radius: 0;
}

.btn-green-ghost {
    background-color: transparent;
    border-color: #85c525;
    color: #85c525;
}

.btn-green-ghost:hover {
    background-color: #85c525;
}

.nav-top-class {
    margin-top: 20px;
}

.btn-login {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
}

.btn-login:hover {
    color: #85c525 !important;
    border: 1px solid #85c525;
}

iframe {
    display: block;
    margin: auto;
}

th {
    text-align: center;
}

hr {
    border-color: #ccc;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

p {
    color: #5d615f;
    line-height: 1.8em;
}

img.thumbnail,
.screenshot img,
.customers img,
.producticon img {
    width: 100%;
}

.allcaps {
    text-transform: uppercase;
}

.attendance .table > tbody > tr > td {
    vertical-align: middle;
}

body.textured {
    background: #E9E9E9 url('/images/body-bg.png') repeat 0 0;
}

.navbar-top {
    background-color: #333;
    background-image: url(/img/html_bg.jpg);
    background-position: center bottom;
    background-repeat: repeat;
    color: white;
}

.navbar-top a {
    color: white;
}

ul.rollover {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.rollover > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.rollover .thumbnail {
    margin: 0;
}

ul.rollover a.thumbnail:hover img {
    visibility: hidden;
}

ul.rollover a {
    text-decoration: none;
    display: block;
}

ul.rollover li img {
    display: block;
    position: relative;
    z-index: -1;
}


/* IE8 fix, background colour appears behind img for uknown reason set negative z-index */

ul.rollover li:not([class=na]) img {
    position: static;
}


/* Reset relative position, as this plays havoc with good browsers */

ul.rollover a:hover:after,
ul.rollover a:focus:after {
    content: attr(title);
    color: #ffffff;
    position: absolute;
    height: 100%;
    top: 0px;
    padding: 20px;
    text-align: center;
    width: 100%;
    display: block;
}

.logout {
    margin: 20px 0 10px 0;
}

.vidContainer ul li {
    list-style-type: none;
}

.signupButtonWrapper {
    padding-bottom: 10px;
}

.btn-play {
    padding: 13px 20px 13px 25px;
    font-size: 38px;
    background-color: #7accc6;
    border-color: #7accc6;
    color: #FFF;
    margin: 10px 0 30px 0;
}

.btn-play:hover {
    background-color: #28857E;
    border-color: #28857E;
    color: #FFF;
}

.bannerpromo {
    margin-top: 2%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    border-radius: 3px;
    z-index: 2;
    padding: 10px;
}

.bannerpromo a.link {
    line-height: 33px;
    color: white;
    text-transform: uppercase;
}

.vmNavbar {
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    border-left: none;
    border-right: none;
}

.alert-promo a,
.alert-promo a:hover,
.alert-promo a:visited,
.alert-promo a:active {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.inline {
    display: inline;
}

.navbar-brand {
    padding: 0;
}

.vmNavbar a.navbar-brand {
    color: #777;
    font-size: 21px;
}

.IN-widget {
    display: inline !important;
}

.wistia_socialbar {
    height: auto !important;
}

.icon-bar {
    background-color: #333;
}

.csr-text p,
.about-text p {
    margin-bottom: 30px;
}

.btn-options,
.btn-options:active,
.btn-options:focus {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
}

#showFilters {
    border: none;
    margin-top: 10px;
    text-decoration: underline;
}

.btn-options:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 25px;
    line-height: 18px;
    border-radius: 50%;
}

.navbar-toggle {
    border: 1px solid #333;
}

.navbar-top .navbar-nav a {
    color: white;
    padding: 4px;
    font-size: 12px;
}

.navbar-top .navbar-nav a:hover,
.navbar-top .navbar-nav a.active {
    color: white;
    background: #28857E;
}

.vmNavbar .navbar-nav {
    float: right;
}

.navbar-form {
    float: right;
}

.navbar-nav > li > a {
    color: #333;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: #28857E;
}

.nav .open .dropdown-menu li {
    display: block;
}

.dropdown:hover .dropdown-toggle {
    background: #28857E;
}

.dropdown-menu {
    /* background-color: #333;
    background-image: url(/img/html_bg.jpg);
   */
    border-top: none;
}

.navbar-nav > li.active > a,
.navbar li.active:hover a,
.navbar-nav > li.active:hover > a,
.navbar-nav > li.active ul li a.active,
.navbar-nav > li.active:hover ul li a.active,
.navbar-nav > li.active:hover ul li a.active:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav > li.active:hover ul li a {
    background-color: #fff;
    color: #333;
}

.navbar-nav > li.active:hover ul li a:hover,
.navbar-nav > li.active:focus ul li a:focus {
    color: #262626;
    background-color: #f5f5f5;
}

.navbar-form {
    margin: 0;
    ;
}

.navbar-form > .form-group {
    margin: 0;
}

.navbar-form > .form-group > input {
    width: auto;
}

.navbar-collapse {
    padding-right: 0;
}

.featureRow {
    margin-top: 25px;
}

.featureRow h3 {
    text-align: center;
}

.homeFeature {
    padding: 40px 0 40px 0;
}

.linethrough {
    text-decoration: line-through;
}

.HeaderBannerVolunteers .bigslide {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: url("/img/slider/VolunteerPainter.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: -2;
}

.HeaderBannerNonprofits,
.HeaderBannerVolunteers,
.HeaderBannerBusiness,
.HeaderBannerSchools,
.HeaderBannerResources {
    min-height: 400px;
    background-color: black;
}

.HeaderBannerNonprofits .bigslide {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: url("/img/slider/senior-citizens.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: -2;
}

.HeaderBannerResources .bigslide {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: url("/img/slider/resource-library.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: -2;
}

.HeaderBannerBusiness .bigslide {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: url("/img/slider/people-around-table.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: -2;
}

.HeaderBannerSchools .bigslide {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: url("/img/slider/students-in-class.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: -2;
}

.vmHeaderBannerHome {
    color: #fff;
    padding: 0;
    border-radius: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    z-index: -2;
    background-color: #000000;
}

.HeaderBannerBlog {
    position: relative;
    height: 220px;
}

.HeaderBannerBlog .slider-wrap {
    min-height: 240px;
}

.HeaderBannerBlog .bigslide {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: url("/img/slider/BlogHeader.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 220px;
    z-index: -2;
    overflow: hidden;
    position: relative;
}

.HeaderBannerBlog {
    position: relative;
    height: 220px;
}

.HeaderBannerBlog .slider-wrap {
    min-height: 240px;
}

.HeaderBannerBlog .bigslide {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: url("/img/slider/BlogHeader.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 220px;
    z-index: -2;
    overflow: hidden;
    position: relative;
}


/* Banner Slider Css */

.slider-wrap {
    width: 100%;
    min-height: 400px;
    max-height: 100%;
    margin: 0;
    position: absolute;
    z-index: 0;
    background-color: black;
    overflow: hidden;
}

.bigholder {
    width: 100%;
    position: absolute;
}

.bigslide {
    width: 100%;
    min-height: 100%;
    height: 400px;
    position: absolute;
}

#slide-0 {
    background: url(/img/slider/VolunteerFoodLine.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-1 {
    background: url(/img/slider/VolunteerCarWash.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-2 {
    background: url(/img/slider/VolunteerWithDog.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide-3 {
    background: url(/img/slider/VolunteerWithRake.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bigslide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, black);
    background: -webkit-linear-gradient(transparent, black);
    /* For Safari */
    background: -o-linear-gradient(transparent, black);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, black);
    /* For Firefox 3.6 to 15 */
}


/* End banner slider css*/

.vmHeaderBannerHome .signupBanner {
    margin-top: 5%;
    top: 0;
    padding: 10px 10px 0 10px;
}

.vmHeaderBannerHome .signupBanner p {
    color: white;
}

.signupBanner {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    height: auto;
    margin-top: 2%;
    border-radius: 3px;
    z-index: 2;
    text-align: center;
    float: right;
    overflow: hidden;
    top: -3px;
}

.signupBanner a {
    color: white;
}

.searchBanner {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    border-radius: 3px;
    z-index: 2;
    padding: 10px 10px 20px 10px;
    float: left;
    font-size: 16.8px;
    line-height: 33px;
}

.transparentBG {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    border-radius: 3px;
    z-index: 2;
    padding: 20px;
    margin-bottom: 40px;
}

.transparentBG p {
    color: white;
    font-weight: bold;
}

.transparentBG .thumbnail-style {
    background: white;
}

.transparentBG .thumbnail-style p {
    color: #333333;
    font-weight: normal;
}

#googlelink img,
#facebooklink img {
    margin: 5px;
    min-width: 150px;
    max-width: 24%;
}
@media (max-width: 767px) {
#googlelink .g-img-icon img {
    margin-top: 0;
}
}
.signupBanner h2 {
    margin-top: 12px;
    color: white;
    text-align: center;
}

.searchFilters {
    height: auto;
    border-radius: 0 0 3px 3px;
    border: 0 1px 1px 1px solid #333;
    color: #fff;
    display: none;
    padding: 8px;
    overflow: auto;
    z-index: 999;
}

.darktext {
    color: #333 !important;
}

.filtersBody {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.filtersBody .distancerange {
    margin: 3px 0 3px 0;
}

.filtersBody .form-group {
    clear: both;
    padding: 10px 0 10px 0;
}

.appendCenter {
    margin: 14px 0 0 0;
    padding: 0;
    text-align: center;
}

.calltoaction-bg {
    background: #415968;
    padding: 60px 0 60px 0;
    text-align: center;
}

.calltoaction-bg p {
    display: inline-block;
    color: #ecf0f2;
    font-size: 18px;
    margin-right: 30px;
}

.absolute {
    position: absolute;
}

.nowrap {
    white-space: nowrap;
}


/*Full Width Block
------------------------------------*/

.full-w-block {
    padding: 30px 0;
    background-color: #333;
    background-image: url(/img/html_bg.jpg);
    background-position: center bottom;
    background-repeat: repeat;
}

.info-blocks a:hover {
    text-decoration: none;
}

.info-blocks img.pull-left {
    margin-top: 15px;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
    color: #fff;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
}

.full-w-block .info-blocks-in p {
    color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
    color: #fff;
}


/*Thumbnails
------------------------------------*/

a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.thumbnail-style {
    min-height: 379px;
}

.thumbnail-style a {
    text-decoration: none;
}

.thumbnail-style a h3 {
    color: #000000;
}

.thumbnail-style a:hover h3 {
    color: #428bca;
}

.thumbnail-style img {
    width: 100%;
    height: auto;
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px;
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
    margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
    color: #585f69;
    font-size: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
    color: #72c02c;
    text-decoration: none;
}

.thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #72c02c;
    display: inline-block;
}

.thumbnail-style a.btn-more:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #377500;
}

.thumbnail-style:hover a.btn-more {
    right: 10px;
}

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.download-area {
    display: inline-block;
    position: relative;
}

.download-area .btn-group li {
    padding: 0;
    margin-bottom: 15px;
}

.download-area .btn-group li a {
    background-color: #9FAFB8;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    width: 200px;
    height: 60px;
    text-indent: -9999px;
    margin-right: 30px;
}

.download-area .btn-group li a:hover {
    background-color: #626365;
}

.btn-group li.ios-btn a {
    background-image: url('/img/btn-app-store.png');
}

.btn-group li.android-btn a {
    background-image: url('/img/btn-google-play.png');
}

.left-arrow {
    position: absolute;
    left: 60px;
    bottom: 15px;
    display: inline-block;
    background: url('/img/up-arrow-left.png') no-repeat left top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 63px;
    height: 69px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.right-arrow {
    position: absolute;
    right: 60px;
    bottom: 15px;
    display: inline-block;
    background: url('/img/up-arrow-right.png') no-repeat right top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 63px;
    height: 58px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.note {
    font-family: 'Handlee', cursive;
    font-size: 18px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.org-page {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.org-page ul {
    margin-bottom: 10px;
}

.org-page li {
    margin: 0 5px 3px 0;
}

.org-page h3 {
    margin-top: 0;
    font-size: 22px;
}

.org-page img {
    padding: 4px;
    margin: 5px 0;
    border: solid 1px #eee;
    background: #fafafa;
}

.org-page:hover img {
    border-color: #bbb;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
    font-size: 22px;
}


/*Info Blocks*/

.info-blocks {
    margin-bottom: 15px;
    clear: none;
}

.info-blocks:hover i.icon-info-blocks {
    color: #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.info-blocks i.icon-info-blocks {
    float: left;
    color: #777;
    font-size: 30px;
    min-width: 50px;
    margin-top: 10px;
    text-align: center;
}

.info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
    font-size: 20px;
    line-height: 28px;
}

.info-blocks .info-blocks-in p {
    font-size: 12px;
}


/* PORTFOLIO from Unify */


/*Portfolio v2
------------------------------------*/

.sorting-block ul {
    margin: 0;
    padding: 0;
}


/*Sorting Navigation*/

.sorting-block .sorting-nav {
    margin-bottom: 30px;
}

.sorting-block .sorting-nav li {
    padding: 0 2px;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    display: inline-block;
}

.sorting-block .sorting-nav li.active {
    color: #499ab4;
}


/*Sorting Navigation v1*/

.sorting-block .sorting-nav-v1 li {
    padding: 10px 15px;
    font-weight: bold;
    color: #999;
}

.sorting-block .sorting-nav-v1 li:hover {
    background-color: #eee;
}


/*Sorting Grid*/

.sorting-block .sorting-grid {
    list-style: none;
}

.sorting-block .sorting-grid .mix {
    opacity: 0;
    display: none;
    margin-bottom: 30px;
}


/*Sorting Grid with Text*/

.sorting-block .sorting-grid li a:hover {
    text-decoration: none;
}

.sorting-block .sorting-grid li span.sorting-cover {
    padding: 8px;
    display: block;
    margin-top: 1px;
    background: #fcfcfc;
}

.sorting-block .sorting-grid li span.sorting-cover p {
    margin-bottom: 0;
}

.sorting-block .sorting-grid li span.sorting-cover span {
    font-size: 16px;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
    background: #72c02c;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover p,
.sorting-block .sorting-grid li a:hover span.sorting-cover span {
    color: #fff;
}

.promo-announcement {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.promo-announcement a {
    padding: 19px;
    color: #777777;
    display: block;
}

.promo-announcement a span {
    color: #428bca;
}

.promo-announcement a:hover {
    text-decoration: none;
}


/*Funny Boxes
------------------------------------*/

.funny-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #555;
}

.funny-boxes h2 a {
    color: #555;
}

.funny-boxes .funny-boxes-img li i {
    font-size: 12px;
    margin-right: 5px;
}

.funny-boxes .funny-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.funny-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.thumbnail-style {
    padding: 0;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.thumbnail-style h3 {
    font-size: 17px;
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail-style h3,
.thumbnail-style p,
.thumbnail-style h5 {
    padding: 5px 10px;
}


/* .btn:hover {
    color: white !important;
} */

.btn-volunteer {
    background-color: #85c525;
    color: white;
}

 .btn-volunteer:hover {
    background-color: #85c525;
    color: white;
}

.btn-charity {
    background-color: #85c525;
    border-color: #85c525;
    margin-bottom: 25px;
    color: #FFF;
}

.btn-charity:hover {
    background-color: #85c525;
    border-color: #85c525;
    color: #FFF;
}

.textRight {
    text-align: right;
}

.padding20 {
    margin: 20px 0 20px 0;
}

.features {
    margin-bottom: 50px !important;
}

.features .item a:hover,
.features .item a {
    text-decoration: none;
    color: #333;
}

.features .item a {
    display: block;
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: auto !important;
}

.stButton .stBubble_count {
    height: 36px !important;
}

.actionThumbnail {
    border-radius: 100%;
    max-width: 390px;
    margin: auto;
    max-height: 360px;
}

.actionTitleBar {
    background-color: #000;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
    margin-bottom: -160px;
}

.actionTitleBar h2 {
    color: #fff;
    text-align: center;
    margin: 0;
}

.thumbnail {
    background-color: #499ab4;
}

.thumbnail:hover {
    background-color: #185E75;
}

.titleBar {
    top: -10px;
    position: relative;
}

.titleBar h2 {
    color: #fff;
    text-align: center;
    z-index: 9;
    padding: 20px 0 50px 0;
    margin: 0 0 30px 0;
    background-color: #000;
}
.old-h2 {
    color: #fff;
    text-align: center;
    z-index: 9;
    padding: 20px 0 50px 0;
    margin: 0 0 30px 0;
    background-color: #000;
    font-size: 30px;
}

.videoContainer {
    margin-bottom: 50px;
    height: 100%;
}

.videoWrapper {
    padding: 25px;
}

.reasonArrow1,
.reasonArrow2,
.reasonArrow3 {
    width: 60%;
    margin: auto;
}

.tableControls {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tableControls .form-control {
    display: inline-block;
    width: 75%;
}

.formNext {
    position: relative;
    /*background-color: #dd6026;*/
    color: #fff;
    padding: 10px 30px 10px 10px;
    height: 50px;
    width: 100%;
    border-radius: 100%;
}

.formNext:hover {
    color: #fff;
    text-decoration: none;
    /*background-color: #D47500;*/
}

.signupControl {
    margin-bottom: 12px;
}

.tableImage {
    display: block;
    max-width: 100%;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
}

.featurelist .row {
    padding: 20px 0 20px 0;
}

.featureImage {
    max-width: 280px;
    min-width: 280px;
}

.green {
    color: #3c763d;
}

.alert-promo {
    background-color: #eea236;
    border-color: #f0ad4e;
    color: #fff;
    margin-bottom: 0;
    padding: 7px 30px 15px 10px;
}

.alert-promo .close {
    opacity: 1;
}

.npvid iframe {
    outline: 2px solid #CCC !important;
}

.signupBanner a:not(.btn) {
    text-decoration: underline;
}

.signupBanner a:hover {
    text-decoration: none;
}

.signupBanner .checkbox {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 30px;
}

.subnav {
    background: #ecf0f2;
    overflow: auto;
    border-top: 1px solid #ccc;
}

.subnav .navbar-nav > li.active > a {
    background: inherit;
    color: #000000;
    border-bottom: 2px solid #333;
}

.subnav .navbar-nav > li > a:hover {
    border-bottom: 2px solid #333;
    background: inherit;
}

.subnav .navbar-nav > li > a {
    color: #333;
    padding: 10px 20px;
}

.template-guide-home .vmNavbar {
    background-color: #333;
    background-image: url(/img/html_bg.jpg);
    background-position: center bottom;
    background-repeat: repeat;
    border: none;
    height: 70px;
}

.phone-icon {
    margin-right: 20px;
    color: #333333;
}

.phone-icon:hover {
    color: #333333;
}

.phone {
    color: #333333;
    font-size: 1.8em;
}

.btn-demo {
    text-shadow: none;
    white-space: normal;
}

footer {
    /*background-color: #333;
    background-image: url(/img/html_bg.jpg);*/
    background-position: center bottom;
    background-repeat: repeat;
    overflow: hidden;
    color: #a3a3a3;
}

footer a {
    color: #a3a3a3
}

footer a:hover {
    color: #333333
}

footer img {
    margin: 0 20px 20px 0;
    display: inline-block;
}

footer h2 {
    font-size: 1.6em;
    color: #e1e1e1;
    margin: 20px 0 12px 0;
    text-shadow: 0 1px #101010;
}

footer h4,
footer address,
.copyright {
    font-size: 1em;
    color: #a3a3a3;
    font-weight: 400;
    text-shadow: 0 -1px #101010
}

footer address {
    margin-bottom: 0;
}

footer .networkLinks {
    text-align: right
}

footer object {
    display: block;
}

#___follow_0,
#twitter-widget-0,
.IN-widget,
.fb_iframe_widget {
    display: inline-block;
    margin: 10px 10px 0 0 !important;
    line-height: 0.8
}

.socpic-footer {
    display: inline-block;
    background-image: url(/img/social-icons-sprite.png);
    width: 34px;
    height: 34px;
    text-indent: -999em;
    position: relative
}

.socpic-footer.twitter {
    background-position: -79px 33px;
}

.socpic-footer.facebook {
    background-position: -39px 0
}

.socpic-footer.linkedin {
    background-position: -0 -42px
}

.socpic-footer.googleplus {
    background-position: -118px 0
}

.socpic-footer.youtube {
    background-position: 34px 33px
}

.socpic-footer.instagram {
    background-position: 34px 0
}

.socpic-footer.tumblr {
    background-position: -39px 33px
}

.btns.footer,
.btns-right.footer,
.btns-center.footer {
    overflow: hidden
}

.searchBar {
    margin: 20px 0 20px 0;
}

.moreOptions {
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px;
}

.readmore {
    white-space: nowrap;
    color: #428bca;
    font-size: 90%;
}

.sectionend {
    margin-bottom: -30px;
}

.sectionbegin {
    margin-top: -20px;
}

.sectionHeading {
    padding: 40px 0 40px 0;
}

.bottomPage {
    padding: 0 0 40px 0;
}


/* NEWSLETTER SIGN UP  */

.newsletter {
    padding: 20px 20px 40px 10px;
    margin: 0 auto 0 auto;
}

.newsletter label h3 {
    margin: 3px;
    padding-right: 35px;
}

.questions {
    text-align: center;
    color: #666;
    padding: 30px 0 30px 0;
}

.hidden-sm-inline {
    display: inline-block;
}

.vmHeaderBannerHome .signupBanner .btn-volunteer {
    text-transform: none;
    margin-bottom: 25px
}

.signupBanner .btn-volunteer {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.returnlogin {
    line-height: 35px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* CORNER RIBBON */

#sponsorbox h4 {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 6px;
}

#sponsorbox img {
    margin-top: -40px;
}

#sponsorbox {
    position: relative !important;
    height: auto !important;
    top: 0px !important;
    right: 0px !important;
}

.ribbon-wrapper-resources {
    right: 12px !important;
}

.ribbon-resources {
    top: 25px !important;
    left: 22px !important;
    width: 167px !important;
}

.ribbon-wrapper-green,
.ribbon-wrapper-blue {
    width: 150px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 999;
}

.ribbon-green,
.ribbon-blue {
    font-size: 18px;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 15px;
    top: 25px;
    width: 175px;
    background-color: #85c525;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after,
.ribbon-blue:before,
.ribbon-blue:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before,
.ribbon-blue:before {
    left: 0;
}

.ribbon-green:after,
.ribbon-blue:after {
    right: 0;
}

.ribbon-blue {
    background-color: #85c525;
}

.signupBanner .resource-img {
    padding-bottom: 15px;
}

.margin10 {
    margin: 10px 0 10px 0;
}


/* DATE FORMATTING */

.calendar time {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 2em;
    line-height: 1.3;
    height: 2.2em;
    width: 1.9em;
    border: 1px solid #dcd3b1;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #fff)) !important;
    background: -webkit-linear-gradient(top, #ddd 0, #fff 100%) !important;
    background: -moz-linear-gradient(top, #ddd 0, #fff 100%) !important;
    background: -o-linear-gradient(top, #ddd 0, #fff 100%) !important;
    background: linear-gradient(top, #ddd 0, #fff 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff);
}

.calendar time::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    margin: 0 4% 0 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.calendar time abbr {
    display: block;
    padding: .25em 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 0;
    font-size: .4em;
    color: #fff;
    background: #97331c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #97331c), color-stop(1, #7a2527)) !important;
    background: -webkit-linear-gradient(top, #97331c 0, #7a2527 100%) !important;
    background: -moz-linear-gradient(top, #97331c 0, #7a2527 100%) !important;
    background: -o-linear-gradient(top, #97331c 0, #7a2527 100%) !important;
    background: linear-gradient(top, #97331c 0, #7a2527 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#97331c, endColorstr=#7a2527);
}

ul.opportunitylist {
    font-family: arial, sans-serif;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.opportunitylist li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.orglisting-page .opportunitylist li {
    border-bottom: none;
}

.opportunitylist li > a {
    overflow: hidden;
    padding: 10px 0 10px 0;
    margin: 8px 0 8px 0;
    display: block;
    color: #404040;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.orglisting-page .opportunitylist li > a {
    padding: 10px 10px 0 10px;
    margin: 0;
}

.opportunitylist li > a:hover,
.opportunitylist li > a:focus {
    background-color: #efefef;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
}

.opportunitylist .location {
    color: #999;
    font-size: 90%;
    margin: 5px 0 5px 0;
}

.opportunitylist .calendar {
    float: left;
    margin-left: 15px;
}

.opportunitylist h2 {
    color: #428bca;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
}

.opportunitylist cite {
    color: #000000;
    font-size: 14px;
    margin: 0;
}

.opportunitylist p {
    margin: 0;
}

.distance-away {
    display: block;
}


/*.moreresults {margin: 0 0 0 17px;}*/

span.freetrial {
    font-size: 70%;
}


/* All pages */

.margintop {
    margin-top: 110px;
}

.sidebarNav a,
.sidebarNav .active ul li a {
    color: #999;
    font-weight: bold;
}

.sidebarNav a:hover,
.sidebarNav .active ul li a:hover {
    color: #666;
}

.sidebarNav .active a,
.sidebarNav .active ul li.active a {
    /*color: #499ab4;*/
    color: #85c525;
}

.sidebarNav .active a:hover {
    background: none;
}

.notvisible {
    visibility: hidden;
}

.sm-gray-bg {
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
    color: #888;
    margin-top: -40px;
}


/* Customers */

.gray-bg {
    border-top: 1px solid #ddd;
    background: #f4f4f4;
    color: #888;
    min-height: 330px;
}

.gray-bg-container {
    padding: 60px;
}

.gray-bg h3 {
    margin-bottom: 30px;
    color: #333;
}

.customers img {
    max-width: 375px;
}

.quote > em:before {
    color: #ccc;
    content: "“";
    font-family: Georgia, "Times New Roman", serif;
    font-style: normal;
    font-size: 60px;
    margin: 15px 0 0 -30px;
    position: absolute;
}

.hidethis img {
    border-radius: 80px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 80px;
}

.quote > em {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.loginoptions p {
    color: white;
    display: inline-block;
    padding: 0 10px 0 0;
}

.orgContainer {
    margin: -30px 0 20px 0
}

.footer-image {
    display: inline-block !important;
    margin-bottom: 0;
}

#searchformdate .keyword {
    padding: 0;
}

.socicons {
    margin-top: 18px;
}

.phonefooter .fa-stack {
    margin-top: 13px;
}

.techlinks {
    text-align: right;
}

.nortonseal {
    float: left;
    margin-right: 30px;
}


/* Media Queries */

@media screen and (max-width: 450px) {
    .absolute {
        display: none;
    }
    .socicons {
        padding: 0 0 10px 0;
    }
    .attendance {
        padding: 0;
    }
    .mobile-hide {
        display: none;
    }
    .filterButton {
        border-radius: 0px;
        width: 100%;
        margin-bottom: 5px;
    }
    .titleBar h2 {
        font-size: 20px;
    }
    #results h3 {
        font-size: 18px;
    }
    .HeaderBannerVolunteers span,
    .HeaderBannerNonprofits span,
    .newsletter span {
        display: none;
    }
    .ladda-button span {
        display: block;
    }
    .gray-bg-container {
        padding: 20px 20px 20px 30px;
    }
    .quote > em {
        font-size: 16px;
        line-height: 22px;
    }
    .quote > em:before {
        font-size: 40px;
        margin-left: -20px;
    }
    footer h2 {
        font-size: 1.2em;
    }
    .searchFilters {
        padding: 0;
    }
    .appendCenter {
        font-size: 90%;
    }
    .distance-away {
        display: inline;
    }
    .copyright {
        width: 400px;
    }
    #slider-next a {
        left: -20px;
    }
    #slider-prev a {
        left: -35px;
    }
    .videoWrapper iframe {
        width: 270px;
        height: 179px;
    }
    .videoVol iframe {
        width: 270px;
        height: 149px;
    }
    .newsletter .btn {   /* NEW CHANGES */
        width: 100%;
    }
    .newsletter{ padding: 0 !important; padding-bottom: 20px !important;}
}

@media screen and (max-width: 540px) {
    .vmHeaderBannerHome h2 {
        font-size: 25px
    }
    .hidethis img {
        float: left;
    }
    .alert-promo .inline {
        display: block;
        margin-top: 0;
    }
    .copyright span {
        display: block;
    }
    footer {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 540px) {
    .gray-bg-container {
        padding: 30px 40px 30px 40px;
    }
    .footersubscribe {
        width: 320px;
    }
    .videoContainer iframe {
        width: 489px;
        height: 275px;
    }
    .videoVol iframe {
        width: 500px;
        height: 275px;
    }
    .copyright address {
        display: inline;
    }
    .copyright span.phone {
        margin: 0 30px 0 30px;
        white-space: nowrap;
    }
    .copyright span.disclaimer {
        display: inline;
        white-space: nowrap;
    }
    footer {
        /*padding-bottom: 40px;*/
    }
}

@media screen and (max-width: 767px) {
    .tab-view-padding-s{padding: 20px 20px 40px 20px;}/*NEW CODE ADD*/
    .vmHeaderBannerHome h2 {
        text-align: center !important;
        font-size: 24px;
    }
    .copyright,
    .techlinks {
        text-align: center;
    }
    .phonefooter {
        width: 300px;
        margin: 0 auto 0 auto;
        float: none;
        overflow: auto;
    }
    .socicons {
        text-align: center;
    }
    #searchresults {
        width: 100%;
    }
    .navbar-top .navbar-nav {
        text-align: center;
        margin: 0;
    }
    .navbar-top .navbar-nav li {
        display: inline-block;
        padding: 0;
    }
    .location {
        padding: 0;
    }
    #serachbycio {
        width: 100%;
    }
    .footer-image {
        margin-bottom: -20px;
    }
    footer .links .col-xs-12 {
        text-align: center;
    }
    footer object {
        margin: 0 auto 0 auto;
    }
    .signupBanner h2 {
        padding-top: 12px;
    }
    .navbar-top .container {
        padding: 0;
    }
    .navbar-top .navbar-nav {
        text-align: center;
        float: none;
        width: 100%;
    }
    .navbar-top .navbar-nav li {
        text-align: left;
    }
    .sm-float-center {
        margin: 0 auto 0 auto;
        float: none;
    }
    .sm-text-center {
        text-align: center;
    }
    /*    .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    min-width: 160px;
    padding: 5px 0;
}
*/
    .alert-promo h3 {
        font-size: 90%;
    }
    .mainnav .navbar-nav {
        float: none;
        margin: 0 0 0 -15px;
    }
    .navbar-form {
        float: none;
    }
    .navbar-form > .form-group > input {
        width: 100%;
    }
    .searchBanner,
    .signupBanner,
    .signupBanner {
        margin-top: 10px;
        float: none;
    }
    .featureRow h3 {
        margin: 5px 0 30px 0;
    }
    .filtersBody .form-group {
        margin-bottom: 0;
    }
    .opportunitylist .calendar {
        margin-right: 10px;
    }
    .customers {
        text-align: center;
    }
    .homeFeature img {
        margin: 20px 0 0 0;
        max-width: 550px;
    }
    .homeFeature .screenshot {
        text-align: center;
        float: none !important;
    }
    .featureImage {
        float: none !important;
    }
    .featureImage {
        margin: 0 auto 0 auto;
    }
    footer h4 {
        line-height: 20px;
    }
    .sectionend {
        margin-bottom: 0;
    }
    .newsletter .btn {   /* NEW CHANGES */
        margin: 0 auto;
        display: block;
        margin-left: auto !important;
        margin-top: 10px;
    }
    .distance-away {
        display: inline;
    }
    .inline {
        display: inline;
    }
    .newsletter .input-group {
        display: block;
    }
    .newsletter .pull-left {
        float: none !important;
        display: block;
        text-align: center;
        padding-bottom: 5px;
    }
    .loginoptions {
        margin-top: 10px;
    }
    .producticon img {
        width: 240px;
    }
    .alert-promo .col-xs-offset-1 {
        margin: 0 auto 0 auto;
    }
    .mainnav .subnav .navbar-nav > li.active > a,
    .mainnav .subnav .navbar-nav > li.active > a:hover,
    .mainnav .subnav .navbar-nav > li > a:hover {
        background: #333;
        color: #FFFFFF;
        border-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    footer img.kclogo {
        margin: 20px 0 0 0 !important;
    }
    .bottomfoot {
        margin: 20px 0 0 0;
    }
    .navbar-top .navbar-nav a {
        padding: 8px;
    }
    footer {
        /*padding-bottom: 40px;*/
    }
    .hidden-sm-inline {
        display: none;
    }
    .navbar-btn {
        margin-top: 0;
    }
    .nav > li > a {
        padding: 20px 10px 20px 10px;
    }
    .searchBanner {
        margin-top: 5%;
    }
    .featureRow h3 {
        margin: 5px 0 30px 0;
    }
    .brandImage {
        height: 50px;
    }
    .homeFeature h2 {
        margin-top: 0px;
    }
    .distance-away {
        display: block;
    }
    .fixed .location,
    .flexible .location {
        margin-left: .5em;
    }
    .gray-bg-container {
        padding: 30px 0 30px 0;
    }
    .sectionend {
        margin-bottom: -20px;
    }
    .hidethis {
        display: none;
    }
    .newsletter {
        width: 550px;
    }
    .signupBanner .btn-circle {
        width: 25px;
        height: 25px;
        line-height: 5px;
        font-size: 14px;
    }
    .loginoptions {
        margin-top: 20px;
    }
    .producticon img {
        margin-top: 50%;
    }
    .mainnav .mainnav .navbar-nav > li > a {
        padding-bottom: 22px;
        padding-top: 20px;
    }
    .brandImage {
        margin: 7px 0 5px 0;
    }
    .navbar-form {
        margin: 12px 0 0 0;
    }
    .fullvideo iframe {
        width: 540px;
        height: 304px;
    }
    .returnlogin span {
        display: none;
    }
    .alert-promo h3 {
        font-size: 95%;
    }
    .vmHeaderBannerHome h2 {
        text-align: center !important;
        font-size: 24px;
    }
    .signupBanner h2 {
        text-align: left;
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
.thumbnail-style {
        min-height: auto;
        padding: 15px !important;
    }
}
@media screen and (min-width: 991px) {
    .bottomfoot {
        padding: 10px 0 20px 0;
    }
    .navbar-top .navbar-nav a {
        padding: 8px;
    }
    #searchformdate .location {
        padding-left: 15px;
    }
    footer {
        padding-bottom: 0;
    }
    .featureRow h3 {
        margin: 5px 0 30px 0;
    }
    .mainnav .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .distance-away {
        display: block;
    }
    .newsletter {
        width: 600px;
    }
    .brandImage {
        margin: 7px 0 5px 0;
    }
    .navbar-form {
        margin: 6px 0 0 0;
    }
    .fullvideo iframe {
        width: 540px;
        height: 304px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .csr-text img {
        max-width: 400px;
    }
    .searchBanner {
        margin-top: 5%;
    }
    .homeFeature h2 {
        margin-top: 40px;
    }
    .fixed .location,
    .flexible .location {
        margin-left: -1em;
    }
    .featurelist p {
        font-size: 120%;
    }
    span.freetrial {
        display: block;
    }
    .signupBanner .btn-circle {
        width: 25px;
        height: 25px;
        line-height: 5px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1201px) {
    .searchBanner {
        margin-top: 5%;
    }
    .featureRow h3 {
        margin: 10px 0 20px 0;
    }
    .homeFeature h2 {
        margin-top: 80px;
    }
    .wide {
        margin-top: 25px;
    }
    .fixed .location,
    .flexible .location {
        margin-left: -2.5em;
    }
    .featurelist p {
        font-size: 140%;
    }
    .videoContainer {
        border: 1px solid #eee;
        box-shadow: 1px 1px 8px #000;
    }
    .signupBanner .checkbox {
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .wide {
        display: none;
    }
    .filterButton {
        width: 20%;
    }
    .videoWrapper {
        border: none;
        padding: 20px;
    }
    .tableControls div {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mediaBreakTitle {
        padding: 10px 20px;
    }
    .signupBanner {
        bottom: 0;
    }
    .signupButtonWrapper {
        position: relative;
    }
    #datepicker div,
    .locationform div {
        padding: 0;
    }
}

#volunteersignupform .intl-tel-input {
    display: block !important;
    margin-bottom: 12px;
}
/*About us responsive*/
@media screen and (max-width: 768px) {
.newsletter-mob{
    padding: 20px 20px 40px 25px !important;}
}
.xs-font .pull-right{
  margin-top: 3px;
}
@media (max-width:420px) {
  .xs-font {
    font-size: 11px;
  }
  .xs-font .pull-right{
    margin-top: 6px;
  }
}
.hidden-hover {
  margin-top: 11px !important;
}
.navbar-inverse .hidden-hover.navbar-toggle:hover, .navbar-inverse .hidden-hover.navbar-toggle:focus,
.navbar-inverse .hidden-hover.navbar-toggle {
  background-color: #85c525;
  color: white;
}
.hidden-hover i.fa-lg {
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

/*-----------------------------------  ***Start***Custom Buttons  -----------------------------------*/
/*''''Sizes''''*/
.btn_xl {
    padding: 15px 70px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
}
/*''''Colors''''*/
.btn_green {
    color: #ffffff;
    background-color: #85c525;
}
.btn_green:hover, .btn_green:focus {
    background: #7cb722;
    color: #ffffff;
}
.btn_orange {
    color: #ffffff;
    background-color: #de601f;
}
.btn_orange:hover, .btn_orange:focus {
    background: #ce581c;
    color: #ffffff;
}
.btn_white {
    color: #333333;
    background-color: #ffffff;
    border-color: #dddddd;
}
.btn_white:hover, .btn_white:focus {
    background: #ebebeb;
    color: #333333;
}
.btn_outline {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.btn_outline:hover, .btn_outline:focus {
    background: transparent;
    color: #85c525;
    border: 1px solid #85c525;
}
.btn_outline_g {
    background-color: transparent;
    color: #85c525;
    border-color: #85c525;
}
.btn_outline_g:hover, .btn_outline_g:focus {
    background: #85c525;
    color: #ffffff;
    border: 1px solid #85c525;
}

.old-h2 {
     color: #fff;
     text-align: center;
     z-index: 9;
     padding: 20px 0 50px 0;
     margin: 0 0 30px 0;
     background-color: #000;
     font-size: 30px;
}
@media (max-width: 767px) {
     .col-xs-12.col-md-6.col-sm-7.margintop {
         margin-top: 20px;
     }
}
/*-----------------------------------  Custom Buttons***End***  -----------------------------------*/
.buttons .btn.btn-social, .t-signup form#signin .form-control, .t-signup form#signin .btn {
    border-radius: 4px;
}
.buttons .btn.btn-social {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 52px;
}
.buttons .btn-social>:first-child {
    line-height: 40px;
    width: 40px;
}
.buttons .btn.btn-social:hover, .buttons .btn.btn-social:focus, .buttons .btn.btn-social:active {
    color: #fff;
}
#switchCharity .buttons.m-bot .btn-linkedIn {
    background-color: #0073b1; 
}
#switchCharity .buttons.m-bot .btn-block {
    display: inline-block;
    width: auto;
    padding-right: 15px;
    margin-top: 0;
    margin-right: 6px;
    margin-bottom: 10px;
}
#switchCharity .buttons.m-bot .btn-block:last-child {
    margin-right: 0;
}
@media (max-width: 767px) {
    #switchCharity .buttons.m-bot .btn-block span {
        display: none;
    }
    #switchCharity1 .buttons.m-bot .btn-block span {
        display: block;
    }
    #switchCharity .buttons.m-bot .btn-block {
        width: 40px;
        height: 40px;
        padding-right: 0;
        text-align: center;
    }
    #switchCharity1 .buttons.m-bot .btn-block {
        width: 140px;
        height: 40px;
        padding-right: 0;
        text-align: center;
    }
    #switchCharity .buttons.m-bot  .btn-social>:first-child {
        border: 0;
        left: 6px;
        top: 1px;
    }
}
.password-must-char {
    font-size: 75%;
    font-weight: 400;
    line-height: 1.2;
    list-style: none;
    text-align: left;
    padding-left: 15px;
    color: #737373;
}
.password-must-char li {
    padding-bottom: 4px;
    position: relative;
}
.password-must-char li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -13px;
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.password-must-char li.text-success::before {
    background: green;
}
.password-must-char li.text-danger::before {
    background: red;
}
.password-must-char li.text-danger {
    font-weight: 600 !important;
    font-size: 10px;
}
#volunteersignupform .intl-tel-input.allow-dropdown{
    margin-bottom: -7px;
}
.mobile-Show {
    display: none;
}
.mobile-Hide {
    position: absolute;
    right: -26px;
    top: 10px;
}
.mobile-Hide span{
    position: relative;
    display: block;
    padding: 0px 7px;
    border: 1px solid #428bca;
    border-radius: 100%;
    color: #428bca;
}
.mobile-Hide .password-must-char {
    position: absolute;
    background-color: #fff;
    border-radius: 7px;
    padding: 15px 25px;
    left: 33px;
    top: -16px;
    z-index: 1;
    width: 260px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
.pos-relative {
    position: relative;
}
.mobile-Hide .password-must-char::before{
    content: "\f0d9";
    font-family: 'FontAwesome';
    position: absolute;
    left: -11px;
    top: 7px;
    font-size: 30px;
    text-shadow: 0px 0 #000;
}
.col-sm-6.col-sm-offset-1 .t-signup-new {
    float: left;
    width: 100%;
    overflow: inherit;
}
@media (max-width: 767px) {
    .mobile-Show {
        display: block;
    }
    .mobile-Hide {
        display: none;
    }
}
.p-l-25 {
    padding-left: 25px;
}
.text-trans-inher {
    text-transform: inherit !important;
}