
/*
<style>
Style Sheets
*/

@-ms-viewport{
	width: device-width;
}

*, *::before, *::after {                                /* Specifies all elements - psuedo elements must be specified separately, hence *::before and after */
    box-sizing: border-box;
}

#document { 
    /* height: 100vh; */
    width: 85vw;
    display: flex;
    flex-direction: column;
}

html {
    background-color: #170224;
	color: #C0C0C0;
}

body {    
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: Helvetica, "Neue Haas Unica W1G", "Lucida Grande", sans-serif;
    font-size: 1.2em;
    min-height: 100vh; 
}

h1 {
    font-size: 8.0vw;
    font-family:  Helvetica, "Neue Haas Unica W1G", "Lucida Grande", sans-serif;
    white-space: nowrap;
    text-align: left;
}

h1 a {
	text-decoration: none;
	color: #7c38a2;
	font-weight: bolder;
}

em {
   font-style: normal;
}

section > a {
	color: #E8D642 !important;
    text-decoration: none;
}

section > a:hover {
    text-decoration: underline;
    cursor: pointer;
}

section > a:active {
    color: black;
    text-decoration: underline;
}

section > a:visited {
	color: #E8D642 !important;
    text-decoration: none;
}

h2, h3, h4 {
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0;
	color: #E8D642;
}
	
.image-page-overrides {
	font-size: 0.9em;
	text-align: center;
}

.header-tag-line {
    text-align: left;
	font-size: 3vw;
    font-weight: bold;
    font-style: italic;
	color: #E8D642;
	margin-top: .5em;
}

.alert-notification {
    font-size: 1.2vw;
    color: #8b0000  !important;
}
	
.vertical-center {
  margin-top:    auto;
  margin-bottom: auto;
}

/************************************
 ************************************
 ***                              ***
 ***      Mobile First! CSS       ***
 ***                              ***
 ************************************
 ***********************************/

/************************************
 ************************************
 ***                              ***
 ***      Mobile Header CSS       ***
 ***                              ***
 ************************************
 ***********************************/

header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    /* height: 9.5em; */
    width: 90vw;
    margin: -0.5vw 5vw 0 5vw;
    /* left: 9.5em; */
    /* margin: -8px 0 0 0; */
    background-color: transparent;
    border-radius: 0 0 20px 20px;
    z-index: 100;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    height: inherit;
    margin: 10px 0 0 0;
    font-family: sans-serif;
    width: 15%;
    max-width: 15%;
    text-shadow:1px 1px #ccc234;
    /* z-index: 0; */
}

.logo img {
    width: 4em;
    height: 4em;
    margin-left: -5px;
    margin-top: -5px;
}

.heading{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    height: inherit;
    padding-right: 1.0em;
    width: 100%;
    text-align: left;
    line-height: 0.1em;
    margin: 1vw;
}

/************************************
 ************************************
 ***                              ***
 ***   Mobile Main Content CSS    ***
 ***                              ***
 ************************************
 ***********************************/

main {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}
	
.content_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    text-align: left;
    width: auto;
    padding: 0 1em 0 1em;
}

.content_item, .content_item_odd, .content_item_even  {
    display: flex;
	width: 100%;
    height: auto; 
    padding: 2px;
    /* border: 2px solid rgba(111,41,97,.5); */
    justify-content: space-between;
	flex-direction: column; 
    margin: 5px auto 5px auto;
}

.content_item_text {
	display: flex;
	width: 100%;
	align-self: center;
	flex-direction: column;
}

.content_item_text h3 {
	width: 10%;
	padding-right: 10em;
	font-weight: lighter;
}

.content_item_text div {
	flex-direction: column;
}
	
.content_item_column_always {
	display: flex;
/*	padding: 20px;*/
	flex-direction:column;
}
	
.content_item_image {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: auto;
}
	
.content_item_title {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 2.0em;
	color: #E8D642;
}

.content_item_image img {
	max-width: 100%;
	max-height: 650px;
	margin: auto;
}

.image_float_right {
	width: 45%;
	float: right;
	margin: 30px;
	margin-right: 0;
}

.image_float_center {
	width: 45%;
	float: none;
	margin: auto;
}
	
