/*
Theme Name: GDSLucysProject
Description: Twenty Twelve child theme with a twist or two
Author: Mike Deegan
Version: 0.0.1
Template: twentytwelve
*/

/* Imports all styles from the Twenty Twelve stylesheet */
@import url('../twentytwelve/style.css');


/*
 * CSS file styles.css
 * Created on: 2019-09-18, 7:53:50 PM
 * Author: mpdeegan
 */

@import url('./css/normalize.css'); /* Start off with a complete CSS reset */
@import url('./css/reset.css'); /* Start off with a complete CSS reset */

/*

font-family:'Museo W01_100';			 Museo W01 100 Regular 
font-family:'Museo W01_100 Italic';		 Museo W01 100 Italic 
font-family:'Museo W01_300';			 Museo W01 300 
font-family:'Museo W01_300 Italic';		 Museo W01 300 Italic 
font-family:'Museo W01_500';			 Museo W01 500 
font-family:'Museo W01_500 Italic';		 Museo W01 500 Italic 
font-family:'Museo W01_700';			 Museo W01 700 
font-family:'Museo W01_700 Italic';		 Museo W01 700 Italic 
font-family:'Museo W01_900';			 Museo W01 900 
font-family:'Museo W01_900 Italic';		 Museo W01 900 Italic 

font-family:'Museo Sans W01_100';		 Museo Sans W01 100 
font-family:'MuseoSansW01-100Italic';		 Museo Sans W01 100 Italic 
font-family:'Museo Sans W01_300';		 Museo Sans W01 300 
font-family:'MuseoSansW01-300Italic';		 Museo Sans W01 300 Italic 
font-family:'Museo Sans W01_500';		 Museo Sans W01 500 
font-family:'MuseoSansW01-500Italic';		 Museo Sans W01 500 Italic 
font-family:'Museo Sans W01_700';		 Museo Sans W01 700 
font-family:'MuseoSansW01-700Italic';		 Museo Sans W01 700 Italic 
font-family:'Museo Sans W01_900';		 Museo Sans W01 900 
font-family:'MuseoSansW01-900Italic';		 Museo Sans W01 900 Italic 

font-family:'Avenir LT W01_35 Light1475496';	 Avenir W01 35 Light 
font-family:'Avenir LT W01_35 Light_1475502';	 Avenir W01 35 Light Oblique 
font-family:'Avenir LT W01_45 Book1475508';	 Avenir W01 45 Book 
font-family:'Avenir LT W01_45 Book O1475514';	 Avenir W01 45 Book Oblique 
font-family:'Avenir LT W01_55 Roman1475520';	 Avenir W01 55 Roman 
font-family:'Avenir LT W01_55 Obliqu1475526';	 Avenir W01 55 Oblique 
font-family:'Avenir LT W01_65 Medium1475532';	 Avenir W01 65 Medium 
font-family:'Avenir LT W01_65 Medium1475538';	 Avenir W01 65 Medium Oblique 
font-family:'Avenir LT W01_85 Heavy1475544';	 Avenir W01 85 Heavy 
font-family:'Avenir LT W01_85 Heavy_1475550';	 Avenir W01 85 Heavy Oblique 
font-family:'Avenir LT W01_95 Black1475556';	 Avenir W01 95 Black 
font-family:'Avenir LT W01_95 Black_1475562';	 Avenir W01 95 Black Oblique 

*/


*,
*:after,
*:before {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
}

html,
body {
    background-color: #262626;
    height: 100%;
    margin: 0;
    padding: 0;
}

.site {
    box-shadow: none !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
    padding:  0 !important;
    background-color: inherit !important;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
    body {
        background-color: #262626;
    }
    body .site {
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        box-shadow: none !important;
    }
    .site {
        margin: 0 auto;
        max-width: 100% !important;
        overflow: hidden;
    }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
    body {
        background-color: #262626;
    }
    body .site {
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        box-shadow: none !important;
    }
}

p {
    -epub-hyphens: none;
    color: #000000;
    font-family: "Museo Sans W01_300", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

dl, dt, dd, ol, ul, li, blockquote, cite, th, td {
    -epub-hyphens: none;
    color: #4e474a;
    font-family: "Avenir LT W01_55 Roman1475520", sans-serif !important;	 /* Avenir W01 55 Roman */
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
}

ol, ul {
    list-style: initial;
    margin-bottom: 20px;
}

b,
strong {
    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif !important;	 /* Avenir W01 85 Heavy  */
    font-weight: normal !important;
}

em {
    font-family: "Avenir LT W01_55 Obliqu1475526", sans-serif !important;	 /* Avenir W01 55 Oblique */
    font-style: normal !important;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
    border: 0;
    border-radius: 0;
    font-family: inherit;
    padding: 0;
}
input {
    border: 1px solid #6a6366 !important;
    padding: 0 10px !important;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
    padding: 0;
    font-size: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    background-color: inherit;
    background-repeat: no-repeat !important;
    background-image: none !important;
    border: 1px solid rgb(238,238,238);
    border-radius: 0;
    box-shadow: none;
}


#header-container {
    width: 100%;
    margin: 0 auto;
    /*    overflow: hidden; */      /* mpdeegan 2020-05-09 commented out */
    /*    position: relative; */      /* mpdeegan 2020-05-09 commented out */
}

div.width-100 {
    display: block;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

div.width-100.grey-bg {
    background-color: #6a6366;
    margin: 50px auto 0 auto;
    padding: 20px 0;
}

div.width-100.grey-bg.footer {
    margin: 0 auto;
}

body.internal-page div.width-100.grey-bg.footer {
    margin: 50px auto 0 auto;
}

div.home-stats-about-supporters,
div.width-100.home-stats,
div.width-100.home-about,
div.width-100.home-video,
div.width-100.home-supporters {
    background-color: #fff;
}

div.home-stats-about-supporters {
    padding-bottom: 50px;
}

div.width-100.home-stats {
    margin-top: 50px;
}

div.width-100.home-about,
div.width-100.home-video {
    margin: 50px auto 60px auto;
}

div.width-100-inner,
div.textBox {
    display: block;
    clear: both;
    max-width: 783px;
    margin: 0 auto;
    overflow: hidden;
}

div.width-100.top-banner-msg {
    background-color: #000;
}
div.width-100.top-banner-msg div.width-100-inner {
    max-width: 1280px;
    background-color: #000;
}

div.width-100.top-banner-msg div.width-100-inner p {
    -epub-hyphens: none;
    color: #ffffff;
    font-family:'Avenir LT W01_65 Medium1475532';     /*  Avenir W01 65 Medium  */
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

div.width-100.top-banner-msg div.width-100-inner p,
div.width-100.top-banner-msg div.width-100-inner p a {
    color: #f37021;
}

body.internal-page div.top-banner-msg {
    display: none; /* hide top-banner-msg on internal pages - just show on HOME page */
}

div.width-100.home-header-outer {
    width: 100%;
    background-color: #000;
}
div.width-100.home-header {
    max-width: 1280px;
    background-image: url('images/lucys-project-homepage-hero-1280x555.png');
    background-size: cover;
    background-position: center;
    height: 555px;
    margin-top: 80px;		/* mpdeegan 2020-05-09 added margin top to accomodate for top-banner-msg 40px + floated menu 40px */
}

div.width-100.home-header div.width-100-inner {
    max-width: 1280px;
    position: relative;
    overflow: initial;
    overflow: visible;
}

div.width-100.home-header div.width-100-inner img.header-logo {
    position: absolute;
    left: 60px;
    top: 31px;
    width: 300px;
    height: 72px;
}

div.width-100-inner span.quick-exit,
div.width-100-inner span.quick-exit-text {
    width: 130px;
    color: #ffffff;
    background-color: #f37021 !important;
    font-family: "Museo Sans W01_500", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase !important;
    widows: 1;
}

div.width-100.home-header div.width-100-inner span.quick-exit {
    position: absolute;
    right: 100px;
    top: 26px;
}

div.width-100-inner span.quick-exit img.exit-cross-white {
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 11px 7px 0 7px;
    float: right;
}

div.width-100.home-header div.width-100-inner ul.header-nav-menu {
    position: absolute;
    right: 100px;
    top: 56px;
    width: 130px;
}

div.width-100.home-header ul.header-nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #6a6366;
    text-align: center;
}

div.width-100.home-header ul.header-nav-menu li a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    background-color: #6a6366;
}

