/* 
	Theme Name: Simone Child
	Template:   simone
*/

/*TOC
 	1.0 =BODY
		1.1 =Layout
		1.2 =Text
	2.0 =HEADER
		2.1 =HEADER-Navigation
	3.0 =CONTENT
		3.1 =CONTENT-Individual Pages
	4.0 =SIDEBARS
	5.0 =PLUGINS
		=PLUGINS-
		5.2=PLUGINS-
		5.3=PLUGINS-
	6.0 =WIDGETS
		6.1=WIDGETS-Aside
	7.0 =JQUERY
	8.0 =FOOTER
		8.1 =FOOTER-Navigation
		
*/
siteColors {
	background-color: hsla(56, 66.6667%, 91.7647%, .7000);/*light yellow w/transparency over slideshow - header*/
	background-color: #f8f6dc; /*light yellow - content bg*/
	background-color: hsl(56, 66.6667%, 91.7647%); /*light yellow - content bg*/
	background-color: #e2e1c4; /*dirty yellow - widget bg*/
	background-color: #913522; /*reddish brown - logo/header*/
	background-color: hsl(10, 62.0112%, 35.0980%); /*reddish brown - logo/header*/
	background-color: #afaf98 !important; /*dark dirty yellow - active menu bg*/
	background-color: hsl(61, 7.0603%, 40.4650%) !important; /*dark dirty yellow - active menu bg*/
	color: #ac0404; /*burnt red link text*/
	color: hsl(360, 95.4545%, 34.5098%); /*burnt red link text*/
	color: #f8f6dc; /*beige - button text*/
	color: hsl(56, 66.6667%, 91.7647%); } /*beige - button text*/


/*=BODY*/

body {
	border-left: 1px solid #913522;
	border-right: 1px solid #913522;
}


	/*=BODY-Layout*/

.page-id-2082 .content-area {
	margin-left: 0;
	padding: 0 5%;
}
.page-id-2082 .entry-content {
	max-width: 100%;
	min-width: 768px;
}

/*.entry-header,
.page-header,
.entry-content,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
    position: relative;
    max-width: 780px;
    max-width: 78rem;
    padding: 0 4rem;
    margin: 0 auto;
}*/


/*@media screen and (max-width: 399px) {
    .entry-header,
    .page-header,
    .entry-content,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation { padding: 0 2rem; }
}*/


/*=BODY-Text*/

body {
	max-width: 1300px;
	margin: 0 auto;
	font-family: "Source Sans Pro", sans-serif;
	color: #444;
	font-weight: 500;
	line-height: 1.6;
}
div.entry-content p,
div.entry-content ul,
div.entry-content ol,
div.entry-content li,
div.entry-content dl,
div.entry-content dt,
div.entry-content dd {
	font-size: 16px;
}

h1 {
	clear: both;
}

div h1.entry-title {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 30px;
	margin: 20px 0;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
}

div.entry-content h2 {
	font-size: 24px;
	margin: 18px 0 10px 0;
	font-variant: small-caps;
}

div.entry-content h3 {
	font-size: 20px;
	margin: 15px 0;
}

div.entry-content h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0;
}

div.entry-content h5 {
	font-size: 17px;
	font-weight: normal;
	margin: 15px 0 8px 0;
}

div.entry-content h6 {
	font-size: 16px;
	margin: 15px 0;
	font-variant: small-caps;
} 
/*a,
div.entry-content a,
a:hover,
div.entry-content a:hover {
	color: #ac0404;
}*/
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background-color: #913522; /*reddish brown - logo/header*/
	background-color: hsl(10, 62.0112%, 35.0980%); /*reddish brown - logo/header*/
	color: #f8f6dc; /*beige - button text*/
	color: hsl(56, 66.6667%, 91.7647%); /*beige - button text*/
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	background-color: #f8f6dc; /*light yellow - content bg*/
	background-color: hsl(56, 66.6667%, 91.7647%); /*light yellow - content bg*/
	color: #ac0404; /*burnt red text*/
	color: hsl(360, 95.4545%, 34.5098%); /*burnt red text*/
	outline: 1px solid #ac0404; /*burnt red*/
}

/*=TEXT-Blockquote*/