/**
	Seattle Arts & Culture requred formatting
**/
.image_saac_logo {
	width: 178px;
	float: left;
	margin: 0;
	margin-left: 0;
}
	
.image_burke_logo {
	width: 125px;
	float: left;
	margin: 0;
	margin-left: 25px;
}
	
.image_kapatalk-qr {
	width: 125px;
	float: left;
	margin: 25px;
	margin-bottom: 0;
}

.text_saac_logo {
	margin: auto;
}

.gallery_container {
	display: flex;
	align-self: center;
}

.container-3-box {
    padding: 0;
    display: flex; 
	position: relative;
    width: 100%;
    height: auto;
    flex-direction: column; 
    flex-wrap: wrap; 
}

.item {
    width: 100%;
    height: auto;
    padding: 2px;
	flex-direction: column; 
    margin: 5px auto 5px auto;
	overflow-y: hidden;
}

.item > h3 {
    text-align: center;
    font-weight: bolder !important;
    font-style: italic;
    font-size: 1.2em;
	margin: auto;
	width: 70%;
}

.item > h3 a {
	color: #E8D642;
}

.item img {
    display: block;
	margin: 0 auto;
    max-width: 70%;
	max-height: 80%;
    padding: 0;
}

.item > p {
    margin: 1vw 12vw 1vw 12vw;
    font-size: 1em;
	align-self: center;
}

p a,
div div a,
li a {
    text-align: right;
	color: #E8D642;
}
	
.purple-hyperlink > li a,
.purple-hyperlink a,
a.purple-hyperlink {
	color: #7c38a2 !important;
}
	
.doclist {
		color: #ee754a;
}

/*
.item > h3 {
	background-color: rgba(13,5,18,1);
	width: 70%;
}
*/

.item .a-tag-container {
	text-align: center;
	width: 70%;
	margin: auto;
	padding-top: .5em;
	padding-bottom: .2em;
}

.a-tag-container a {
	color: #E8D642;
	font-size: medium;
}
	
sup {
    vertical-align: super;
    font-size: smaller;
}
/*
	Special Functions 
	*/

	.footnote-reference {
		vertical-align: super;
		font-size: 60%;
	}
/************************************
 ************************************
 ***                              ***
 ***   Gallery overrides          ***
 ***                              ***
 ************************************
 ***********************************/

/* center the galleries */
div#pjWrapperGallery_1,
div#pjWrapperGallery_2, 
div#pjWrapperGallery_3,
div#pjWrapperGallery_4,
div#pjWrapperGallery_5,
div#pjWrapperGallery_6,
div#pjWrapperGallery_7,
div#pjWrapperGallery_8,
div#pjWrapperGallery_9,
div#pjWrapperGallery_10,
div#pjWrapperGallery_11,
div#pjWrapperGallery_12,
div#pjWrapperGallery_13 {
	margin: 0 auto;
}

/* change the image label text colors */
#pjWrapperGallery_1  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainParagraph,
#pjWrapperGallery_1  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainTitle,
#pjWrapperGallery_2  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainParagraph,
#pjWrapperGallery_2  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainTitle,
#pjWrapperGallery_3  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainParagraph,
#pjWrapperGallery_3  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainTitle,
#pjWrapperGallery_4  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_4  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_5  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_5  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_6  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_6  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_7  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_7  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph, 
#pjWrapperGallery_8  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_8  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph, 
#pjWrapperGallery_9  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_9  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_10 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_10 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_11 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_11 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_12 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_12 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_13 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_13 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph {
	color: #C0C0C0 !important;
}
/* change the gallery border color for gallery 12 and 13 */
	
#pjWrapperGallery_12 .pjGalMainImage {
    border: 1px solid #000 !important;
    background: #000 !important;
}
#pjWrapperGallery_12 .pjGalSlider .pjGalSlide a {
    border: 1px solid #000 !important;
    background: #000 !important;
}
	
#pjWrapperGallery_13 .pjGalMainImage {
    border: 1px solid #000 !important;
    background: #000 !important;
}
#pjWrapperGallery_13 .pjGalSlider .pjGalSlide a {
    border: 1px solid #000 !important;
    background: #000 !important;
}

