@charset "UTF-8";

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
ul,
li,
form,
table,
article,
aside,
footer,
header,
menu,
nav,
section,
main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
footer,
header,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** Strikethrough effect **/
.strikethrough {
	text-decoration: line-through;
	text-decoration-color: red;
	text-decoration-thickness: 2px;
}

/* Base Styles for all devices */

.bold {
    font-weight: bold;
}

.antispam {
    display: none;
}


body {
    background-color: #F6F6F6;
    font-family: Verdana, Geneva, sans-serif;
    color: #666;
}


header {
    text-align: center;
}

header img {
    width: 294px;
    height: auto;
    margin: 0px auto;
}

.red {
    color: #C00;
}

/** for e-mail form errors **/
#content p.warning {
	color: #C00;
	font-weight: bold;
}

/** PAY PAL BUTTON FOR KITS **/
.kitbutton {
	margin: 8px 0px 20px 0px;
	}

/** GENERAL LINK STYLES THROUGHOUT **/
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

#content a, #events a, p a,
#content a:link, #events a:link, p a:link,
#content a:visited, #events a:visited, p a:visited,
#content a:hover, #events a:hover, p a:hover,
#content a:active, #events a:active, p a:active {
    text-decoration: none;
    color: #C00;
    padding: 1px 2px 2px 1px;

}

#content a:hover, p a:hover {
    background-color: #C00;
    color: #FFF;
    border-radius: 3px;
}

/** HOVER FOR EVENTS LINKS ON INDEX ONLY **/
#events a:hover {
    text-decoration: underline;
}

ul,
ol {
    margin-bottom: 32px;
}

ul li,
ol li {
    line-height: 1.7em;
}

 
/** For Quotes **/

aside {
    width: 85%;
    margin: 20px auto 0px auto;
}

aside p {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 1.45em;
    line-height: 1.5em;
    text-align: center;
}

aside p.author {
    margin-top: 12px;
    font-size: 1.0em;
    text-align: right;
}

/** FUNDRAISER PAGE DEFAULTS **/

em {
    font-weight: bold;
}

/** GUEST and PERFORMER BIOS, etc. **/
.bioimg {
    float: left;
    border-radius: 5px;
    margin: 0px 12px 3px 0px;
}


/** GENERAL EVENTS HEADING ON INDEX ONLY **/
#events h2 {
    font-style: 1.2em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
} 

#events img {
    width: 110px;
    height: 110px;
}


/* Media Queries */


/* iPhone, iPod & Smaller phones in Portrait mode 
    320px and up   ------------------------ */

@media only screen and (min-width: 320px) {
    
	 
    #container {
        margin: 0px 20px 0px 20px;
        background-color: #F6F6F6;
    }
    header {
        width: 100%;
        padding: 20px;
        background-color: #FFF;
    }
    
    /**  HEADER LOGO **/
    #logo {
        width: 95%;
        margin: 0px auto;
    }
    
    header a:hover {
        background-color: transparent;
        padding: 0px;
    }
    
    header h1 {
        color: #666;
        padding: 8px 0px 8px 0px;
        margin-top: 8px;
        font-family: Helvetica, sans-serif;
        font-size: 1.22em;
        line-height: 1.1em;
    }
    header h1 span#subhead {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 70%;
    }

    /** ENCLOSING FEATURE DIV INDEX ONLY **/
    #feature {
        position: relative;
    }

		/** FULL WIDTH TOP ONLY FEATURE FOR SPECIAL EVENTS **/
		#fulltop {
			position: relative;
			margin: 10px 0px 20px 0px;
			width: 100%;
			}
			
		/** HIDE ON MOBILE ONLY **/	
		#fulltop #submittable2017 {
			display:none;
			}
		
		/** DISPLAY ON MOBILE ONLY **/
		#fulltop #mobile_submittable2017 {
			width: 100%;
			height: auto;
		}


   /** FEATURE SUB DIVS ON INDEX ONLY **/
    #kit-feature,
    #sticker-feature,
    #about-feature,
    #hearts-feature,
    #origamivideo-feature,
    #homebuttons, 
    #text-feature {
        margin: 10px 0px 30px 0px;
        
    }
    /** FEATURE IMAGES ON INDEX ONLY **/
    #feature img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    } 

    #feature h2 {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 1.0em;
        line-height: 1.15;
    }

    #feature p {
        margin-bottom: 8px;
        line-height: 1.2em;
        font-size: 0.9em;
    }