blockquote {
	background: #e2e1c4;
	border-left: 2px solid #913522;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	/*quotes: "\201C""\201D""\2018""\2019";*/
}
blockquote:before {
	color: #913522;
	content: open-quote;
	font-size: 4em;
	line-height: .1;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	padding-top: 20px;
}


/*=TEXT-Definition*/

dl {
	border-left: 1px solid #913522;
	border-right: 1px solid #913522;
}
dt {
	font-style: italic;
	padding-left: 10px;
}
dd {
	font-style: italic;
	padding-left: 20px;
}


/*=TEXT-Lists*/

div.entry-content li {
	list-style-type: disc;
	padding-bottom: 5px;
	line-height: 1.4;
}
div.entry-content ul ul li  {
	list-style-type: circle;
	margin-top: 0px;
}
div.entry-content ul ul ul li {
	list-style-type:square;
}
div.entry-content ol  {
	line-height: 18px;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0px 0 5px 15px;
	margin-top: -5px;
}
div.entry-content ol li ul {
	list-style-type:circle;
	list-style-position: inside;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 20px;
}
div.entry-content ol li ol {
	list-style-type:lower-alpha;
	margin-bottom: 5px;	
}
div.entry-content ol li ol li {
	padding-bottom: 5px;
}
div.entry-content ol li ol li ul {
	/*text-indent: 75px;*/	
	list-style-type: disc;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*=HEADER*/

.site-branding {
	background: transparent !important;/*removes bg color from in front of Meta Slider*/
	padding: 0; /*removes space around Meta Slider*/
	min-height: 70px; /*keeps menu from covering logo at very small browser widths*/
}
div.metaslider.metaslider-flex.metaslider-26.ml-slider.nav-hidden {
	/*visibility: hidden;*/
	display: none;
}
.title-box {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 88px;
	background: #f8f6dc url(assets/images/AINW-logo-196x214.png) no-repeat 40px 5px;
	background-size: 56px;
	border: none;
}
.home .title-box {
	background: #f8f6dc url(assets/images/AINW-logo-196x214.png) no-repeat 40px 5px;
	background-size: 56px;
}
.site-title {
	min-width: 150px;
	position: absolute;
	top: 24px;
	left: 110px;
	font-family:"Times New Roman", Times, serif;
	font-size: 5rem;
	line-height: .4;
	font-weight: bold;
	color: #913522; /*reddish brown - logo/header*/
	color: hsl(10, 62.0112%, 35.0980%); /*reddish brown - logo/header*/
	text-align: left;
	padding-bottom: 0;
	text-shadow: 1px 1px 1px rgba(3, 0, 2, 1);
}
h1.site-title span {
	display: none !important;	
}
h2.site-description {
	display: none;
}
.newsFlash {
	position: relative;
	width: 300px;
	margin: 90px auto 20px;
	line-height: 1.4;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #f8f6dc; 
	font-weight: normal;
	background: url(/wp-content/uploads/2016/08/banner2.png) no-repeat;
	background-size: contain;
display: none;
}
.newsFlash h3 {
	padding: 2px;
	font-style: italic;
	font-weight: normal;
	color: #f8f6dc; 
}
.newsFlash span {
	color: #fff;
	font-style: italic;
}

@media screen and (min-width: 380px) {
	.site-branding {
		min-height: 95px; /*keeps menu from covering logo at very small browser widths*/
	}
	.title-box {
		background-position: 40px 10px;
		background-size: 65px;
	}
	.home .title-box {
		background: hsla(56, 66.6667%, 91.7647%, .7000) url(assets/images/AINW-logo-196x214.png) no-repeat 40px 10px;
		background-size: 65px;
	}
	.site-title {
		width: 370px;
		position: relative;
		top: 10px;
		left: 0;
		font-size: 5rem;
		color: #913522;
		margin: 0 0 0 100px;
		text-shadow: 1px 1px 1px rgba(3, 0, 2, 1);
	}
	h2.site-description {
		display: block;
		width: 165px;
		color: #333 !important;
		font-size: 1.3rem;
		line-height: 1.3;
		font-variant: normal;
		font-style: italic;
		font-weight: normal;
		text-align: left;
		margin-top: 20px;
		margin-left: 100px;
		border-top: 1px solid #913522;/*reddish brown - logo/header*/
		border-top: 1px solid hsl(10, 62.0112%, 35.0980%);/*reddish brown - logo/header*/
	}
	.newsFlash {
		position: relative;
		width: 340px;
		margin: 125px auto 0;
		font-size: 13px;
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 400px) {
	.title-box { 
	padding: 20px; 
	}
	.home .title-box { 
	padding-bottom: 30px; 
	}
}
@media screen and (min-width: 464px) {
	.site-branding {
		min-height: 120px; /*keeps menu from covering logo at very small browser widths*/
	}
	div.metaslider.metaslider-flex.metaslider-26.ml-slider.nav-hidden {
		visibility: visible;
		display: inline;
		max-width: 100% !important;
		min-width: 320px;
		/*margin-bottom: -2px;*//*gets rid of line below one of the slides (should probably resize slide)*/
	}
	.title-box {
		position: absolute;
		top: 0;
		width: 100%;
		background-position: 20px 15px;
		background-size: 76px;
	}
	.home .title-box {
		background-position: 20px 15px;
		background-size: 76px;
		padding-bottom: 0;
	}
	h1.site-title span {
		display: inherit !important;
		font-size: 1.8rem;
		text-transform:none;
		text-decoration:overline;
		text-shadow: none;
		margin-top: 20px;
		margin-bottom: -5px;	
	}
	h2.site-description {
		display: block;
		width: 320px;
		font-size: 1.5rem;
		line-height: 1.3;
		font-variant: normal;
		font-style: italic;
		font-weight: normal;
		text-align: left;
		margin-top: 25px;
		margin-left: 100px;
		border-top: none;
	}
}
@media screen and (min-width:700px) {
	.site-branding {
		min-height: 180px; /*keeps menu from covering logo at very small browser widths*/
	}
	.title-box {
		position: absolute;
		width: 100%;
		max-width: 1300px;
		height: 180px;
		background: hsla(56, 66.6667%, 91.7647%, .7000) url(assets/images/AINW-logo-196x214.png) no-repeat 10px;
		background-size: 110px;
	}
	.home .title-box {
		background-position: 10px;
		background-size: 110px;
		width: 400px;
	}
	.site-title {
		font-size: 6.5rem;
		line-height: .4;
		font-weight: bold;
		text-align: left;
		padding-bottom: 0;
		margin: 20px 0 0 130px;
		text-shadow: 2px 1px 1px rgba(3, 0, 2, 1);
	}
	h1.site-title span {
		margin-top: 25px;
}
	h2.site-description {
		margin-left: 130px;
		border-top: none;
		line-height: 2;
		font-variant: normal;
	}
	.newsFlash {
		margin: 185px auto -80px;
	}
}
@media screen and (min-width:940px) {
	.site-branding {
		position: relative; /*makes position:absolute usable for .newsFlash*/
	}
	.newsFlash {
		position: absolute;
		top: -150px;
		right: 45px;
		width: 380px;
		padding-bottom: 15px;
		font-size: 14px;
		line-height: 1.6;
	}
	.newsFlash h3 {
		padding-top: 0;
	}
}


/*=HEADER-Navigation*/

.table ul {
	display: table; /*Allow centering to work*/
	margin: 0 auto;
	width: 100%;
}
.menu-toggle {
	margin: 0;
}
div.menu-restructured-menu-full-container {
	/*display: table;
    table-layout: fixed;
    width: 100%;*/
}
.main-navigation {
	background-color: #F6F5D4; /*dirty yellow*/
	background-color: hsl(58, 34.0909%, 82.7451%); /*dirty yellow*/
}
.main-navigation a {
	color: #ac0404; /*burnt red text*/
	color: hsl(360, 95.4545%, 34.5098%); /*burnt red text*/
}
.main-navigation a:hover {
	color: #f8f6dc; /*beige - button text*/
	color: hsl(56, 66.6667%, 91.7647%); /*beige - button text*/
}
.main-navigation .current_page_item > a, 
.main-navigation .current_page_item > a:hover, 
.main-navigation .current_page_item li:hover, 
.main-navigation .current_page_item > a:focus, 
.main-navigation .current_page_item li:focus, 
.main-navigation .current_page_parent 
.current_page_item > a {
	background: #333 !important;
}
/*.main-navigation li { float: left; }

.main-navigation li a { padding: 1.3em 18%; }

.main-navigation li li a { padding-left: 4em; }

.main-navigation li li li a { padding-left: 6em; }
*/
.main-navigation .current_page_item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current_page_item li:hover,
.main-navigation .current_page_item > a:focus,
.main-navigation .current_page_item li:focus,
.main-navigation .current_page_parent .current_page_item > a  {
	color: #f8f6dc; /*beige - button text*/
	color: hsl(56, 66.6667%, 91.7647%); /*beige - button text*/
	background-color: #afaf98 !important; /*dark dirty yellow - active menu bg*/
	background-color: hsl(61, 7.0603%, 40.4650%) !important; /*dark dirty yellow - active menu bg*/
}
.main-navigation li:hover > a, 
.main-navigation li > a:focus {
	color: #f8f6dc; /*beige - button text*/
	color: hsl(56, 66.6667%, 91.7647%); /*beige - button text*/
}

.main-navigation ul ul a,
.main-navigation ul ul a:focus {
  background: #e2e1c4;
}
.main-navigation .current_page_item > a {
	color: #f8f6dc !important;
}

@media screen and (max-width: 464px) {
    .menu-toggle {
        display: inline-block;
        height: 3.9em;
        padding: 0 1em;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        line-height: 3.75em;
        color: white;
    	margin: 0;
	}
    .menu-toggle a:hover,
    .menu-toggle a:focus {
        background: #4d4d4d;
		background: hsl(0, 0%, 30%);
    }
    .menu-toggle a:hover,
    .menu-toggle a:focus {
		color: #f8f6dc !important; /*beige - button text*/
		color: hsl(56, 66.6667%, 91.7647%) !important; /*beige - button text*/
    }

    .main-navigation.toggled .nav-menu {
        display: block;
        border-top: 1px solid;
        border-top-color: #fff;
        border-top-color: hsla(0, 0%, 100%, .5);
    }

    .main-navigation ul {
        display: none;
        padding-left: 0;
    }

    .main-navigation li { float: none; }

    .main-navigation li a { padding: 1.3em 2em; }

    .main-navigation li li a { padding-left: 4em; }

    .main-navigation li li li a { padding-left: 6em; }

    .main-navigation li:hover > a,
    .main-navigation li > a:focus {
        background: #313131;
        background: hsl(0, 0%, 19%);
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
        background: #313131;
        background: hsl(0, 0%, 19%);
    }

    .main-navigation ul ul a { width: 100%; }

    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover,
    .main-navigation ul a:focus,
    .main-navigation ul ul a:focus{
        background: #4d4d4d;
        background: hsl(0, 0%, 30%);
    }

    .main-navigation .current_page_ancestor { background: inherit; }

    .main-navigation ul ul .current_page_parent {
        color: inherit;
        background: inherit;
    }

    .main-navigation .current_page_item > a,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_item li:hover,
    .main-navigation .current_page_item > a:focus,
    .main-navigation .current_page_item li:focus,
    .main-navigation .current_page_parent .current_page_item > a  {
        color: #fff;
        color: hsl(0, 0%, 100%);
        background: #e2e1c4;
        background: hsl(58, 34.0909%, 82.7451%);    
    }
}


/*=HEADER-Search*/

.search-box {
	background: #afaf98;
	background: hsl(58, 34.0909%, 82.7451%);
}


/*=CONTENT*/

.page .entry-title {
	margin: 30px 0 10px 0;
}
@media screen and (min-width: 600px) {
	.page .entry-title {
		margin: 60px 0 30px 0;
	}
}
.index-box {
	margin: 0;
	max-width: 100%;
}
div.entry-content blockquote p {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
}
.entry-title {
	margin: 0 0 2rem;
	font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1em;
	color: #444;
	color: hsl(0, 0.0000%, 13.3333%);
}
.single .site-content,
.page .site-content {
	background: #f8f6dc url(../../uploads/2015/09/watermark-full.jpg) no-repeat 30% 200px;
	background-size: 500px;
	background-attachment: fixed;
}
img.alignleft {
	margin-right: 0;
	margin-left: 0;
}
img.alignright {
	margin-left: 0;
	margin-right: 0;
}
.entry-content a {
	text-decoration: none;
}



/*=CONTENT-Individual Pages*/

	/*=Home*/

.home h1.entry-title {
	visibility: hidden;
}
.entry-content .attention h2 {
	margin-top: 0px;
}
.home .entry-header {
	display: none;
}
.workshops-frontpage.ui-button {
	background: #913522;
	line-height: normal;
	padding: .4em;
	display: block;
	color: #f8f6dc;
	border-radius: 3px;	
}
.home .entry-content {
	margin-top: 30px;
}
.entry-content .attention h2 {
margin-top: 0px;
}
.attention {
	font-style: italic;
	font-size: 20px;
}
.home .alignleft {
	margin-left: 0;
}
.home .alignright {
	margin-right: 0;
}
.AINWvideo {
	/*display: none;*/
	margin: 0 auto;
	max-width: 698px;
}
#newsFlash h2 {
	text-align: center;
}
#newsFlash {
	margin-top: 50px;
	background-color: #e2e1c4;
	padding: 30px;
	border-radius: 5px; 
}
.labLink {
	max-width: 160px;
}


	/*=About*/

