/*
        Theme Name: HTML5 Blank
        Theme URI: http://html5blank.com
        Description: HTML5 Blank WordPress Theme
        Version: 1.4.3
        Author: Todd Motto (@toddmotto)
        Author URI: http://toddmotto.com
        Tags: Blank, HTML5, CSS3

        License: MIT
        License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
        MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
*/
.home .addthis-smartlayers {display: none;}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.cycle-slide *, .cycle-slide *:before, .cycle-slide *:after {
    -webkit-box-sizing: unset;
            box-sizing: unset;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
/*clearfix hack*/
.group:after {
    content: "";
    display: table;
    clear: both;
}
/************************
    Global Styles
**************************/
body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #4B3900;
}
body.admin-bar header {
    top: 32px;
}
header,
.content {
    width: 100%;
    background-color: #fff;
}
header {
    position: fixed;
    z-index: 1010;
    clear: both;
    top: 0;
}
strong {
    font-weight: bold;
}
img {
    max-width:100%;
    height:auto;
}
.content {
    padding: 15px 0 10px 0;
}
.content.interior {
    padding-top: 0;
}
.wrapper {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}
header .wrapper {
    max-width: 1180px;
}
a.button,
#respond .submit {
    background-color: #c60751;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 7px;
    border: none;
    display: inline-block;
    font-weight: 500;
    margin-top: 25px;
    text-align: center;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    text-decoration: none;
    min-width: 100px;
}
a.button:hover,
input.button:hover,
#respond .submit:hover {
    background-color: #8d083b;
    color: #EA8825;
}
.org-name {
    position: absolute;
    top: 0;
    left: -9999px;
}
main {
    display: block;
    font-family: 'FranklinGothicURW-Med', sans-serif;
    font-size: 18px;
    line-height: 1.25;
    padding: 0 35px;
}
main h1 {
    font-size: 30px;
    margin-bottom: 35px;
    color: #342805;
}
.about h1 {
    font-size: 37px;
    padding: 5px 0 30px;
    text-align: center;
}
main h2 {
    font-size: 26px;
    font-weight: 700;
    color: #4b3900;
    margin-bottom: 10px;
}
main h2.search-results {
    font-size:22px;
    margin-bottom:0;
}
main h3 {
    font-size: 22px;
    font-weight: 700;
    color: #c60751;
    margin-bottom: 10px;
}
main h4 {
    font-size: 20px;
    font-weight: 700;
    color: #4b3900;
    margin-bottom: 10px;
}
main p,
main label {
    font-size: 18px;
    line-height: 1.5;
    color: #342805;
    margin-bottom: 30px;
}
main ul,
main ol {
    margin-left: 35px;
    margin-bottom: 30px;
}
main ul li,
main ol li {
    margin-bottom: 12px;
    color: #342805;
}
main ul > li {
    list-style: disc;
}
main ol > li {
    list-style: decimal;
}
main a {
    text-decoration: underline;
}
main .search-results a {
    text-decoration: none;
}
main a.button {
    margin-bottom: 30px;
    text-decoration: none;
}
.hide-logo {
    position: absolute;
    top: 0;
    left: -9999px;
}
/************************
    Header
*************************/
#logo img {
    width: 100%;
}
#logo span {
    position: absolute;
    top: 0;
    left: -99999px;
}
/*****main nav*****/

#main-nav-toggle {
    display: none;
}
#main-nav {
    margin: 25px 0 38px 15px;
    float: left;
}
#main-nav li {
    font-size: 22px;
    display: inline-block;
    position: relative;
    background: url(images/background-main-nav.png) no-repeat right;
    background-position: 103%;
}
#main-nav li:last-child {
    padding-right: 0;
    background: none;
}
#main-nav li a {
    color: #342805;
    text-decoration: none;
    padding: 0 33px 36px 13px;
}
#main-nav.interior li a {
    padding-bottom: 40px;
}
#main-nav li a:hover {
    color: #c60751;

}
#main-nav > ul > li > ul {
    position: absolute;
    top: 60px;
    left: 0;
    width: 260px;
    padding: 20px 30px;
    display: none;
    background-color: #c60751;
    z-index: 1020;
    -webkit-transition: 0.2s 1s;
    -o-transition: 0.2s 1s;
    transition: 0.2s 1s;
}
#main-nav.interior ul > li > ul {
    top: 60px;
}
#main-nav > ul > li.logged-in > ul {
    top: 51px;
    font-size: 14px;
}
#main-nav ul li:last-child ul {
    right: 0;
}
#main-nav > ul > li > ul > li {
    display: block;
    color: #fff;
    text-transform: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
    background: none;
}
#main-nav > ul > li.logged-in > ul > li {
    margin: 0 0 6px;
}
#main-nav > ul > li.logged-in > ul > li {
    font-size: 13px;
    font-weight: normal;
}
#main-nav > ul > li.logged-in > ul > li:last-child {
    margin-bottom: 0;
}
#main-nav > ul > li.logged-in > ul > li.first-name {
    font-weight: bold;
    cursor: text;
}
#main-nav > ul > li.logged-in > ul > li.edit-profile {
    font-size: 11px;
    margin-bottom: 36px;
}
#main-nav > ul > li.logged-in > ul > li.edit-profile:after {
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: -15px;
    left: -30px;
}
#main-nav > ul > li.logged-in > ul > li.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 15px;
    margin-bottom: 18px;
}
#main-nav > ul > li.logged-in > ul > li.primary.border-bottom {
    padding-bottom: 22px;
    margin-bottom: 20px;
}
#main-nav > ul > li.logged-in > ul > li.primary {
    font-size: 21px;
    margin-bottom: 13px;
}
#main-nav ul> li > ul > li a {
    text-decoration: none;
    color: #fff;
    padding: 0 0 0 0;
}
#main-nav ul > li > ul > li a:hover {
    color: #ea8a22;
}
#main-nav ul > li.logged-in > ul > li a:hover {
    color: #fff;
}
#main-nav ul > li:hover > ul {
    display: block;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
}
#main-nav ul > li:hover > ul > li > ul{
    display: none;
}
#main-nav-menu > li > ul > li> ul > li, #main-nav-menu > li > ul > li > ul > li > ul > li {
    padding:0;
}
#main-nav-menu li > ul > li > ul {
    display: none;
    margin-left:15px;
}
#main-nav > ul > li > ul > li > ul > li > ul li a {
    color: #EA8A22!important;
}
#main-nav-menu > li > ul > li > ul > li > div > i {
     color: #EA8A22
}
#main-nav li.logged-in {
    display: none;
}
#main-nav li.log-in a {
    background-color: #C60751;
    color: #FFF;
    padding: 8px 20px !important;
    border-radius: 7px;
    border: none;
    text-align: center;
    -webkit-transition: #000 0.5s ease 0s;
    -o-transition: #000 0.5s ease 0s;
    transition: #000 0.5s ease 0s;
    text-decoration: none;
}
body.logged-in #main-nav li.log-in {
    display: none;
}
body.logged-in #main-nav li.logged-in {
    display: inline-block;
}
body.logged-in #main-nav li.logged-in {
    display: inline-block;
    font-size: 12px;
    position: relative;
}
body.logged-in #main-nav li.logged-in a {
    padding-bottom: 40px;
}
@media (min-width: 785px) {
    body.logged-in #main-nav li.logged-in:after {
        content: "";
        width: 9px;
        height: 9px;
        border: 1px solid #000;
        border-left: 0;
        border-top: 0;
        position: absolute;
        right: 12px;
        top: -3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
    }
}
@media (max-width: 1219px) {
    body.logged-in #main-nav li.logged-in:after {
        width: 7px;
        height: 7px;
        right: 3px;
        top: -1px;
    }
}
/*****search - including Google custom search style overrides*****/
#main-search {
    float:right;
    margin-top:15px;
}
@media (max-width: 1220px) {
    #main-search {
        margin-top: 13px;
    }
}