div.width-100.home-header ul.header-nav-menu li a span {
    color: #ffffff;
    background-color: #6a6366;
    font-family: "Museo Sans W01_500", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

div.width-100.home-header ul.header-nav-menu li a:hover,
div.width-100.home-header ul.header-nav-menu li a:hover span {
    background-color: #262626;
}

div.width-100.home-header ul.header-nav-menu li a img.lucys-project-heart-white {
    height: 8px;
    width: 8px;
}

div.width-100.home-header div.width-100-inner img.social-facebook-logo {
    position: absolute;
    right: 60px;
    top: 31px;
    width: 19px;
    height: 19px;
}

div.width-100.home-header div.width-100-inner img.social-instagram-logo {
    position: absolute;
    right: 60px;
    top: 59px;
    width: 19px;
    height: 19px;
}

div.width-100.home-header div.width-100-inner a.header-online-donation {
    position: absolute;
    right: 120px;
    top: 31px;
    display: block;
    line-height: 50px;
    height: 50px;
}

div.width-100.home-header div.width-100-inner a.header-online-donation,
div.width-100.home-header div.width-100-inner a img.header-online-donation-tablet,
div.width-100.home-header div.width-100-inner a img.header-online-donation-mobile {
    display: none;
}

div.width-100.three-circles {
    position: relative;
    top: -130px;
    margin-bottom: -96px;
}

div.width-100.three-circles-as-accordion {
    display: none;
}

div.width-100.grey-bg div.width-100-inner {
    max-width: 960px;
}

div.width-100.home-about div.width-100-inner {
    max-width: 640px;
    background-color: #ffffff;
}

div.width-100.home-video div.width-100-inner {
    max-width: 730px;
    background-color: #ffffff;
    background-image: url('images/lucys-project-homepage-video-holding-mage.png');
    background-size: cover;
    height: 430px;
}

div.imageBox {
    float: left;
    width: 33.3333333333333%;
    height: 282px;
    /*    background-image: url('images/circle.png');*/
    background-image: url('images/circle-grey-with-shadow.png');
}
div.imageBox:hover {
    /*    background-image: url('images/circle-hover.png');*/
    background-image: url('images/circle-hover-orange-with-shadow.png');
    cursor: pointer;
}
div.imageBox .imageBoxInner p {                
    color: #ffffff;
    font-family: "Museo W01_300", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    -epub-hyphens: none;
    margin-bottom: 0px ;
    margin-left: 40px;
    margin-right: 45px;
    margin-top: 50px ;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    /*    text-shadow: 2px 2px 3px rgba(010, 010, 010, 1);*/
    text-transform: none;
    widows: 1;
}
div.imageBox.second .imageBoxInner p,
div.imageBox.third .imageBoxInner p {
    margin-top: 65px ;
}

div.textBox {
    display: none;
    /* border: 2px solid #f36f21; */
    min-height: 197px;
    background-color: #fff;

    /* http://psd-to-css-shadows.com/ */
    /* https://css-tricks.com/snippets/css/css-box-shadow/ */
    -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.75);    
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);    
    box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.75);
    margin-right: 6px;  /* we need some 'space' on the right to show the shadow */
}
div.textBox.first {
    background-image: url('images/textbox-circle-1-silhouette-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
}
div.textBox.second {
    background-image: url('images/textbox-circle-2-silhouette-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
}
div.textBox.third {
    background-image: url('images/textbox-circle-3-silhouette-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

div.textBox .textBoxInner a {
    text-decoration: none!important;
}

div.textBox .textBoxInner p {
    -epub-hyphens: none;
    color: #6a6366;
    font-family: "Avenir LT W01_65 Medium1475532", sans-serif;      /* Avenir W01 65 Medium  */
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 100px;
    margin-top: 30px;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}
div.textBox.second .textBoxInner p {    
    margin-right: 140px;
}
div.textBox.third .textBoxInner p {    
    margin-right: 200px;
}

div.textBox .textBoxInner p img  {
    float: right;
    margin-right: -30px;
}            
div.textBox.first .textBoxInner p img  {
    margin-top: 38px;
}

div.our-core-strategies-container {
    min-height: 363px;
}

div.our-core-strategies-container h2 {
    color: #fff;
    font-family: "Museo W01_700", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.dropdown-header {
    width: 300px;
    float: left;
    overflow: hidden;
    margin: 0 10px;
}

div.dropdown-header h2 {
    width: 100%;
    height: 182px;
    line-height: 182px;
    -epub-hyphens: none;
    color: #ffffff;
    font-family: "Museo W01_500", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 42px;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 2px 2px 3px rgba(010, 010, 010, 1);
    text-transform: none;
    widows: 1;
}

img.awareness-advocacy-action-arrow-passive {
    display: inline-block;
}

img.awareness-advocacy-action-arrow-active {
    display: none;
}

img.awareness-advocacy-action-arrow-passive,
img.awareness-advocacy-action-arrow-active {
    vertical-align: middle;
}

div.dropdown-header.first h2 {
    background-image: url('images/lucys-project-cta-01-awareness-01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}
div.dropdown-header.first:hover h2 {
    background-image: url('images/lucys-project-cta-01-awareness-01-hover.png');
    cursor: pointer;
    background-repeat: no-repeat !important;
}

div.dropdown-header.second h2 {
    background-image: url('images/lucys-project-cta-02-advocacy-01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}
div.dropdown-header.second:hover h2 {
    background-image: url('images/lucys-project-cta-02-advocacy-01-hover.png');
    cursor: pointer;
    background-repeat: no-repeat !important;
}

div.dropdown-header.third h2 {
    background-image: url('images/lucys-project-cta-03-action-01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}
div.dropdown-header.third:hover h2 {
    background-image: url('images/lucys-project-cta-03-action-01-hover.png');
    cursor: pointer;
    background-repeat: no-repeat !important;
}

div.dropdown {
    background: #fff;
    width: 100%;
    display: none;
    float: left;
    padding: 20px 0 5px 0;
}

div.dropdown p {
    font-family:'Avenir LT W01_45 Book1475508', sans-serif;     /*  Avenir W01 45 Book  */
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    background: #fff;
    padding: 0 20px;
}

div.dropdown p a {
    text-decoration: none;
}

span.read-more {
    display: block;
    width: 100%;
    color: #f37021;

    font-family: "Museo W01_900", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    widows: 1;
}

div.dropdown span.read-more {
    text-align: right;
    text-transform: none;
}


div.width-100.speaker-consulting-requests-container {
    width: 100%;
    background-color: #f36f21;
    padding: 20px 0 40px 0;
}
div.width-100.speaker-consulting-requests-container div.width-100-inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}

div.speaker-consulting-requests-container h2 {
    color: #fff;
    font-family: "Museo W01_700", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.speaker-consulting-requests-container p {
    -epub-hyphens: none;
    color: #fff;
    font-family: "Avenir LT W01_65 Medium1475532", sans-serif;      /* Avenir W01 65 Medium  */
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

div.speaker-consulting-requests-container p img  {
    float: left;
    margin-right: 20px;
}

div.speaker-consulting-requests-container p a,
div.speaker-consulting-requests-container p a:hover,
div.speaker-consulting-requests-container p a:visited {
    color: #fff;
    text-decoration: none !important;
}

div.width-100.home-stats div.width-100-inner {
    max-width: 960px;
}

div.statsBox {
    float: left;
    width: 33.3333333333333%;
    padding-left: 5%;
}
div.statsBox .statsBoxInner {
    border-left-color: #f37021;
    border-left-style: dotted;
    border-left-width: 2px;
}
div.statsBox .statsBoxInner h3.percentage {
    color: #f37021;
    font-family: "Museo W01_900", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;                
}
div.statsBox .statsBoxInner p {
    min-height: 100px;
    color: #f37021;
    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;        /* Avenir W01 85 Heavy */
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    padding: 0 10px;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}
div.statsBox .statsBoxInner p span.percentage-cite {
    color: #f37021;
    font-family: "Avenir LT W01_65 Medium1475538", sans-serif;        /* Avenir W01 65 Medium Oblique */
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
}

div.width-100.home-about div.width-100-inner img.home-about,
div.width-100.home-video div.width-100-inner img.home-video {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

div.width-100.home-about div.width-100-inner h3,
div.width-100.home-video div.width-100-inner h3 {
    display: block;
    padding: 0 20px;

    color: #000000;
    font-family: "Museo W01_700", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1
}

div.width-100.home-video div.width-100-inner h3 {
    color: #fff;
    text-align: center;
    padding-top: 346px;
    padding-left: 100px;
    text-shadow: 2px 2px 3px rgba(010, 010, 010, 1);
}

div.width-100.home-about div.width-100-inner p,
div.width-100.home-video div.width-100-inner p {
    display: block;
    padding: 0 20px;
}

div.width-100.home-about div.width-100-inner p a,
div.width-100.home-video div.width-100-inner p a {
    text-decoration: none;
}

div.width-100.facebook-embedded-video-player {
    padding-top: 40px;
    padding-bottom: 50px;
}

div.width-100.home-supporters {
    padding-top: 40px;
    padding-bottom: 50px;
}

div.width-100.home-supporters div.width-100-inner {
    max-width: 1260px;
}

div.supporterBox {
    float: left;
    vertical-align: middle;
    padding: 0 20px;
}
div.supporterBox.first {
    width: 12%;
}
div.supporterBox.second {
    width: 10%;
}
div.supporterBox.third {
    width: 18%;
}
div.supporterBox.fourth {
    width: 17%;
}
div.supporterBox.fifth {
    width: 22%;
}
div.supporterBox.sixth {
    width: 19%;
}

div.width-100.home-supporters h3 {
    color: #6a6366;
    font-family: "Museo W01_700", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

div.supporterBox img.supporter-logo {
    display: inline-block; 
    max-width: 100%;
    vertical-align: middle;
}
div.supporterBox.fifth img.supporter-logo {
    padding-top: 15px;
}

div.footer-col {
    width: 29%;
    float: left;
    overflow: hidden;
    margin: 0 10px;
}

div.footer-col.first img {
    max-width: 100%;
}

#footer-logo-n-text {
    display: inline-block;
    height: 59px;
    position: relative;
    width: 216px;
}

#footer-logo {
    height: 58.78px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 49.76px;
    z-index: 1;
}

#footer-logo img {
    height: 100.00%;
    min-width: 100%;
    width: 100.00%;
}


#footer-logo-text-line1 {
    height: 30.78px;
    left: 52.072px;
    position: absolute;
    top: 5.197px;
    width: 164.31px;
    z-index: 0;
}

#footer-logo-text-line1 span {
    color: #ffffff;
    font-family: "Museo W01_300", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

#footer-logo-text-line2 {
    height: 15.39px;
    left: 52.816px;
    position: absolute;
    top: 35.387px;
    width: 151.88px;
    z-index: 2;
}

#footer-logo-text-line2 span {
    color: #ffffff;
    font-family: "Museo Sans W01_700", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

ul.footer-nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 130px;
}

ul.footer-nav-menu li a {
    display: block;
    line-height: 30px;
    text-decoration: none;
}

ul.footer-nav-menu li a span {
    color: #ffffff;
    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;        /* Avenir W01 85 Heavy */
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    padding-left: 20px;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

ul.footer-nav-menu li a:hover,
ul.footer-nav-menu li a:hover span {
    background-color: #262626;
}

ul.footer-nav-menu li a img.lucys-project-heart-white {
    height: 8px;
    width: 8px;
}

div.footer-join-our-mailing-list {
    max-width: 240px;
    margin: 0 auto;
}
div.sidebar-join-our-mailing-list {
    max-width: 280px;
}

div.footer-join-our-mailing-list h3,
div.sidebar-join-our-mailing-list h3 {
    -epub-hyphens: none;
    color: #ffffff;
    background-color: #979294;
    font-family: "Avenir LT W01_65 Medium1475532", sans-serif;      /* Avenir W01 65 Medium  */
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    padding-top: 2px;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

img.lucys-project-envelope {
    display: inline-block;
    width: 20px;
    height: auto;
    padding: 0;
    margin-right: 5px;
}

div.footer-join-our-mailing-list form,
div.sidebar-join-our-mailing-list form {
    background-color: #d2d0d1;
    margin: 5px 0;
    padding: 10px;
    overflow: hidden;
}

div.footer-join-our-mailing-list form input,
div.sidebar-join-our-mailing-list form input {
    color: #6a6366;
    font-family: "MuseoSansW01-300Italic", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    padding-left: 10px;
    padding-right: 10px;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
    width: 95%;
}

div.footer-join-our-mailing-list form input[type="submit"],
div.sidebar-join-our-mailing-list form input[type="submit"] {
    float: right;
    width: auto;
    overflow: hidden;
    color: #ffffff;
    background-color: #979294;
    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;        /* Avenir W01 85 Heavy */
    font-size: 12px;
    border: none;
    margin-top: 10px;
}

div.footer-join-our-mailing-list form input[type="submit"]:hover,
div.sidebar-join-our-mailing-list form input[type="submit"]:hover {
    background-color: #262626;
}

div.footer-join-our-mailing-list img.social-icon,
div.sidebar-join-our-mailing-list img.social-icon {
    display: inline-block;
    width: 19px;
    height: auto;
    padding: 0;
    margin: 10px 5px 0 0;
}


/* mpdeegan additions 2019-09-18  */
/* mpdeegan additions 2019-09-18  */
/* mpdeegan additions 2019-09-18  */
/* mpdeegan additions 2019-09-18  */

body.internal-page div.width-100.internal-page-header,
body.internal-page div.content_wrap {
    max-width: 1280px;
    margin: 0 auto;
}

body.internal-page div.width-100.internal-page-header {
    position: relative;

    background-color: transparent;                     /* mpdeegan 2020-05-09 added bgcolor  override */
}

body.internal-page div.width-100.internal-page-header div.width-100-inner {
    width: 100% !important;
    max-width: 1280px;
    position: fixed;
    top: 0px;
    z-index: 1000;

    background-color: transparent;                     /* mpdeegan 2020-05-09 added bgcolor override */
}

body.internal-page.user-logged-in div.width-100.internal-page-header div.width-100-inner {
    top: 32px;
}
@media screen and (max-width: 782px) {

    body.internal-page.user-logged-in div.width-100.internal-page-header div.width-100-inner {
        top: 46px;
    }
}

body.internal-page div.wrapper {
    margin-top: 30px;
}

body.internal-page div.content_wrap {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 2.5% 0;
}

body.internal-page div#primary.site-content,
body.internal-page section#primary.site-content {
    background-color: #fff;
    padding: 0 2.5% 0 5%;
    width: calc(100% - 335px);
    float: left;

    border: 0;
    border-right-color: #f37021;
    border-right-style: dotted;
    border-right-width: 2px;
}

body.internal-page.post-slug-donate div#primary.site-content, 
body.internal-page.post-slug-donate section#primary.site-content {
    border: 0;
    border-right: 0;
}

body.internal-page div.content-sidebar {
    background-color: #fff;
    padding: 0 20px;
    min-width: 335px;
    float: right;
}

div#online-donate-support {
    width: 100%;
    margin: 0 auto;
    text-align:center;
    overflow: hidden;
}

body.internal-page a.online-donate-support-link { 
    float: left;
    margin-top: 0.857142857rem;
    margin-right: 0.857142857rem;
    margin-bottom: 0.857142857rem;
}
body.internal-page a.online-donate-support-link img { 
    display: block;
}

body.internal-page a.friends-of-lucys-project-link,
body.internal-page a.subscribe-link,
body.internal-page a.become-a-member-link { 
    color: #ffffff !important;
    background-color: #4e474a; 
    font-family: "Museo W01_700", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    display: inline-block; 
    float: left;
    width: 140px; 
    height: 114px; 
    text-decoration: none;
    margin-top: 0.857142857rem;
    margin-right: 0.857142857rem;
    margin-bottom: 0.857142857rem;
    padding: 30px 10px 10px 10px;
    text-align: center;
}
body.internal-page a.subscribe-link {
    padding: 45px 10px 10px 10px;
}

body.internal-page div.content-sidebar a.friends-of-lucys-project-link,
body.internal-page div.content-sidebar a.subscribe-link,
body.internal-page div.content-sidebar a.become-a-member-link { 
    float: right; 
    width: 125px;
}
body.internal-page div.content-sidebar a.friends-of-lucys-project-link { 
    height: 66px; 
    padding: 9px 3px 5px 3px;
}
body.internal-page div.content-sidebar a.subscribe-link { 
    height: 35px;
    margin-top: 0px;
    padding: 6px 5px 5px 5px;
}
body.internal-page div.content-sidebar a.become-a-member-link { 
    height: 35px;
    margin-top: 0px;
    padding: 6px 5px 5px 5px;
}

body.internal-page a.online-donate-support-link { float: left; }

.site-content {
    margin: 0 0 24px 0;
}
.widget-area {
    margin: 0 0 24px 0;
}

div.width-100.internal-page-header div.width-100-inner ul.header-nav-menu {
    position: relative;
    width: 100%;
}

div.width-100.internal-page-header ul.header-nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #6a6366;
    text-align: center;
    width: 100%;
}

div.width-100.internal-page-header ul.header-nav-menu li a {
    display: inline-block;
    /*     float: left; */                                                                                /* mpdeegan 2020-05-09 commented out */
    /*     width: 11.11%; */   /* 9 menu items = 100% divided by 9 = width: 11.11111111111% */             /* mpdeegan 2020-05-09 commented out */
    width: 100%;                                                                                        /* mpdeegan 2020-05-09 added width 100% */
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    background-color: #6a6366;

    font-family: "Museo W01_700", sans-serif;
    font-size: 16px;
    font-style: normal;
}

div.width-100.internal-page-header ul.header-nav-menu li a span {
    color: #ffffff;
    background-color: #6a6366;
    font-family: "Museo W01_700", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

div.width-100.internal-page-header ul.header-nav-menu li a:hover,
div.width-100.internal-page-header ul.header-nav-menu li a:hover span,
div.width-100.internal-page-header ul.header-nav-menu li.current_page_item > a,
div.width-100.internal-page-header ul.header-nav-menu li.current_page_item > a span {
    background-color: #4e474a;                                                                         /* mpdeegan 2020-05-09 modified colour #b5b1b2 */
    color: #f37021;                                                                                    /* mpdeegan 2020-05-09 added */
}

div.width-100.internal-page-header ul.header-nav-menu li a img.lucys-project-heart-white {
    height: 8px;
    width: 8px;
}


div.width-100.internal-page-header ul.header-nav-menu li.quick-exit,
div.width-100.internal-page-header ul.header-nav-menu li a.quick-exit,
div.width-100.internal-page-header ul.header-nav-menu li a.quick-exit span,
div.width-100.internal-page-header ul.header-nav-menu li a.quick-exit:hover span {

    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif !important;       /* Avenir W01 85 Heavy */
    font-size: 14px !important;
    height: 40px;

    background-color: #f37021 !important;
    color: #fff;                                                                                        /* mpdeegan 2020-05-09 added */
    /*    width: 11.12%; */   /* 9 menu items = 100% divided by 9 = width: 11.11111111111% */               /* mpdeegan 2020-05-09 commented out */
}




/* submenu items */

div.width-100.internal-page-header ul.header-nav-menu li ul li {
    border-top: 1px solid #4e474a;                                                                     /* mpdeegan 2020-05-09 added */
}
div.width-100.internal-page-header ul.header-nav-menu li ul li a,
div.width-100.internal-page-header ul.header-nav-menu li ul li a span {
    background-color: #979294;                                                                         /* mpdeegan 2020-05-09 added */
    color: #ffffff;                                                                                    /* mpdeegan 2020-05-09 added */

    font-family: "Museo W01_500", sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

div.width-100.internal-page-header ul.header-nav-menu li ul li a:hover,
div.width-100.internal-page-header ul.header-nav-menu li ul li a:hover span{
    background-color: #f37021;                                                                         /* mpdeegan 2020-05-09 added */
    color: #fbd4bc;                                                                                    /* mpdeegan 2020-05-09 added */
}



.entry-header {
    margin-bottom: 0;
}

h1, .entry-content h1, .comment-content h1, .mu_register h1,
h2, .entry-content h2, .comment-content h2, .mu_register h2,
.entry-header .entry-title {
    color: #f37021;
    font-family: "Museo W01_300", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

h3, .entry-content h3, .comment-content h3, .mu_register h3,
h4, .entry-content h4, .comment-content h4, .mu_register h4,
h5, .entry-content h5, .comment-content h5, .mu_register h5,
h6, .entry-content h6, .comment-content h6, .mu_register h6 {
    -epub-hyphens: none;
    color: #4e474a;
    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif !important;	 /* Avenir W01 85 Heavy  */
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

h2.accordion-header {                
    color: #ffffff;
    font-family: "Museo W01_300", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    -epub-hyphens: none;
    margin-bottom: 0px ;
    margin-left: 40px;
    margin-right: 45px;
    margin-top: 50px ;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    /*    text-shadow: 2px 2px 3px rgba(010, 010, 010, 1);*/
    text-transform: none;
    widows: 1;
}

div#accordion-resource-toolkit {
    margin-bottom: 40px;
}

body.internal-page.post-slug-resources h2.accordion-header {                
    color: #ffffff;
    font-family: "Museo W01_300", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    min-height: 50px;
    -epub-hyphens: none;
    margin-bottom: 0px ;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px ;
    padding-right: 30px;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left !important;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
    background: url('images/down-arrow-white.png') 97% 18px no-repeat #979294 !important;
    border-top: 2px solid #fff !important;
}

body.internal-page.post-slug-resources h2.accordion-header.ui-state-active, 
body.internal-page.post-slug-resources h2.accordion-header:hover {
    background-color: #f36f21 !important
}

div#context-menu-mobile-only ul.content-menu,
div.content-sidebar ul.content-menu {
    list-style: none;
    padding-left: 0;
}

div#context-menu-mobile-only ul.content-menu li,
div#context-menu-mobile-only ul.content-menu li a,
div.content-sidebar ul.content-menu li,
div.content-sidebar ul.content-menu li a {
    -epub-hyphens: none;
    color: #f37021;
    background-color: #dddcdc;
    font-family: "Museo W01_700", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
    min-height: 50px;
    display: block;
}

div#context-menu-mobile-only ul.content-menu li a {
    background: url('images/sidebar-menu-right-arrow-22x18.png') 1.5% 50% no-repeat;
    padding: 12px 30px 12px 40px;
}

div.content-sidebar ul.content-menu li a {
    background: url('images/sidebar-menu-right-arrow-22x18.png') 5% 50% no-repeat;
    padding: 12px 30px 12px 40px;
}

div#context-menu-mobile-only ul.content-menu li:hover,
div#context-menu-mobile-only ul.content-menu li:hover a,
div.content-sidebar ul.content-menu li:hover,
div.content-sidebar ul.content-menu li:hover a {
    background-color: #4e474a;
}

img.lucys-project-sidebar-graphic {
    display: inline-block;
    float: right;
    width: 265px;
    height: auto;
    margin-top: 30px;
    margin-right: -20px;
}

body.post-slug-donate img.lucys-project-sidebar-graphic {
    width: 100%;
    margin-top: 50px;
    margin-right: 20px;
}

/*
 * offsetting an html anchor to adjust for fixed header ( use CSS without any javascript )
 * give your anchor a class: <a class="anchor" id="top"></a>
 * you can then position the anchor an offset higher or lower than where it actually appears on the page, 
 * by making it a block element and relatively positioning it. -100px will position the anchor up 100px
 * source: https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header
 */

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

body.internal-page img.align-right {
    float: right;
    padding-left: 10px;
    padding-bottom: 5px;
    max-width: 100%;
}

body.internal-page a {
    color: #4e474a;
}
body.internal-page a:visited {
    color: #4e474a;
}

body.internal-page p {
    color: #4e474a;
    font-family: "Avenir LT W01_55 Roman1475520", sans-serif !important;	 /* Avenir W01 55 Roman */
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

body.internal-page p.breadcrumb,
body.internal-page p.breadcrumb a {
    color: #6a6366;
    font-family: "Museo W01_700", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 2.5;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: left;
    text-indent: 0;
    text-transform: lowercase;
    widows: 1;
}

body.internal-page p.breadcrumb a {
    border-bottom: 1px dotted #6a6366;
    text-decoration: none;
}

.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #d2d0d1}
.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}
.pure-table td,.pure-table th{border-left:1px solid #d2d0d1;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}
.pure-table thead{background-color:#d2d0d1;color:#000;text-align:left;vertical-align:bottom}
.pure-table td{background-color:transparent}
.pure-table-odd td{background-color:#f2f2f2}
.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}
.pure-table-bordered td{border-bottom:1px solid #d2d0d1}
.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}
.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px 0;border-bottom:1px solid #d2d0d1}
.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}




body.home div#home-static-header-container {
    background-color: transparent;                     /* mpdeegan 2020-05-09 added bgcolor  override */
}

body.home div#home-static-header-container div.width-100.internal-page-header {
    max-width: 1280px;
    margin: 0 auto;
}

body.home div#home-static-header-container div.width-100.internal-page-header div.width-100-inner {
    width: 100% !important;
    max-width: 1280px !important;
}
body.home.user-logged-in div#home-static-header-container div.width-100.internal-page-header div.width-100-inner {
    top: 32px;
}

body.home div#home-static-header-container div.width-100-inner {
    display: block;
    clear: both;
    max-width: 1280px !important;
    margin: 0 auto;
    overflow: hidden;
}

body.home div#home-floating-header-container { 
    background-color: #000;
}

body.home div#home-floating-header-container div.width-100.internal-page-header {
    display: none;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

body.home div#home-floating-header-container div.width-100.internal-page-header div.width-100-inner {
    width: 100% !important;
    max-width: 1280px !important;
    position: fixed;
    top: 0px;
    z-index: 1000;
}
body.home.user-logged-in div#home-floating-header-container div.width-100.internal-page-header div.width-100-inner {
    top: 32px;
}

body.home div#home-floating-header-container div.width-100-inner {
    display: block;
    clear: both;
    max-width: 1280px !important;
    margin: 0 auto;
    overflow: hidden;
}