.accordionImage {
	margin-top: 0;
}
.ui-accordion-content img.alignleft {
	margin-right: 20px;
}
.ui-accordion-content img.alignright {
	margin-left: 20px;
}
.leftColumnList {
	float: left;
	width: 50%;
}
.rightColumnList {
	float: right;
	width: 50%;
	margin-bottom: 20px;
}
.leftColumnList ul li,
.rightColumnList ul li {
	font-size: 14px;
	line-height: 1.4;
}


	/*=Services*/

#post-1617 img.alignright.size-full.wp-image-721, 
#post-1617 img.alignright.size-medium.wp-image-447, 
#post-1617 img.alignleft.size-medium.wp-image-354 {
	margin-top: 25px;
}


	/*=Workshops*/

#post-1255 h1.entry-title span {
	font-style: italic;
    font-weight: normal;
    font-size: 24px;
    padding-left: 20px;
}
#post-1255 .entry-content h2 {
	margin-top: -25px;
	text-align: center;
}
#post-1255 .entry-content h2 span {
	font-variant: normal;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}
img.alignleft.wp-image-1317 {
	margin-right: 25px;
	margin-left: 0px;
}
#post-1255 .entry-content a.contactAINW {/*main Workshop Registration button*/
	display: none;
}
/*buttons*/
.workshop-details,
.workshop-payment {
	color: darkred;
}


	/*=Employment*/