#main-search input {
    display:inline-block;
}

#main-search .button-search {
    margin:0 0 -7px 10px;
}

#main-search input[type=search] {
    padding:10px;
    margin-right:7px;
    border-radius:7px;
    border:1px solid #dddbd3;
    width:200px;
}

#submit-search{
    margin-bottom:-5px;
}

#pagination a {
    text-decoration: none;
    padding:0 2px;
}

#pagination .current {
   color: #C60751;
}

/************************
    Footer
**************************/
/*****footer global styles*****/
footer {
    background-color: #4b3900;
    padding: 40px 0 100px;
    color: #fff;
}
footer h2 {
    font-size: 28px;
    margin-bottom: 30px;
}
footer a {
    font-size: 16px;
    color: #c6c0a9;
    text-decoration: none;
    font-weight: 600;
}
footer a:hover {
    color: #E88723;
}
footer .button,
#resource-search .button {
    background-color: #c60751;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 7px;
    border: none;
    display: inline-block;
    font-weight: 500;
}
footer nav li {
    margin-bottom: 15px;
    line-height: 1.5;
}
/*****footer layout*****/

footer .connect {
    float: left;
    padding: 0 20px 60px 20px;
}
footer nav {
   float: left;
   width: 240px;
   color: #FFF;
   padding: 0px 32px;
}
footer nav.first {
    padding-left:0;
}
footer .contact {
    float: left;
}
footer .contact {
    margin: 0 40px;
}
footer nav.get-involved {
    clear: left;
    margin-left: 20px;
    margin-right: 70px;
}
footer .get-involved {
    margin-top:20px;
}
footer .get-involved, footer .give, footer .act {
    margin-top:20px;
}
.developed-by {
    text-align: right;
    clear:both;
    padding:40px;
}
.developed-by a {
    background: url(images/firefly-logo.png) no-repeat left center;
    display:inline-block;
    padding:10px 30px;
    text-align: right;
    text-decoration: none;
}
/*****email sign up form*****/

.email-sign-up {
    width: 240px;
    float: left;
    clear: both;
}
.email-sign-up .button {
    float: right;
}
.email-sign-up label {
    display: block;
    font-size: 20px;
    color: #fff;
}
.email-sign-up input[type="text"] {
    height:38px;
    padding: 0 10px;
    border-radius: 7px;
    border: 1px solid #dddbd3;
    display: block;
    margin: 8px 0;
    width: 240px;
    color: #342805;
}
footer .eaQuestionCheckbox {
    display:none;
}
/*****social media links*****/
.social-links li {
    display: inline-block;
    margin: 0px 8px 15px;
}

/*****address blocks*****/

footer .contact .address {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.75;
}
footer .contact nav li {
    margin-bottom: 7px;
}
/*****footer promo box*****/

footer aside {
    color: #342805;
    background: url(images/background-arrow.png) 475px 50% no-repeat #f2eede;
    padding:0;
    width: 240px;
    float: left;
    position: relative;
    margin: 0 0 25px;
}
footer aside a {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    color: #e88723;
}
footer aside a:hover {
    color: #C60751;
}
footer aside .text {
        width: auto;
        padding: 20px 50px 40px 15px;
        background: url(images/background-arrow.png) no-repeat 98% center;
        }

footer aside h1 {
    font-size: 34px;
    padding: 0 0 15px 0;
}

footer aside p {
    font-family: 'FranklinGothicURW-Med', sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
footer aside img {
    width: 100%;
    height: auto;
}
 footer a.arrow-link {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/************************
    Home Page
    p Roboto, 25px, #342805
    a #e88723
**************************/
a {
    color: #e88723;
}
a:hover {
    color: #C60751;
}
main .search-results a {
    text-decoration: none;
}
/*****Logo wrapper*****/

.banner-home {
    position: relative;
}
.org-info {
    position: absolute;
    z-index: 200;
    width: 350px;
    font-size: 25px;
}
#logo-home {
    height: 150px;
    text-align: center;
    background-color: #4B3900;
}
#logo-home img {
    width: 290px;
    padding: 38px 25px;
}

/*****slideshow*****/
.banner-home {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.slide {
    position: relative;
    width: 100%;
}

.slide img {
    width: 100%;
    height: auto;
}

.slide > .caption {
    position: absolute;
    top:150px;
    left:0;
    width:300px;
    height:300px;
    font-size:25px;
    line-height: 1.5;
    background-color: #f2eede;
    padding: 40px 25px 32px;
    color: #342805;
}

.slide > .caption p + p{
    margin-bottom:10px;
}

#slideshow-pager {
    position: absolute;
    bottom: 0;
    width: 330px;
    height: 65px;
    z-index: 1001;
    background-color: transparent;
    padding-left: 20px;
}
#slideshow-pager span {
    font-size: 75px;
    width: 25px;
    height: 24px;
    display: inline-block;
    margin:0 3px;
    cursor: pointer;
    text-indent: -10000px;
    background: url("images/slideshow-pager.png") center no-repeat;
}
#slideshow-pager span.cycle-pager-active {
    background: url("images/slideshow-pager-active.png") center no-repeat;
}
.banner-home .cycle-next {
    position: absolute;
    right: 2%;
    top: 24%;
    z-index: 1002;
    width: 152px;
    height: 195px;
    display: none;
}
.banner-home:hover .cycle-next {
    display: block;
}
/****call outs*****/
.call-out {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    color: #342805;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 25px 50px 25px;
}
.call-out h2 {
    font-size: 25px;
    font-weight: 700;
    color: #c60751;
    margin-bottom: 30px;
}
.call-out h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 40px;
    font-weight: 400;
}
.call-out p {
    font-family: 'FranklinGothicURW-Med', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
}
.call-out li {
    font-family: 'FranklinGothicURW-Med', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 30px;
}
.call-out img {
    margin-bottom: 20px;
}
/****about section****/
.about {
    color: #342805;
}
.about ul {
    width: 1185px;
    margin: 0 auto 0;
}
.about li {
    width: 375px;
    display: inline-block;
    vertical-align: top;
}
.about li p {
    padding: 30px 40px 30px 15px;
    font-size: 25px;
    line-height: 1.2;
}
.about li a {
    color: #e88723;
    text-decoration: none;
}
.about li a:hover {
    color: #C60751;
}
.about li:nth-child(2) {
    margin: 0 25px;
}

/***donation form****/
.donation-level-column {
    margin-bottom:20px;
}
.donation-level-column li {
    display:inline-block;
    width:30%;
    margin:0 0 10px 0;
    padding:0;
}