/************************************
 ************************************
 ***                              ***
 ***     Forum overrides          ***
 ***                              ***
 ************************************
 ***********************************/
	/* adjust the wrapper*/
	
	pjWrapper,
	#pjWrapper,
	[id^=pjWrapper],
	#pjWrapper .pjBlArticle .pjBlArticleBody p,
	#pjWrapper .pjBlComment .pjBlCommentBody,
	[id^=pjWrapper] .panel {                                   /* text color */
		color: #C0C0C0 !important;
	}
		
	pjWrapper, 													/* detail view */
	body [id^=pjWrapper], 
	[id^=pjWrapper] .panel, 
	#pjWrapper, 
	#pjWrapper .pjBlContainer,
	#pjWrapper .pjBlMain,
	#pjWrapper .pjBlPost,
	#pjWrapper .pjBlPost:nth-child(even),
	.panel.panel-default.pjBlMain			/* summary list*/
	{                                							/* background-color color */
/*		background-color:  !important;*/
		background-color: transparent !important;
	}
*/
	
	/* adjust the menu header */
	#pjWrapper .pjBlHeader {
		background: transparent;
		left: 0;
		width: 40%;
		position: relative;
	}

	#pjWrapper .pjBlHeader, #pjWrapper .pjBlHeader .pjBlHeaderInner {
		background: transparent !important;
		left: -2em;
	}

/* adjust the post title to align left in summary view*/
	p.pjBlPostTitle a {
		text-align: left;
	}
	
	/* adjust the width of the comments header section */
	#pjBlArticleComments > ul > li > header {
		width: auto;
	}	
	
	/* adjust the post title come down in detail view */
	#pjWrapper .pjBlArticle .pjBlArticleHead {
		top: -1.0em;
	}
	
	.panel-body.pjBlBody {
		top: 2.0em;
	}
	
	/* Adjust the top of the comment section in detail view */
	#pjWrapper .pjBlBody {
		top: 5em;
	}
	
	article.pjBlArticle {
		margin-top: 3.0em;
	}
		
	/* adjust comments to fit in detail view*/
	footer.pjBlArticleFoot {
		width: auto;
	}
	
	
	#pjBlArticleComments > ul > li { 			/* this is the "no comment" text */
		text-align: left;
	}
	
	.pjBlForm.pjBlCommentsForm { 				 this is the form itself 
    	width: 75%;
	}
	
	#pjWrapper .pjBlComment .pjBlCommentBody { 	/* comment text */
		color: #37383a;							/* overrides the fooder color */
		margin-left: 2.0em;
	}
	
/************************************
 ************************************
 ***                              ***
 ***   Eventbrite overrides       ***
 ***                              ***
 ************************************
 ***********************************/
	
	#eventbrite-widget-modal-trigger-733209207477 {
		color: blue !important;
		background-color: orange !important;
		font-style: inherit !important;
		font-size: inherit !important;
	}
	
/************************************
 ************************************
 ***                              ***
 ***           Wedges             ***
 ***                              ***
 ************************************
 ***********************************/

div.margin-top-wedge-gallery {
	margin-top: 5em;
}

.containter-box-wedge-home-page {
	    margin: 70vh 0 10vh 0;
}

.content-container-wedge {
	margin-top: 5em;
}

.content-container-wedge-secure {
	margin-top: 5em;
}
	
.content-container-wedge-images {
	margin-top: 6em;
}
	
.content-container-wedge-forum {
	margin-top: 5em;
}

span.quote {
	display: flex;
	padding-left: 2em;
	padding-right: 3em;
	font-style: oblique;
}

/************************************
 ************************************
 ***                              ***
 ***      Mobile Footer CSS       ***
 ***                              ***
 ************************************
 ***********************************/
footer{
    display: flex;
    flex-shrink: 0;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    justify-content:flex-end;
    align-self: flex-end;
    text-align: right;
    font-weight: normal;
	font-size: inherit;
    flex-wrap: nowrap;
    clear:both;
    color: #E8D642;
    padding-right: 1em;
	padding-bottom: 1em;
    width: 90vw;
    margin: 0 5vw 0 5vw;
    z-index: 100;
}

/*hr line for footer */
footer hr {
    border: 1px solid; 
    border-color: gray;
    border-radius: 2px;
    bottom: 0;
    text-align: right;
    margin-right: 0;
    width: 100%;
}