h5.notPosted span {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}


	/*=Volunteer Info*/

img.wp-image-1514.alignleft {
	margin-right: 0;
}
img.wp-image-1515.alignright {
	margin-left: 0;
}


    /*Lake Oswego-Tigard Water Partnership*/

.post-2254 .entry-content,
.post-2256 .entry-content,
.post-2257 .entry-content {
    background-color: #fff;
    padding-top: 20px;
}
.newsHeader {
    float: right;
    text-align: right;
    font-size: 12px;
}
.newsTitle {
    margin-bottom: 10px;
}
.newsHeader p {
    line-height: 1.5;
    font-size: 12px !important;
}
.release {
    text-align: left;
    font-size: 12px;
}
.release span {
    font-weight: bold;
}
.post-2254 .entry-content h2,
.post-2256 .entry-content h2,
.post-2257 .entry-content h2 {
    font-size: 18px;
    text-align: center;
    margin: 20px;
    letter-spacing: .8px;
}



	/*=404*/

.index-box {
	background-color: #e2e1c4;
}


	/*4.0 =SIDEBARS
	5.0 =PLUGINS
		5.1=PLUGINS-
		5.2=PLUGINS-
		5.3=PLUGINS-
	6.0 =WIDGETS
		6.1=WIDGETS-Aside
	7.0 =FOOTER*/