.donation-level-column label {
    margin:0;
}
/************************
    Interior Pages
**************************/

/***video***/
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom:20px;
    z-index:1!important;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    max-width:660px;
    width:100%;
    height:100%;
    z-index:1!important;
}
/*****login ribbon*****/
.welcome-ribbon {
    width: 100%;
    background: #C60751;
    color: #fff;
    display: block;
    clear: both;
}
.welcome-ribbon .name {
    float: left;
    width: auto;
}
.welcome-ribbon nav {
    float: right;
    margin-top: 38px;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-right: 100px;
}
.welcome-ribbon nav li {
    display: inline-block;
    padding: 0 10px 0 6px;
    border-right: 1px solid #fff;
}
.welcome-ribbon nav li.mobile {
    display: none;
}
.welcome-ribbon nav li:last-child {
    padding-right: 0;
    border: none;
}
.welcome-ribbon nav a {
    text-decoration: underline;
    color: #fff;
}
.welcome-ribbon h3 {
    font-size: 30px;
    padding: 30px 35px 25px;
    display: inline-block;
    margin: 0;
}
main {
    padding-bottom: 55px;
}
main.volunteer {
    float: left;
    width: 100%;
    max-width: 660px;
    padding: 55px 35px 90px 35px;
}
main.volunteer-no-sidebar {
    padding:55px 35px;
}
aside.sidebar {
    float: right;
    width: 355px;
    margin-right: 97px;
    padding-bottom: 90px;
}
aside.sidebar nav {
    background: url(images/background-sidebar-right.png) right top repeat-y, url(images/background-sidebar-bottom.png) left bottom repeat-x, #f4eee0;
    padding: 35px 50px;
    font-weight: 500;
}
aside.sidebar nav h1 {
    font-size: 25px;
    color: #c60751;
    margin: 0 0 25px -15px;
}
aside.sidebar nav li {
    padding: 5px 0;
}
aside.sidebar nav li a {
    font-size: 18px;
    color: #4b3900;
    text-decoration: none;
}
aside.sidebar nav li a:hover {
    color: #c60751;
}
aside.sidebar nav li > ul {
    margin: 2px 0 5px 15px;
}
aside.sidebar nav li > ul a {
    font-size: 14px;
    color: #4b3900;
    text-decoration: none;
}
aside.sidebar nav li > ul a:hover {
  color:#c60751;
}
aside.sidebar .call-out {
    margin: 20px 0 0 0;
    width: 100%;
}
aside.sidebar nav + .call-out {
    margin: 45px 0 0 0;
}
aside.sidebar .call-out p,
aside.sidebar .call-out h2,
aside.sidebar .call-out h3 {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
aside.sidebar .call-out h2,
aside.sidebar .call-out li {
    margin-bottom: 12px;
}
#registration-options a.button {
    background-color: #4b3900;
    float: left;
    margin: 0 30px 30px 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
article.option,
#manage-registrations {
    clear: both;
}
article.option {
    padding: 30px 0;
}
article.option h2,
.volunteer-profile h2,
#manage-registrations h2 {
    padding: 20px 0;
    color: #C60751;
}
.volunteer-profile ul {
    margin: 0;
}
.volunteer-profile li {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    list-style: none;
}
#manage-registrations h4 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #342805;
    float: left;
    width: 70%;
}
#manage-registrations .align-right {
    width: 30%;
    float: right;
    text-align: right;
}
#manage-registrations .align-right em {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #C60751;
    margin-right: 15px;
}
#manage-registrations .panel-title a {
    text-decoration: none;
}
#manage-registrations .panel-body ul {
    margin-left: 0;
}
#manage-registrations .panel-body p,
#manage-registrations .panel-body li {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}
#manage-registrations .panel-body p a {
    display: block;
}
#manage-registrations .panel-body li {
    list-style: none;
}
.glyphicon {
    color: #C60751;
}
.panel-default > .panel-heading {
    background-color: #f2eede!important;
    border: 6px solid #f2eede!important;
}
.panel-default > .panel-heading.active {
    background-color: #fff!important;
}
.panel-group .panel,
.panel {
    border: none!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border: none!important;
}
/**Call to Action ribbons**/
.call-to-action {
    width: 100%;
    background: url(images/background-arrow.png) right no-repeat, url(images/background-ribbon.png) right repeat-y, #C60751;
    color: #fff;
    display: block;
    margin: 30px 0;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.call-to-action:hover {
    color: #EA8825;
    background: url(images/background-arrow.png) right no-repeat, url(images/background-ribbon-hover.png) right repeat-y, #8d083b;
}
.call-to-action a {
    width: 100%;
    padding: 25px 0 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}
.call-to-action h1 {
    font-size: 36px;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    vertical-align: bottom;
}
.call-to-action p {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 25px;
    line-height: 1.25;
}
.call-to-action i {
    float: right;
    color: #ea8825;
    font-size: 2em;
    padding-right: 4px;
}
/*****interior pages*****/

.logo-wrapper-interior {
    width: 190px;
    float: left;
    padding: 20px 25px 15px 20px;
    background-color: #4c3901;
}
.banner-interior {
    position: relative;
    margin-bottom: 30px;
    height: 337px;
}
.banner-interior,
.banner-interior img {
    width: 100%;
}
.banner-interior img {
    height: auto;
}
.breadcrumb {
    margin: 25px 0 50px 35px;
    font-size: 18px;
    line-height: 1.75;
    color: #342805;
    float: left;
}
.breadcrumb.volunteer {
    margin: 0 0 10px 35px;
}
#breadcrumbs .current-item {
    color: #4b3900;
    text-decoration: none;
}
#breadcrumbs a {
    color: #c60751;
    padding-right: 4px;
}
.addthis_sharing_toolbox {
    float: right;
    margin-top: 25px;
}
main {
    clear: both;
}
ul.no-bullets li {
    list-style-type: none;
}
ul.no-bullets {
    margin: 0;
}
.call-out li {
    margin-bottom: 15px;
}
.call-out img {
    width: 100%;
    height: auto;
}
.call-out a.button {
        margin-right:10px;
    }
/*****resources page*****/
#resource-search {
    margin-bottom: 30px;
}
#resource-search input,
#resource-search select {
    margin-bottom: 20px;
    height: 40px;
}
#resource-search .button {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}
#resource-search h3 {
    margin-top: 0;
}
ul.resource-results {
    padding: 0;
    margin: 0;
}
ul.resource-results li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.resource-results h3 {
    margin-bottom: 0;
}
/*****pagination*****/
.custom-pagination {
    margin-top: 40px;
}
.custom-pagination a {
    text-decoration: none;
    displaY: inline-block;
    padding: 0 2px
}
.custom-pagination .current {
    color: #C60751;
}
.custom-pagination .page-num {
    display: none;
}
/*****comment styles*****/
.comments h2 {
    font-size: 18px;
}
.comments ul {
    margin: 0;
}
.content .comments a {
    text-decoration: none;
}
.content main .comments ul li {
    list-style-type: none;
    margin: 10px 0;
    padding: 10px;
}
.comments ul li:nth-child(odd) {
    background-color: #F2EEDE;
}
.comment-meta {
    margin: 20px 0 5px 0;
}
.reply a {
    color: #C60751;
}
.reply a:hover {
    color: #E88723;
}
#respond {
    border-top: 1px solid #F2EEDE;
    margin-top: 20px;
}
h3#reply-title {
    color: #342805;
}
.comment-form-comment label,
.comment-form-comment textarea {
    display: block;
    width: 50%;
}
.comment-form-comment label {
    margin-bottom: 20px;
}
main p.form-allowed-tags {
    font-family: 'FranklinGothicURW-MedIta', san-serif;
    font-size: 16px;
}
code {
    display: block;
    font-family: Courier, san-serif;
    margin: 15px 0;
    width: 50%;
}
/*****table*****/
.table {
    margin-bottom:20px;
    color: #342805;
}
.table th {
  text-align: left;
  font-weight: bold;
  background-color: #F2EEDE;
  vertical-align: middle;
  padding: 7px;
}
.table td {
    padding:5px 7px;
}
.table td:first-child {
    width:65%;
    padding-right:5%;
}
.table td:last-child {
    width:30%;
}

