/*
	GREY:		#4b5770
	GREY DARK: 	#282f3c
	PURPLE:		#725ba7
	BLUE: 		#27aae1
*/
html,body {
	font-family: 'SPGibson';
	font-size: 16px;
	font-weight: lighter;
	color: #282f3c;
}
a {
	color: #725ba7; font-weight:bold;
}
a:hover,
a:active {
	color: #2b1d4c;
	text-decoration: none;
}
#admin-menu {
	z-index: 9999999 !important;
}
h1,h2,h3,h4 {
	font-weight: bold;
	margin-top: 0;
	word-break: break-word;

	/*
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	*/
}
h1 {
	font-size: 32px;
	line-height: 32px;
}
h2 {
	font-size: 26px;
	line-height: 26px;
}
h3 {
	font-size: 20px;
	line-height: 20px;
}
h4 {
	font-size: 18px;
	line-height: 18px;
}
hr {
	border-color: rgba(0,0,0,.1);
}
.clear-block {
	clear: both;
	display: block;
	width: 100%;
}

body > .container {
	min-width: 1000px;
}

.colorbar {
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: -webkit-linear-gradient(20deg, #282f3c 0%, #725ba7 30%, #725ba7 60%, #725ba7 100%);
	background: linear-gradient(20deg, #282f3c 20%, #725ba7 60%, #725ba7 60%, #725ba7 100%);
}





/* SOCIAL LINKS */
.social-links {
	padding: 0;
	margin: 0;
}
.social-links li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
.social-links a {
	font-size: 25px;
	display: block;
	line-height: 10px;
	padding: 10px;
	background: #f3f3f3;
	color: #777;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0,0,0, 0.3);
	transition: all 0.1s;
}
.social-links a:hover {
	background: #222;
	color: #fff;
}
.social-links.small a {
	font-size: 18px;
	padding: 5px;
}

/* CONTENT */
img.left,
img.right {
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 20px 20px 0px;
}
img.right {
	margin: 0 0 20px 20px;
}
.releases {
	margin: 0;
	padding: 0;
}
.releases li {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}


/* TILES */
.tile-wrapper {
	display: block;
	position: relative;
}
.tile-wrapper:hover .tile {
	opacity: .7;
}
a .tile h1,
a .tile .caption {
	color: #4b5770;
}
.tile .thumb img {
	width: 100%;
	height: auto;
}
.tile .caption {
	padding: 10px 0 0 0;
	overflow-wrap: break-word;
	/*
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	*/
 }
 .tile .caption .lead {
	 font-size: inherit;
 }
.tile .category {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	border-top: 1px solid;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #725ba7;
}
.tile .datestamp,
.tile .author {
	font-size: 80%;
}


/* TILE: LARGE */
.large .tile  {
	margin-bottom: 30px;
}
.large .tile .caption h1 {
	font-size: 20px;
	line-height: 24px;
}



/* TILE: PROFILE */
.page-about .profile .tile {
	display: table;
	margin-bottom: 20px;
}
.page-about .profile .tile .thumb {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}
.page-about .profile .tile .thumb img {
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.page-about .profile .tile .caption {
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
.page-about .profile .tile .caption h1 {
	font-size: 18px;
	line-height: normal;
	margin: 0;	
}
.page-about .profile .tile .caption .lead {
	font-size: 14px;
	padding: 0;
}



/* TILE: SMALL */
.small .tile {
	display: table;
	margin-bottom: 15px;
}
.small .tile .category {
	display: none;
}
.small .tile .thumb {
	display: table-cell;
	width: 25%;
	vertical-align: top;
}
.small .tile .caption {
	display: table-cell;
	width: 75%;
	padding: 0 0 0 10px;
}
.small .tile .caption h1 {
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.small .tile .caption .lead {
	display: none;
}



/* TILE: LIST */
.list .col-sm-4 {
	width: 100%;
	float: none;
}
.list .tile {
	display: table;
	margin-bottom: 15px;
	width: 100%;
}
.list .tile .category {
	display: none;
}
.list .tile .thumb {
	display: table-cell;
	width: 25%;
	vertical-align: top;
}
.list .tile .caption {
	display: table-cell;
	width: 75%;
	padding: 0 0 0 10px;
}
.list .tile .caption h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.list .tile .caption .lead {
	display: none;
}






/* CONTENT */
.cover {
	margin-bottom: 40px;
}
.footnote {
	margin: 20px 0 0;
	border-top: 1px solid #f2f2f2;
	padding: 10px 0 0 0;
	font-size: 80%;
	clear: both;
}
figure.image {
	border: 1px solid #ccc;
	padding: 10px;
}
figcaption {
	font-size: 80%;
	padding-top: 10px !important;
}
p.purple {
	color: #725ba7;
}


/* WELLS */
.well {
	border: none;
	border-radius: 2px;
	background-color: #edeef1;
}
.well.dark {
	background-color: #4b5770;
	color: #fff;
}
.front .well {
	text-align: center;
}
.front .well .social-links li a {
	font-size: 250%;
	padding: 10px 15px 15px 15px;
}
.front .well.dark.about {
	padding: 5% 20%;
}
.front .well.dark.about h1 {
	color: #fff;
}
.featured-content {
	padding: 40px 0;
	margin: 0 0 40px 0;
	background:-webkit-linear-gradient(90deg, #edeef1 30%, #ffffff 100%);
}


/* FOOTER */
.footer {
	border: none;
	background-color: #fafafa;
}



/* FORMS */
.btn {
	border-radius: 2px;
	box-shadow: 0px 1px 0px rgba(0,0,0,.2);
	border: none;
	outline: none;
}
.btn:active,
.btn:focus,
.btn:active:focus {
	border: none;
	outline: none;
}
.btn-spi {
    background: #725BA7;
    
}
.btn-default {
	background: #f3f3f3;
}
.nav-tabs > li > a {
	font-weight: bold;
}
.date-form-element-content-multiline {
	padding: 0;
	border: none;
}
.tabledrag-toggle-weight-wrapper {
	display: none;
}
.form-item-field-feature-und .form-type-checkbox,
.form-item-field-feature-profile-und.form-type-checkbox {
/*
	display: inline-block;
	background: #f3f3f3;
	border-radius: 3px;
	padding: 5px 10px;
	margin-right: 10px;
*/
}
.form-item-field-feature-und .form-type-checkbox input,
.form-item-field-feature-profile-und.form-type-checkbox input {
	display: block;
	clear: both;
}
.field-name-field-related-profile table label {
	display: none;
}
.field-name-field-related-profile table > thead > tr > th {
	border-bottom: none;
}
.field-type-image th,
.field-type-file th {
	display: none;
}
.field-type-image button,
.field-type-image .insert-button,
.field-type-file button,
.field-type-file .insert-button {
	padding: 3px 5px;
    background: #e0e0e0;
    font-size: 12px;
    font-weight: normal;
    min-width: 80px;
    border: 0;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.3);
    margin-bottom: 5px;
    border-radius: 2px;
 }
.image-widget-data .form-group {
	 margin-bottom: 0;
 }
.image-widget-data .manualcrop-style-button-holder {
	padding: 0;
}
.image-widget-data .image-preview {
	padding-bottom: 0px;
}
.managed-files.table td {
	padding: 5px;
}
.image-widget-data .file a {
	font-size: 12px;
}
.manualcrop-instantpreview {
	width: 200px !important;
	height: auto;
}
div.image-preview {
	float: none;	
}
.confirmation {
	width: 50%;
	margin: 20px auto;
	padding: 30px;
	background-color: #f3f3f3;
	box-shadow: 0px 1px 0px rgba(0,0,0,.3);
	text-align: center;
}
.confirmation .form-actions {
	margin-top:20px;
}
.confirmation .form-actions a#edit-cancel {
	display: inline-block;
	padding: 10px 20px;
	margin-left: 20px;
	background: #fff;
	box-shadow: 0px 1px 0px rgba(0,0,0,.3);
	border-radius: 2px;
}
.confirmation .form-actions a#edit-cancel:hover,
.confirmation .form-actions a#edit-cancel:active {
	text-decoration: none;
	background: #ccc;
	color: #000;
}
.confirmation .form-actions .button,
.confirmation .form-actions a {
	margin-right: 20px;
}
.filter-help {
	display: none !important;
}
.form-autocomplete .dropdown {
	z-index: 999;
	position: absolute;
	min-width: 400px;

}
.form-autocomplete .dropdown a {
	border-bottom: 1px solid #f3f3f3;
}
.edit-title {
	font-size: 22px;
	font-weight: bold;
    height: 80px;
    word-wrap: break-word;
    word-break: break-all
}

/* EXPOSED FILTERS */
.views-exposed-widgets {
	margin-bottom: 0px;
}
.page-library .views-exposed-form {
	margin-top: 20px;
	margin-bottom: 0px;
}
.page-library .views-exposed-form label {
	text-transform: uppercase;
	font-size: 80%;	
}
.page-library .views-exposed-form .form-text {
	min-width: 200px;
	font-size: 18px;
	margin: 0 5px 5px 0px;
	padding: 7px 25px 6px 8px;
	height: auto;	
}
.page-library .views-exposed-form .views-exposed-widget {
	padding: 0;
	margin: 0 20px 0 0;
}
.page-library .views-exposed-form .views-exposed-widget button {
	margin-top: 0;
}
.exposed-filters .chosen-container {
	font-size: 18px;
}
.page-library .views-exposed-form .views-exposed-widget {
	display: inline-block;
}

.chosen-container {
	padding: 0px;
	border: none;
	box-shadow: none;
	height: auto;
	min-width: 100%;
}
.chosen-container .chosen-choices {
	padding: 6px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	margin: 0 5px 5px 0px;
	padding: 10px 25px 8px 8px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 10px;
	right: 5px;
}
a.ckeditor_links {
	/* Hide the switch to plain text editor link */
	display: none !important;
}
#edit-field-related label {
	display: none;
}
.page-node-add-release .form-item-field-date-und-0-show-todate,
.page-node-edit-release .form-item-field-date-und-0-show-todate,
.page-node-add-media-mention .form-item-field-date-und-0-show-todate,
.page-node-edit-media-mention .form-item-field-date-und-0-show-todate {

	display: none;
}


.chosen-container-multi .chosen-choices li.search-choice {
	line-height: normal;
}

/* Hide Delete button from critical pages...*/
.page-node-2044 #edit-delete,
.page-node-2045 #edit-delete,
.page-node-2059 #edit-delete,
.page-node-2070 #edit-delete {
	display: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #725ba7;
}
.padding-right {
	padding-right: 20px;
}



/* Profile Photo on Node Page */
.profile-photo img {
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
}