blockquote, q {
    quotes: "" "";
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
    content: "";
}

blockquote::before,
blockquote::after {
    content: "";
}

blockquote {
    background: transparent url('images/pullquote.png') no-repeat scroll 0 0;
    border: medium none;
    margin: 2em 40px;
    padding: 0 0 0 50px;
    text-align: center;
    overflow: hidden;
    color: #f37021;
    text-align: left;
}

cite {
    font-style: normal;
    color: #000 !important;
    display: block !important;
    clear: left !important;
}



button {
    border: 0;
    border-radius: 0;
    padding: 0;
    padding: 0rem;
}

/* Magnific Popup */
div.mfp-content div.mfp-figure figure img.mfp-img { background-color: #ffffff; color: #000000; }
div.mfp-content div.mfp-figure button.mfp-close { color: #000000; padding-right: 20px; }
div.mfp-content div.mfp-figure figure figcaption div.mfp-bottom-bar div.mfp-title { color: #000000; padding-left: 10px; }
div.mfp-content div.mfp-figure figure figcaption div.mfp-bottom-bar div.mfp-counter { color: #000000; padding-right: 10px; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { right: 0; }

/* add an image to the zoom-gallery to indicate it can be enlarged */
.zoom-gallery { position: relative; }
img.zoom-gallery-enlarge {
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
}


.zoom-gallery .fullscreenBtn {
    cursor: pointer;
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 22;
}

.zoom-gallery .fullscreenIcn {
    background: url('images/rs-universal.png') repeat scroll 0 0 transparent;
    border-radius: 2px;
    display: block;
    height: 32px;
    width: 32px;
    margin: 6px;
    opacity: 0.8;
}



/* CSS for masonry - all sizing of masonary items is handled by your CSS. */

.masonry-grid { 
    background-color: #000;
}

/* position stamp elements with CSS */
.stamp {
    position: absolute;
    background: orange;
    border: 0;

    left: 20%;
    /*  top: 30px;*/
    width: 60%;
    height: 500px;
}

/* fluid 5 columns 20% */
.grid-sizer,
.masonry-grid-item { 
    width: 14.28571428571429%; 
    background-color: #D26;
    height: auto;
}

/* 2 columns wide 40% */
.masonry-grid-item--width2 { 
    width: 40%;
    background-color: #333;
}

.masonry-grid-item img { 
    display: block;
    border: 0;
    width: auto;
    max-width: 100%;
}

body.internal-page hr.content-divider {
    display: block;
    width: 100%;
    clear: both;
    border: 0;
    border-bottom: 2px dotted #4e474a;
    height: 25px;
    margin: 20px 0;
    background-color: inherit;
}

body.internal-page hr.backtotop-snippet {
    display: block;
    width: 100%;
    clear: both;
    border: 0;
    border-bottom: 2px solid #f37021;
    height: 29px;
    background: url('images/lucys-project-back-to-top-ARROW-25x29.png') 100% 0 no-repeat;
    margin: 30px 0;
    background-color: inherit;

    cursor: pointer !important; /* Improves usability and consistency of cursor style between image-type 'input' and others */
}

body.internal-page.post-slug-resources hr.backtotop-snippet {
    margin: 30px 0 15px 0;
}

/* TO TOP */
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; overflow:hidden; width:46px; height:46px; border:none; text-indent:100%; background:url('images/ui.totop.png') no-repeat left top; }
#toTopHover { background:url('images/ui.totop.png') no-repeat left -46px; width:46px; height:46px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline: none; }






div#home-static-header-container {
    width: 100% !important;
    max-width: 1280px;
    position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 1000;
    background-color: transparent;
}

nav[role="navigation"] a {
    text-decoration: none;
}

nav[role="navigation"] ul {
    background-color: transparent;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/*
li.home-wide,
li.about-wide,
li.get-involved-wide,
li.events-wide,
li.help-what-to-do-wide,
li.resources-wide,
li.contact-us-wide,
li.donate-wide,
li.search-wide,
li.quick-exit
*/

nav[role="navigation"] li {
    color: #fff;
    background-color: #6a6366;
    display: block;
    float: left;
    width: 11.11%;                     /* mpdeegan 2020-05-09 added width override */
    /*    padding: 1rem;*/
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

nav[role="navigation"] li.home-wide,
nav[role="navigation"] li.about-wide,
nav[role="navigation"] li.events-wide {
    width: 9.11%;                     /* mpdeegan 2020-08-26 added width override */
}

nav[role="navigation"] li.search-wide {
    width: 6%;                     /* mpdeegan 2020-08-26 added width override */
}

nav[role="navigation"] li.quick-exit {
    background-color: #f37021;
    width: 11.12%;                     /* mpdeegan 2020-05-09 added width override */
}

nav[role="navigation"] li a {
    color: #fff;
}

div.width-100.internal-page-header ul.header-nav-menu li ul li:hover,
div.width-100.internal-page-header ul.header-nav-menu li ul li:focus-within {
    background-color: #f37021 !important;                                  /* mpdeegan change this color to Dougal's design color... */
    color: #fbd4bc !important;
    cursor: pointer;
}

nav[role="navigation"] li:focus-within a {
    outline: none;
}

nav[role="navigation"] ul li ul {
    background-color: orange;                               /* mpdeegan change this color to Dougal's design color... */
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: static;
    transition: all 0.5s ease;
    margin-top: 0;
    left: 0;
    display: none;
}

nav[role="navigation"] ul li:hover > ul,
nav[role="navigation"] ul li ul:hover,
nav[role="navigation"] ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

nav[role="navigation"] ul li ul li {
    clear: both;
    width: 100%;

    white-space: nowrap; 
    min-width: 310px;
    text-align: center !important;
}

nav[role="navigation"] ul li.about-wide ul li {
    min-width: 435px;
}

nav[role="navigation"] ul li ul li a {
    padding: 0 10px;
    text-align: center !important;
}

/* override default twentytwelve img styling */
.entry-content img, 
.comment-content img, 
.widget img, 
img.header-image, 
.author-avatar img, 
img.wp-post-image {

    /*    border-radius: 3px;*/
    /*    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/

    border-radius: 0 !important;
    box-shadow: none !important;
}

body.post-slug-help-what-to-do .entry-header,
body.post-slug-resources .entry-header {
    display: none;
}

body.post-slug-resources p.toolkit-header {
    font-family: "Avenir LT W01_95 Black1475556", sans-serif !important;	 /* Avenir W01 95 Black */
    font-size: 16px;
    max-width: 98%;
}

.site-content article {
    border-bottom: none !important;
    margin-bottom: 1rem !important;
}

table.table-friends-of-lucy {
    border:none;
    border-collapse: collapse;
}

table.table-friends-of-lucy td {
    border: 1px solid #f36f21;
    padding: 10px;
}

td.table-friends-of-lucy-level {
    background-color: #fef1e9;
    min-width: 150px;
}

td.table-friends-of-lucy-selection {
}

input[type="submit"].table-friends-of-lucy-submit {
    padding: 0;
    font-size: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    background-repeat: no-repeat !important;
    background-image: none !important;
    border: 1px solid rgb(238,238,238);
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #979294;
    margin-top: 5px;
}

input[type="submit"].table-friends-of-lucy-submit:hover {
    background-color: #4e474a;
}

/*------------------------------------*\
    ACCORDION
\*------------------------------------*/


div.three-circles-as-accordion div#accordion {
    margin: 0 auto;
    width: 100%;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    background: #6a6366 !important;
    border: 0 !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-right, 
.ui-corner-br {
    border-bottom-right-radius: 0!important;
}
.ui-corner-all,
.ui-corner-bottom, 
.ui-corner-left, 
.ui-corner-bl {
    border-bottom-left-radius: 0!important;
}
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-right, 
.ui-corner-tr {
    border-top-right-radius: 0!important;
}
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl {
    border-top-left-radius: 0!important;
}

.ui-widget {
    font-family: inherit!important;
    font-size: inherit!important;
}
.ui-widget .ui-widget {
    font-size: inherit!important;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    min-height: 40px;
    position: relative;
    background-color: #6a6366 !important;

    color: #fff !important;
    font-family: "Museo W01_300", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    -epub-hyphens: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;

    padding: 5px 20px;
    outline: none !important;
    border-top: 3px solid #262626 !important;
}

h2.ui-accordion-header.ui-accordion-header-active.ui-state-active {
    color: #ffffff !important;
    background: #f37021 !important;
    background-color: #f37021 !important;
}

.ui-widget-content a {
    color: inherit !important;
}

div.three-circles-as-accordion div#accordion div.textBox {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
}

body.internal-page.post-slug-resources .resource-container, 
body.internal-page.parent-pageid-2641 .resource-container {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 20px auto 0px auto;
    border-top: 2px dotted #979294;
    padding-top: 20px;
}

body.internal-page.post-slug-resources .resource-container.resources-count-0, 
body.internal-page.parent-pageid-2641 .resource-container.resources-count-0 {
    border-top: none;
    padding-top: 0;
}

body.internal-page.post-slug-resources .resource-img-container, 
body.internal-page.post-slug-resources .resource-content-container, 
body.internal-page.parent-pageid-2641 .resource-img-container,
body.internal-page.parent-pageid-2641 .resource-content-container  {
    float: left;
}

body.internal-page.post-slug-resources .resource-content-container, 
body.internal-page.parent-pageid-2641 .resource-content-container  {
    max-width: calc(100% - 170px);
}

body.internal-page.post-slug-resources .resource-content-container.full-width, 
body.internal-page.parent-pageid-2641 .resource-content-container.full-width  {
    max-width: 100% !important;
}

body.internal-page.post-slug-resources .resource-img-container img,
body.internal-page.parent-pageid-2641 .resource-img-container img {
    margin-right: 20px;
    margin-bottom: 20px;
}

body.internal-page.post-slug-resources p, 
body.internal-page.parent-pageid-2641 p {
    font-size: 16px;
}

body.internal-page.post-slug-resources p.resource-title, 
body.internal-page.parent-pageid-2641 p.resource-title {
    font-family: "Avenir LT W01_95 Black1475556", sans-serif !important;	 /* Avenir W01 95 Black */
}

body.internal-page p.resource-external-link {
    background: url('images/resource-external-link-25x25.png') 1% 0 no-repeat #fff !important;
    background-size: 25px 25px;
    line-height: 26px;
    padding-left: 40px;
}

body.internal-page p.resource-internal-media-link {
    background: url('images/resource-internal-media-link-19x25.png') 1% 0 no-repeat #fff !important;
    background-size: 19px 25px;
    line-height: 26px;
    padding-left: 40px;
}


/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.mobilenav {
    display: none;
}

.mobile_slide {
    display: none;
}

.mobilenav li.mobile_nav_bar_sub_menu_parent ul.submenu {
    display: none;
}

/* 1155px and down */
@media only screen and (max-width:1155px) {

    div.widescreennav nav[role="navigation"] li {
        width: 13%;
    }

    div.widescreennav nav[role="navigation"] li.home-wide,
    div.widescreennav nav[role="navigation"] li.about-wide,
    div.widescreennav nav[role="navigation"] li.events-wide {
        width: 11%;                     /* mpdeegan 2020-08-26 added width override */
    }

    div.widescreennav nav[role="navigation"] li.search-wide {
        width: 6%;                     /* mpdeegan 2020-08-26 added width override */
    }

    div.widescreennav nav[role="navigation"] ul li.help-what-to-do-wide {
        width: 19%;
    }

    div.widescreennav nav[role="navigation"] li.donate-wide {
        display: none;
    }

    div.widescreennav nav[role="navigation"] li.quick-exit {
        float: right;
        width: 3%;
    }

    div.widescreennav nav[role="navigation"] span.quick-exit-text {
        display: none;
    }

    div.width-100.home-header div.width-100-inner img.header-logo {
        left: 40px;
    }

    div.width-100.home-header div.width-100-inner img.social-facebook-logo {
        right: 20px;
        top: 31px;
    }

    div.width-100.home-header div.width-100-inner img.social-instagram-logo {
        right: 20px;
        top: 59px;
    }

    div.width-100.home-header div.width-100-inner a.header-online-donation {
        right: 60px;
        top: 31px;
    }

    div.width-100.home-header div.width-100-inner a.header-online-donation {
        display: inline-block;
    }

    div.width-100.home-header div.width-100-inner a img.header-online-donation-tablet {
        display: inline-block;
    }
}

div.width-100.top-banner-msg span.line-break {
    display: none;
}

/* 1050px and down */
@media only screen and (max-width:1050px) {

    div.width-100.top-banner-msg {
        min-height: 80px;
    }

    div.width-100.top-banner-msg span.line-break {
        display: inline;
    }

    div.width-100.home-header {
        max-width: 1050px;
        background-image: url(images/lucys-project-homepage-hero-1025x635px.jpg);
        background-size: cover;
        background-position: center;
        height: 635px;
        margin-top: 120px;	/* add extra margin-top: 80px to cater for top-banner-msg going to 2 lines + floated menu 40px */
    }
}

/* 1040px and down */
@media only screen and (max-width:1040px) {
    body.internal-page p.donate-link-container { 
        max-width: 330px;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
    }
}

/* 970px and down */
@media only screen and (max-width:970px) {

    div.width-100.grey-bg div.width-100-inner {
        max-width: 746px;
    }
    div.dropdown-header {
        width: 30.5%;
    }
}

/* 900px and down */
@media only screen and (max-width:900px) {

    nav[role="navigation"] ul li.resources-wide ul li a {
        text-align: left !important;
    }
}

div#context-menu-mobile-only { display: none; }

/* 800px and down */
@media only screen and (max-width:800px) {

    div#context-menu-mobile-only { display: block; }

    body.internal-page div#primary.site-content, 
    body.internal-page section#primary.site-content {
        display: block;
        float: none;
        width: 100%;
        padding: 0 20px;

        border: 0;
        margin: 0 auto;
    }
    
    body.search-no-results.internal-page div#primary.site-content, 
    body.search-no-results.internal-page section#primary.site-content {
            margin: 0 auto 50px auto;
    }

    .widget-area {
        display: block;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: -60px auto 0 auto;
    }
    
    body.search-no-results .widget-area,
    body.search-results .widget-area {
        margin: 30px auto 0 auto;
    }
    
    div.sidebar-join-our-mailing-list {
        display: none;
    }

    .widget-area img.lucys-project-sidebar-graphic {
        display: none;
    }

    body.internal-page div.content-sidebar {
        display: block;
        float: none;
        min-width: 0px;
    }

    div#online-donate-support {
        max-width: 295px;
        margin: 0 auto;
        text-align: center;
    }

    .widescreennav {
        display: none;
    }

    .mobilenav {
        display:block;
        width: 100%;
        background: #fff;
        height: 80px;
    }

    body.home.page-template-front-page .mobilenav {
        background: transparent;
        height: 50px;
    }

    body.home.page-template-front-page div#home-static-header-container {
        position: absolute;
    }

    .mobile_nav_bar {
        display: block;
        width: 100%;
        height: 40px;
        cursor: pointer;
    }

    span.mobile-navbar-home {
        float: left;
        margin: 10px 0 0 20px;
    }

    body.internal-page.user-logged-in a.quick-exit-mobile span.quick-exit img.exit-cross-white {
        padding: 0;
        margin: 0;
        float: right;
    }

    body a.quick-exit-mobile {
        vertical-align: top;
        float: right;
        margin-top: 10px;
        margin-right: 20px;
    }

    body a.quick-exit-mobile span.quick-exit {
        background-color: transparent !important;
    }

    body.internal-page.user-logged-in a.quick-exit-mobile span.quick-exit img.exit-cross-white {
        padding: 0;
        margin: 0;
        float: right;
    }

    img.mobmenuicon-hamburger-passive,
    img.mobmenuicon-hamburger-activated {
        vertical-align: top;
        float: right;
        margin-top: 16px;
        margin-right: 10px;
    }

    img.mobmenuicon-hamburger-activated {
        display: none;
    }

    span.mobile_nav_bar-text {
        /*        display: block;*/
        display: none;
        text-align: right;
        padding-right: 50px;
    }

    .mobile_slide {
        display: none;
    }

    .mobilenav ul#menu-container {
        width: 60%;
        float: right;
        margin-top: 12px;
        margin-left: 20px;
        margin-right: 20px;
        background-color: #6a6366 !important;
        height: 100%;
    }

    .mobilenav ul#menu-container ul {
        margin-bottom: 0;
    }

    .mobilenav li {
        display: block;
        background-color: #6a6366;
        border-bottom: 1px solid #fff;
    }

    .mobilenav li ul.submenu li {
        border-bottom: 1px solid #000;
    }

    .mobilenav li a {
        display: block;
    }

    body.internal-page div.wrapper {
        margin-top: 70px;
    }

    div.width-100.home-header {
        max-width: 800px;
        background-image: url(images/lucys-project-homepage-hero-753x422px.jpg);
        background-size: cover;
        background-position: center;
        height: 422px;
        margin-top: 80px;	/* add extra margin-top: 80px to cater for top-banner-msg going to 2 lines 80px (note: no floated menu, switched to mobile nav) */
    }

    a.home-header-home {
        display: none;
    }

    div.width-100.home-header div.width-100-inner img.social-facebook-logo {
        top: 120px;
    }

    div.width-100.home-header div.width-100-inner img.social-instagram-logo {
        top: 145px;
    }

    div.width-100.home-header div.width-100-inner a.header-online-donation {
        right: 20px;
        top: 51px;
    }

    div.width-100.home-header div.width-100-inner a img.header-online-donation-tablet {
        display: none;
    }

    div.width-100.home-header div.width-100-inner a img.header-online-donation-mobile {
        display: inline-block;
    }

    div.width-100.three-circles {
        display: none;
    }

    div.width-100.three-circles-as-accordion {
        display: block;
    }

    div.textBox.first {
        overflow: initial;
    }

    div.textBox.first {
        background-image: 
            url('images/lucys-project-arrow-down.png'),
            url('images/textbox-circle-1-silhouette-bg-mobile.png');
        background-position: 
            top,
            bottom;
        background-position-x: 
            10%,
            right;
        background-repeat: 
            no-repeat,
            no-repeat;
    }
    div.textBox.second {
        background-image: 
            url('images/lucys-project-arrow-down.png'),
            url('images/textbox-circle-2-silhouette-bg-mobile.png');
        background-position: 
            top,
            bottom;
        background-position-x: 
            10%,
            right;
        background-repeat: 
            no-repeat,
            no-repeat;
    }
    div.textBox.third {
        background-image: 
            url('images/lucys-project-arrow-down.png'),
            url('images/textbox-circle-3-silhouette-bg-mobile.png');
        background-position: 
            top,
            bottom;
        background-position-x: 
            10%,
            right;
        background-repeat: 
            no-repeat,
            no-repeat;
    }

    div.width-100.grey-bg.our-core-strategies-container {
        background-color: #262626;
    }
}