/*****column layout****/

.extra-padding {
    padding-bottom:20px;
}

.column-wrapper {
   float:left;
   width:30%;
   margin-right: 3%;
   min-height:395px;
}

.column-wrapper img {
    display:block;
}

/****Pet Partners magazine layout*****/

.magazine-layout {
    clear:left;
    margin-bottom:20px;
}

.magazine-layout img {
    float:left;
    width:15%;
    height:auto;
    margin-top:25px;
}

.magazine-layout .description {
    float:right;
    width:80%;
}

main h3 a {
    text-decoration: none;
}

/************************
    Misc functionality
**************************/
.anchor-clear-header {
    padding-top: 140px;
}


/************************
    Gravity Forms
**************************/
.gform_body {
    max-width: 760px;
    width: 100%;
}
.gform_body .clear {
    clear: both;
}
.gform_footer {
    padding-bottom: 50px;
    clear: both;
}
.validation_error,
.validation_message {
    color: #cc0000;
}
h3.gform_title {
    display: none;
}
.gform_body p {
    padding-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.gform_body ul {
    margin: 0;
}
.gform_body li {
    list-style: none;
}
.gform_body label {
    display: inline-block;
    max-width: 100%;
    margin: 25px 0px 12px;
    font-weight: 500;
}
.gform_body .one-column {
    clear: both;
    display: block;
    padding-top: 20px;
}
.gform_body .two-column {
    width: 50%;
    float: left;
    max-width: 320px;
}
.gform_body .two-column.left {
    margin-right: 20px;
}
.gform_body input,
.gform_body select,
.gform_body textarea {
    display: block;
    height: 34px;
    padding:0 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    max-width: 660px;
}
.gform_body input[type="checkbox"],
.gform_body input[type="radio"] {
    height: auto;
    width: auto;
    display: inline;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.gform_body textarea {
    height: auto;
}
.gform_body label {
    padding: 0;
    margin-bottom: 10px;
}
main .gfield_checkbox input,
main .gfield_checkbox label,
main .gfield_radio input,
main .gfield_radio label,
main.volunteer .gfield_radio input,
main.volunteer .gfield_radio label {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}
main .gfield_radio label,
main.volunteer .gfield_radio label {
    max-width: 90%;
}
main .gfield_checkbox input,
main .gfield_radio input,
main.volunteer .gfield_checkbox input,
main.volunteer .gfield_radio input {
    height: auto;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}
.gform_body .one-column.auto-width select,
.gform_body .one-column.auto-width input {
    width: auto;
}
.gfield_description {
    margin-bottom: 15px;
}
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
    width: 100px;
    float: left;
    margin-right: 20px;
}
.gform_button {
    background-color: #c60751;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 7px;
    border: none;
    display: inline-block;
    font-weight: 500;
    margin-top: 25px;
    text-align: center;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    text-decoration: none;
    min-width: 100px;
}
.gform_button:hover {
    background-color: #8d083b;
    color: #EA8825;
}
.html-field {
    clear: both;
    padding-top: 10px;
}
.gfield_required {
    color: #ff0000;
}
/*removes label right above checkbox on marketing kit form*/

#field_4_13 label:first-child {
    display: none;
}
/************************
   Log a visit form
**************************/

#field_6_15 .gfield_label,
#field_6_11 .gfield_label {
    display: none;
}
#label_6_11_1,
#label_6_15_1 {
    margin-top: 0;
    margin-bottom: 0;
}
/************************
    Media Queries
**************************/

@media (max-width: 1219px) {
    .wrapper {
        width: 768px;
    }
    #main-nav > ul > li > ul {
        top: 38px;
    }
    #main-nav li {
        font-size: 18px;
    }
    #main-search {
        width: 130px;
        margin-right:0;
    }

    .banner-home .cycle-next {
        top: 18%;
    }
    footer .contact {
        margin: 0 0 0 30px;
    }
    footer nav {
        width: 215px;
        padding:0 25px;
    }
    nav.second, nav.fourth {
        clear:left;
        margin-bottom:20px;
    }
    footer nav ul {
        width: auto;
    }
    footer .connect {
        padding-right: 0;
    }
    .developed-by {
        text-align: left;
        padding-left:20px;
    }
    .org-info {
        width: 215px;
        font-size: 17px;
        line-height: 24px;
        background-color: #4b3900;
    }
    #logo-home {
        height: 94px;
    }
    #logo-home img {
        width: 190px;
        padding: 0;
        margin-top: 22px;
    }
    .slide > .caption {
        top:94px;
        width:194px;
        height: 192px;
        overflow: hidden;
        padding: 20px 10px 23px;
        font-size: 16px;
        line-height: 1.5;
    }
    .slide > .caption p {
        margin: 0 0 30px;
    }
    #slideshow-pager {
        width: 194px;
        display:none;
    }
    .call-out {
        width: 215px;
        margin-right: 15px;
    }
    .call-out:last-child {
        margin-right: 0;
    }
    .call-out h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .call-out h3 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .call-out p,
    .call-out li {
        font-size: 16px;
        line-height: 1.4;
    }
    aside.sidebar nav li {
        margin-bottom: 0;
    }
    .about li {
        width: 225px;
    }
    .about li img {
        width: 100%;
        height: auto;
    }
    .about li p {
        font-size: 17px;
        line-height: 1.5;
    }
    .about li:nth-child(2) {
        margin: 0 15px;
    }
    .call-to-action h1 {
        font-size: 30px;
    }
    .donation-level-column li {
    width:40%;
    }
/************************
   Interior Pages
   max-width: 1219px
**************************/
    .logo-wrapper-interior {
        width: 140px;
        float: left;
        padding: 20px 20px 20px 10px;
        background-color: #4C3901;
    }
    #main-search input[type="search"] {
        width: 80px;
    }
    #main-nav li a {
        padding: 0px 20px 60px 0px;
    }
    #main-nav.interior li a {
        padding-bottom: 30px;
    }
    #main-nav.interior > ul > li > ul {
        top: 53px;
    }
    .banner-interior {
        height: 340px;
    }
    .call-out:nth-child(3n+3) {
        margin-right: 0;
    }
    #resource-search .button {
        width: auto;
    }
    .comment-form-comment textarea {
        width: 75%;
    }
    main.volunteer {
        max-width: 400px;
        padding-bottom: 30px;
    }
    aside.sidebar {
        width: 260px;
        margin-right: 30px;
    }
    #manage-registrations h4 {
        width: 60%;
    }
    #manage-registrations .align-right {
        width: 40%;
    }
