/*
Theme Name: Blue Infinity
Author: a custom theme with resonance
Based on TwentyThirteen by the WordPress team
*/

/**
Brown: #543019
Turquoise: #0089af
Tan: #f0edec
Navy: #1f365f
Grey: #e9e4e5

font-family: 'Open Sans', sans-serif;
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans: 300,400,600,700');


html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

body {background: #0089af; color: #543019;font-family: 'Open Sans', Arial, Verdana, sans-serif; line-height: 1.5; margin: 0;font-size: 14px;font-weight: 400; }

a {color: #0089af;	text-decoration: none; }
a:visited {color: #0089af;}
a:focus {outline: thin dotted;}
a:active {color:  #1f365f; outline: 0;}
a:hover {color: #1f365f; text-decoration: none; }

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	margin: .5em 0 .25em;
}

h1 /*page title*/ { font-size: 300%;  margin: 0 auto .25em; font-weight: 600}
h2 /*subtitle*/  {font-size: 220%;  text-align: center; margin: .5em 0;}  
h3 /*subsection*/{font-size: 140%; color: #1f365f; } 
h4 /*big intro*/ {font-size: 120%; font-weight: 400; line-height: 1.4;}
h5 /*labels*/ {font-size: 110%; margin: .25em 0 .5em;}
h6 /*notes*/ {font-size: 90%; }

h4 strong {font-size: 130%; font-weight: 400; line-height: 1.4}

p {	margin: 0 0 20px; }
b, strong { font-weight: 600;}
hr {	
	clear: both;
	background: none;
	border:0; 
	border-top: 2px #e9e4e5 solid;
	height: 1px;
	margin: 20px auto;
}

.cb{clear: both;}
.fl{float: left; } 
.fr{float: right;}
.ifl, .alignleft{float: left; margin: 0 40px 20px 0;} 
.ifr, .alignright{float: right; margin: 0 0 20px 40px;}
.pw {max-width: 960px; padding: 0; margin: 0 auto;}

.notes {font-size: 90%; color: #666666; font-style:italic;}

ul li h3  {margin:  0 0 .25em;}
ul li p  {margin: 0 0 10px; }

/* Buttons*/
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background:#0089af; /* Old browsers */
	border: none;
	color: #fff;
	padding: 12px 14px 11px;
	text-decoration: none;
	}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #1f365f; /* Old browsers */
	outline: none;
	
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #1f365f; /* Old browsers */
	border: none;
}

.button-small{font-size: 13px !important; padding: 9px 10px 8px !important;}

/** * 1.0 Reset */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}


dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
}


nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 auto 20px;
	width: 100%;
}

thead td {text-align: center; font-weight: 600;}

caption,
th,
td {
	font-weight: normal;
	text-align: center;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
}