footer a {
		color: #C0C0C0;
}
	
.itemLeft {
	width: 20%;
	text-align: left;
	/* min-height: 100%;
	height: 100vh; */
	/* border: 2px solid rgba(111,41,97,.5); */
	justify-content: space-between;
	margin: 15px auto;
}
	
.itemRight {
	width: 80%;
	text-align: right;
	/* min-height: 100%;
	height: 100vh; */
	/* border: 2px solid rgba(111,41,97,.5); */
	justify-content: space-between;
	margin: 15px auto;
}

/* test image loading 
   no test right now
	*/
	
  .loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
        }
        .loader {            
            margin: auto;
            font-size: 10px;
            position: relative;
            text-indent: -9999em;
            border-top: 1.1em solid rgba(255, 255, 255, 0.2);
            border-right: 1.1em solid rgba(255, 255, 255, 0.2);
            border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
            border-left: 1.1em solid #ffffff;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load8 3.1s infinite linear;
            animation: load8 3.1s infinite linear;
        }
	 @-webkit-keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        #loadingDiv {
            position:relative;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color:transparent;
        }
		#loadingMsg {
			font-size: 1.0em;
            position: relative;
		}


/************************************
 ************************************
 ***                              ***
 ***   Tablets CSS adjustments     ***
 ***                              ***
 ************************************
 ***********************************/
@media (min-width: 48em) {
	
	.header-tag-line {
		font-size: 1.2vw;
	}
	
	h1 {
		font-size: 4.0vw;
	}
	
	.content_item {
		flex-direction: row; 
	}
	
	.content_item_text {
		padding: 20px;
		flex-direction:row;
	}

	.content_item_image {
		display: flex;
		margin: auto;
		padding: 20px;
		flex-direction: column;
		text-align: center;
	}
	
	div.margin-top-wedge-gallery {
		margin-top: 10em;
	}
	
	.content-container-wedge {
		margin-top: 15em;
	}
	
	.content-container-wedge-secure {
		margin-top: 15em;
	}
	
	.content-container-wedge-images {
		margin-top: 8em;
	}
	
	.content-container-wedge-forum {
		margin-top: 15em;
	}
	
	#loadingMsg {
		left: 20em;
	}
} /* end @media (min-width: 48em) */

/************************************
 ************************************
 ***                              ***
 ***   Desktop CSS adjustments    ***
 ***                              ***
 ************************************
 ***********************************/

@media (min-width: 68em) {
    
    header {
        /* margin: auto; */
        padding: 1.0em 1.0em 1.0em 1.0em;
    }
	
	.content_container {
		display: flex;
		flex-direction: row;
	}

    .container-3-box {
        flex-direction: row;
/*        flex-wrap: nowrap;*/
    }

    .item {
        width: 30%;
        /* min-height: 100%;
        height: 100vh; */
        /* border: 2px solid rgba(111,41,97,.5); */
        justify-content: space-between;
        margin: 15px auto;
    }
	
	.item > p {
	margin: 1vw 3vw 1vw 3vw;
	}


    footer {
        margin-bottom: -10px;
    }

    .logo {
        margin: 20px 0 0 0;
        width: 20%;
        max-width: 20%;
    }
    
    .logo img {
        width: 8em;
        height: 8em;
        margin: -5px 0 0 15px;
        }
	.before-list {
	    margin-bottom: 0; /* Remove space between paragraph and list */
	    }
	ul {
		margin-top: 0; /* Remove default top space of the unordered list */
	   }
	
	div.margin-top-wedge-gallery {
		margin-top: 12em;
	}
	
	.content-container-wedge {
		margin-top: 15em;
	}
		
	.content-container-wedge-secure {
		margin-top: 8em;
	}
	
	.content-container-wedge-images {
		margin-top: 12em;
	}
	
	.content-container-wedge-forum {
		margin-top: 16em;
	}

	/*
	*** Forum overides
	*/
	
	/* adjust comments to fit in detail view*/
	#pjWrapper .pjBlComment .pjBlCommentBody { 	/* comment text */
		color: #37383a;							/* overrides the fooder color */
		margin-left: 8.0em;
	}
	
	
	
} /* end @media (min-width: 68em)  */