/************************
   Gravity Forms
   max-width: 1219px
**************************/
    .gform_body {
        max-width: 760px;
    }
    main .gform_body {
        max-width: 400px;
    }
    .gform_body .two-column {
        max-width: 190px;
    }
    .two-lines-on-tablet {
        margin-top: -23px;
    }

.column-wrapper {
   width:45%;
   margin-right: 5%;
   min-height:395px;
}

/****Pet Partners magazine layout*****/


.magazine-layout img {
    width:25%;
}

.magazine-layout .description {
    width:70%;
}


}
@media (min-width: 785px) {
    .nav-icon {
        display: none;
    }
}
@media (max-width: 785px) {
    .show-sub-menu {
        display: block!important;
    }
    header {
        position: static;
    }
    a.button {
        clear: both;
    }
    .wrapper {
        width: auto;
        padding: 0 20px;
    }
    header {
        padding-top: 20px;
    }
    #main-nav-toggle {
        display: block;
        color: #c60852;
        font-size: 2em;
        float: left;
        cursor: pointer;
    }
    #main-nav-toggle:after {
        content: 'MENU';
        display: block;
        font-size: 10px;
    }
    #main-search {
        margin-top: 0;
        width: 235px;
    }
    #main-search input[type="search"],
    .gsc-input-box {
        width: 200px;
    }
    #main-nav {
        padding: 0;
        margin: 0;
        float: none;
        clear: both;
    }
    .nav-icon {
        float: right;
        padding: 0 10px;
        cursor: pointer;
        color: #C60852;
    }
    .second-level-nav {
        padding-top:10px;
    }
    #main-nav ul > li > ul > li .nav-icon {
        color: #4B3900;
    }
    #main-nav-menu {
        display: none;
        padding: 10px 0 5px 0;
    }
    #main-nav > ul.show-menu {
        display: block;
    }
    #main-nav li {
        background: none;
        display: block;
        padding: 12px 0;
    }
    #main-nav > ul > li > ul {
        position: static;
        display: none;
        background: none;
        padding: 0;
        margin: 10px 0 -15px 0;
        width: auto;
    }
    #main-nav > ul > li > ul > li {
        margin: 0;
        padding: 0;
    }
    #main-nav > ul > li > ul > li a,
    #main-nav.interior > ul > li > ul > li a {
        color: #ea8a22;
        padding: 7px 0px;
        display: block;
    }
    #main-nav-menu > li > ul > li > ul {
        margin-top: 0;
        padding-left: 15px;
    }
    #main-nav > ul > li > ul > li > ul > li a {
        color: #C60852!important;
    }
    #main-nav ul > li:hover > ul {
        display: none;
    }
    .banner-home .cycle-next {
        top: 5%;
    }
    footer nav li {
        margin-bottom: 15px;
    }
    footer .contact nav li {
        margin-bottom: 15px;
    }

    footer .connect {
        padding: 0 0 0 20px;
    }
    footer .contact{
        float:none;
        clear:both;
        margin:30px 0;
        padding-top:15px;
    }
    footer .contact .social-links li {
        margin-left: 0!important;
    }
    footer .contact .social-links {
        padding-top: 50px;
        text-align: center;
    }
    footer .contact .social-links li {
        margin: 0 23px;
    }
    footer nav {
        float:none;
        padding:0 20px;
    }
    footer nav h2 {
        padding-top:20px;
    }
   footer aside {
        float:none;
        margin:40px 0 0 20px;
    }

/*********************
    Homepage
    max-width: 785px
**********************/
    .hide-logo {
        position: static;
    }
    #logo-home {
        display: none;
    }
    .banner-home {
        position: static;
    }
    .org-info {
        position: static;
        width: 100%;
        font-size: 20px;
        line-height: 1.3;
        background-color: #4b3900;
        text-align: center;
        clear: both;
        margin: 20px 0;
    }
    .slide > .caption {
        position: static;
        display:block;
        height: auto;
        text-align: left;
        margin-top: -2px;
        padding:0;
        width:100%;
    }
    .slide > .caption p {
        margin:0;
        padding:20px;
    }
    .call-out,
    .about li {
        display: block;
        width: 100%;
    }
    .call-out {
        margin: 0 0 35px;
    }
    .call-out a.button {
        margin-top: 0;
    }
    .about ul {
        width: 100%;
    }
    .about li:nth-child(2) {
        margin: 0;
    }
    .call-to-action a {
        padding: 15px 0;
    }
    .call-to-action p {
        font-size: 16px;
        padding: 0px 25px 0 15px;
    }
    .call-out p,
    .call-out li {
        font-size: 16px;
        line-height: 1.25;
    }
    .call-to-action h1 {
        display: block;
        padding: 0 15px 15px 15px;
        line-height:1.5;
        max-width:85%;
    }
    .call-out img {
        max-width: 480px;
    }
.donation-level-column li {
    width:30%;
    max-width:150px;
    }
/*********************
  Interior pages
  max-width: 785px
**********************/
    main {
        padding: 0
    }
    .content {
        padding-top: 10px;
    }
    .breadcrumb, .breadcrumb.volunteer {
        margin:35px 0 0 0;
    }
    .addthis_sharing_toolbox {
        margin-top: 35px;
    }
    .banner-interior {
        height: auto;
    }
    .logo-wrapper-interior {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        margin-top: 20px;
    }
    .logo-wrapper-home #logo img,
    .logo-wrapper-interior #logo img {
        width: 250px;
        margin-top: 12px;
    }
    .banner-home .org-info {
        margin-top: 0;
    }
    .call-out h2 {
        margin-bottom: 5px;
    }
    .call-out h3 {
        margin-bottom: 15px;
    }
    .call-out a.button {
        margin-bottom:15px;
    }

/*********************
  Volunteer Center
  max-width: 785px
**********************/
    main.volunteer {
        float: none;
        max-width: 100%;
        padding: 50px 0 0;
    }
    .welcome-ribbon h3 {
        padding: 20px 10px;
    }
    aside.sidebar {
        float: none;
        width: 100%;
        background-image: none;
    }
    .welcome-ribbon nav {
        float: none;
        margin: 0 10px 25px;
    }
    aside.sidebar nav {
        display: none;
    }
/*********************
  Contact Us Form
  max-width: 785px
**********************/
    main.volunteer .gform_body {
        max-width: 100%;
    }
    main.volunteer .gform_body .one-column {
        width: 99%;
    }
    main.volunteer .gform_body .two-column {
        max-width: 48%;
    }
    .two-lines-on-tablet {
        margin-top: 0;
    }

    .column-wrapper {
        float:none;
        min-height:auto;
        width:100%;
        max-width:400px;
    }

    .column-wrapper img {
        width:100%;
        height:auto;
        max-width:300px;
 }

}
@media (min-width: 600px) {
    .table-description {
        display:none;
    }
    }