/** DONATE & AMAZON BUTTONS ON INDEX **/
    a.purchase, a.purchase:link,
    a.purchase:visited, a.purchase:hover,
    a.purchase:active {
        text-decoration: none;
        width: 100%;
        border-radius: 4px;
        text-align: center;
        display: inline-block;
        background-color: #C00;
        color: #FFF;
        font-size: 1.0em;
        font-weight: normal;
        margin: 8px 0px;
        padding: 12px 12px 12px 12px;
    }
  		
	/** Creates normal spacing between any P text above buttons on INDEX **/
		#homebuttons #donatebutton {
			margin: 4px 0px;
}  

	
    
    a.purchase:hover
    {
        background-color: #900;
    }

    
    /** Secondary Pages with Sections **/
    #content {
        width: 100%;
        margin: 18px 0px 0px 0px;
    }
    #content h2 {
        font-size: 1.4em;
        line-height: 1.2em;
        font-weight: bold;
        color: #333;
        margin-bottom: 18px;
    }
    #content h3 {
        font-size: 1.0em;
        line-height: 1.2em;
        font-weight: bold;
        color: #666;
        margin-bottom: 8px;
    }
    #content p,
    #content li {
        line-height: 1.5em;
        font-size: 1.2em;
        margin: 0px 0px 20px 0px;
    }
    /** Special List Style for Curriculum Vitae **/
    #curriculumVitae #content li {
        line-height: 1.2em;
        font-size: 0.9em;
    }
    #media {
        width: 100%;
        margin-bottom: 12px;
        overflow: auto;
    }
    /**  Gen and full sized images in MEDIA sections **/
    #media img {
        width: 95%;
        height: auto;
        margin: 0px 0px 22px 0px;
        border-radius: 4px;
        }
    /** MUST KEEP THIS - DON'T USE DIV CLASS DONATE FOR ANYTHING ELSE **/
    /**  TO KEEP DONATION BUTTONS SMALL **/
    /** THESE USE the FORM element from PAYPAL **/
    #media .donate img {
        width: 0%;
        height: auto;
    }
    
    #media .donor {
        float: left;
        width: 130px;
        min-height: 150px;
        margin: 0px 10px 0px 0px;
    }

    /** FOR SPONSOR LOGOS **/
    #media .donor img {
        width: 80%;
        height: auto;
    }
    /** Next two properties give liquid embed to video **/
    #media .video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16/9 ratio */
        height: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }
    #media .video iframe,
    #media .video object,
    #media .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /**  SPECIAL Paragraph Video Credit **/
    /**  for OURSTORY Media Section      **/
    #ourstory #media p, #donate p.videoCredit {
        font-size: 0.7em;
        text-align: right;
        margin: 5px 0px 30px 0px;
    }
    /**  Media section square images **/
    .imgcaption,
    .imgcaptionL,
    .imgcaptionR {
        float: left;
        margin-bottom: 20px;
    }
    .imgcaptionL,
    .imgcaptionR {
        width: 120px;
        min-height: 170px;
    }

    .imgcaptionL {
        margin-right:38px;
    }

    #media .imgcaptionL img,
    #media .imgcaptionR img,
    #media .imgcaption img {
        width: 95%;
        height: auto;
        margin-bottom: 6px;
    }
    .imgcaptionL p,
    .imgcaptionR p,
    .imgcaption p {
        font-size: 0.7em;
        line-height: 1.5em;
        margin: 0px 3px 3px 3px;
    }
    /** Secondary pages MEMBER BIOS **/
    .photoBio {
        position: relative;
        overflow: auto;
        margin: 0px 0px 20px 0px;
    }
    .photoBio span {
        font-weight: bold;
        text-transform: uppercase;
    }
    .photoBio img {
        margin: 6px 12px 0px 0px;
        float: left;
        border-radius: 50%;
        box-shadow: 2px 5px 6px 1px #999;
    }
    #content .photoBio p {
        font-size: 0.9em;
    }
   
    
    /** to make video on Index liquid **/
    .videocontainer {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        /** originally 30px **/
        height: 0;
        overflow: hidden;
        border-radius: 5px;
    }
    .videocontainer iframe,
    .videocontainer object,
    .videocontainer embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /** To keep video fluid, but control size **/
    .videowrapper {
        width: 100%;
        margin: 0px;
        padding-right: 0px;
    }
    
    /*  EVENTS CAROUSEL */
    #events {
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }
    #events ul {
        border: 3px solid #CCC;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 12px;
        background-color: #F6F6F6;
    }


    #events h3 {
        width: 90%;
        margin: 0px auto;
        text-align: center;;
        font-size: 0.7em;
        font-weight: bold;
        margin-bottom: 3px;
        line-height: 1.3em;
    }
    #events p {
        width: 90%;
        margin: 0px auto;
        font-size: 0.7em;
        line-height: 1.3em;
    }
    
    /** TESTIMONIALS on INDEX page **/
    #testimonials {
        margin: 40px 0px 30px 0px;
        overflow: auto;
    }
    
    /** CREATE TWO COLUMN layout for testimonials **/
    #testimonials .columns2 {
        -webkit-columns: 2 150px;
        -moz-columns: 2 150px;
        columns: 2 150px;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
        -webkit-column-rule: 1px dotted #ddd;
        -moz-column-rule: 1px dotted #ddd;
        column-rule: 1px dotted #ddd;
        -moz-column-fill: auto;
        column-fill: auto;
        height: auto;
    }
    
    #testimonials h2 {
    text-transform: uppercase;
    font-style: 1.2em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
        
    }
    
    #testimonials p {
        width: 100%;
        font-size: 0.85em;
        padding-bottom: 8px;
        line-height: 1.5em;
    }
    
    #testimonials p.namecredit {
       font-size: 0.75em;
        text-align: right;
        padding-bottom: 28px;
    }
    
    
    
    
    /** PARTNER SECTION IDEX ONLY **/
    #partners {
        background-color: #F2F2F2;
        color: #666;
        width: 100%;
        border: 1px solid #666;
        padding: 5px 8px 5px 8px;
        margin: 8px auto 18px auto;
        overflow: auto;
    }
    #partners .columns {
        -webkit-columns: 3 150px;
        -moz-columns: 3 150px;
        columns: 3 150px;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
        -webkit-column-rule: 1px dotted #ddd;
        -moz-column-rule: 1px dotted #ddd;
        column-rule: 1px dotted #ddd;
        -moz-column-fill: auto;
        column-fill: auto;
        height: auto;
    }
    #partners h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.3em;
        margin-bottom: 20px;
        color: #C00;
    }
    #partners .columns p {
        font-size: 0.7em;
        line-height: 1.5em;
    }
    
    /** STORE PAGE TSHIRT AND BUTTON SALES **/  
    #sizebutton {
        font-size: 1.5em;
}
    
    #sizeoptions {
        margin: 5px 0px 50px 0px;
    }
    

    
    
    /** FOOTER **/
    footer {
        padding: 8px 0px 8px 0px;
        width: 100%;
        text-align: center;
        background-color: #C00;
        color: #FFF;
    }
    footer .social {
        width: 320px;
        /* must equal size of icon + padding */
        margin: 8px auto 0px auto;
    }
    footer .social a {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
    }
    footer .social a:link,
    footer .social a:hover {
        width: 68px;
        height: 68px;
        background-color: transparent;
        /* to override red in regular links */
    }
    /*  For Copyright text */
    footer p.tiny {
        padding-top: 12px;
        font-size: 0.6em;
    }
    /** Social Icon Rollovers **/
    a#facebook:link {
        background-image: url(images/socialicons/facebook_dark.png);
    }
    a#facebook:hover {
        background-image: url(images/socialicons/facebook_active.png);
    }
    a#twitter:link {
        background-image: url(images/socialicons/twitter02_dark.png);
    }
    a#twitter:hover {
        background-image: url(images/socialicons/twitter02_active.png);
    }
    a#bloglink:link {
        background-image: url(images/socialicons/blog_dark.png);
    }
    a#bloglink:hover {
        background-image: url(images/socialicons/blog_active.png);
    }
    a#instagram:link {
        background-image: url(images/socialicons/Instagram.png);
    }
    a#instagram:hover {
        background-image: url(images/socialicons/InstagramColor.png);
    }
    /* CONTACT FORM */
    p#confirm {
        color: #C00;
    }
    .inputfield,
    textarea {
        width: 240px;
        font-size: inherit;
        height: 40px;
        border-radius: 3px;
    }
    .inputfield:focus,
    textarea:focus {
        background-color: #C5E4FF;
    }
   #submit {
        -webkit-appearance: none;
        /** Takes away wierd iOS styling **/
        width: 150px;
        font-size: 1.3em;
        letter-spacing: 0.01em;
        background-color: #000;
        /** PURPLE **/
        color: #FFF;
        padding: 4px 8px 4px 8px;
        font-weight: 400;
        border-radius: 0.3125em;
    }
    #submit:hover {
        background-color: #C00;
    }
    
    textarea {
        height: 80px;
    }
    /**  DONATE BUTTONS **/
    /** ENCLOSING DIV for button **/
    .donate {
        width: 280px;
        border-radius: 4px;
        background-color: #FFF;
        margin: 0px auto;
        text-align: center;
        padding: 8px 25px 20px 25px;
    }

    .donate h2 {
        line-height: 1.25em;
    }
    
    #media .donate h3 {
        font-size: 0.8em;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .donate:hover h3 {
        color: #C00;
    }
    #media .donate p {
        font-size: 0.7em;
        line-height: 1.4em;
        height: 40px;
    }
    /** HEART BUTTON **/
    .heartbutton {
        width: 110px;
        height: auto;
        margin: 25px 8px 20px 8px;
        padding: 3px 5px 3px 5px;
    }

    .heartbutton:hover {
        border: 3px solid #C00;
        border-radius: 6px;
    }
    
    /** LYP PIN IMAGE on DONATE PAGE **/
    #media #pinimg {
        width: 280px;
        height: auto;
        margin: 20px auto 10px auto;
        display: block;
    }
    

    /** T-Shirt PayPal Form **/
    #tshirt {
        margin: 10px 0px 20px 0px;
    }
}