/*Copied from simone/layouts/content-sidebar.css*/

@media screen and (min-width: 1160px) {
    .content-area {
        float: left;
        width: 100%;
        margin-left: -380px;
        padding-left: 380px;
    }
	.index-box,
	.entry-header,
	.page-header,
	.entry-content,
	.entry-footer,
	.tag-links,
	.post-navigation,
	.comments-area,
	.paging-navigation,
	.author-index { 
		margin-right: 0; 
	}
}


/*=WIDGETS*/

#secondary {
	background-color: #E2E1C4;
}
#secondary .widget {
	margin-bottom: 2em;
}
.widget-title {
	font-size: 1.8rem;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #444;  
}
h1.widget-title,
div.textwidget.custom-html-widget {
	text-align: center;
}
.ui-button {
	width: 250px;
}
.ui-button-text {
	font-size: 16px;
	font-weight: normal;
}
.widget-area a {
	color: #f8f6dc;
}
#text-2,
#text-3,
#text-5,
#text-6,
#text-8,
#text-10,
#text-11 {
	text-align: center;
}
a#contactAINW.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
.contactAINW.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
#employmentOpportunities.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
#volunteerInfo.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
.resume.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
.flyer.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
	background-color: #913522;
}
a#contactAINW.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover,
.contactAINW.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover,
#employmentOpportunities.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover,
#volunteerInfo.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover,
.resume.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover,
.flyer.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover {
	background-color: #f8f6dc; /*light yellow - content bg*/
	background-color: hsl(56, 66.6667%, 91.7647%); /*light yellow - content bg*/
	color: #ac0404; /*burnt red link text*/
	color: hsl(360, 95.4545%, 34.5098%); /*burnt red link text*/
}
#text-3 .textwidget a {
	color: #ac0404 !important; /*burnt red link text*/
	color: hsl(360, 95.4545%, 34.5098%) !important; /*burnt red link text*/
}