@media (max-width: 600px) {
    #main-search {
        margin-left: 5px;
    }
    .breadcrumb,
    .addthis_sharing_toolbox {
        float: none;
    }
    .breadcrumb, .breadcrumb.volunteer {
        margin: 35px 0 20px 0;
    }
    .addthis_sharing_toolbox {
        margin-bottom: 30px;
    }
    .banner-home:hover .cycle-next {
        display: none;
    }
    footer nav {
        width:auto;
        padding:0;
        margin-left:20px;
    }
    footer .connect nav {
    margin-left:0;
    }
    footer aside {
        margin: 40px 0 0 20px;
    }

    footer aside img {
        width: 100%;
        height: auto;
        margin: 0 0 -2px 0;
        float: none;
    }
    .comment-form-comment label,
    .comment-form-comment textarea {
        width: 100%;
    }
    #manage-registrations h4 {
        width: 100%;
    }
    #manage-registrations .align-right {
        width: 100%;
        clear: both;
    }
    main.volunteer .gform_body .two-column,
    main.volunteer .gform_body .one-column,
    main.volunteer .gform_body .auto-width {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    main.volunteer.gform_body .two-column.left {
        margin-right: 0;
    }
     th {
        display:none;
    }
    .table-description {
        display:block;
    }
    .table td:first-child, .table td:last-child {
        width:100%;
        display:block;
    }
    .table td:first-child {
        margin-top:15px;
    }
    .table td:last-child {
        padding:0 7px;
    }
    .table tr:nth-child(2) td:first-child {
        margin-top:0;
    }
    .magazine-layout img, .magazine-layout .description  {
      float:none;
      width:100%;

    }
    .magazine-layout img {
      max-width:300px;
    }
    .welcome-ribbon nav li.mobile {
        display: inline-block;
    }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    font-family: 'FranklinGothicURW-MedIta', san-serif;
    font-size: 14px;
    max-width: 96%;
    padding: 5px 3px 10px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {} .bypostauthor {} @media (max-width: 600px) {
    .alignright,
    .alignleft {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .wp-caption.alignright,
    .wp-caption.alignleft {
        margin-left: 0;
        margin-right: 0;
    }
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*------------------------------------*\
    New volunteer center
\*------------------------------------*/

.page-template-template-volunteer_center_new {
    color: #4b3900;
}

.page-template-template-volunteer_center_new * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.page-template-template-volunteer_center_new .content.interior {
    padding-bottom: 0 !important;
}

.page-template-template-volunteer_center_new #top-header,
.page-template-template-volunteer_center_new footer.group {
    display: none;
}

.page-template-template-volunteer_center_new #clear-header.wrapper {
    position: static;
    max-width: 100%;
}

#volunteer-center-header {
    padding: 10px 0;
    background: #4b3900;
    position: static;
}

#volunteer-center-header .header-wrap {
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    height: 65px;
}

#volunteer-center-header .volunteer-search-wrap {
    width: 100%;
    padding: 10px;
    background: #5d4d1a;
    opacity: 0;
    display: none;
    height: 85px;
}

#volunteer-center-header .volunteer-search:hover {
    cursor: pointer;
}

#volunteer-center-header .volunteer-search-wrap.active {
    display: block;
    opacity: 1;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    width: 100%;
}

#volunteer-center-header form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

#volunteer-center-header .volunteer-search-wrap #close-search {
    width: 20px;
}

#volunteer-center-header .volunteer-search-wrap #close-search:hover {
    cursor: pointer;
}

#volunteer-center-header .volunteer-search-wrap #close-search svg {
    width: 100%;
    max-width: 15px;
}

#volunteer-center-header .volunteer-search-wrap input[type="search"] {
    width: 100%;
    background: none;
    margin-left: 0;
    border: none;
    color: #f2eede;
    height: 65px;
}

#volunteer-center-header .volunteer-search-wrap input[type="search"]:focus {
    outline: none;
}

#volunteer-center-header .volunteer-search-wrap input[type="search"]::-webkit-input-placeholder {
    color: #f2eede;
}

#volunteer-center-header .volunteer-search-wrap input[type="search"]:-ms-input-placeholder {
    color: #f2eede;
}

#volunteer-center-header .volunteer-search-wrap input[type="search"]::-ms-input-placeholder {
    color: #f2eede;
}

#volunteer-center-header .volunteer-search-wrap input[type="search"]::placeholder {
    color: #f2eede;
}

#volunteer-center-header .mobile-menu-icon {
    display: none;
    margin-left: 10px;
}

#vc-logo {
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.vc-nav {
    display: inline-block;
    width: 100%;
    margin-left: auto;
    text-align: right;
}

.vc-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.vc-nav a,
.vc-nav .vc-nav-sep {
    padding: 5px 10px;
    margin: 0 5px;
    color: #f2eede;
    text-decoration: none;
}

.vc-nav .vc-nav-sep {
    position: relative;
}

.vc-nav .vc-nav-sep::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    border-right: 1px solid #f2eede;
}

.volunteer-search svg {
    max-width: 20px;
    width: 20px;
}

.volunteer-contact,
.volunteer-logout {
    font-size: 14px;
}

.volunteer-logout {
    background: rgba( 255, 255, 255, .08 );
    border-radius: 5px;
}

.volunteer-launch-offcanvas {
    color: #f2eede;
    font-size: 18px;
}

.volunteer-launch-offcanvas:hover {
    cursor: pointer;
}

#volunteer-center-footer {
    background: #fff;
    padding: 0;
}

#volunteer-center-footer .footer-links-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#volunteer-center-footer .social-icons,
#volunteer-center-footer .utility-links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#volunteer-center-footer .footer-wrap .footer-links {
    background: #e0dcca;
    width: 100%;
    color: #4B3900;
    padding: 20px 15px;
}

#volunteer-center-footer .social-icon {
    margin-right: 10px;
}

#volunteer-center-footer .social-icon svg {
    max-width: 40px;
}

#volunteer-center-footer .social-icon .cls-1 {
    fill: #4b3900;
}

#volunteer-center-footer .social-icon:hover .cls-1 {
    fill: #e88723;
    stroke: #e88723;
}

#volunteer-center-footer .utility-links {
    text-align: right;
}

#volunteer-center-footer .utility-links .menu-item {
    display: none;
}

#volunteer-center-footer .utility-links .menu-item.utility-link {
    display: inline;
}

#volunteer-center-footer .utility-links .menu-item.utility-link::after {
    content: "";
    position: relative;
    height: 20px;
    width: 1px;
    background: #000;
    display: inline-block;
    top: 3px;
}

#volunteer-center-footer .utility-links .menu-item.utility-link.last-utility:after {
    display: none;
}

#volunteer-center-footer .utility-links a {
    padding: 0 10px;
    color: #4b3900;
    font-weight: 100;
}

#volunteer-center-footer .utility-links .sep {
    position: relative;
}

#volunteer-center-footer .utility-links .sep:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    border-right: 1px solid #4b3900;
}

#volunteer-center-footer .designedby {
    padding: 50px 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#volunteer-center-footer .designedby .firefly-logo {
    width: 18px;
    margin-right: 5px;
}