/*****************/
/**  690 px width   **/


/*****************/

@media only screen and (min-width: 690px) {
    /**  Must change mobile red to DARK GRAY for larger screens **/
    
    header {
        padding: 20px 40px 20px 40px;
    }

    #logo {
        width: 100%;
        margin-bottom: 28px
    }
    
    header h1 {
        font-size: 1.6em;
        
    }
    header h1 span#subhead {
        font-size: 58%;
    }
    nav {
        position: relative;
        z-index: 5000;
    }
    
    /** HIDE MOBILE VERSION ON THESE BIGGER SCREENS **/
    #fulltop #mobile_submittable2017 {
    	display: none;
    	}
    
    /** POSITION ABSOLUTE ON LARGER SCREENS **/
    #fulltop #submittable2017 {
    		display: block;
			position: absolute;
			bottom: 8px;
			right: 8px;
			width: 280px;
			height: auto;
		} 
    
   main {
    padding-top: 6px;
    padding-left: 40px;
    padding-right: 40px;
   } 

   #homebuttons {
    width: 100%;
    overflow: auto;
   }

    /** DONATE & AMAZON BUTTONS ON INDEX **/
    #donatebutton, #amazon, #buytshirt, #lyppin {
        width: 48%;
        display: block;
        float: left;
        min-height: 20px;
    }

    #donatebutton, #buytshirt {
        margin-right: 20px;
    }
    
   
    
    /**  EVENTS INDEX ONLY **/
    #events,
    #events ul,
    #events h3,
    #events p {
        color: #666;
    }
    #events ul {
        border: none;
        padding-top: 10px;
        padding-bottom: 8px;
        margin-bottom: 12px;
        background-color: #F2F2F2;
    }
    /** PARTNER SECTION IDEX ONLY **/
    #partners {
        padding: 10px 25px 20px 25px;
        border: none;
    }
    .photoBio p {
        min-height: 120px;
    }
}