/* 767px and down */
@media only screen and (max-width:767px) {

    div.width-100.top-banner-msg {
        min-height: 40px;
    }

    div.width-100.top-banner-msg div.width-100-inner p {
        line-height: 18px;
        padding: 5px;
    }

    div.width-100.home-header {
        margin-top: auto;
    }

    div.width-100.grey-bg div.width-100-inner {
        max-width: 100%;
    }

    div.dropdown-header {
        display: block;
        width: 300px;
        float: none;
        overflow: hidden;
        text-align: center;
        margin: 0 auto 30px auto;
    }

    div.dropdown-header h2 {
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    /*    div.dropdown-header p {
            margin-left: -100px;
            margin-right: -100px;
        }
    */

    div.dropdown-header.first h2,
    div.dropdown-header.second h2,
    div.dropdown-header.third h2 {
        background-size: initial;
        background-repeat: no-repeat !important;
        background-position: center;
    }

    div.statsBox {
        float: none;
        width: 100%;
        max-width: 60%;
        padding-left: 0;
        margin: 0 auto 30px auto;
        text-align: center !important;
    }

    div.statsBox .statsBoxInner {
        border-left: none;
        margin: 0 auto;
        text-align: center !important;
    }

    div.statsBox .statsBoxInner h3.percentage {
        text-align: center !important;
    }

    div.statsBox .statsBoxInner p {
        text-align: center !important;
    }

    div.supporterBox {
        display: block;
        float: none;
        width: 100%;
        vertical-align: middle;
        padding: 30px 20px;
        margin: 0 auto;
        text-align: center !important;
    }

    div.supporterBox.first,
    div.supporterBox.second,
    div.supporterBox.third,
    div.supporterBox.fourth,
    div.supporterBox.fifth,
    div.supporterBox.sixth {
        width: 80%;
        margin: 0 auto;
        text-align: center !important;
    }
}

/* 600px and down */
@media only screen and (max-width:600px) {

    div.footer-col.first {
        width: 55%;
        float: left;
    }

    div.footer-col.first img {
        margin: 0 auto;
    }

    div.footer-col.second {
        width: 33%;
        float: right;
    }

    div.footer-col.third {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    div.footer-join-our-mailing-list {
        max-width: 276px;
        margin: 30px auto;
    }

}

/* 500px and down */
@media only screen and (max-width:500px) {

    .mobilenav ul#menu-container {
        width: 90%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .widget-area {
        max-width: 100%;
    }

    div.textBox .textBoxInner p,     
    div.textBox.first .textBoxInner p,
    div.textBox.second .textBoxInner p,
    div.textBox.third .textBoxInner p {
        margin-right: 30px;
    }

    div.textBox,
    div.textBox.first,
    div.textBox.second,
    div.textBox.third {
        background-image: url('images/lucys-project-arrow-down.png');
        background-position: top;
        background-position-x:  10%;
        background-repeat: no-repeat;
    }

    div.statsBox {
        max-width: 80%;
    }
}

/* 400px and down */
@media only screen and (max-width:400px) {

    div.footer-col.first,
    div.footer-col.second {
        width: 100%;
        margin: 0 auto;
    }

    ul.footer-nav-menu {
        width: 100%;
        margin-left: 40%;
        margin-top: 20px;
    }    
}

a.subscribe-to-online-service-support {
    padding: 0;
    font-size: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    background-repeat: no-repeat !important;
    background-image: none !important;
    border: 1px solid rgb(238,238,238);
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
    color: #fff !important;
    background-color: #979294 !important;
    margin-top: 5px;

    text-decoration: none !important;
}

div.ssba.ssba-wrap { clear: both; }
div.embedded-child-page-content div.ssba.ssba-wrap { display: none !important; }
div.resource-toolkit-inner div.ssba.ssba-wrap { display: none !important; }

.dashicons.toolkit-header {
    font-size: 40px;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    margin-right: 5px;
    font-family: dashicons !important;
}
.dashicons.resource-toolkit {
    font-size: 28px;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    margin-right: 20px;
    font-family: dashicons !important;
}
.dashicons.dashicons-search.menu-wide {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    margin-top: 5px !important;
    margin-right: 0px !important;
    font-family: dashicons !important;
    color: #fff !important;
}
.dashicons.dashicons-search.menu-mobile {
    font-size: 23px;
    width: 23px;
    height: 23px;
    vertical-align: top;
    float: right;
    margin-top: 14px;
    margin-right: 5px;
    font-family: dashicons !important;
    color: #6a6366 !important;
    z-index: 999;
}
.dashicons.dashicons-search.menu-mobile-li {
    font-size: 28px;
    width: 28px;
    height: 28px;
    margin-top: 5px !important;
    margin-left: 0px !important;
    font-family: dashicons !important;
    color: #fff !important;
}

body a.search-icon,
body a.search-icon:visited,
body.internal-page a.search-icon,
body.internal-page a.search-icon:visited {
    color: transparent !important;
    text-decoration: none !important;
    z-index: 999;
}

div.footer-site-by-gdstudio {
    margin-top: 30px;
}

a.footer-site-by-gdstudio {
    color: #ffffff !important;
    background-color: #6a6366;
    font-family: "Museo Sans W01_500", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

a.footer-site-by-gdstudio:active,
a.footer-site-by-gdstudio:visted,
a.footer-site-by-gdstudio:hover,
a.footer-site-by-gdstudio:hover span {
    color: #ffffff !important;
}


#mc_embed_signup { 
    background: #fff; 
    clear: left; 

    color: #6a6366;
    font-family: "MuseoSansW01-300Italic", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
#mc_embed_signup .mc-field-group {
    min-height: 20px !important;
}
#mc_embed_signup .button {
    float: right;
    width: auto;
    overflow: hidden;
    color: #ffffff;
    background-color: #979294;
    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
    font-size: 12px;
    border: none;
    margin-top: 10px;

    clear: both;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;            
}
#mc_embed_signup .button:hover {
    background-color: #262626;
}



input[type="submit"]#searchsubmit {
    width: auto;
    overflow: hidden;
    color: #ffffff;
    background-color: #979294;
    font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
    font-size: 12px;
    border: none;
    margin-top: 10px;
    clear: both;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    height: 24px;
    line-height: 20px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}