#volunteer-offcanvas,
#registrations-offcanvas {
    background: #e5e2d4;
    display: none;
    width: 100%;
    max-width: 300px;
    position: fixed;
    height: 100%;
    top: 0;
    right: -999999999px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 999999;
}

.admin-bar #volunteer-offcanvas,
.admin-bar #registrations-offcanvas {
    top: 32px;
}

#volunteer-offcanvas.active,
#registrations-offcanvas.active {
    display: block;
    right: 0;
    opacity: 1;
}

#volunteer-offcanvas .menu,
#registrations-offcanvas  .menu {
    background: #e5e2d4;
    /*! padding: 20px 0; */
}

#volunteer-offcanvas .menu .menu-item {
    padding: 5px 20px;
    font-size: 14px;
}

#volunteer-offcanvas .log-out {
    margin-top: 15px;
}
#volunteer-offcanvas .log-out a {
    border-top: 1px solid #bbb498;
    padding-top: 15px;
}


#registrations-offcanvas .menu li {
    padding: 20px 0;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid;
    margin: 0 20px;
}

#registrations-offcanvas .menu li:last-child {
    border-bottom: 0;
}

#volunteer-offcanvas .menu .menu-item a,
#registrations-offcanvas .menu li a {
    text-decoration: none;
    color: #4b3900;
    display: block;
}

#volunteer-offcanvas .menu .menu-item.primary-link {
    background: #f2eede;
    padding: 10px 20px;
}

#volunteer-offcanvas .menu .menu-item.primary-link:first-child {
    padding-top: 30px;
}

#registrations-offcanvas .offcanvas-header {
    background: #f2eede;
}

#volunteer-offcanvas {
    color: #4b3900;
    font-weight: bold;
}

#volunteer-offcanvas .user-first-name {
    font-size: 18px;
}

#volunteer-offcanvas .menu .menu-item.primary-link a,
#registrations-offcanvas .registration-status p {
    color: #c60651;
    font-size: 21px;
    font-weight: bold;
}

#volunteer-offcanvas .menu .menu-item.primary-link.last {
    padding-bottom: 30px;
}

#volunteer-offcanvas .menu .menu-item.secondary-link.first,
#registrations-offcanvas .menu li.secondary-link.first {
    margin-top: 20px;
}

#volunteer-offcanvas .menu .menu-item.logout a {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
}

#volunteer-offcanvas .menu .menu-item.logout a:before {
    content: "";
    border-top: 1px solid #bbb398;
    width: 100%;
    position: absolute;
    top: -5px;
}

#volunteer-offcanvas .close-offcanvas svg,
#registrations-offcanvas .close-offcanvas svg {
    max-width: 30px;
    width: 100%;
    margin-left: auto;
}

#volunteer-offcanvas .close-offcanvas:hover,
#registrations-offcanvas .close-offcanvas:hover {
    cursor: pointer;
}

.offcanvas-header {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 85px;
}

.offcanvas-header .user .settings-link {
    font-size: 14px;
    margin-top: 10px;
}

.offcanvas-header .user .settings-link a {
    height: 16px;
    color: #4b3900;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.offcanvas-header .user .settings-link svg {
    max-width: 16px;
    width: 100%;
    margin-right: 5px;
}

#volunteer-center-welcome-banner {
    background: #f2eede url( 'images/vcbannerbg.svg' );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 350px 350px;
    padding: 30px 0;
}

#volunteer-center-welcome-banner .banner-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
}

#volunteer-center-welcome-banner .welcome-title {
    font-size: 32px;
    font-weight: bold;
    color: #c60651;
}

#volunteer-center-welcome-banner .not-user {
    background: #e0dcca;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
}

#volunteer-center-welcome-banner .not-user a {
    color: #4b3900;
}

#volunteer-center-welcome-banner .sep {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0;
    background: #4b3900;
    /*! text-align: center; */
}

#volunteer-center-welcome-banner .banner-data {
    margin-bottom: 10px;
}

#volunteer-center-welcome-banner .banner-data .label {
    font-weight: bold;
}

#volunteer-center-welcome-banner .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#volunteer-center-welcome-banner .right {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 300px;
    margin-left: auto;
}

#volunteer-center-welcome-banner .notification {
    background: #e0dcca;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

#volunteer-center-welcome-banner .notification:hover {
    background: #e5e2d4;
    cursor: pointer;
}

#volunteer-center-welcome-banner .notification:after {
    content: "";
    background: url('images/arrow-right.svg');
    background-position: center right;
    position: absolute;
    height: 100%;
    right: 15px;
    background-size: 10px;
    background-repeat: no-repeat;
    width: 10px;
    top: 0;
}

#volunteer-center-welcome-banner .notification .notification-title,
#volunteer-center-welcome-banner .notification .total-count {
    color: #c60651;
    font-weight: bold;
}

#volunteer-center-welcome-banner .notification .notification-title {
    display: block;
    margin-bottom: 7px;
    font-weight : bold;
    font-size : 20px;
    color : #C60651;
}


#volunteer-center-welcome-banner .notification .notification-subtitle {
    font-size: 16px;
    display: block;
    color: #4b3900;
}

#volunteer-center-welcome-banner .notification .notification-bubble {
    color: #fff;
    background: #c60651;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
}

#volunteer-center-main {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    /*! padding: 0 15px; */
}

#volunteer-center-main .breadcrumb {
  float: none;
}

#volunteer-center-alerts {
    margin: 30px 0;
}

#volunteer-center-alerts .alert {
    padding: 0;
    padding-left: 70px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#volunteer-center-alerts .alert:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px 0 0 5px;
}

#volunteer-center-alerts .alert.warning {
    background: #f7dae5;
    color: #c60651;
}

#volunteer-center-alerts .alert.warning:before {
    background: #c60651 url('images/warning.svg') no-repeat center center;
    background-size: 40px;
}

#volunteer-center-alerts .alert.notice {
    background: #F9E7D5;
    color: #E88723;
}

#volunteer-center-alerts .alert.notice:before {
    background: #E88723 url('images/notice.svg') no-repeat center center;
    background-size: 40px;
}

#volunteer-center-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#volunteer-center-links li {
    width: 30%;
    background: #4b3900;
    color: #f2eede;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 10px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}

#volunteer-center-links li a {
    display: block;
    color: #f2eede;
    text-decoration: none;
}

#volunteer-center-links li svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100px;
    margin: 0 auto 20px;
    fill: #f2eede;
}

#volunteer-center-links li a:hover {
    color: #E88723;
}

#volunteer-center-links li a:hover svg {
    fill: #E88723;
}

#volunteer-center-links li .link-text {
    /*! display: block; */
    /*! width: auto; */
    /*! display: inline; */
}

#volunteer-center-my-area {
    background: #f2eede;
    padding: 30px;
}

#volunteer-center-my-area .my-area-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #4b3900;
}

#volunteer-center-my-area #opportunities-count {
    font-weight: bold;
}

#volunteer-center-my-area .my-area-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#volunteer-center-my-area .opportunities,
#volunteer-center-my-area .directory-search {
    width: 550px;
    text-align: center;
    position: relative;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
}

#volunteer-center-my-area .opportunities.not-available {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
}

#volunteer-center-my-area .opportunities.not-available {
  cursor: not-allowed;
}