/*=PLUGINS*/

/*=PLUGINS-VFB*/

div#vfb-form-1.visual-form-builder-container {
	min-width: 560px;
}
input.vfb-medium, 
input[type="text"].vfb-medium, 
input[type="tel"].vfb-medium, 
input[type="email"].vfb-medium, 
input[type="url"].vfb-medium, 
select.vfb-medium {
	min-width: 250px;
}
label.vfb-desc {
	font-weight: normal;
	font-size: 90%;
}
.visual-form-builder li div label, 
.visual-form-builder li span label {
	margin-bottom: 10px;
	font-size: 80%;
	font-style: italic;
}
select#vfb-35-country {
	display: none;
}
label[for="vfb-35-country"] {
	display: none;
}
.visual-form-builder .vfb-section-div h4 {
	margin-bottom: 15px !important;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.post-1912 .entry-content {
		padding: 5px;
	}
}

/*=PLUGINS-Final Tiles Gallery*/

.lb-data .lb-caption {
	display: none !important;
}


/*=PLUGINS-Gravity Forms*/
	/*Blood Residue Order Form*/
.page-template-page-nosidebar	.content-area {
		margin-left: 0;
		padding-left: 0;
}
.page-template-page-nosidebar	.entry-content,
.page-template-page-nosidebar .entry-header{
		max-width: 1300px;
}
form #gform_2 {
	width: 1250px;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper .gform_body 	{
		width: 1250px;
	}
}
ul #gform_fields_2 li {
	margin-top: -20px;
}
#field_1_9 /*Number*/{
	margin-top: 10px;
}
#field_1_9,/*Number*/
#field_1_17,/*Test*/
#field_1_18,/*Antiserum*/
#field_1_21/*Host*/ {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid;
}

.gf_first_quarter .ginput_container {
	width: 120px !important;
	margin-left: 90px;
	margin-top: -10px;
}