/*******************************/
/********** 801 to 882 *********/
/*******************************/

@media only screen and (min-width: 801px) {

/** SECONDARY PAGE H2 adjustment for this range **/
nav {
    margin-bottom: 40px;
}

}



/***********************/

/**  882 pixels and larger **/

/***********************/

@media only screen and (min-width: 882px) {
    
    header, #container {
        max-width: 900px;
        margin: 0px auto 0px auto;
    }
   

    #logo {
        width: 50%;
    }


    nav {
        width: 100%;
        height: 36px;
        margin-bottom: 10px;
        
    }

    nav ul {
        max-width: 900px;
    }
    {
        z-index: 1;
        width: 100%;
        overflow: auto;
    }
    main {
        position: relative;
    }


    #feature {
        overflow: auto;
        margin-top: 20px;
    }

	/** FULL WIDTH FEATURE AT TOP ONLY FOR SPECIAL EVENTS **/
	#fulltop {
		width: 96%;
}


    /** FEATURE DIVS ON INDEX ONLY **/
     
    #homebuttons, 
    #sticker-feature,
    #about-feature,
    #hearts-feature,
    #origamivideo-feature,
    #text-feature {
        width: 45%;
        float: left;
        margin-bottom: 30px;
        overflow: auto;
    }

	#hearts-feature,
    #text-feature,
    #origamivideo-feature
     {
        margin-right: 48px
    }

	/** To control even spacing with left element when P text is included **/
	/** if NO TEXT present the padding should be 62px. **/
    #homebuttons {
        padding-top: 26px;
    }
    
    
    /** DONATE & AMAZON BUTTONS ON INDEX **/
    #donatebutton, #amazon {
        width: 100%;
        display: block; 
    }
    
    /** SEPARATES THE TWO TYPES OF PURCHASE BUTTONS ON BIGGER SCREENS **/
    #amazon {
        margin-bottom: 20px;
    }
    
   
    #buytshirt, #lyppin {
        line-height: 1.4em;  /** LINE HEIGHT FOR BETTER LEGIBILITY ON BUTTONS **/
        width: 47%;
        float: left;
    }
    

    /** FEATURE IMAGES ON INDEX ONLY **/
    #feature img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    } 

    #feature h2 {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 1.0em;
        line-height: 1.15;
    }

    #feature p {
        font-size: 0.85em;
        line-height: 1.35em
    }
    
    /** FOR EVENTS ON INDEX ONLY **/
    #events {
        margin-top: 20px;
    }

    #content {
        float: left;
        width: 43%;
        margin: 18px 0px 0px 0px;
    }
    #content h2 {
        font-size: 1.6em;
        font-weight: normal;
        margin: 10px 0px 13px 0px;
    }
    #content h3 {
        font-size: 0.9em;
        margin-bottom: 6px;
        line-height: 1.3em;
        font-weight: bold;
        text-transform: uppercase;
    }
    #content p {
        line-height: 1.6em;
        font-size: 0.8em;
        margin: 0px 15px 24px 0px;
    }
    #content li {
        line-height: 1.6em;
        font-size: 0.8em;
        margin: 0px 0px 12px 0px;
    }
    
    #media {
        float: right;
        width: 55%;
        margin: 76px 0px 12px 10px;
    }
    /** FOR SPONSOR LOGOS **/
    #media .donor img {
        width: 85%;
        height: auto;
    }
    #media .donor {
        float: left;
        width: 151px;
        min-height: 150px;
        margin: 0px 12px 0px 50px;
    }
    /**  Media section square images **/
    .imgcaption,
    .imgcaptionL,
    .imgcaptionR {
        float: left;
        margin-bottom: 20px;
    }
    .imgcaptionL,
    .imgcaptionR {
        width: 180px;
        min-height: 150px;
    }

    .imgcaptionL {
        margin-right: 30px;
        margin-left: 30px;
    }


    #media .imgcaptionL img,
    #media .imgcaptionR img,
    #media .imgcaption img {
        width: 95%;
        height: auto;
        margin-bottom: 6px;
    }
    .imgcaptionL p,
    .imgcaptionR p,
    .imgcaption p {
        font-size: 0.7em;
        line-height: 1.5em;
        margin: 0px 3px 3px 3px;
    }
    
    /** MAKE FONT A LITTLE LARGER ON LARGER SCREENS **/
    #media .donate h3 {
        font-size: 0.9em;
    }
    
    /** Secondary pages MEMBER BIOS **/
    .photoBio {
        position: relative;
        overflow: auto;
        margin: 0px 0px 20px 0px;
    }
    .photoBio span {
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }
    #content .photoBio p {
        font-size: 0.8em;
    }
    footer {
        clear: both;
    }
}

/**  Print Styles **/
@page 
{
	size:  portrait;
}


@media print 
{
	nav, #menu-icon,  img
{
	display: none;
}


body
{
	line-height:  14pt;
	width: 6.0in;
	margin: 0.5in;
}


h1
{
	font-size: 18pt;
	color: #000;
	margin-bottom: 0.15in;
    margin-top: 0.15in;
    line-height: 24pt;
    text-align: left;
}

    h2 {
        font-size: 16pt;
        margin-bottom: 12px;
    }

h2, h3, em
{
	font-weight: bold;
}


header p
{
    font-size: 16pt;
	margin-bottom: 0.3in;
}


h3 
{
	font-size: 14pt;
}


em
{
	font-size: 12pt;
}


p
{
	font-size: 12pt;
	margin-bottom: 0.2in;
}

    a {
        text-decoration: none;
    }