/* Global element styles and classes, reset additions and changes
***********************************************************************/

.owl-controls .owl-dots {
	display: none !important;
}
.owl-jump input[type="text"] {
	width: 25px;
}

.view-collection-item-viewer-new .owl-carousel .owl-controls .owl-nav .owl-prev,
.view-collection-item-viewer-new .owl-carousel .owl-controls .owl-nav .owl-next,
.view-collection-item-viewer-new .owl-carousel .owl-controls .owl-nav .owl-jump,
.view-collection-item-viewer-new .owl-carousel .owl-controls .owl-nav .owl-jump:hover {
	background: #eee;
	color: #000;
	height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
}
.view-collection-item-viewer-new .owl-carousel .owl-controls .owl-nav input {
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
}
.view-collection-item-viewer-new .owl-carousel .owl-controls .owl-nav input[type="submit"] {
	background: #ccc;
	border: 1px solid #bbb;
	padding: 0 6px;
}
.view-collection-item-viewer-new .owl-carousel .owl-controls .owl-nav input[type="text"] {
	background: #fff;
	border: 1px solid #ddd;
}

#community-node-form--2 .pane-node-form-publishing {
	display: none;
}

/* story page */
#panels-ipe-paneid-389 h3 {
	font-size: 1.3rem;
	margin-bottom: 5px;
}
#panels-ipe-paneid-390 {
	padding: 5px 0;
}
#panels-ipe-paneid-354 {
	margin-top: 10px;
}



html {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
}

body {
	font-size: 1rem;
	color: #1e1e1e;
	background: #e8e6ef url(../images/tile.png) left top repeat;
}

input {
/*	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; */
	font-size: 0.875rem;
}

input[type="text"] {
	border: 0;
	padding: 0 0.5rem;
	height: 36px;
	line-height: 36px;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	/*background: #e8e6ef url(../images/tile.png) left top repeat;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1e1e1e;
}

input[type="password"] {
	border: 0;
	padding: 0 0.5rem;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e8e6ef url(../images/tile.png) left top repeat;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1e1e1e;
}

input[type="submit"] {
    background: none repeat scroll 0 0 transparent;
    border: 4px solid #1e1e1e;
    color: #1e1e1e;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
body.front #search-collections input[type="submit"]:hover,
body.front #search-collections input[type="submit"]:focus,
body.front #search-collections input[type="submit"]:active {
	color: #000;
	background-color: #7da7d1;
	border: 4px solid transparent;
}

input[type="text"] {
	background: #e8e6ef;
}

select {
	box-sizing: content-box;
	border: 0;
	padding: 0;
	max-width: 100%;
	height: 36px;
/*	line-height: 36px; */
/*	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; */
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.875rem;
	background: #e8e6ef url(../images/tile.png) left top repeat;
	color: #1e1e1e;
}

select,
input[type="text"],
input[type="password"] {
	margin-bottom: 0.4rem;
}

input[type="submit"] {
	box-sizing: content-box;
	cursor: pointer;
}

textarea {
	border: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.875rem;
	background: #e8e6ef url(../images/tile.png) left top repeat;
	color: #1e1e1e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #20518e;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #b35e11;
	text-decoration: underline;
}

.form-item .description, .form-actions .description {
    font-size: 0.85rem;
	font-style: italic;
}

.clearing {
	clear: both;
}

.inner-wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

.smallish {
	display: none;
}

.mediumish {
	display: none;
}

.largish {
	display: block;
}

@media all and (max-width: 78em) {
	.largish {
		display: none;
	}
	
	.smallish {
		display: none;
	}
	
	.mediumish {
		display: block;
	}
}

@media all and (max-width: 40em) {
	.largish {
		display: none;
	}
	
	.mediumish {
		display: none;
	}
	
	.smallish {
		display: block;
	}
}