#volunteer-center-my-area .opportunities.not-available p {
    margin-top: 30px;
    padding: 0 20px;
}


#volunteer-center-my-area .opportunities a,
#volunteer-center-my-area .directory-search a {
    color: #fff;
    text-decoration: none;
}

#volunteer-center-my-area .opportunities:hover,
#volunteer-center-my-area .directory-search:hover {
    -webkit-box-shadow: 3px 3px 10px 0px rgba( 0, 0, 0, 0.7 );
            box-shadow: 3px 3px 10px 0px rgba( 0, 0, 0, 0.7 );
}

#volunteer-center-my-area .opportunities {
    background: #e88723;
    margin-right: 15px;
}

#volunteer-center-my-area .directory-search {
    background: #fdb913;
}

#volunteer-center-my-area .opportunities img,
#volunteer-center-my-area .directory-search img {
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.48);
        -ms-transform: scale(1.48);
            transform: scale(1.48);
    z-index: 9;
}

#volunteer-center-my-area .opportunities:hover img,
#volunteer-center-my-area .directory-search:hover img {
    opacity: .1;
}

#volunteer-center-my-area .text {
    border: 1px solid #fff;
    border-radius: 300px;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    z-index: 9999;
    font-size: 18px;
    letter-spacing: 1px;
}

@media (max-width: 1219px) {

    .page-template-template-volunteer_center_new .wrapper {
        width: 100%;
    }

}

@media (max-width: 785px) {

  #volunteer-center-my-area .opportunities,
  #volunteer-center-my-area .directory-search {
    width: 95%;
    margin: 0 auto 20px;
  }


    .page-template-template-volunteer_center_new .wrapper {
        padding: 0;
    }

    #volunteer-center-header .header-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

    }

    #volunteer-center-main {
        width: 90%;
        margin: 0 auto;
    }

    #volunteer-center-links ul {
        display: block;
    }

    #volunteer-center-links ul li {
        width: 100%;
    }
    #volunteer-center-links ul li a {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       width: 100%;
       margin: 0 auto;
    }
    #volunteer-center-links ul li svg {
       max-width: 40px;
       max-height: 40px;
       margin: 0 10px 0 0;
    }
    #volunteer-center-alerts .alert {
        min-height: 60px;
        height: auto;
        padding: 20px;
        padding-left: 80px;
    }

    #volunteer-center-alerts .alert:before {
        max-width: 60px;
        height: 100%;
        width: 100%;
    }

    #volunteer-center-welcome-banner .banner-wrap {
        display: block;
        padding: 0 25px;
    }

    #volunteer-center-welcome-banner .banner-wrap .left {
        margin: 20px 0;
    }

    #volunteer-center-welcome-banner .not-user {
        margin-bottom: 10px;
    }

    #volunteer-center-welcome-banner .sep {
        margin-bottom: 15px;
    }


    #volunteer-center-welcome-banner .banner-wrap .right {
        max-width: 100%;
        padding-top: 20px;
    }

    #volunteer-center-my-area {
        padding:  30px 0 0;
    }

    #volunteer-center-my-area .my-area-wrap {
        display: block;
    }

    #volunteer-center-my-area .opportunities,
    #volunteer-center-my-area .directory-search {
        max-width: 100%;
    }

    #volunteer-center-footer .footer-links-wrap {
        display: block;
    }

    #volunteer-center-footer .social-icons,
    #volunteer-center-footer .utility-links {
        text-align: center;
    }

    #volunteer-center-footer .utility-links {
        margin-top: 20px;
    }

    #volunteer-center-header {
        /*! padding: 10px; */
    }

    #volunteer-center-header .vc-nav-wrap {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .volunteer-search {
        margin-right: 10px;
    }

    #volunteer-center-header .volunteer-search-wrap {
        display: none;
    }

    #volunteer-center-header .volunteer-search-wrap input[type="search"]::-webkit-input-placeholder {
        color: #4b3900;
    }

    #volunteer-center-header .volunteer-search-wrap input[type="search"]:-ms-input-placeholder {
        color: #4b3900;
    }

    #volunteer-center-header .volunteer-search-wrap input[type="search"]::-ms-input-placeholder {
        color: #4b3900;
    }

    #volunteer-center-header .volunteer-search-wrap input[type="search"]::placeholder {
        color: #4b3900;
    }

    #volunteer-center-header .volunteer-contact,
    #volunteer-center-header .volunteer-logout,
    #volunteer-center-header .volunteer-launch-offcanvas,
    #volunteer-center-header .vc-nav-sep {
        display: none;
    }

    #volunteer-center-header .mobile-menu-icon {
        display: inline-block;
        width: 30px;
    }

    #volunteer-center-header .mobile-menu-icon:hover {
        cursor: pointer;
    }

    #volunteer-offcanvas {
        max-width: 100%;
        position: absolute;
    }

    /*nav updates*/
    body.logged-in #main-nav li.logged-in a {
        padding: 7px 0px;
        display: block;
    }
    body.logged-in #main-nav li.logged-in li a:hover {
        color: #ea8a22;
    }

    body.logged-in #main-nav li.logged-in {
        display: block;
        font-size: 18px;
    }

    body.logged-in #main-nav li.first-name {
        display: none;
    }
    #main-nav > ul > li.logged-in > ul > li.edit-profile {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
    #main-nav > ul > li.logged-in > ul > li.primary {
        font-size: 18px;
        margin-bottom: 0;
       }
    #main-nav > ul > li.logged-in > ul > li.edit-profile::after {
        display: none;
    }
    #main-nav > ul > li.logged-in > ul > li.primary.border-bottom {
        border: none;
    }
    #main-nav > ul > li.logged-in > ul > li {
    font-size: 18px;
    font-weight: normal;
   }
    #main-nav > ul > li.logged-in > ul > li.primary.border-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
    }
    #main-nav > ul > li.logged-in > ul > li {
      margin-bottom: 0;
    }
}

/*------------------------------------*\
    INTERIOR PAGE UPDATES - JUNE 2018
\*------------------------------------*/

.banner-interior {
  position: relative;
  margin-bottom: 0;
  background-position: center;
  width: 100%;
  height: 335px;
}

.banner-interior h1 {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  padding: 20px 30px;
  background-color: #C60751;
  margin:0 30px;
}

@media (max-width: 785px) {
  .banner-interior h1 {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #volunteer-center-header .volunteer-search-wrap.active {
    display: flex;
    align-items: center;
    height: 85px;
  }
  #volunteer-center-header .volunteer-search-wrap.active form {
    width: 100%;
  }
}

.breadcrumb {
  margin-bottom: 30px;
}

/*------------------------------------*\
    Ditty News Ticker - Sept 2018
\*------------------------------------*/

.mtphr-dnt {
  color: #342805;
  background-color: #fad8e4;
  padding: 25px 20px;
  font-weight: 700;
}

.mtphr-dnt a{
  color: #c60751
}

.home .mtphr-dnt {
    margin-bottom: 35px;
}

/*------------------------------------*\
    Misc global - Oct 2018
\*------------------------------------*/

.divider {
  width: 100%;
  margin: 35px auto;
  border: none;
  border-top: 1px solid #bbb498;
}