#field_1_16,/*Black Bear*/ 
#field_1_23,/*Domestic Bov*/
#field_1_27,/*Camel*/
#field_1_31,/*Domestic Cat*/
#field_1_35,/*Domestic Chicken*/
#field_1_39,/*White Tail*/
#field_1_43,/*Dog*/
#field_1_47,/*Swan*/
#field_1_51,/*Bovid*/
#field_1_55,/*Guinea Pig*/
#field_1_59,/*Horse*/
#field_1_63,/*Human*/
#field_1_67,/*Mouse*/
#field_1_71,/*Pigeon*/
#field_1_75,/*Domestic Rabbit*/
#field_1_79,/*Rat*/
#field_1_83,/*Sheep*/
#field_1_87,/*Rhinoceros*/
#field_1_91,/*Salmon*/
#field_1_100,/*Dolphins*/
#field_1_104,/*Belugas*/
#field_1_109,/*Extant*/
#field_1_113/*Ferret*/
{
	vertical-align: bottom;
	margin-right: 100px;
}
#field_1_19,/*BEAR*/
#field_1_24,/*BOVINE*/
#field_1_28,/*CAMEL*/
#field_1_32,/*CAT*/
#field_1_36,/*CHICKEN*/
#field_1_40,/*DEER*/
#field_1_44,/*DOG*/
#field_1_48,/*DUCK*/
#field_1_52,/*GOAT*/
#field_1_56,/*GUINEA PIG*/
#field_1_60,/*HORSE*/
#field_1_64,/*HUMAN*/
#field_1_68,/*MOUSE*/
#field_1_72,/*PIGEON*/
#field_1_76,/*RABBIT*/
#field_1_80,/*RAT*/
#field_1_84,/*SHEEP*/
#field_1_88,/*RHINO*/
#field_1_92,/*TROUT*/
#field_1_101,/*BOTTLENOSE*/
#field_1_105,/*WHITE WHALE*/
#field_1_110,/*ELEPHANT*/
#field_1_114/*FERRET*/
{
	vertical-align: bottom;	
	padding-left:	20px;
	margin-right: -100px;
}
#field_1_20,/*Goat*/
#field_1_25, /*Goat*/
#field_1_29, /*Goat*/
#field_1_33,/*Goat*/
#field_1_37,/*Goat*/
#field_1_41,/*Rabbit*/
#field_1_45,/*Rabbit*/
#field_1_49,/*Rabbit*/
#field_1_53,/*Rabbit*/
#field_1_57,/*Goat*/
#field_1_61,/*Goat*/
#field_1_65,/*Goat*/
#field_1_69,/*Goat*/
#field_1_73,/*Rabbit*/
#field_1_77,/*Goat*/
#field_1_81,/*Goat*/
#field_1_85,/*Rabbit*/
#field_1_89,/*Goat*/
#field_1_93,/*Rabbit*/
#field_1_102,/*Rabbit*/
#field_1_107,/*Rabbit*/
#field_1_111,/*Goat*/
#field_1_115/*Rabbit*/
{
	vertical-align: bottom;	
	padding-left: 125px;
}

#field_1_94, /*Total Art.*/
#field_1_95 /*Total Antisera*/ {
	font-weight: bold;
	text-align: center;
}

	
	

/*=JQUERY*/

.entry-content .ui-accordion .ui-accordion-header {
	font-size: 16px;
}
.ui-button span.ui-button-text {
	color: #f8f6dc;
}
a.ui-state-hover span.ui-button-text  {
	color: #ac0404; /*burnt red text*/
	color: hsl(360, 95.4545%, 34.5098%) !important; /*burnt red text*/
}

@media screen and (max-width: 700px) {
	.ui-accordion .ui-accordion-content {
		padding: 1em;
	}
}
h3#qualifications.ui-accordion-header {/*About*/
	margin: -10px 0 30px 0;
}
h3#qualifications + .ui-accordion-content {/*About/Qualifications*/
	margin-top: -40px;
}
h3#laboratory.ui-accordion-header {/*About*/
	margin-top: -10px;
}
img.alignleft.size-medium.wp-image-1198, /*About/Lab photo*/
img.alignleft.size-medium.wp-image-354 {/*Services/historical barn*/
	margin-right: 0;
}
img.alignright.size-medium.wp-image-282, /*About/Qualifications*/
img.alignright.size-medium.wp-image-1195, /*About/Library resources*/
img.alignright.size-medium.wp-image-1201, /*Services/Blood residue analysis lab*/
img.alignright.size-medium.wp-image-353 { /*Services/old barn*/
	padding-top: 30px;
}
ul.lithicAnalysis {/*Services/Lithic Technology*/
	float: left;
}
h3#lithicTechnology + .ui-accordion-content #contactAINW {
	margin-bottom: 1.5em;
}
 