td {
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after,
.clearfix:after,
.two-column:after{
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after
.clearfix:before,
.clearfix:after,
.two-column:before,
.two-column:after{
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #ffffff;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #0089af;
	outline: 0;
}


.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {}

.site-main {background-color: #ffffff; }



/** * 4.0 Header
 * ----------------------------------------------------------------------------
 */


.site-header {position: relative; background: #ffffff; padding: 20px 20px 10px; min-height: 220px; }

.site-header .home-link {
	display: block;
	float: left;
	margin: 5px 0;
	padding: 0;
	max-width: 340px;
	min-height: 180px; /*or 360x192*/
	font-size: 0;
	text-decoration: none;
	width: 100%;
	background-color: #ffffff;
	background-image:url(images/library_publishing_consortium.png);
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {min-height: 50px;}

ul.nav-menu,
div.nav-menu > ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}


ul.utility-menu,
div.utility-menu > ul {display: block; margin: 0; padding: 0;}

.nav-menu li, .utility-menu li {
	display: inline-block;
	position: relative;
	width: auto;
}

.nav-menu li a {
	display: block;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: 20px 30px 15px;
	text-decoration: none;
}


.utility-menu li a {padding: 0 16px; font-weight: 600;}
.utility-menu li a:hover { }


.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #1f365f;
	color: #fff;
}


 ul.sub-menu {display: table; max-width: 1400px; margin: 0 auto;padding: 0;}

 .sub-menu li {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}


.sub-menu li a {
	display: block;
	font-size: 13px;
	background: #0089af;
	color: #ffffff;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	margin: 0 2px;
}


.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {clear: both; background: #1f365f; display: block; margin: 0 auto;}
.utility-stripe {display: block; max-width: 480px; float:right; padding: 0px; font-size: 14px; font-weight: 600; line-height: 1;}

/**special cases **/

li#menu-item-2322 {display: none;}

.logged-in li#menu-item-2322 {display: inline-block;}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.page-header {text-align:center; padding: 40px 20px 30px}

h1.entry-title {}
h2.entry-title {}

.single .page-header {padding: 20px 20px 10px}
.single .entry-thumbnail {margin: -10px auto 20px;}
.single .entry-content {padding: 0 20px 20px;}

.archive-header{background: #f0edec; text-align: center; border-bottom: 4px solid #f0edec; padding: 30px 20px 10px; margin-bottom: 40px}
.archive-content {min-height: 600px;}

.archive .entry-content {padding: 10px 20px 0; }
.archive .category-blog .entry-content,
.archive .category-events .entry-content {padding: 10px 20px 0 240px; } /*archive sidebars*/
.category-past-forums .entry-content, .directory .entry-content {padding: 10px 0px 0; }

.sidebar-content {position: absolute; width: 100%; max-width: 200px; padding: 10px 16px 60px; margin: 0; background: #e8f5f8}

.sidebar-content h3 {font-size: 120%;}
.sidebar-content a {} 
.sidebar-content a:hover {} 
.sidebar-content a:active {} 
.sidebar-content ul.menu, .sidebar-content .widget ul {margin: 0 0 30px; padding: 0 ; list-style: none; font-size: 14px;}

.sidebar-content ul.menu li, .sidebar-content .widget ul li {line-height: 1.1; padding: 0 0  10px 0;}


.entry-content ul li {line-height: 1.3; padding-bottom: 10px;}
.content-section {clear: both; padding: 30px 20px;}

.content-section:nth-child(odd){background-color:#f0edec }
.content-section:nth-child(even){background-color:#ffffff }

.comments-area {background-color:#f0edec; padding: 10px 20px 30px}

.content-boxes {display: inline-block; position: relative; float: left; width: 46%; margin: 10px 1%; border: 1px solid #9bd0db; padding: 20px; height: 300px; line-height: 1.4; background-color: rgba(255,255,255,0.4)}
.content-boxes.cb-3x  {width: 31%; height: 300px; padding: 10px 15px;}

ul.promo-boxes li{display: inline-block; position: relative; float: left; margin: 10px 1%; padding: 30px 20px; height: 180px; background-color: #ffffff; width: 31.33%; text-align: center;}


ul.promo-boxes, ul.icon-boxes, ul.bio-boxes {display:block; margin: 0; padding: 0; position: relative}
ul.icon-boxes li {display: inline-block; float: left; width: 23%; margin: 10px 1%; padding: 0; text-align: center; }
ul.icon-boxes li h4 {height: 50px;  font-style: normal; font-size: 13px; line-height: 1; margin: 0 auto; width: 220px;}
.icon-thumbnail {display: block; width: 220px; height: 160px; background:  url(images/member_fpo.gif) center no-repeat; margin: 0 auto ; overflow: hidden;}

.two-column {display: inline-block; float: left; width: 50%; padding: 10px 0 20px 40px; min-height: 400px;}
.two-column.tc-left { border-right: 1px #f0edec solid; padding: 10px 40px 20px 0px; }
.tc-h2{text-align: left; font-size: 180%}

ul.three-columns {display: block; position: relative; margin: 0; padding:0; list-style: none;}
ul.three-columns > li {display: inline-block; float: left; width: 33%; padding: 20px; min-height: 400px;border-right: 1px #f0edec solid;}
ul.three-columns > li:last-of-type {border: none; }

ul.five-columns, ul.four-columns {display: block; position: relative; margin: 0; padding:0; list-style: none;}
ul.five-columns li, ul.four-columns li {display: inline-block; float: left; width: 20%; padding: 20px; line-height: 1.3; min-height: 480px;border-right: 1px #f0edec solid;text-align: center;}
ul.five-columns li:last-of-type, ul.four-columns li:last-of-type  {border: none; }
ul.five-columns li img, ul.four-columns li img {width: 150px; height: auto; margin: 10px auto 20px;}

ul.four-columns li {width: 25%; min-height: 400px;padding: 20px 30px;}

ul.board-list {margin: 10px auto; padding: 0; width: 100%;}
ul.board-list li {display: inline-block; width: 24%; white-space: nowrap; margin: 0; padding: 10px;}


ul.grapic-list {margin: 10px auto; padding: 0; width: 100%;}
ul.grapic-list li {display: inline-block; width: 16%; white-space: nowrap; margin: 0; padding: 10px;}

ul.lpd-list {margin: 10px auto; padding: 0; width: 100%;}
ul.lpd-list li {display: inline-block; width: 18%; white-space: nowrap; margin: 0; padding: 10px; text-align: center;}

ul.sponsor-list {margin: 10px auto; padding: 0; width: 100%;}
ul.sponsor-list li {display: inline-block; width: 24%; margin: 0; padding: 20px; vertical-align: top;}
ul.sponsor-list.sl-6x li {width: 16%;padding: 20px;}


ul.member-list {display: inline-block; float: left; width: 22%; position: relative; margin: 0 4% 0 0; padding: 0px; list-style: none;}
ul.member-list.ml-last {margin: 0;}
ul.member-list li {padding: 0 0 12px; }

ul.h-list, ul.post-categories {margin: 10px auto; padding: 0; text-align: center; width: 100%;}
ul.h-list li, ul.post-categories li {display: inline-block; width: auto; white-space: nowrap; margin: 0; padding: 4px 16px 4px 8px; background-image: url(images/dot_blue.png); background-repeat: no-repeat; background-position: right center; background-size: 6px auto;}
ul.h-list li:last-child, ul.post-categories li:last-child {background-image: none; padding: 6px 10px;}

.archive ul.h-list {margin: 0; text-align: left; width: 100%;}
.archive ul.h-list li:first-child { padding: 0px 16px 0px 0px; }

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {	float: left;}
.navigation .nav-next {	float: right;}

.paging-navigation {padding: 20px; min-height: 80px}

.paging-navigation .nav-links {}

.paging-navigation .nav-next {}

.paging-navigation a {font-size: 120%;}

.post-navigation {

	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}


.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.back-2-top {padding: 30px 20px 20px;}

.footer-search {display: table; width: 300px; margin: 10px auto;}
.search-submit {background:#1f365f !important; padding: 8px 16px 7px !important; }
.search-submit:hover {background:#1f365f !important }

.site-footer {color: #ffffff; padding: 20px;}
.site-footer a {color: #ffffff;}

.site-footer .widget-area {padding: 20px;}
.site-footer .widget {display: inline-block; float: left; width: 31%; margin: 10px 1%; padding: 10px;}

.site-info {clear: both; text-align: center; padding: 20px 10px }

/*social network*/ 
.social-network {display:block;position:relative; max-width: 200px; padding: 0; margin: 0 auto; background-color: transparent;}
.social-network a{display: block; margin: 10px auto; font-size: 12px; text-align: center; padding: 32px 20px 20px; background-size: 32px auto; background-position: top center; background-repeat:no-repeat}
.social-network a:hover {}

.icon-facebook{background-image: url(images/icons/soc_facebook.png);}
.icon-instagram{background-image: url(images/icons/soc_instagram.png);}
.icon-twitter {background-image:url(images/icons/soc_twitter.png)}
.icon-pinterest{background-image:url(images/icons/soc_pinterest.png)}
.icon-snapchat{background-image:url(images/icons/soc_snapchat.png)}
.icon-email{background-image:url(images/icons/soc_email.png)}


/**
 * 7.5 BY HI
 * ----------------------------------------------------------------------------
*/
 
a.button-link {	
	display: table;
 	background: #0089af;
	border: none;
	color: #ffffff;
	padding: 12px 14px 11px;
	margin: 10px 0;
	text-decoration: none;
	line-height: 1; 
	
	}

a:hover.button-link {background: #1f365f; /* Old browsers */}
a.button-link.b-inline {display: inline-block;  margin: 10px 10px 10px 0;}
a.button-link.b-right { margin: 10px 0px 5px auto; padding: 10px;}

a.button-link.b-cta{clear: both; margin: 30px auto 10px;}
a.button-link.b-small{font-size: 13px; padding: 9px 10px 8px;}

.member-badge {display: block; float: right; width: 200px; height: 200px; background: url(images/member_badge.png) center no-repeat; background-size: contain;}

.bio-box {padding-left: 260px;}


/*FORUM*/

.forum .content-section:nth-child(odd){background-color:#f6f4e4}
.forum-header {background: #badde7; padding: 0 0 20px; text-align: center}
.forum-intro {text-align: center; padding: 30px 20px;}

ul.forum-links {display: table; margin:-40px auto 0; padding: 0 20px 20px; width: 100%;}
ul.forum-links li {background: #1a355e; display: inline-block; width: 260px; height: 130px; margin: 0 20px; padding: 0; text-align: center; border-radius: 130px / 65px; overflow: hidden; }
ul.forum-links li a {display: block; line-height: 1 ; padding: 36px 5px 40px; margin: 0; font-size: 180%; color:  #969db2; font-weight: 600;}
ul.forum-links li a strong {font-size: 120%; color: #777f9b; font-weight: 700; }
ul.forum-links li a:hover {background: #0089af; color: #ffffff; }
ul.forum-links li a:hover strong {color: #cee7ee}

ul.past-forums {display: table; margin: 10px auto; padding: 0; width: 100%;}
ul.past-forums li {background: #32466e; display: inline-block; width: 23%; max-width: 240px; margin: 0 1%; padding: 0; text-align: center; }
ul.past-forums li a { display: block; color: #969db2; line-height: 1 ; padding: 25px 5px 20px; margin: 0; font-size: 13px;}
ul.past-forums li a strong {font-size: 500%}
ul.past-forums li a:hover {background: #0089af; color: #ffffff; }



/*Directory/Post Tables*/
.posts-table-wrapper thead {background: #1f365f; color: #ffffff;}
.posts-table-wrapper tr.even {background: #f0edec}
.posts-table-wrapper tr.odd {background: #ffffff}
.posts-table-wrapper td {border: 0; line-height: 1.4;}
.posts-table-wrapper a {font-weight: 700}
table.dataTable tbody th, table.dataTable tbody td, table.dataTable thead th, table.dataTable thead td {padding: 9px 4px 8px 8px;vertical-align: middle;}
.posts-table-controls input[type=search] {border: 1px #f0edec solid;}

.posts-table-wrapper td.col-image {text-align: center;}

/*top tools not hiding on archives*/
.dataTables_length, .dataTables_filter, .category-3 .posts-table-above {display: none;}

div.ajaxsearchpro {margin: 0 auto !important;}
.asp_tax_filter.asp_checkboxes_filter_box legend {font-weight: 140% !important; font-weight: 600!important; color: #0089af !important}

/*HOME*/

.content-slideshow {background-color:#f0edec;border-bottom: 1px #e9e4e5 solid;}

.tagline { color: #1f365f; font-size: 180%; font-weight: 300; line-height: 1.2;font-style: italic; text-align:center; padding: 0 20px 20px;}

.post-box h1 {font-size: 200%; }

.tweet-feed {padding: 40px 60px;}
.tweet-feed h3 {text-align: center;}

/*Zoter*/
.zp-Entry {padding: 10px 0;}

/*GF*/
/*errors*/
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding: 10px 5px;}
.gform_wrapper div.validation_error {color: #0089af !important; border: none !important;  clear: none !important; padding: 0 0 0 40px !important; background:url(images/error_point.png) left center no-repeat}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio, .gform_wrapper .gfield_required {color: #0089af !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {font-weight: 600; background-color: #ffffff  !important; border: none !important; padding: 20px !important;}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {border: 2px #0089af solid !important;}

.gform_wrapper .gform_footer {padding: 0 !important;}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {font-size: 13px !important; padding: 9px 10px 8px !important; line-height: 1 !important }
.gform_wrapper ul li.gfield {margin-top: 6px !important;}
.gform_wrapper label.gfield_label {font-weight: 600 !important}
.gform_wrapper .top_label div.ginput_container {margin-top: 4px !important}

/*smooth scrolling*/
a#scroll-to-top {width: 50px !important; height: 50px !important; border-bottom: 1px rgba(120,120,120,0.5) solid; background: rgba(166,166,166,0.50) url(images/top_arrow_turquoise.png) no-repeat center center !important; background-size: 50px auto !important;}
a:hover#scroll-to-top { background: #0089af url(images/top_arrow_white.png) no-repeat center center !important; background-size: 50px auto !important;border-bottom: 1px #1f365f solid}

/*Simple Calendar*/

.simcal-calendar {background: #ffffff; padding: 20px; }
.simcal-calendar em {font-style: normal}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void, .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover {background: #ffffff !important;}

/*TML*/
.tml .message, .tml .error {background: #543019; border: 0; color: #ffffff !important }
.tml .message a, .tml .error a {color: #ffffff; text-decoration: underline;}

/*MailChimp Workaround*/
ul#gform_fields_2 {list-style: none !important; margin :0 ;padding: 0}
ul#gform_fields_2 .medium {width: 100%; max-width: 300px;}

/**
 * 8.0 Media Queries RWD
 * ----------------------------------------------------------------------------
 */
 
.rwd-tester {display:none; position:fixed; top: 0; right: 0; width: 50px; height: 50px; z-index: 999999}	

@-ms-viewport {width: device-width;}
@viewport {	width: device-width;}


@media (max-width: 959px) {
	/*yellow*/.rwd-tester {background: #FFFF00; }
	
body {line-height: 1.4; }
h1 /*page title*/ { font-size: 240%; }
h2 /*subtitle*/  {font-size: 200%;  }  
h3 /*subsection*/{font-size: 120%; } 
h4 /*big intro*/ {font-size: 110%;}
h5 /*labels & intro*/ {font-size: 100%; }
p {	margin: 0 0 15px; }
	
.nav-menu li a {font-size: 14px;padding: 20px 18px 15px;}

ul.affiliate-list li,
ul.member-list,
ul.board-list li,
ul.lpd-list li, 
ul.sponsor-list li,
ul.sponsor-list.sl-6x li,
ul.forum-list li {width: 31%; margin: 0 1%; padding: 10px;}
	
.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box { padding: 30px 10px 5px !important;}
.slideshow_container .slideshow_description_box h1,
.slideshow_container .slideshow_description_box h1 a { font-size: 130% !important;}
.slideshow_container .slideshow_description_box p, 
.slideshow_container .slideshow_description_box p a{font-size: 90% !important;}
	
ul.forum-links {margin: -10px auto 0; padding: 0 10px 20px;}
ul.forum-links li {width: 200px; height: 100px; margin: 0 10px;border-radius: 100px / 50px;}
ul.forum-links li a { padding: 30px 5px;font-size: 140%;}
	
ul.past-forums li {width: 23%;}
ul.past-forums li a {padding: 15px 5px 20px;}
ul.past-forums li a strong {font-size: 400%}
	
}

@media (max-width: 767px) {
	/*green*/.rwd-tester {background: #0f0; }
	
body {line-height: 1.3; }
h1 /*page title*/ { font-size: 220%; }
h2 /*subtitle*/  {font-size: 180%;  }  
h3 /*subsection*/{font-size: 110%; } 
h4 /*big intro*/ {font-size: 100%;}
p {	margin: 0 0 10px; }
	
	.site-header {padding: 5px 10px 0px; min-height: 140px; }
	.site-header .home-link {background-image:url(images/library_publishing_consortium_sm.png);max-width: 240px; min-height: 160px; margin: 0 auto; float: none; clear: both}
	.utility-stripe {float:right;font-size: 13px; }
	.utility-menu li a {padding: 0 5px;}
	.nav-menu li a {font-size: 13px;padding: 20px 10px 15px;}
	
ul.affiliate-list li,
ul.member-list,
ul.board-list li,
ul.lpd-list li, 
ul.sponsor-list li,
ul.sponsor-list.sl-6x li,
ul.forum-list li {width: 47%; margin: 0 1%; padding: 10px;}


.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box { padding: 20px 10px 5px !important;}
.slideshow_container .slideshow_description_box h1,
.slideshow_container .slideshow_description_box h1 a { font-size: 120% !important;}
.slideshow_container .slideshow_description_box p, 
.slideshow_container .slideshow_description_box p a{font-size: 80% !important;}

}

@media (max-width: 643px) {
/*blue	*/.rwd-tester {background: #3300ff;}
			
.ifl, .alignleft, .ifr, .alignright{display: block; float: none; margin: 20px auto;}
	
.two-column {display: block; float: none; width: 100%; padding: 10px 20px 20px; min-height: 0px;}
.two-column.tc-left { border-right: 0; border-bottom: 2px #f0edec solid; }
	
ul.three-columns > li, ul.five-columns li, ul.four-columns li {display: inline-block; float: none; width: 100%; padding: 20px; min-height: 0px; border: none; }
	
.archive .category-blog .entry-content,
.archive .category-events .entry-content {padding: 10px 20px; } /*archive sidebars*/

.sidebar-content {position: relative; width: 100%; max-width: none; padding: 10px 20px 20px;}

ul.affiliate-list li,
ul.member-list,
ul.board-list li,
ul.lpd-list li, 
ul.sponsor-list li,
ul.sponsor-list.sl-6x li,
ul.forum-list li {display: block; width: 100%; margin: 0; padding: 10px;}
.bio-box {padding-left: 0px;}

ul.forum-links {margin: 0 auto; }
ul.forum-links li {display:block; margin: 10px auto;  }
ul.past-forums li {width: 48%; margin: 10px 1%}
ul.past-forums li a {padding: 20px 5px;}


.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box { width: 100% !important;  left: 0!important; right: 0 !important; top: 230px !important; padding: 10px 5px !important;}
.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_image_box { width: 100% !important; }
	.slideshow_container .slideshow_description_box h1,
.slideshow_container .slideshow_description_box h1 a { font-size: 100% !important; margin: 0 !important; padding: 5px !important; line-height: 1 !important;}
.slideshow_container .slideshow_description_box p, 
.slideshow_container .slideshow_description_box p a{font-size: 12px !important; line-height: 1.2 !important;  padding:  5px !important;}
	.slideshow_container .slideshow_pagination { bottom: 150px !important; right: 20px !important; }
	
			
	/* Small menu */

.sub-menu li { display: inline-block; min-width: 31%; margin: 2px .5%;}
.sub-menu li a {font-size: 14px; background-color: #0089af;padding: 10px;}

.sub-menu li:hover > a,
.sub-menu li a:hover,
.sub-menu li:focus > a,
.sub-menu li a:focus {
	background-color: #1f365f;
	color: #fff;
}

	
	.menu-toggle {
		cursor: pointer;
		display: block;
		width: 100%;
		margin: 0;
		border: 0;
		background: transparent;
		min-height: 50px;
		border-bottom: #ffffff solid 2px;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		
		
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		
	}
	
	
	.toggled-on li,
	.toggled-on .children {
		display: block;
		text-align: center;
		padding: 0;
		width: 100%;
		margin: 0;
		border-bottom: #ffffff solid 1px;
	}

	.toggled-on .nav-menu li > ul {
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;
		background: #f00;
	}
	
	.toggled-on ul.nav-menu ul a,
	.toggled-on .nav-menu ul ul a {
	
	width: 240px;
	font-size: 14px;
	padding: 12px 20px 10px;
	text-align: center;
		border: none;
}

	.toggled-on .nav-menu li > ul a {
		width: 100%;
		margin: 0;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	/*purple */	.rwd-tester {background: #C600D2}
	

	
}