.page-id-1622 .entry-content #contactAINW.ui-button { /*Employment button in body*/
	margin-bottom: 20px;
}
.page-id-1255 #contactAINW.ui-button, /*Workshop Registration button in body*/
.page-id-1622 #contactAINW.ui-button { /*Employment button in body*/
	background: #913522; /*reddish brown - logo/header*/
	background: hsl(10, 62.0112%, 35.0980%); /*reddish brown - logo/header*/
}
.page-id-1255 #contactAINW span.ui-button-text, /*Workshop Registration button text in body*/
.page-id-1622 #contactAINW span.ui-button-text { /*Employment button text in body*/
	color: #f8f6dc; /*beige - button text*/
	color: hsl(56, 66.6667%, 91.7647%); /*beige - button text*/
}
.page-id-1255 #contactAINW.ui-button:hover, /*Workshop Registration button in body*/
.page-id-1622 #contactAINW.ui-button:hover { /*Employment button in body*/
	background-color: #f8f6dc; /*beige - button text*/
	background-color: hsl(56, 66.6667%, 91.7647%); /*beige - button text*/
}
.page-id-1255 #contactAINW span.ui-button-text:hover, /*Workshop Registration button text in body*/
.page-id-1622 #contactAINW span.ui-button-text:hover { /*Employment button text in body*/
	color: #ac0404; /*burnt red text*/
	color: hsl(360, 95.4545%, 34.5098%); /*burnt red text*/
}


/*=FOOTER*/

.site-footer {
	color: #141412;
	background-color: #F6F5D4; /*dirty yellow - widget bg*/
	background-color: hsl(58, 34.0909%, 82.7451%); /*dirty yellow - widget bg*/
}

div.widget-area.masonry {
	height: 100px !important;
}
.site-footer .sidebar-container {
	/*background-color: #185486;*/
	padding: 0;
}
#nav_menu-3 {
	width: 100%;
	/*background-color: #185486;
	border-bottom: 1px solid #eee;*/
	padding-bottom: 0;
}
.menu-footer-menu-container ul li {
	float: left;
	padding: 0 30px 10px 0;
}
.menu-footer-menu-container ul li:last-child {
	padding-right: 0;
}
.site-footer .widget a {
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #ac0404; /*burnt red link text*/
	color: hsl(360, 95.4545%, 34.5098%); /*burnt red link text*/
}
.site-info {
	padding: 0;
}
#copyright {
	width: 265px;
	font-size: 12px;
	margin: 0 auto;
}
#siteCredits {
	float: right;
	margin-top: -19px;
	font-size: 12px;
}
#siteCredits a {
	color: #ac0404;
}
#acra {
	float: left;
	margin-top: 5px;
}
#rpa {
	float: right;
	margin-top: 5px;
}
.widget_nav_menu a, 
.widget_pages a {
	padding: .5em 0;
}
div#footer-widgets.footer-widgets.widget-area.clear {
	height: 45px;
}
aside#nav_menu-3.widget.widget_nav_menu {
	margin-bottom: 0;
}

@media screen and (max-width: 480px) {
	#siteCredits {
		float: none;
		margin-top: -4px;
	}
}

/*=PRINT*/
@media print {
	
	h1.site-title {
		position: absolute !important;
		left: 40px !important;
	}
	.main-navigation,
	.metaslider,
	.AINWvideo,
	.site-footer,
	a#contactAINW,
	a#employmentOpportunities, 
	a#volunteerInfo,
	.page #accordion
	 {
		display: none;
	}
	#secondary {
		float: none;
		margin: 0 auto;
	}
	img {
		max-width: 500px;
	}
	@page {
		margin: 0.5cm;
	}
	body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
	}
	h1 {
		font-size: 24pt;
	}
	
	h2 {
		font-size: 14pt;
		margin-top: 25px;
	}
	
	aside h2 {
		font-size: 18pt;
	}
	blockquote, ul {
		margin: 0;
	}
	ul {
		list-style: none
	}
	li {
		content: "» ";
	}
	p a[href^="http://"]:after {
		content: " (" attr(href) ")";
		font-size: 90%;
	}
	p a {
	word-wrap: break-word;
	}
}