@charset "utf-8";
/* ================================================
                      fonts
==================================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,300,400italic,700,700italic,900,900italic);
/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html.js fieldset.collapsed{
	height:auto;
}
/* Body & Main
================================================== */
body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font: 15px/22px "Lato", sans-serif !important;
	color: #606060;
}
/* Links */
a {
	color: #d7490e;
}
a:visited {
	color: #f4473a;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}
/*set max img width*/
img {
	max-width: 100%;
}
/* Commons
================================================== */
/*clear floats*/
.remove-margin {
	margin-right: 0 !important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	clear: both;
}
/*blockquote*/
blockquote {
	position: relative;
	margin: 30px 20px;
	padding-left: 25px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #000;
	content: open-quote;
	font-size: 3em;
	line-height: .1em;
	position: absolute;
	top: 20px;
	left: -10px;
}
blockquote p:last-child {
	margin: 0;
}
/*preformatted text*/
pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 40px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
ul, ol {
	margin: 0 0 1em 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
	padding: 10px 10px;
}
tr {
	padding: 5px 5px;
}
td {
	padding: 5px 10px;
}
#primary table {
	margin: 0 0 1.5em;
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
	background: #fff;
}
#primary th {
	font-weight: bold;
	padding: 10px 10px;
	background: #555;
	color: #fff;
}
#primary tr {
	padding: 5px 5px;
}
#primary td {
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/* Typography
================================================== */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin: 0 0 20px;
	font-size: 16px;
	color: #000;
	font-family: lato;
}
p img {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
hr {
	border: solid rgba(0, 0, 0, 0.2);
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
p a, p a:visited {
	line-height: inherit;
}
a:link {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a {
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
a:focus {
	outline: 0;
}
/* Menu */

.menutoggle {
	width: 36px;
	height: 36px;
	color: #777;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 20px;
	display: none;
}
#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited, #main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited, #main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
	color: #fff;
	/*	width: 148px;*/
	margin: 0;
	padding: 10px 10px;
	position: relative;
	font-weight: 400;
}
#main-menu ul li ul li:first-child a, #main-menu ul li ul li ul li:first-child a, #main-menu ul li ul li ul li ul li:first-child a {
	border-top: none;
	opacity: 1;
}
#main-menu li ul li a:hover, #main-menu li ul li ul li a:hover, #main-menu li ul li ul li ul li a:hover {
	color: #fff;
}
#main-menu li ul {
	font-size: 12px;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 5px 5px;
	background: #efefef;
}
#main-menu li ul a {
	width: 150px;
}
#main-menu li ul a:hover, #main-menu li ul a:active {
}
#main-menu li ul ul {
	margin: -44px 0 0 160px;
}
#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
	left: -999em;
}
#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
	left: auto;
}
#main-menu li:hover, #main-menu li.sfHover {
	position: static;
}
#main-content {
	padding: 0 0 45px;
}
/* Slider */

#slidebox {
	max-height: 550px;
	position: relative;
	background: #000;
}
.doverlay {
	background: url(images/overlay.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.flex-caption {
	width: 800px;
	position: absolute;
	top: 28%;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	z-index: 120;
	color: #fff;
}
.flex-caption h2 {
	text-transform: uppercase;
	font-size: 36px;
	color: #fff;
}
.flex-caption h2 a:link, .flex-caption h2 a:visited {
	color: #fff;
}
.flex-caption p {
	font-size: 16px;
}
a.frmore {
	background: rgba(255,255,255,0.2);
	display: block;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	border: 1px solid #fff;
	padding: 5px 0px;
	margin: 10px auto;
	font-weight: bold;
	color: #fff!important;
}
#header-block, #footer-block {
	padding: 20px 0 0;
}
.fcred {
	padding: 10px 0px;
	color: #bbb;
}
.fcred a:link, .fcred a:visited {
	color: #fff;
}
/* =Content
----------------------------------------------- */
#content .node-teaser {
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.node-teaser img {
	border: 1px solid #CCCCCC;
	padding: 6px;
	height: auto;
	max-width: 97.4%;
	margin: 0.5em 1em 0.5em 0;
	float: left;
}
.region-content-top {
	margin-bottom: 20px;
}
#sidebar .block {
	margin-bottom: 30px;
}
#sidebar .block > h2 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.preface-block .block, .footer-block .block, .region-footer .block, .region-content-top .block {
	margin-bottom: 30px;
}
/* -------------- Form Elements  ------------- */
fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px; /* Offsets the negative margin of legends */
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.fieldset-wrapper {
	margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}
.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
	margin-right: 10px;
}
.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
fieldset legend {
	background: #dbdbdb;
	border: 1px solid #ccc;
	border-bottom: none;
	display: inline;
	left: -1px;
	line-height: 2;
	padding: 0;
/*	position: absolute;*/
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
}
fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
fieldset .fieldset-wrapper {
	padding: 0 10px;
}
fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	font-style: italic;
}
input {
	margin: 2px 0;
	padding: 4px;
}
input, textarea {
	font-size: 0.929em;
}
textarea {
	line-height: 1.5;
}
textarea.form-textarea, select.form-select {
	padding: 4px;
}
input.form-text, textarea.form-textarea, select.form-select {
	border: 1px solid #ccc;
}
.password-suggestions ul li {
	margin-left: 1.2em;
}
.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}
.form-item label {
	font-size: 0.929em;
}
.form-type-radio label, .form-type-checkbox label {
	margin-left: 4px;
}
.form-type-radio .description, .form-type-checkbox .description {
	margin-left: 2px;
}
.form-actions {
	padding-top: 10px;
}
/* Contact Form */

.contact-form #edit-name {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact-form #edit-mail {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact-form #edit-subject {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact-form #edit-message {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* Comment form */

.comment-form label {
	float: left;
	font-size: 0.929em;
}
.comment-form input, .comment-form .form-select {
	margin: 0;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.comment-form .form-type-textarea label {
	float: none;
}
.comment-form .form-item, .comment-form .form-radios, .comment-form .form-type-checkbox, .comment-form .form-select {
	margin-bottom: 10px;
	overflow: hidden;
}
.comment-form .form-type-checkbox, .comment-form .form-radios {
	margin-left: 120px;
}
.comment-form .form-type-checkbox label, .comment-form .form-radios label {
	float: none;
	margin-top: 0;
}
.comment-form input.form-file {
	width: auto;
}
.comment-form .form-text {
	display: block;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-form .form-item .description {
	font-size: 0.786em;
	line-height: 1.2;
	margin-left: 120px;
}
#content h2.comment-form {
	margin-bottom: 0.5em;
}
.comment-form .form-textarea {
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper, .comment-form .text-format-wrapper .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
.filter-wrapper label {
	width: auto;
	float: none;
}
.filter-wrapper .form-select {
	min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
	font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
	margin-bottom: 0.4em;
}
#edit-actions input {
	margin-right: 0.6em;
}
/* Other Overrides */

div.password-suggestions {
	border: 0;
}
.ui-widget-overlay {
	background: #222222;
	opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 1em;
}
#forum .name {
	font-size: 1.083em;
}
#forum .description {
	font-size: 1em;
}
/* Form Buttons */

button, input[type="submit"], input[type="reset"], input[type="button"] {
	/* IE10 */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
 /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');*/
	border: 1px solid #dbdbdb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 white;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-o-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	color: #333333;
	text-shadow: 0 1px 0 white;
	position: relative;
	font-weight: bold;
	padding: 4px .8em 5px .8em;
	font-size: 13px;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	/* IE10 */
	background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 white;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-o-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	cursor: pointer;
}
button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
#block-search-form {
	padding-bottom: 7px;
}
#block-search-form .content {
	margin-top: 0;
}
#search-form .form-item-keys label {
	display: block;
}
ol.search-results {
	padding-left: 0;
}
.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: 0.4285em;
	margin-bottom: 0.5em;
}
.search-results li:last-child {
	border-bottom: none;
	padding-bottom: none;
	margin-bottom: 1em;
}
.search-results .search-snippet-info {
	padding-left: 0;
}
.meta {
	margin: 5px 0 10px 0;
}
.meta a {
	color: #999;
}
.meta a:hover {
	color: #000;
}
.meta li {
	display: inline;
	margin-right: 5px;
	margin-right: 10px;
}
.meta strong {
	font-weight: 600;
	color: #111;
}
.meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.links li a {
	background-color: #E7E5E3;
	color: #100100;
	padding: 4px 5px;
	border-radius: 4px;
	text-shadow: 1px 1px #fff;
	font-weight: normal;
}
.links li a:hover {
	background-color: #D7D5D3;
	color: #100101;
}
/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
	background: transparent;
	border: 0;
}
#content table.cke_editor td {
	background: transparent;
	padding: 0;
	border: 0;
}
/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}
.poll .vote-form .choices {
	margin: 0;
}
.form-item label {
	font-size: 13px;
	font-weight: bold;
}
/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5385em;
}
.item-list ul li {
	margin: 0;
	padding: 0;
}
ul.menu li {
	margin: 0;
	padding: 0;
}
ul.inline {
	clear: both;
}
ul.inline li {
	margin: 0;
	padding: 0;
}
/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
}
ul.primary {
	border: none;
	margin: 0;
	padding: 0;
}
ul.primary li a {
	background: none;
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}
ul.primary li a:hover, ul.primary li a.active {
	background: #666;
	border: none;
	color: #fff;
}
ul.primary li a:hover {
	background: #888;
	text-decoration: none;
}
ul.secondary {
	background: #666;
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.secondary li {
	border-right: none;
}
ul.secondary li a, ul.secondary li a:link {
	border: none;
	color: #ccc;
	display: block;
	float: left;
	line-height: 1.5385em;
	padding: 0 1em;
}
ul.secondary li a:hover, ul.secondary li a.active {
	background: #888;
	color: #fff;
	text-decoration: none;
}
ul.secondary a.active {
	border-bottom: none;
}
/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
	margin: 0 0 10px 0;
}
.field-name-field-tags a {
	background: #ed564b;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
	color: #fff;
	padding: 2px 6px;
}
.field-name-field-tags a:hover {
	background: #111;
	color: #fff;
}
.field-name-field-tags div {
	display: inline;
}
/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
	margin: 1.5385em 0;
}
.profile dd {
	margin-bottom: 1.5385em;
}
.profile h3 {
	border: none;
}
.profile dt {
	margin-bottom: 0;
}
.password-parent {
	width: 36em;
}
/* Comments */

.comment h2.title {
	margin-bottom: 1em;
}
.comment div.user-picture img {
	margin-left: 0;
}
.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}
.comment .attribution {
	display: table-cell;
	padding: 0 35px 0 0;
	vertical-align: top;
	overflow: hidden;
}
.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}
.comment .attribution .username {
	white-space: nowrap;
}
.comment .comment-submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}
.comment .comment-submitted .comment-time {
	font-size: 0.786em;
}
.comment .comment-submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}
.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}
.comment .comment-arrow {
	background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -36px;
	margin-top: 15px;
	position: absolute;
	width: 22px;
}
.comment .comment-text {
	padding: 0 25px 10px 35px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
	border-left: 1px solid #d3d7d9;
}
.comment .indented {
	margin-left: 40px;
}
.comment-unpublished {
	margin-right: 5px;
	padding: 5px 2px 5px 5px;
}
.comment .comment-text .comment-arrow {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
	display: inline;
	margin-top: 4px;
}
.field-name-taxonomy-forums .field-items {
}
#forum .title {
	font-size: 16px;
}
#forum .submitted {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	background: transparent;
	padding: 0;
}
#forum .container {
	background: #a1a1a1;
	color: #fff;
}
#forum .container a {
	color: #000;
	font-weight: bold;
}
#forum div.indent {
	margin-left: 2px;
}
.forum-starter-picture {
	float: left;
	padding: 4px;
	border: 1px solid #d9d9d9;
	margin: 5px 7px 5px 0;
}
#forum th {
	background: #434343;
	text-shadow: none;
	color: #fff;
}
#forum th a {
	color: #fff;
}
#forum td.forum .icon, #forum .icon div {
	background: url(images/no-new-posts.png) no-repeat;
	width: 35px;
	height: 35px;
}
#forum .name a {
	font-size: 16px;
}
/*
@media screen and (max-width: 768px) {
html {
	font-size: 60%;
}
h1#site-title {
	text-align: center;
}
#site-logo {
	padding-top: 0;
}
select.mnav {
	width: 100%;
	margin-bottom: 20px;
}
#main-menu {
	display: none;
}
.flex-caption {
	display: none;
}
}
*/
/*================================================
                   home page
================================================== */
.skip-link {
	display: none;
}
/*-header top-*/
.blog-section {
	background-image: url("images/blog-section-bg.jpg");
	background-color: #d3eff3;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	position: relative;
	padding: 35px 0;
	z-index: 1;
	display: none;
}

#block-views-our-blog-block-1 {
	position: inherit;
}
#block-views-our-blog-block-1  .contextual-links-wrapper{
	right: 25px;
    top: 25px;
}
.blog-section .blog {
	margin: auto;
	max-width: 100%;
	width: 960px;
	display: table;
}
.logged-in .blog-section .blog {
	padding-bottom: 29px;
}
.blog-section .bolg-image {
	float: left;
	padding: 0 15px;
	width: 30%;
}
.blog-section .bolg-image a {
	display: block;
}
.blog-section .blog-content {
	float: left;
	padding: 0 15px 10px;
	width: 70%;
	position: relative;
}
.blog-section .blog-title {
	color: #d94218;
	font-size: 32px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 15px;

}
.blog-section .pre-title {
	float: left;
	font-style: italic;
	font-weight: 400;
	margin-right: 5px;
}
.blog-section .blog-body p {
	color: #000;
	font-size: 17px;
	font-weight: 300;
}
.blog-section .blog-link {
	position: absolute;
	right: 15px;
	top: -6px;
}
.blog-section .blog .views-more-link a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	left: 43%;
	line-height: 18px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.blog-section .blog .views-more-link a {
	background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/home-page-split.svg") repeat scroll -5px 0;
	bottom: 0px;
	color: #fff;
	height: 61px;
	padding-top: 20px;
	width: 124px;
	margin-left: -50px;
}
.blog-section .blog .views-more-link a:hover {
	background-position: -272px -371px;
}
.blog-section .blog .views-more-link a {
	color: #fff;
}
.blog-section .blog .views-more-link span {
	display: block;
	line-height: 16px;
	margin: auto;
	padding-top: 4px;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 80px;
}
/*--header--*/
#masthead {
	position: relative;
 -moz- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.site-header {
	float: left;
	width: 100%;
}
.site-header .blog-link.col-sm-2 {
	left: 43%;
	margin-left: -54px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 132px;
	z-index: 1;
}
.site-header .blog-link a {
	background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/home-page-split.svg") repeat scroll -1px -63px;
	color: #2c62ac;
	height: 68px;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	width: 132px;
}
.site-header .blog-link a:hover {
	background-position: -409px -378px;
}
.blog-link span {
	display: block;
	line-height: 16px;
	margin: auto;
	padding-top: 4px;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 90px;
}
/*--logo--*/
.site-branding {
	margin: 0px;
	padding-top: 7px;
}
.site-branding a {
	display: block;
}
h1#site-title {
	margin: 0;
}
/*--main-menu--*/
#main-menu {
	padding: 0px;
	margin: 0;
	border-bottom: none;
	float: right;
	width: 496px;
}
#main-menu ul {
	width: auto;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 0px;
}
#main-menu li {
	float: left;
	list-style: none;
	margin: 0 0 0 3px;
	padding: 0;
	color: #fff;
	font-weight: 400;
}
#main-menu li a {
	background-image: url("/sites/all/themes/nexus/images/svg_images/main nav buttons.svg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: block;
	font-size: 17.5px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 29px;
	margin-left: 0px;
	min-height: 49px;
	padding: 10px 18px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#main-menu li li a {text-transform: none;}
#main-menu li a:hover {
	opacity: 0.7;
}
#main-menu li:nth-child(1) a {
	   /*background-color: #3ba0be;*/
    background-position: 0 0;
	/*background-image: url("images/visit-bg.png");*/
}
#main-menu li:nth-child(2) a {
	/*background-color: #731a6e;*/
	  background-position:-95px 0;
/*	background-image: url("images/education-bg.png");*/
}
#main-menu li:nth-child(3) a {
	/*background-color: #ce1b1f;*/
	  background-position:-253px 0;
	/*background-image: url("images/about-bg.png");*/
}
#main-menu li:nth-child(4) a {
/*	background-color: #63ab31;*/
	  background-position:-370px 0;
	/*background-image: url("images/support-bg.png");*/
}
#main-menu li a.sf-with-ul .sf-sub-indicator {
	display: none;
}

/*--after-expand--*/
#main-menu li ul {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	max-width: 100%;
	padding:0px;
	width: 233px;
}
#main-menu li ul li {
	display: block;
	width: 100%;
	margin-left:0;
}
#main-menu li ul li a {
/*background-image: none !important;
	display: block;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px !important;

	width: 100% !important;*/
	background-image: none !important;
    display: table-cell;
    font-size: 15px;
    line-height: 18px;
    min-width: 233px;
    padding: 10px 20px !important;
    width: 100% !important;

}
#main-menu li:nth-child(1) ul li a {
	background-color: #3ba0be !important;
}
#main-menu li:nth-child(2) ul li a {
	background-color: #731a6e !important;
}
#main-menu li:nth-child(3) ul li a {
	background-color: #ce1b1f !important;
}
#main-menu li:nth-child(4) ul li a {
	background-color: #63ab31 !important;
}
#main-menu li:nth-child(3) ul li a:hover {
	background-color: #ad060a !important;
	opacity: 1;
}
#main-menu li:nth-child(1) ul li a:hover {
	background-color: #3693b0 !important;
	opacity: 1;
}
#main-menu li:nth-child(2) ul li a:hover {
	background-color: #681864 !important;
	opacity: 1;
}
#main-menu li:nth-child(4) ul li a:hover {
	background-color: #5d9e2e !important;
	opacity: 1;
}
/*#main-menu .menu-319 .menu {
    left: auto !important;
    right: 15px;
}*/
/*--sub-menu--*/
#block-menu-menu-seconary-menu {text-transform:uppercase;}
.secondary-menu.col-sm-6 {
 padding-left: 5px;
    padding-right: 0;
    width: 62%;
}
.secondary-menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
.secondary-menu ul li {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
.secondary-menu ul li a {
	display: inline-block;
	padding: 20px 4px;
	color: #424242;
	text-transform:uppercase;
}
.secondary-menu ul li a:hover {
	color: #000;
}
.secondary-menu a.become-member {
	background-image: url("/sites/all/themes/nexus/images/svg_images/member button.svg");
	background-position: 0 11px;
	background-repeat:no-repeat;
	color: #fff;
	font-weight: 700;
	padding: 19px 15px;
}
.secondary-menu a.become-member:hover {
	opacity: 0.8;
}
.secondary-menu a.become-member:hover {
	color: #fff;
}
.secondary-menu a.reserve-tickets {
  background-image: url("/sites/all/themes/nexus/images/svg_images/reserve-tickets-button.svg");
  background-position: 0 8px;
  background-size: 100%;
  background-repeat:no-repeat;
  color: #fff;
  font-weight: 700;
  padding: 19px 15px;
}
.secondary-menu a.reserve-tickets:hover {
  opacity: 0.8;
}
.secondary-menu a.reserve-tickets:hover {
  color: #fff;
}
/*--top-search--*/
.search {
	position: relative;
	text-align: right;
	width: 4%;
	padding-left: 0;
	cursor: pointer;
}
.search img {
	margin-top: 20px;
	max-width: 25px;
}
.col-sm-3.search-block {
	float:right;
	/*display: block;

	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 112px;
	width: 100% !important;
	z-index: 99;
	background:#063d7d;*/

	/*height: 100%;*/
}
.col-sm-3.search-block #edit-actions--2 {
	opacity: 0;
	display:none;
}
input#edit-search-block-form--4 {
	background:none;
	border: medium none !important;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 300;
	height: 58px;
	margin: 0;
	padding: 0 20px;
	text-align: right;
	width: 100%;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
		border-radius:0px;
}


input#edit-search-block-form--4::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
input#edit-search-block-form--4::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
input#edit-search-block-form--4:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input#edit-search-block-form--4:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


.col-sm-3.search-block #edit-actions--3.form-actions.form-wrapper {
	display: none;
}

.search-main {
    background:#5077a4;
    left: 0;
    position: absolute;
    top: 111px;
    width: 100%;
	z-index:9;
	-webkit-box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.16);
-moz-box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.16);
box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.16);
}

/*************************/
.col-sm-3.search-block #edit-actions {
	opacity: 0;
}
input#edit-search-block-form--2 {
	background-color: rgba(6, 61, 125, 0.7);
	border: medium none !important;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 300;
	height: 58px;
	margin: 0;
	padding: 0 20px;
	text-align: right;
	width: 100%;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
		border-radius:0px;
}
.col-sm-3.search-block #edit-actions.form-actions.form-wrapper {
	display: none;
}
/*************************/
/*--special-annoucement--*/
#block-views-special-annoucemen-block-1 .view-special-annoucemen {
	background-color: #ce2ec5;
	display: inline-block;
	margin: 0;
	min-height: 40px;
	padding: 25px 10px;
	width: 100%;
}
#block-views-special-annoucemen-block-1 .view-special-annoucemen .view-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;l
}
#block-views-special-annoucemen-block-1 p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
	text-align: center;
}
/*--slider--*/
.flex-direction-nav {
	display: none;
}
.flexslider .slides li {
	max-height: none !important;
}
#header-block {
	/*float: left;*/
	/*line-height: 0;*/
	/*padding: 0;*/
	/*width: 100%;*/
	/*overflow: hidden;*/
  /*clear: both;*/
  /*float: left;*/
  /*width: 100%;*/
}
#modal-block .region:after,
#modal-block .block:after,
#banner-block .region:after,
#banner-block .block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#banner-block {
  clear:both;
}
#banner-block .col-sm-12 {
  padding: 0;
}
.front #banner-block + #header-block {
  padding-top: 0;
}

#header-block #block-views-home-page-slider-block {
	margin: 0;
}
#header-block #block-views-home-page-slider-block .field-content > p {
	margin: 0px;
}
#header-block .slider-content {
	bottom: -20px;
    height: 257px;
    left: -45px;
    line-height: 22px;
    max-width: 100%;
    padding-left: 125px;
    padding-right: 10px;
    padding-top: 45px;
    position: absolute;
    width: 817px;
	}
@media only screen and (min-width:1025px) {
#header-block .slider-content:after{
	background: rgba(84, 89, 129, 0.75) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top:0;
    position: absolute;
    -webkit-transform: skew(-16deg, 3deg);
	-moz-transform: skew(-16deg, 3deg);
	-o-transform: skew(-16deg, 3deg);
	-ms-transform: skew(-16deg, 3deg);
    transform: skew(-16deg, 3deg); }
}
#header-block .slide-title, #header-block .slide-body {
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
}
#header-block .slide-title{
	margin-left: 0px;

}
#header-block .slide-title a, #header-block .slide-title h2 {
	color: #fff;
	display: block;
	font-size: 42px;
	text-decoration: none;
	margin-left: 0px;
	line-height: 36px;
}
#header-block .slide-body p {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0;
}
#header-block .views-more-link a, .skew-button{
	display: block;
	overflow: hidden;
	clear: both;
}
#header-block .views-more-link a, .skew-button a {
	background:rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/home-page-split.svg") repeat scroll -263px -271px;
	color: #fff;
	display: block;
	height: 48px;
	margin-top: 18px;
	position: relative;
	width: 140px;
	font-size: 16px;
	padding: 12px 0;
	margin-left: 0px;
	margin-top: 5px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	z-index: 99;
}
.skew-button a, .skew-button a:hover, .skew-button a:focus
{
color: #fff;
}
#header-block .views-more-link a:hover {
	background-position: -263px -323px;
}
#block-views-home-page-slider-block .flex-control-nav {
	bottom: 28px;
	z-index: 99;
}
.flex-control-paging li a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	width: 16px;
	height: 16px;
	box-shadow: none;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: #fff none repeat scroll 0 0;
}
/*--preface-area--*/
#preface-area {
	background-color: #1d6cc9;
	background-image: url("images/preface-area-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-top: 15px;
	padding: 25px 0;
	width: 100%;
}
#preface-area #block-views-calender-block-2.block {
	margin: 0;
}
#preface-area .view-calender .views-field {
	float: left;
	width: 33.333%;
	text-align: center;
	color: #fff;
	padding: 0 15px;
}
#preface-area .view-calender .views-field .col-sm-3 {
	width: 100%;
	padding: 0;
}
#preface-area .view-calender .today-title {
	font-size: 25px;
	font-style: normal;
	margin-top: 10px;
	text-transform: uppercase;
}
#preface-area .view-calender .views-field .views-label {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
  color: #fff;
  font-style: normal;
}
#preface-area .view-calender .views-field .views-label i {
  font-style: italic;
}
#preface-area .view-calender .views-field .field-content {
	font-size: 17px;
	font-style: italic;
	color: #fff;
}
#preface-area .view-calender .views-field .field-content span {
  display: block;
}
#preface-area .view-calender .views-field a {
  display: block;
  margin-bottom: 5px;
}
#preface-area .view-calender .views-field a:hover {
  text-decoration: underline;
  color: #fff;
}
.view-empty > h1 {
	color: #fff;
	text-align: center;
}
/*---main-content-saction---*/
.front-page-node {
	padding: 35px 0 !important;
}
.front-page-node .article-image {
	float: left;
	line-height: 0;
	position: relative;
	width: 50%;
}
.front-page-node .article-image::after {
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.46, rgba(0, 0, 0, 0.5)),  color-stop(1, rgba(0, 0, 0, 0))  );
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0,0) 50%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0) 50%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 8%, rgb(0, 0, 0, 0) 50%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0) 50%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0,0) 50%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}
.front-page-node .article-content {
	float: left;
	padding:40px 15px 0 50px;
	width: 50%;
	position: relative;
}
.front-page-node .article-image img {
	width: 100%;
	height:auto !important;
}
.front-page-node .article-image blockquote.image-field-caption {
	bottom: 20px;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	width: 96%;
	z-index: 1;
}
.front-page-node blockquote::before {
	display: none;
}
.front-page-node blockquote.image-field-caption p {
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;

}
.front-page-node .article-content .article-title > a {
	display: block;
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 1.1;
}
.front-page-node .article-content .article-body > p {
	font-size: 17px;
	font-weight: 300;
}
.front-page-node .article-content .article-body a.views-more-link {
	background-image: url("/sites/all/themes/nexus/images/svg_images/home-page-split.svg");
	background-position: -143px 0;
	color: #fff;
	display: block;
	font-weight: 700;
	height: 48px;
	padding: 13px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 138px;
}
.front-page-node .article-content .article-body a.views-more-link:hover {
	background-position: -143px -51px;
}
/*--calender-section--*/
.calender-section {
	background-color: #c7edf8;
	background-image: url("images/calender-section-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/*padding-bottom: 50px;*/
}
.calender-section #mini-panel-home_page_calender .panel-col-top {
	overflow: hidden;
}
.calender-section #mini-panel-home_page_calender .panel-col-top h1, .news-section .panel-col-top p, .exhibit-section .panels-flexible-row-first p {
	background: #3ba0be none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 700;
	height: 542px;
	left: 50%;
	line-height: 18px;
	margin: -468px auto auto;
	max-width: 100%;
	padding-top: 485px;
	text-align: center;
	text-transform: lowercase;
	top: 0;
	width: 856px;
	z-index: 1;
}
.calender-section .panel-col-last, .calender-section .panel-col-first {
	padding: 0 15px;
}
.calender-section .panel-col-first .speaker-field {
	color: #000;
}
/*
.calender-section .panel-col-first .field-name-field--location-name, .calender-section .panel-col-first .field-name-field-address, .calender-section .panel-col-first .street-block, .calender-section .panel-col-first .addressfield-container-inline {
	float: left;
	color: #000;
}*/
.calender-section #mini-panel-home_page_calender .calender-section .panel-col-last .calender-section .image-field > a {
	display: block;
	height: 220px;
	margin: auto;
	width: 57%;
}
.calender-section .panel-col-first .speaker-detail {
	background-color: #fff;
	margin: -60px auto auto;
	padding: 70px 20px 20px;
	text-align: center;
	max-width: 475px;
	/*max-width: 100%;*/
	z-index: 1;
}
.calender-section .panel-col-first .title-field > a {
	color: #000;
	font-size: 18px;
	font-weight: 700;

}
.calender-section .panel-col-first .image-field a {
	display: block;
	text-align: center;
}
.calender-section .date-field {
	color: #2c62ad;
	font-size: 18px;
	font-style: italic;
	font-size: 18px;
	/**/
}
.calender-section .panel-col-first .date-field {
	/*padding-left: 5%;*/
}
.calender-section .panel-col-first .country {
    float: left;
}
.calender-section .date-display-single {
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
	margin-right: 3px;
}
.pane-views-calender-block-4 span.date-display-start
{
margin-left: 3px;
}
.calender-section .date-display-range {

	/*float: left;*/
	display: inline;

}
.calender-section .panel-col-first .date-display-range {
	/*margin-left: 7px;*/
}
.calender-section .speaker-field .name {
    text-transform: uppercase;
}
.calender-section .speaker-field .profession{
	font-style:italic;
}
.register-link a, .orange-button {
	background-color: #e7572f;
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	padding: 8px 24px;
	text-transform: uppercase;
}
.register-link a:hover, .orange-button:hover {
	background-color: #cd411b;
	color: #fff;
}
/*--date-location-format--*/

.calender-section .panel-col-first .field-name-field--location-name {
    display: inline;
    float: left !important;
}
.calender-section .panel-col-first .street-block {
  display: flex;
    float: left;
}
/*-----------------------*/
.calender-section .panel-col-last {
    margin-top: 10px;
}
.calender-section .panel-col-last span.date-display-single {
	float: left;
}
.calender-section .panel-col-last .title-field > a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.calender-section .panel-col-last .date-field {
	color: #000;
	font-size: 18px;
	font-style: italic;
}
.calender-section .view-footer {
	overflow: hidden;
}
.calender-section .panel-col-last .inside{
	margin-bottom:0px;
}
.calender-section .panel-col-last .view-footer .view-all-event {
	/*bottom: 0;
	left: 50%;
	position: absolute;*/
}
.calender-section .center-wrapper {
    margin: 10px 0 0;
    position: relative;
    float:left;
}
.calender-section .panel-col-last .contextual-links-region {
    position: inherit;
}
.calender-section .panel-col-last .view-all-event > a {
	background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/see all news button.svg") repeat scroll 0 0px;
	color: #fff;
	display: block;
	font-weight: 700;
	height:63px;
	margin: 0 0 0 0px;
	padding-top: 24px;
	text-align: center;
	text-transform: uppercase;
	width: 157px;
	position:absolute;
	bottom:0;
}
.calender-section .panel-col-last .view-all-event > a:hover {
	background-position: 0 -100px;
}
.calender-section .panel-col-last .body-field {
	clear: both;
}
.calender-section .panel-col-last .view-calender .views-row:last-child {
    margin-bottom: 70px;
}
/*--home-blog-section--*/
.home-blog-section {
	padding: 55px 0;
}
.recent-bolg-image {
	margin-left:40px;
	/*width: 37%;*/
	line-height: 0;
	float: left;
	max-height: 303px;
    max-width: 430px;
}
.recent-bolg-image a {
	display: block;
}
.recent-bolg-image img {
	/*width: 100%;*/
}
.recent-blog-content {
	float: left;
	padding-left: 55px;
	width: 50%;
}
.home-blog-section  .recent-blog-type h2{
	color: #2174ba;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.recent-blog-type a {
	color: #2174ba;
}
.recent-blog-title {
	line-height: 32px;
	margin-bottom: 5px;
}
.recent-blog-title a {
	color: #d7490e;
	font-size: 26px;
	font-weight: 400;
}
.recent-blog-auther {
	color: #000;
	font-size: 18px;
	font-style: italic;
}
.recent-blog-body {
	color: #000;
	font-weight: 300;
}
.home-blog-section .recent-blog-body p {
	margin: 0 0 5px;
	font-size:17px;
}
.home-blog-section .views-more-link {
	font-weight: 600;
}
/*--news--section--*/
.news-section .inside {
	margin: 0;
}
.news-section {
	background-color: #f7c987;
	background-image: url("images/latest-news-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 0;
}
.news-section .panel-col-top p {
	background-color: #e3770e;
}
.news-section .panel-col-top {
	overflow: hidden;
}
.news-section .recent-news {
	padding: 0 15px;
	text-align: center;
}
.news-section .recent-news-image > a {
	display: block;
	margin: auto;
	max-width: 100%;
	width:auto;
}
.news-section .recent-news-image img {
	height: auto;
}
.news-section .center-wrapper {
	margin-top: 12px;
}
.news-section .recent-news-content {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -42px;
	max-width: 100%;
	padding: 50px 35px 26px;
	text-align: center;
	width: 470px;
}
.news-section .panel-col-first {
	position: relative;
	padding-bottom:8.3%;
}
.news-section .panel-col-first .recent-news-title > a {
	color: #1b1d21;
	font-size: 18px;
}
.news-section .panel-col-first .recent-blog-body p {
	color: #515254;
	font-weight: 400;
	margin: 0 0 5px;
}

.news-section .panel-col-first .contextual-links-region{
	position:inherit;
}
.news-section .panel-col-first .all-news {
	bottom: 0;
	left: 50%;
	margin-left: -78px;
	position: absolute;
}
.news-section .panel-col-first .all-news > a {
	background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/see all news button.svg") repeat scroll 0 0px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 63px;
	line-height: 18px;
	padding: 15px 32px;
	width: 157px;
}
.news-section .panel-col-first .all-news > a:hover {
	background-position: 0 -100px;
}
.news-section .panel-col-last .pane-custom {
	padding-left: 85px;
	position: relative;
}
.news-section .panel-col-last {
	padding:25px 15px 0 25px;
}
.news-section .panel-col-last .pane-custom h2 {
	color: #2173b9;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.news-section .panel-col-last .pane-custom h2::after {
	background-image: url("/sites/all/themes/nexus/images/svg_images/twitter feed logo.svg");
	background-position:0 0;
	background-repeat:no-repeat;
	content: "";
	height: 52px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 74px;
}
.news-section .panel-col-last .pane-content p a {
	color: #b6320e !important;
	font-size: 18px !important;
	font-style: italic;
}
.news-section .panel-col-last .pane-content {
	color: #000;
	font-size: 15px;
}
.news-section .panel-col-last .pane-content a {
	color: #2173b9;
}
.news-section .panel-col-last a, .news-section .panel-col-last span {
	color: #3b94d9 !important;
	font-size: 14px !important;
}
/*
.timeline-Widget p, .timeline-Tweet-text {
	font-size: 15px !important;
	color: #000;
}
.timeline-Widget a {
	font-size: 15px !important;
	color: #2173b9;
}*/


/*--award-section--*/
#footer-block {
	padding: 20px 0 55px;
}
#footer-block .block {
	margin: 0px;
}
#block-bean-an-award-winning-destination {
  overflow: hidden;
  display: block;
  clear: both;
}
#block-bean-an-award-winning-destination h2,
.award-title {
	color: #000;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
#block-bean-an-award-winning-destination h2 {
  float: left;
  width: 25%;
  line-height: 35px;
  display: inline-block;
  padding-top: 35px;
}
#block-bean-an-award-winning-destination > .content {
  width: 74%;
  float: left;
}
#block-bean-an-award-winning-destination .content .field-name-field-block-image .field-item {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  height: 130px;
}
#block-bean-an-award-winning-destination .content .field-name-field-block-image .field-item img {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 120px;
  width: auto;
}
.award-image {
	float: left;
	padding: 0 15px;
	width: 50%;
	display: table-cell;
}

.award-image > img {
    margin: 0 15px;
}
.award-image img:last-child {
    margin-bottom: 10px;
}
/*--footer--*/
#bottom {
	padding-top: 25px;
	padding-bottom: 45px;
	background-color: #1166af;
}
#bottom p {
	color: #fff;
	margin: 0;
}
#bottom .region-footer-first {
	color: #fff;
	text-align: center;
	padding: 0 36px;
}
#bottom .footer-logo {
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#bottom .footer-address a {
	color: #fff;
	font-size: 15px;
}
#bottom .footer-copyright {
	font-size: 12px;
	margin-bottom: 20px;
}
#bottom .organization {
	font-style: italic;
}
#bottom h2 {
	color: #fff;
	font-size: 18.05px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
}
#bottom ul.menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
#bottom ul.menu li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bottom ul.menu li a {
	background-image:url("/sites/all/themes/nexus/images/svg_images/home-page-split.svg");
	background-color: #2e80c6;
	background-repeat: repeat;
	display: block;
	height: 55px;
	text-indent: -9999px;
	width: 55px;
	text-align: center;
	margin: 0 1px;
}
#bottom ul.menu li:nth-child(1) a {
	background-position: 2px -492px;
}
#bottom ul.menu li:nth-child(2) a {
	background-position: -56px -492px;
}
#bottom ul.menu li:nth-child(3) a {
	background-position: -116px -492px;
}
#bottom ul.menu li:nth-child(4) a {
	background-position: -176px -492px;
}
#bottom ul.menu li:nth-child(5) a {
	background-position: -237px -492px;
}
#bottom ul.menu li a:hover {
	background-color: #4897da;
}
#bottom .region-footer-third {
	text-align: center;
	padding-right: 60px;
}
#bottom .support-link a {
	background:rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/support button.svg") no-repeat scroll 0 0;
	color: #fff;
	display: block;
	font-weight: 700;
	height: 76px;
	margin-top: -58px;
	max-width: 100%;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 230px;
}
#bottom .support-link a:hover {
background-position: 0 -100px;
}
#bottom .member-link {
	float: right;
	width: 100%;
}
#bottom .member-link a {
	background:rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/member button-footer.svg") no-repeat scroll 0 0;
	color: #fff;
	display: block;
	font-weight: 700;
	height: 47px;
	max-width: 100%;
	padding-top: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 194px;
	float: right;
}
#bottom .member-link a:hover {
	background-position:0 -100.4px;
}
#bottom .request-passes {
	border-bottom: 2px solid #fff;
	color: #f4d040;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
}
#bottom .request-passes a {
	color: #f4d040;
}
#bottom .footer-text {
	color: #fff;
	font-style: italic;
	margin-bottom: 12px;
}

/*---new-form--*/
#block-block-13 {
    clear: both;
    margin: auto;
    width: 100%;
}
#block-block-13 .content > form {
 margin: auto;
    max-width: 100%;
    position: relative;
    width: 296px;
}

#block-block-13 input.email_signup_textfield {
   border: medium none;
    border-radius: 0;
    color: #063b69;
    font-size: 15px;
    height: 40px;
    margin: 0;
    padding: 0 15px;
    width: 84%;
}

#block-block-13 input.email_signup_submit {
      background: #2e80c6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 40px;
	 letter-spacing: 0.5px;
}
#block-block-13 input.email_signup_submit:hover{
	background: #4897da;
}
/*
#simple-subscription-form {
	margin: auto;
	max-width: 100%;
	position: relative;
	width: 294px;
}
#simple-subscription-form .edit-mail {
	background-color: #fff;
	border-radius: 0;
	border: medium none;
	box-sizing: border-box;
	color: #063b69 !important;
	float: left;
	font-size: 16px;
	font-style: normal !important;
	height: 40px;
	margin: 0 5px 0 0;
	outline: medium none;
	padding: 5px;
	width: 84%;
}
#simple-subscription-form input.form-submit[type="submit"] {
	background: #2e80c6 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
}
#simple-subscription-form input.form-submit[type="submit"]:hover {
	background: #4897da none repeat scroll 0 0;
}*/
.footer-second.col-sm-4 {
	padding: 0 13px;
}
.site-footer {
	padding: 10px 0px;
	background: #292929;
	font-size: 12px;
	float: left;
	width: 100%;
}
/*================================================
                  breadcrumbs
================================================== */
#breadcrumbs {
	float: left;
	width: 100%;
	margin: 20px 0;

}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 17px 15px;
	color: #787878;
}
.breadcrumb a {
	color: #787878;

}
/*================================================
                 about
	Typical-subpage/Mission & Philosophy
================================================== */
#primary, #sidebar {
	padding-top: 0;
	padding-bottom: 0;
}
/*-left-side-*/
.sidebar_left.col-sm-3 {
	padding-right: 35px;
}
.sidebar_left h2.title {
	display: none;
}
.sidebar_left h2 {
    background-image: url("/sites/all/themes/nexus/images/svg_images/subnav.svg");
	/*background-image: url("images/typical-about-tran.png");*/
	background-color: #ce1b1f;
	background-size: 100% 100%;
	background-position: center center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 17px 20px;
	text-transform: uppercase;
}
.sidebar_left ul.menu {
	margin: 18px 0 34px;
	padding: 0;
}
.sidebar_left ul.menu li {
	border-bottom: 1px solid #c3c1c1;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar_left ul.menu li:last-child {
	border: medium none;
}
.sidebar_left ul.menu li a {
	color: #494949;
	font-size: 16px;
	padding: 0 20px;

	display: block;
}
.sidebar_left ul.menu li a.active, .sidebar_left ul.menu li a:hover {
	color: #ce1b1f;
}
.sidebar_left .view-mission-philosophy .field-name-field-button-link a, .sidebar_left .view-mission-philosophy .views-field-field-button-link-1 a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-weight: 700;
	height:79px;
	margin-left: -15px;
	margin-top: -10px;
	padding: 9px 15px;
	position: relative;
	text-align: center;

	width: 245px;
	z-index: 1;
	font-size: 18px;
	margin-bottom: 30px;
}
  .sidebar_left .view-mission-philosophy .views-field-field-button-link-1 a {
	background-image: url("/sites/all/themes/nexus/images/svg_images/tags-left-side.svg");
	background-position:0 0;
}
.sidebar_left .view-mission-philosophy .views-field-field-button-link-1 a:hover {
 background-position: 0 -100px !important;
}
.sidebar_left .view-mission-philosophy .views-field-field-button-link a {
	background-image: url("/sites/all/themes/nexus/images/svg_images/traveling-science.svg");
	padding: 20px 15px;
	background-position: left top;
}
.sidebar_left .view-mission-philosophy .views-field-field-button-link a:hover {
	background-position:0 -87.99px;
}
/*-right-side-*/
/*--slider--*/

.view-feature-image-slider {
	overflow: hidden;
}
.view-feature-image-slider .owl-wrapper .field-content > img {
	width: 100%;
}
.view-feature-image-slider .owl-controls {
	bottom: 32px;
	position: absolute;
	right: 20px;
	z-index: 999;
}
.owl-controls .owl-page span {
	background-color: transparent !important;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 16px !important;
	margin: 0 4px;
	text-indent: -99999px !important;
	width: 16px !important;
}
.owl-controls .owl-page span:hover, .owl-controls .owl-page.active span {
	background: #fff none repeat scroll 0 0 !important;
}
.views_slideshow_cycle_slide .views-field-caption {
	color: #3b3a3a;
	display: block;
	font-size: 15px;
	font-style: italic;
}
.view-feature-image-slider blockquote::before {
	display: none;
}
.view-feature-image-slider blockquote {
	margin: 0;
	padding: 0;
}
/*-content-area-*/
.content-area .pane-node-body img {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.content-area .pane-node-title h1 {
	border-bottom: 5px solid #dae7fd;
	float: left;
	margin: 15px 0;
	padding-bottom: 15px;
	width: 100%;
}
.content-area .pane-node-title a {
	font-size: 32px;
	font-weight: 700;
	color: #2173b9;
	/**/
	line-height: 32px;
}
.content-area h2 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
	line-height:normal;
}
.content-area h3 {
	font-size: 19px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
	width:100%;
	display:inline-block;
}
.content-area fieldset {
	background: transparent none repeat scroll 0 0;
	border-bottom-width: 2px !important;
	border-left: medium none;
	border-radius: 0;
	border-right: medium none;
	border-top: medium none;
	margin:20px 0 0;
	padding: 0 0 20px;
	display:inline;
	width:100%;
}
.content-area fieldset a {
	color: #000;
	font-size: 16px;
}
.content-area fieldset p {
	font-size: 16px;
	margin: 0;
}
.content-area fieldset legend {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	border-radius: 0 !important;
	text-shadow: none;
}
.content-area fieldset .fieldset-wrapper {
	margin: 5px 0 0;
	padding:0 0 0 45px;
}
.fieldset-legend span.summary{
	 margin-left: -1.5em !important;
}
.content-area fieldset br {
	display: none;
}
.content-area fieldset.collapsible .fieldset-wrapper em{
	float:left;
	margin-right:10px;
	color:#000;
}
.content-area fieldset.collapsible .fieldset-wrapper a {
    color: #d7490e;
}
.view-travelling-science-workshop fieldset.collapsible .fieldset-wrapper a {font-size: 16px;}
.content-area fieldset.collapsible .fieldset-legend {
	background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/close arrow.svg") no-repeat scroll 0 11px !important;
	padding-left: 30px !important;
}
.content-area fieldset.collapsed .fieldset-legend {
background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/open arrow.svg") no-repeat scroll 0 11px !important;
}
.content-area fieldset .collapse-text-text{
	margin-top:0px;
}
.content-area .collapse-text-text {
	margin-top: 30px;
}
.content-area .collapse-text-text ul, .content-area .collapse-text-text ol {
	color: #000;
}
.content-area .collapse-text-text li {
	padding-left: 5px;
}
.pane-node-body h2.bluebar{
	 background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/sites/all/themes/nexus/images/svg_images/banner style header.svg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 35px -30px;
    padding: 15px 15px 15px 30px;
    position: relative;
    text-transform: none !important;
}
.program-section {
	background-color: #d7f8f9;
	/*padding: 48px 0;*/
}
.program-section .field-content > .view-display-id-block_4 {
    overflow: hidden;
    padding: 48px 0;
}
.program-section .view-grouping {
	float: right;
	max-width: 100%;
	padding-left: 0;
	width: 74%;
	border-bottom:2px solid #ffffff;
	padding-top:20px;
}
.program-section .view-grouping:last-child{
	border:none;
}
.program-section .view-grouping .view-grouping-header  {
	color: #2173b9;
	display: block;
	font-size: 19px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.program-section .ui-accordion-header {
	background: transparent none repeat scroll 0 0;
	border: none;
	padding-bottom: 20px;
	border-radius: 0px;
	 padding-left: 45px;
}
.program-section .ui-accordion-header-active h3{
	 color: #d64404;
}
.program-section .ui-accordion-content  .date-display-range, .program-section  .ui-accordion-content .date-display-single, .program-section  .ui-accordion-content .date-display-single{
	font-style:italic;
	font-family: lato;
}
.program-section .ui-accordion-content p{
	margin:0px;
	}
	.program-section .ui-accordion-content a{
	color: #d64404;
    display: block;
    text-transform: uppercase;
	margin-top: 2px;
	font-size: 16px;
}
.prg-event-detail {
    font-size: 16px;
}
.program-section .prg-event {
	margin-bottom:15px;
	width:100%;
	float:left;
}
.program-section .prg-event:last-child{
	margin-bottom:0;
}
.program-section .prg-event > div {
	clear:both;
}
.program-section .prg-event-date {
    float: left;
    margin-bottom: 2px;
}
.program-section .ui-icon {
	background-image: url("images/up-down-vote.png");
	height: 13px;
	margin: -11px -8px 1px !important;
	width: 26px;
}
.ui-icon-triangle-1-s {
	background-position: 0 0;
}
.ui-icon-triangle-1-e {
	background-position: 0px -47px;
}
.ui-accordion-icons .ui-accordion-header a {
	color: #000;
	font-size: 14px;
	padding-left: 45px;
	text-transform: uppercase;
	font-family: lato;
}
.ui-accordion .views-row {
	/*border-bottom: 2px solid #fff;
	margin-bottom: 15px;*/
}
.ui-accordion-icons .ui-accordion-header .ui-state-active a {
	color: #d74504 !important;
}
.ui-widget-content {
	background: transparent none repeat scroll 0 0;
	border: medium none !important;
	padding-left: 45px !important;
	padding-right: 15px !important;
	padding-top: 0 !important;
}
.ui-widget-content span {
	color: #000;
	font-family: lato;
	font-size: 18px;
	font-weight: 400;
}
.ui-widget-content p {
	clear: both;
	margin-bottom: 0px;
	margin-top: 15px;
}
.ui-widget-content span.date-display-single {
	float: left;
	margin-right: 5px;
}
.ui-widget-content a {
	color: #d64404;
	text-transform: uppercase;
}
#footer-block .view-mission-philosophy .view-content {
	float: right;
	max-width: 100%;
	width: 74%;/*padding-left: 45px;*/
}
#footer-block .view-mission-philosophy .view-content .field-content {
	color: #252728;
	font-size: 17px;
/*	text-transform: uppercase;*/
}
#footer-block .view-mission-philosophy .view-content .field-content img {
/*	margin-bottom: 15px;
	margin-right: 40px;
	margin-top: 15px;*/
}
#footer-block .view-mission-philosophy .view-content ul {
	letter-spacing: 0.5px;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;

	color: #252728;
	font-family: lato;
}
/*================================================
                 about
	  Typical-subpage/newsroom-page
================================================== */
#content-wrap {
	position: inherit;
}
.page-newsroom .region-content-top {
	margin-bottom: 0px;
	float: right;
}
.page-newsroom .views-exposed-widgets, .page-newsroom .views-exposed-form .views-exposed-widget {
	margin: 0px;
	padding: 0px;
}
.page-newsroom .region-content-top .block.block-views {
	float: left;
	margin: 0 0 0 15px;
}
.form-type-select {
	background-attachment: scroll;
	background-color: transparent;
	/* background-image: none, url("http://acc.viewmycreative.com/sites/all/themes/acctheme/images/down-arrows-blue.svg");*/
	background-image: url("/sites/all/themes/nexus/images/svg_images/archive-down-arrow.svg");
	background-position:93% center;
	background-repeat: no-repeat;
	/* background-size: 12% auto;*/
	border: 1px solid #b0b0b0;
	float: right;
	height: 40px;
	margin: 0px;
	overflow: hidden;
	width: 160px;
}
#block-views-exp-calender-page-3 .form-type-select {
    background-position: 185px center;
    width: 210px;
}
#edit-field-news-type-tid, #edit-field-event-type-tid, #edit-jump {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent none repeat scroll 0 0;
	border: medium none transparent;
	box-shadow: none;
	color: #d64404;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	height: 40px;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
	width:100%;
	cursor: pointer;
	text-overflow: ellipsis;
}
select::-ms-expand{
  display:none;
}
option {
	font-weight: 400;
	    padding: 0 10px;
}
#views-exposed-form-news-page-2, #views-exposed-form-calender-page-2, #views-exposed-form-calender-page-1 {
	max-width: 100%;
	position: relative;
	width: 210px;
}
#edit-keys-wrapper {
	width: 100%;
	padding: 0;
}
#edit-keys {
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	height: 40px;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	background-color: #fff  !important;
	-webkit-border: 1px solid #ccc !important;
	-webkit-box-shadow: none !important;
	 box-shadow: none !important;
}
.views-submit-button {
	height: auto;
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 0 !important;
}
#edit-submit-news, #edit-submit-calender {
	background: #fff url("/sites/all/themes/nexus/images/svg_images/cal-search-icon.svg") no-repeat scroll 5px 7px;
	border: medium none;
	border-radius: 0;
	height: 38px;
	margin: 0;
	padding: 0 20px;
	text-indent: -99999px;
}
/*.node h2.title a,*/
h1.page-title {
	border-bottom: 5px solid #dae7fd;
	color: #2173b9;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 15px;
	line-height: 32px;
}
.page-newsroom .view-news .views-row {
	 border-bottom: 1px solid #d1d1d0;
    display: block;
    float: left;
    margin-bottom: 28px;
    padding-bottom: 0;
}
.page-newsroom .news-image {
	float: left;
	/*margin-bottom: 15px;
	margin-right: 16px;*/
    margin-right: 16px;
}
.page-newsroom .news-image img {
	height: auto;
	width: auto;
}
.page-newsroom .news-type {
	  font-size: 14px;
    line-height: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.page-newsroom .news-title a {
	color: #1b1d21;
	font-size: 18px;

	font-weight: 700;
}
.page-newsroom .news-date {
	color: #4d8fc7;
	font-size: 16px;

}
.page-newsroom .blog-body p {
	color: #515254;
	font-size: 16px;
	font-weight: 400;
}
/*================================================
                 about
	  Typical-subpage/newsroom-page/inner
================================================== */
.node-type-news .pane-node-field-news-image {
	background: #fff none repeat scroll 0 0;
	float: left;
	padding-right: 25px;
}
.node-type-news .pane-node-field-news-image img {
	height: auto;
	width: auto;
}
.node-type-news .pane-node-title .pane-content {
	border-bottom: 5px solid #dae7fd;
	padding-bottom: 15px;
}
.node-type-news .pane-node-created .pane-content {
	color: #4d8fc7;
	font-size: 18px;
}
/*================================================
                 Education
	  discovery-museums-speaker-series-page
================================================== */


.sidebar_left #block-menu-menu-education h2 {
	background-color: #731a6d;
}
.sidebar_left #block-menu-menu-education ul.menu li a.active, .sidebar_left #block-menu-menu-education ul.menu li a:hover {
	color: #731a6d;
}
.view-discovery-meusium-speaker-series .view-header > h2 {
	border-bottom: 1px solid #d1d1d0;
	margin-bottom: 23px;
	padding-bottom: 23px;
	text-transform: uppercase;
}
.field-content {
	color: #000;
	font-size: 16px;
}
.speaker-img {
	max-width: 100%;
	width: 427px;
}
.speaker-img img {
	width: 100%;
	height: auto;
}
.up-title a {
	 color: #000;
    display: block;
    margin-top: 10px;
}
.up-date .date-display-single {
	color: #2173b9;
	font-size: 22px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 5px;
}
.up-speaker {

}
.thoroughfare, .field.field-name-field--location-name, .locality-block {
	float: left;
	margin-right: 5px;
}
.up-body {
	margin-top: 25px;
}
.speaker-series .views-row {
	border-top: 1px solid #d1d1d0;
	clear: both;
	display: table;
	padding: 30px 0;
	width: 100%;
}
.speaker-series .auther-image {
	display: block;
	float: left;
	margin-right:20px;
	width: 33%;
}
.speaker-series .auther-image img {
	width: 100%;
	height: auto;
}
.speaker-series .field-content .event-fields {
	float: left;
	width: 61%;
}
.speaker-series .event-title a {
	color: #000;
	/*text-transform: uppercase;*/
}
.speaker-series .event-speaker {

}
.speaker-series .learn-more {
	font-weight: 700;
	text-transform: uppercase;
}
.view-discovery-meusium-speaker-series .up-date .date-display-single {
	display:inline;
	color: #2173b9;
	font-size: 18px;
}
.speaker-series .event-date, .panels-flexible-4 .up-date {
	color: #2173b9;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 3px;
}
.panels-flexible-4 .up-date{
	font-size:20px;
}
.not-front .view-discovery-meusium-speaker-series .date-display-range {
   display: inline;
    margin-left: 5px;
}
.view-discovery-meusium-speaker-series .field-name-field-address .street-block {
	display:inline;
    float: left;
    margin-right: 5px;
}
.view-discovery-meusium-speaker-series .field-name-field-address .country-US span {
    margin-right: 3px;
}
.speaker-series .date-display-single {
	/* display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
	display: inline;
    float: left;
    width: 100%;
}
.past-conv .views-row {
	margin-bottom: 20px;
}
.past-conv .field-content > a {
/*	color: #000;
	font-weight: 300;
	text-transform: uppercase;*/
}
.past-conv .views-label-field-speaker-name {
	color: #000;
	font-style: italic;
}
.past-conv .date-display-single {
	color: #000 !important;
	font-size: 16px !important;
	font-style: italic;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
/*
	display: flex;
*/
}
.past-conv .field-content {
	/*margin: 0px !important;*/
}.past-conv {
    border-bottom: 1px solid #d1d1d0;
    padding-bottom: 25px;
}
.past-conv .date-display-range{
	margin-left:5px;
	}

/*================================================
                 Education
	   traveling-science-workshop-page
================================================== */
iframe {
	 height: 366px !important;
/*padding: 20px !important;*/
    width: 80% !important;
}
.node-type-page iframe {
	 width: 100% !important;
}
.pane-node-body h2, h2.pane-title {
	text-transform: uppercase;
}
.pane-block-11 h2.pane-title{
	margin-top:30px;
}
.view-travelling-science-workshop .ui-accordion-header {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	padding-left: 52px;
	border-radius: 0px;
}
.view-travelling-science-workshop .ui-accordion-header a span {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-family:lato;
}
.view-travelling-science-workshop .ui-accordion-header.ui-state-active a span {
	color: #d64404;
	font-family:lato;
}
.ui-accordion-header-icon {
	background-image: url("images/up-down-vote.png") !important;
	height: 13px;
	margin: -5px 0 0 !important;
	width: 26px;
}
.view-travelling-science-workshop .ui-icon-triangle-1-e {
	background-position: 0 -47px;
}
.view-travelling-science-workshop .ui-icon-triangle-1-s {
	background-position: 0 0;
}
.view-travelling-science-workshop .ui-accordion-content {
	padding: 0 0 0 52px !important;
	overflow: inherit;
	height: auto !important;
}
.view-travelling-science-workshop .ui-accordion .views-row {
	border-bottom: 1px solid #d1d1d0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.view-travelling-science-workshop .ui-widget-content span {
	font-size: 16px;
	color: #000;
}
.view-travelling-science-workshop .ui-accordion-content .views-field {
	clear: both;
}
.view-travelling-science-workshop .ui-widget-content .views-label.views-label-field-grades, .view-travelling-science-workshop .ui-widget-content .views-label.views-label-field-workshop-length, .view-travelling-science-workshop .ui-widget-content .views-label.views-label-field-ma-ste-standards, .view-travelling-science-workshop .ui-widget-content .views-label.views-label-field-materials-fee {
	float: left;
	margin-right: 5px;
	font-style:italic;
	margin-bottom:5px;
	font-size:15px;
}
.view-travelling-science-workshop .ui-widget-content .views-field-field-workshop-length{

	margin-bottom:5px;
}
.view-travelling-science-workshop .ui-widget-content .views-field-field-workshop-length .field-content,
.view-travelling-science-workshop .ui-widget-content .field-content {
    font-size: 15px;
}
#views-exposed-form-travelling-science-workshop-block-2 .form-item-field-ma-ste-standards-tid,
#views-exposed-form-travelling-science-workshop-block-1 .form-item-field-ma-ste-standards-tid {

background: none;
width:180px;
max-width:100%;
	/*border: none;

	width: auto;*/
}
#edit-field-ma-ste-standards-tid-wrapper label {
    color: #000;
   /*font-style: italic;*/
    font-weight: 400;
	margin-bottom: 3px;
}
#ma-ste {
	background-color: transparent;
	background-image: url("/sites/all/themes/nexus/images/svg_images/archive-down-arrow.svg");
	background-position: 92% center;
	background-repeat: no-repeat;
	border-radius: 0;
	color: #d64404;
	font-size: 16px;
	margin: 0;
	padding-right: 30px;
	text-overflow: ellipsis;
	width: 165px;
}
select#edit-field-ma-ste-standards-tid {
	border-top: medium none;
    color: #d64404;
	cursor: pointer;
    left: auto;
    position: absolute;
    right: 0;
    width: 165px;
    z-index: 1;
}
.views-field-field-grades,
.views-field-field-workshop-length,
.views-field-field-materials-fee,
.views-field-field-ma-ste-standards{
	 margin-bottom: 5px;
}
/*--new--style--*/
#views-exposed-form-travelling-science-workshop-block-2,
#views-exposed-form-travelling-science-workshop-block-1{
  position:relative;
}
#views-exposed-form-travelling-science-workshop-block-2 #edit-field-ma-ste-standards-tid-wrapper,
#views-exposed-form-travelling-science-workshop-block-1 #edit-field-ma-ste-standards-tid-wrapper {
	float: left;
	margin-top:18px;
	padding: 0;
	position: relative;
	width:181px;
}
#views-exposed-form-travelling-science-workshop-block-2 fieldset,
#views-exposed-form-travelling-science-workshop-block-1 fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
    top: 0;
}
#views-exposed-form-travelling-science-workshop-block-2 fieldset .fieldset-title,
#views-exposed-form-travelling-science-workshop-block-1 fieldset .fieldset-title {
    display: block;
}
/*ma-ste-standards--*/
#edit-field-ma-ste-standards-tid-wrapper .fieldset-legend {
 background-image: url("/sites/all/themes/nexus/images/svg_images/archive-down-arrow.svg") !important;
    background-position:93% center !important;
	  border:none;
    font-size: 14px;
     height: 38px !important;
    padding:4px 0 0 10px !important;
    z-index: 999;
}

#views-exposed-form-travelling-science-workshop-block-2 fieldset .fieldset-wrapper,
#views-exposed-form-travelling-science-workshop-block-1 fieldset .fieldset-wrapper {
     background: #fff none repeat scroll 0 0;
    border:1px solid #d1d1d0;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 37px;
    left: -1px;
    width: 180px;
    z-index: 999;
    height: 300px;
    overflow-y:auto !important;
}
#edit-field-ma-ste-standards-tid-wrapper  fieldset legend,
#edit-field-grades-tid-wrapper fieldset legend{
    background: transparent none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0 !important;
    display: block;
    height: auto !important;
    position: relative !important;
    text-shadow: none;
	top:0px;
	height:40px;
	left:0;
}
#edit-field-ma-ste-standards-tid-wrapper .fieldset-legend a,
#edit-field-grades-tid-wrapper .fieldset-legend a  {
    color: #d64404;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	width:100%;
	padding:0;
}
#edit-field-ma-ste-standards-tid-wrapper  .form-type-select{
/*	height:auto;
	min-height:40px;*/
	overflow:visible;
}
#views-exposed-form-travelling-science-workshop-block-2 fieldset .fieldset-wrapper .fieldset-description,
#views-exposed-form-travelling-science-workshop-block-1 fieldset .fieldset-wrapper .fieldset-description{
	margin:0px;
}
/*grades--*/
#edit-field-grades-tid-wrapper {
    /*float: right;*/
    margin-right: 10px;
    padding: 0;
	width:181px !important;
	margin-top:18px;
}
#edit-field-grades-tid-wrapper .fieldset-legend{
	 background: rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/archive-down-arrow.svg") no-repeat scroll 93% center !important;
    padding-left: 10px !important;
	 height:38px !important;
	  padding-top:4px;
}
#edit-field-grades-tid-wrapper .form-type-select{
/*	height:auto !important;*/
	width:100%;
	background:none;
/*	min-height:40px;*/
	overflow:visible;
}
.form-checkboxes{
}
.form-checkboxes .bef-toggle {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}
.form-checkboxes .option {
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    text-transform: uppercase;
	cursor:pointer;
	padding-left:5px;
}
.form-checkboxes .option:hover{
	color:#d64404;
}
.form-checkboxes .form-type-bef-checkbox {
    margin-bottom: 5px !important;
}
/*-aaply-btn--*/
.view-travelling-science-workshop .apply{
	background-color: #d64404;
    background-image: none;
    border: 1px solid #d64404;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: right;
    font-family: lato !important;
    line-height: 12px;
    padding: 5px 15px 7px;
}
.view-travelling-science-workshop .apply:hover{
	background-color:transparent;
	background-image:none;
    border-radius: 0px;
    box-shadow:none;
    cursor: pointer;
	 color: #d64404;
}

	/*---custom-chack-box--------*/
.view-travelling-science-workshop [type="checkbox"]:not(:checked),
.view-travelling-science-workshop [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.view-travelling-science-workshop [type="checkbox"]:not(:checked) + label,
.view-travelling-science-workshop [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.view-travelling-science-workshop [type="checkbox"]:not(:checked) + label:before,
.view-travelling-science-workshop [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top:1px;
  width: 15px;
  height: 15px;
  border: 1px solid  #d1d1d0;
  background: #f8f8f8;
  border-radius: 0px;
}
.view-travelling-science-workshop [type="checkbox"]:not(:checked) + label:after,
.view-travelling-science-workshop [type="checkbox"]:checked + label:after {
  /*content:'\002714';*/
  content:url("images/check-mark.svg");
  position: absolute;
  top: 2px; left: 2px;
  font-size: 16px;
  line-height: 0.8;
  color: #d64404;
  transition: all .2s;
}
.view-travelling-science-workshop [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.view-travelling-science-workshop [type="checkbox"]:checked + label:after {
  opacity: 1;
   -moz-transform:scale(0.78);
  -webkit-transform: scale(0.78);
  -o-transform: scale(0.78);
  -ms-transform: scale(0.78);
  transform: scale(0.78);
}
.view-travelling-science-workshop [type="checkbox"]:checked:focus + label:before,
.view-travelling-science-workshop [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #d64404;
}
.view-travelling-science-workshop label:hover:before {
  border: 1px solid #d64404 !important;
}
/*----------------------*/
.workshop h2 {
	float: left;
	margin-top: 30px;
}
.panels-flexible-region-last .pane-block-11{
	    margin-bottom: 35px;
}
.panels-flexible-region-last .pane-block-11/*, .panels-flexible-region-last .pane-block-12*/ {
    border-bottom: 1px solid #d1d1d0;
    padding-bottom: 15px;
}

.panels-flexible-4 .pane-node-body .field-type-text-with-summary {
   /* border-bottom: 1px solid #d1d1d0;*/
}
.sidebar_left #block-menu-block-2 h2{
	background-color:#731a6e;}
	.sidebar_left #block-menu-block-2 ul.menu li a.active, .sidebar_left  #block-menu-block-2 ul.menu li a:hover{
		color:#731a6e;
}
.sidebar_left #block-menu-block-4 ul.menu li a.active, .sidebar_left #block-menu-block-4 ul.menu li a:hover{
	color:#63ab31;

}
/*================================================
                 Education
	     play-matters-blogs-page
================================================== */
.region-header #block-block-14 h1, .region-header #block-block-15 h1, .blog-category-type p {
	background-image: url("images/play-matter-blog-bg.png");
	background-color: #4d8fc7;
	background-position: center center;
	color: #fff;
	display: block;
	font-size: 38px;
	font-weight: 700;
	/*line-height: 22px;*/
  line-height: 1.2;
	margin-bottom: 30px;
	/*padding: 45px 15px 20px;*/
  padding: 45px 20px;
	text-align: center;

	width: 100%;
	/*min-height: 120px;*/
}

.blog-category-type h1 a, .blog-category-type h1 a:hover, .blog-category-type h1 a:focus
{
color: #fff;
}
/*--sidebar--*/
#sidebar .content p, .panels-flexible-region-11-right .pane-content {
	font-style: italic;
	text-align: center;
}
#sidebar .register-link p, .panels-flexible-region-11-right .register-link p {
	font-style: normal;
}
#sidebar #block-views-our-blog-block-3, .panels-flexible-region-11-right .pane-views-our-blog-block-3 {
	background-color: #549d22;
	margin-bottom: 35px;
}
#sidebar #block-views-our-blog-block-3 h2, .panels-flexible-region-11-right .pane-views-our-blog-block-3 h2 {
	background-image: url("/sites/all/themes/nexus/images/svg_images/blog contributor header.svg");
	background-color: #549d22;
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	min-height: 70px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
}
#sidebar #block-views-our-blog-block-3 .field-content a, .panels-flexible-region-11-right .pane-views-our-blog-block-3 .field-content a {
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;

}
#sidebar #block-views-our-blog-block-3 .field-content a.active, .panels-flexible-region-11-right .pane-views-our-blog-block-3 .field-content a.active {
	font-weight: bold;
}
#sidebar #block-views-cloud-tag-block h2, .panels-flexible-region-last .pane-views-cloud-tag-block h2 {
	background-image: url("/sites/all/themes/nexus/images/svg_images/blog tags.svg");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: auto auto 15px;
    min-height: 57px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 219px;
}
#sidebar #block-views-cloud-tag-block .field-content, .panels-flexible-region-last .pane-views-cloud-tag-block .pane-content {
	text-align: center;
}
#sidebar #block-views-cloud-tag-block a, .panels-flexible-region-last .pane-views-cloud-tag-block a {
	color: #747474;
/*
	font-size: 16px;
*/
	font-style: normal;
}
ul.tag-cloud a:hover {
    color: #d64404 !important;
}
#sidebar #block-views-cloud-tag-block a:hover {
    color: #d64404 !important;
}
/*
a.large-tag2 {
	font-size: 30px !important;
}
a.large-tag1 {
	font-size: 18px !important;
}
*/
/*
#block-views-cloud-tag-block .level1 a
{
font-size: 1em;
}
*/
#sidebar #block-views-our-blog-block-5 #ctools-jump-menu, .panels-flexible-region-last .pane-views-our-blog-block-5 #ctools-jump-menu {
	margin: auto;
	max-width: 100%;
	width: auto;
}
#sidebar .form-type-select.form-item-jump,
.panels-flexible-region-11-right .form-type-select.form-item-jump {
    float: none;
    margin: auto;
}
/*--main-containt--*/

body:not(.page-blog-author):not(.node-type-blog) #primary .view-our-blog .views-row {
  border-bottom:1px solid #d1d1d0 !important;
  margin-bottom: 30px !important;
  overflow: hidden;
  padding-bottom: 25px !important;
}
#primary .view-our-blog .bolg-image {
	float: left;
	margin-right: 25px;
}
#primary .view-our-blog .blog-content {
	overflow: auto;
/*	width:49%;*/
}
#primary .view-our-blog .views-row .blog-title a {
	color: #d7490e;
	font-size: 22px;
	font-weight: 400;

}
#primary .view-our-blog .views-row .blog-auther {
	color: #000;
	font-size: 17px;
	font-style: italic;

}
#primary .view-our-blog .views-row .blog-time {
	color: #4d8fc7;
}
#primary .view-our-blog .views-row .blog-tages a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}
#primary .view-our-blog .views-row .blog-body p {
	margin-bottom: 5px;
}
#primary .view-our-blog .views-row .blog-tages p{
	margin:0;
}

#primary .view-our-blog .content-area h2, #primary .view-our-blog .blog-title,
.page-brain-building-blog #primary .views-row .content-area h2,
.page-brain-building-blog #primary .views-row .blog-title,
.page-grandparent-discoveries-blog #primary .views-row .content-area h2,
.page-grandparent-discoveries-blog #primary .views-row .blog-title {
	margin: 0px;
}
/*--author-page--*/
.page-blog-author .view-our-blog .field-content > h2 {
	border-bottom: 1px solid #d1d1d0;
	margin-bottom: 40px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.page-blog-author #primary .view-our-blog .blog {
	border-bottom: 1px solid #d1d1d0 !important;
	margin-bottom: 35px !important;
	overflow: hidden;
	padding-bottom: 35px !important;
}

.node-type-blog  .view-our-blog .blog-tag a {
    color: #000;
    font-size: 12px;
    overflow: auto;
    text-transform: uppercase;
}
.node-type-blog .view-our-blog.view-display-id-block_7 {
    margin-bottom: 10px;
}

/*================================================
                 Education
	    individual-page and individual-page
================================================== */

.panels-flexible-11 {
  padding-top: 25px;
}
.node-type-blog .panels-flexible-row-11-main-row-inside {
  padding-left: 15px;
  padding-right: 15px;
}
.panels-flexible-11 .panels-flexible-region-inside {
	padding: 0px;
}
.panels-flexible-region-11-left {
	width: 75%;
	float: left;
	padding: 0 15px !important;
}
.panels-flexible-region-11-right {
	width: 25%;
	float: left;
	padding: 0 15px !important;
}
.panels-flexible-region-11-left .panel-separator {
	margin: 0px;
}
.panels-flexible-region-11-left .pane-node-title a {
	color: #d7490e;
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 5px;

}
.panels-flexible-region-11-left .pane-node-author {
	color: #000;
	font-size: 19px;
	font-style: italic;

}
.panels-flexible-region-11-left .pane-node-created {
	color: #4d8fc7;
}
.panels-flexible-region-11-left .pane-node-field-play-matter-blog-tags, .panels-flexible-region-11-left .pane-node-field-brain-building-blog-tags, .pane-node-field-grandparent-discoveries-blog-tags {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
.panels-flexible-region-11-left .pane-node-field-play-matter-blog-tags a, .panels-flexible-region-11-left .field-name-field--play-matter-blog-tags .field-item, .panels-flexible-region-11-left .field-name-field-brain--building-blog-tags .field-item, .panels-flexible-region-11-left .field-name-field-grandparent--discoveries-blog-tags .field-item {
	color: #000;
	float: left;
	font-size: 12px;
	overflow: auto;
	padding-right: 5px;
	text-transform: uppercase;
}
.panels-flexible-region-11-left .pane-node-body {
	border-bottom: 1px solid #d1d1d0;
	margin: 25px 0;
}
.panels-flexible-region-11-left .view-our-blog .views-field-field-headshot, #primary .view-our-blog .views-field-field-headshot {
	float: left;
	margin-right: 25px;
}
.panels-flexible-region-11-left .view-our-blog .views-field-field-first-name .field-content, .panels-flexible-region-11-left .view-our-blog .views-field-field-last-name .field-content, #primary .view-our-blog .views-field-field-first-name .field-content, #primary .view-our-blog .views-field-field-last-name .field-content {
	color: #4d8fc7;
	font-size: 19px;
	font-weight: 700;
	text-transform:capitalize;
}
#primary .pane-views-our-blog-block-6 .views-field-field-first-name .field-content,
#primary .pane-views-our-blog-block-6 .views-field-field-last-name .field-content {
    color: #000 !important;
    font-size: 19px !important;
    font-style: italic;
    font-weight: 400 !important;
}
.panels-flexible-region-11-left .view-our-blog .views-field-field-biography p, #primary .view-our-blog .views-field-field-biography p {
	font-size: 16px;
	font-weight: 300;
}
.panels-flexible-region-11-left .pane-facebook-comments-facebook-comments .pane-title {
	border-bottom: 1px solid #d1d1d0;
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 18px;
}
.pane-facebook-comments-facebook-comments iframe {
  height: 100% !important;
}
/*--fb-comment-box--*/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
	width: 100% !important;
}
.page-blog-auther #primary .field-content > h2 {
	border-bottom: 1px solid #d1d1d0;
	font-weight: 400;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.page-blog-auther #primary .blog {
	border-bottom: 1px solid #d1d1d0;
	overflow: hidden;
	padding: 25px 0;
}
/*================================================
                  Visit-page
================================================== */

/*--plan-your-visit--*/
.sidebar_left #block-menu-block-3 h2 {
	background-color: #3ba0be;
}
.sidebar_left #block-menu-block-3 ul.menu li a.active, .sidebar_left #block-menu-block-3 ul.menu li a:hover {
	color: #3ba0be;
}
ul.quicktabs-tabs.quicktabs-style-basic {
	height: auto;
}
ul.quicktabs-tabs li {
	display: inline-block;
	height: 60px;
	background-color: #aaaaaa;
	border: medium none !important;
	padding:0 !important;
	margin: 0 5px 0 0;
}

ul.quicktabs-tabs.quicktabs-style-basic a {
	font: 400 16px/19px lato !important;
	color: #fff;
	padding: 20px 10px;
	display: block;
}
/*
ul.quicktabs-tabs.quicktabs-style-basic a {
display: table-cell;
    max-width: 132px;
    padding: 0;
    text-align: center;
    white-space: normal;
	font: 400 16px/19px lato !important;
}*/
ul.quicktabs-tabs.quicktabs-style-basic li.active, ul.quicktabs-tabs.quicktabs-style-basic li:hover {
	border: none !important;
	background-color: #e7572f;
}
ul.quicktabs-tabs.quicktabs-style-basic li.active a, ul.quicktabs-tabs.quicktabs-style-basic li:hover a {
	background-color: #e7572f;
	color: #fff !important;
	border: medium none !important;
}
/*--hour&admition--*/
ul.quicktabs-tabs.quicktabs-style-basic .panels-flexible-row-12-1.panels-flexible-row-first {
	padding: 0px;
}
.quicktabs_main.quicktabs-style-basic {
	padding:25px 13px 10px;
}
.panels-flexible-region-12-left {
	padding: 0 15px !important;
	border-right: 1px solid #d1d1d0;
}
.panels-flexible-region-12-center {
	padding: 0 15px !important;
}
#quicktabs-plan_your_visit .pane-content > h1 {
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0 15px;
}
#quicktabs-plan_your_visit .panels-flexible-region-12-center {
    padding: 0 6px 0 15px !important;
}
#quicktabs-plan_your_visit h2, #quicktabs-plan_your_visit .hour-title {
	background-color: #2173b9;
	padding: 12px 15px;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}
#quicktabs-plan_your_visit .hour-title h2 {
	padding: 0;
	margin: 0;
}
#quicktabs-plan_your_visit .hour-title p {
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	margin: 0px;
	font-style: normal !important;
	padding:0 !important;
}
#quicktabs-plan_your_visit #quicktabs-container-plan_your_visit #mini-panel-plan_your_visit .pane-content p {
	font-size: 17px;
	/*font-style: italic;*/
	margin: 4px 0;
	padding:0 15px;

}
#quicktabs-plan_your_visit #mini-panel-plan_your_visit .panels-flexible-region-first .pane-content p strong {
	background: #d3d2d2 none repeat scroll 0 0;
	color: #000;
	display: block;
	font-style: normal;
	/*margin: 25px 0 5px;*/
	margin: 25px -15px 5px;
	padding: 10px 15px;
}
#quicktabs-plan_your_visit .panels-flexible-region-12-left.panels-flexible-region-first a {
	font-style: italic !important
}
#quicktabs-plan_your_visit .pane-content a {
	font-style: normal;
}
#quicktabs-plan_your_visit .views-more-link > a {
	 background-image: url("/sites/all/themes/nexus/images/svg_images/ways to save button.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 49px;
    margin: 20px 0;
    padding: 13px 15px;
    text-align: center;
    text-transform: uppercase;
    width:155px;
}
#quicktabs-plan_your_visit .views-more-link > a:hover {
	background-position: 0 -99.8px;
}
#quicktabs-plan_your_visit .panels-flexible-region-inside-last figure.image {
	position: relative;
	text-align: center;
	line-height:0;
	margin-bottom: 15px;
}

#quicktabs-plan_your_visit .panels-flexible-region-inside-last figure.image::after {
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.46, rgba(0, 0, 0, 0.5)),  color-stop(1, rgba(0, 0, 0, 0))  );
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0,0) 50%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 50%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 10%, rgb(0, 0, 0, 0) 50%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 50%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0,0) 50%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}
#quicktabs-plan_your_visit .panels-flexible-region-inside-last figure.image br {
	display: none;
}
#quicktabs-plan_your_visit .panels-flexible-region-inside-last figure.image figcaption {
	bottom: 12px;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	position: absolute;
	text-align: center;
	width: 100%;
	  z-index: 99;
	   line-height: 26px;
}
#quicktabs-plan_your_visit .panels-flexible-region-inside-last figure.image img {
	width: 100%;
	max-height:200px;
}
#quicktabs-plan_your_visit .panels-flexible-region-inside-last .museum-open-time {
	margin-bottom: 15px;
	margin-top: 10px;
}
#quicktabs-plan_your_visit .panels-flexible-region-inside-last .museum-open-time p {
	font-style: normal !important;
}
/*--tips&visit--*/
.panels-flexible-row-13-main-row.panels-flexible-row-last,
.panels-flexible-row-16-main-row.panels-flexible-row-last{
	padding: 0 15px;
}
#mini-panel-tips_for_visiting h1,
#mini-panel-tips_for_visiting_covid h1{
	padding: 0 !important;
}
#mini-panel-tips_for_visiting .pane-content > p,
#mini-panel-tips_for_visiting_covid .pane-content > p{
	padding-left: 15px;
}
.panels-flexible-region-first, .panels-flexible-region-last, #block-panels-mini-getting-here-and-parking .panels-flexible-row-last, #mini-panel-holiday_and_vacation_week_hours .panels-flexible-row-last {
	padding: 0 15px;
}
.panels-flexible-13 .panels-flexible-region-inside-first,
.panels-flexible-16 .panels-flexible-region-inside-first{
	padding-right: 30px;
}
.panels-flexible-13 .panels-flexible-region-inside-last,
.panels-flexible-16 .panels-flexible-region-inside-last{
	padding-left: 30px;
}
/*--Getting here & parking--*/
#mini-panel-getting_here_and_parking .address {
	font-size: 18px;
	font-weight: 700;
	color:#000;
}
#mini-panel-getting_here_and_parking .pane-content {
	padding-left: 15px;
}
#mini-panel-getting_here_and_parking .pane-content h1 {
	padding: 0 15px !important;

}
#mini-panel-getting_here_and_parking .map-img {
	position: relative;
	padding-left: 32px;
}
#mini-panel-getting_here_and_parking .map-img img {
	height: 32px;
	left: 1px;
	position: absolute;
	top: -5px;
	width: 25px;
}
/*--Holiday & vacation week hours--*/
#mini-panel-holiday_and_vacation_week_hours .panels-flexible-row-first p {
	margin: 0;
	padding: 0 15px;
}
#mini-panel-holiday_and_vacation_week_hours .panels-flexible-region-inside-first {
	padding-right: 30px;
	padding-bottom: 15px;
}
#mini-panel-holiday_and_vacation_week_hours .panels-flexible-region-inside-last {
	padding-left: 30px;
		padding-bottom: 15px;
}
#mini-panel-holiday_and_vacation_week_hours .pane-content p {
	padding-left: 15px;
	margin: 0;
}
#mini-panel-holiday_and_vacation_week_hours .pane-content strong {
	display: block;
	font-weight: bold;
	margin-top: 20px !important;
}
#mini-panel-holiday_and_vacation_week_hours .pane-content strong span {
	font-size: 18px !important;
}
#mini-panel-holiday_and_vacation_week_hours .pane-content h4 {
	color: #2173b9;
	font-size: 17px;
	font-style: italic;
	padding-left: 15px;
}
/*================================================
                 Exhibit-landing
================================================== */
#page-node-42 .node-type-exhibit #main-content {
	padding:0 !important;
}
/*--exhibit-section--*/
.exhibit-section .panels-flexible-row-first {
	overflow: hidden;
}
.exhibit-section .panels-flexible-row-first p {
	font-size: 40px !important;
	font-weight: 700 !important;
	height: 568px;
	padding-top: 503px;
	width: 835px;
}
.exhibit-section .panels-flexible-row-7-main-row-inside .panels-flexible-region {
	width: 33.33%;
	padding: 0 15px !important;
	text-align: center;
}
.exhibit-section .panels-flexible-row-7-main-row-inside .panels-flexible-region .inside {
	padding: 0px !important;
}
.exhibit-section .panels-flexible-row-7-main-row-inside .panels-flexible-region p {
	margin: 0px;
  text-align: left;
}
.exhibit-section .pane-content figure.image figcaption a {
	color: #d94218;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	margin: 10px 0;
	letter-spacing: 0.5px;
  display: block;
}
.exhibit-section .pane-content figure.image figcaption a i {
  font-style: italic;
}
.exhibit-section .pane-content figure.image br {
	display: none;
}
.exhibit-section .pane-block-2 .pane-content figure.image img {
	margin-top: 10px;
}
.exhibit-section .pane-block-29 .pane-content figcaption {
	margin-left: auto !important;
	margin-right: auto !important;
}
.exhibit-section .pane-content > p {
	font-size: 17px;
/*
	font-weight: 300;
*/
	text-align: center;
}
.exhibit-section .pane-content > p > a {
	background-color: #e7572f;
	color: #fff;
	display: block;
	font-weight: 700;
	margin: auto;
	padding: 8px 10px;
	text-transform: uppercase;
	width: 220px;
  text-align: center;
}
.exhibit-section .pane-content > p > a:hover {
	background-color: #cd411b;
}

/*--teacher-section--*/
.teacher-section {
	background-color: #731a6d;
	padding: 32px 0;
	text-align: center;
	margin: 30px 0;
}
.teacher-section p {
	margin: 0px;
}
.teacher-section a {
	color: #fff;
/*
	display: block;
*/
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 15px;
}
.exhibit-section .panels-flexible-row-7-main-row-inside .panels-flexible-region {
  width: 50%;
  display: inline-block;
}
.exhibit-section .panels-flexible-row-7-main-row-inside .panels-flexible-region .pane-block-50 img {
  width: 97px !important;
  height: auto !important;
  max-width: 100% !important;
}
.exhibit-section .panels-flexible-row-7-main-row-inside .panels-flexible-region.panels-flexible-region-first {
	float: left;
}
.exhibit-section .panels-flexible-row-7-main-row-inside .panels-flexible-region.panels-flexible-region-last {
	float: right;
}

/*--chindren-section--*/
.children-section {
	/* old
	background-image: url("images/exibit-yellow-bg.jpg");*/
	background-image: url("images/exibit-yellow.jpg");
	background-repeat:repeat-x;
  padding-bottom: 35px;
}
.node-type-exhibit #wood-block .view-header h2 i,
.children-section .view-header h2 i {
  font-style: italic;
}
.children-section .view-header h2, .science-section .view-header h2, .node-type-exhibit #wood-block .view-header h2 {
	color: #248faf;
	font-size: 33px;
	margin-bottom: 30px;
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
	line-height: 34px;
	padding: 0 15px;
}
.view-exhibit td, .page-node-42 .view-exhibit .view-content .views-row {
	 float: left !important;
    margin: 0 0 10px !important;
    padding: 0 18px !important;
    width: 25%;
}
.view-exhibit td .field-content img,  .page-node-42  .view-exhibit .view-content .views-row .field-content img{
	width: 100%;
	height: auto !important;
}
.view-exhibit td .field-content > a, .page-node-42 .view-exhibit .view-content .views-row .field-content > a {
	color: #000;
	display:block;
	min-height:45px;
	}
.view-exhibit td blockquote, .view-exhibit .view-content .views-row blockquote {
	display: none;
}

/*--science-section--*/
.science-section {
	/* old
	background-image: url("images/exibit-orang-bg.jpg");*/
	background-image: url("images/exibit-orang.jpg");
	background-repeat:repeat-x;
	   padding-bottom: 35px;
}
/*--wood-block---*/
.page-node-42 #wood-block {
	/* old
	background-image: url("images/exibit-green-bg.jpg");*/
	background-image: url("images/exibit-green.jpg");
	background-repeat:repeat-x;
	   padding-bottom: 35px;
}
.page-node-42 #wood-block.view-content {
    border-top:none;
    padding-top: 0px;
}
.page-node-42.node-type-exhibit .view-id-exhibit .views-row:last-child {
    border-bottom:none;
}
.page-node-42 #wood-block #block-views-mission-philosophy-block-6{
	display:none;
}
/*================================================
                 Exhibit-landing
				 individual-page
================================================== */
.node-type-exhibit .content-area .pane-node-title h2 {
	border-bottom: 5px solid #dae7fd;
	float: left;
	margin: 15px 0;
	padding-bottom: 15px;
	width: 100%;
}
.node-type-exhibit .panel-pane .view-id-exhibit .view-header h2 {
	border-bottom: 1px solid #d1d1d0;
	margin-bottom: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top:40px;
}
.node-type-exhibit .view-id-exhibit .views-field-field-exhibit-image {
	float: left;
/*margin-right: 4%;*/
  padding-right: 30px;
	width: 50%;
}
.node-type-exhibit .view-id-exhibit .views-field-field-heading {
	width: 50%;
	float: left;
}
.node-type-exhibit .view-id-exhibit .views-field-field-heading .field-content {
	color: #d94218;
	font-size: 24px;
	margin-bottom: 5px;
	line-height:normal;
}
.node-type-exhibit .view-id-exhibit .views-field-field-summary-text .field-content {
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
.node-type-exhibit .view-id-exhibit .views-field-field-summary-text {
	width: 50%;
	float: left;
}
.node-type-exhibit .view-id-exhibit .views-row {
	margin: 30px 0 0;
	overflow: hidden;
	padding-bottom: 25px;
}
.node-type-exhibit .view-id-exhibit .views-row:last-child {
   border-bottom: 0 none;
    padding: 0;
}
/* ================================================
                   Education
				  calender-page
==================================================*/

#content-wrap {
	float: left;
}
#content > div {
	float: left;
	width: 100%;
}
#block-block-30 {
	float: left;
	margin: 0px;
}
#block-views-exp-calender-page-3, #block-views-exp-calender-page-2, #block-views-exp-calender-page-1,
#block-views-exp-calender-page-4,#block-views-exp-calender-page-5 {
	float: right;
	padding: 0;
	margin: 0 0 0 15px;
}
/*--top-region--*/
.region-content-top {
	margin-bottom: 0;
}
/*--event-buttton--*/
#block-block-30 a#mybutton button {
	background: #bdbcbc none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-family: lato !important;
	font-size: 18px;
	font-weight: 400 !important;
	letter-spacing: 1px;
	padding: 9px 22px;
	text-shadow: none;
}
#block-block-30 a#mybutton.active button,  #block-block-30 a#mybutton:hover button,  #block-block-30 a#mybutton.active button,  #block-block-30 a.week button,  #block-block-30 a.day button {
	background: #e7572f none repeat scroll 0 0;
}
/*--event--*/
#block-views-exp-calender-page-3 .views-exposed-form .views-exposed-widget, #block-views-exp-calender-page-4.views-exposed-form .views-exposed-widget {
	padding: 0;
	margin: 0px;
}
#views-exposed-form-calender-page-3 #edit-submit-calender {
	opacity: 0;
}
#views-exposed-form-calender-page-3 .views-exposed-widgets {
	margin: 0px;
}
/*--calender-search--*/
#block-views-exp-calender-page-2 .views-exposed-form .views-exposed-widget, #block-views-exp-calender-page-4 .views-exposed-widgets {
	margin: 0;
	padding: 0px;
}
#block-views-exp-calender-page-4 {
    max-width: 100%;
    width: 210px;}
#block-views-exp-calender-page-4  .views-submit-button{
	right:16px;
}
/*---content-wrap--*/
#primary .view-calender .view-header .date-nav-wrapper .date-nav {
	line-height: 32px;
	margin: 15px 0 40px ;
	padding-bottom: 15px;
    border: none;
}
#primary .view-calender .view-header .date-nav-wrapper .date-heading {
	opacity: 1;
}
#primary .view-calender .date-nav-wrapper .date-heading {
	opacity: 0;
}
#primary .view-calender .view-header .date-nav-wrapper .date-nav h3 {
	color: #2173b9;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;

	text-align: left !important;
}
#primary .view-calender .date-nav-wrapper .date-next, #primary .view-calender .date-nav-wrapper .date-prev {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	float: left;
	padding: 0;
}
/*--for-head-pager--*/
#primary .view-calender .view-header .date-nav-wrapper .date-prev {
	right: 110px !important;
	left: auto !important;
}
#primary .view-calender .view-header .date-nav-wrapper .date-next {
	right: 0 !important;
	left: auto !important;
}
/*--for-bottom-pager--*/
#primary .view-calender .date-nav-wrapper .date-prev {
	left: 0 !important;
	right: auto !important;
}
#primary .view-calender .date-nav-wrapper .date-next {
	left: 140px !important;
	right: auto !important;
}
#primary .view-calender .date-nav-wrapper ul.pager a {
	border: medium none;
	border-radius: 0;
	color: #828282 !important;
	display: inline-block;
	float: left;
	font-family: lato !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	padding: 0;
	text-transform: uppercase;
	background-color: transparent;
}
#primary .view-calender .date-nav-wrapper ul.pager a:hover, #primary .view-calender .date-nav-wrapper ul.pager a:focus {
	background-color: transparent;
	color: #d64404 !important;
}
/* ================================================
                  calender-page
				 day-page-content
==================================================*/
#primary .view-calender .views-row .event-auther-image {
	float: left;
	margin-right: 25px;
}
#primary .view-calender .views-row .event-content {
	overflow: auto;
}
#primary .view-calender .views-row {
	border-bottom: 1px solid #d1d1d0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: visible;
}
#primary .view-calender .views-row .event-title > h3 {
	font-size: 17px;
	text-transform: uppercase;
}
#primary .view-calender .views-row .event-title h3 a {
	color: #000;
}
#primary .view-calender .views-row .event-date {
	color: #2173b9;
	font-size: 22px;
	font-style: italic;
}
#primary .view-calender .views-row .date-display-single {
	float: left;
}
.date-display-range {
    display: inline;
}
#primary .view-calender .views-row .event-speaker, #primary .view-calender .views-row .speaker {
	clear: both;
	display: block;
	padding-top: 5px;
}
#primary .view-calender .views-row .event-location {
	margin: 5px 0;
}
#primary .view-calender .views-row .event-location p {
	margin: 0;
}
#primary .view-calender .views-row .event-location .field-label {
	font-style: italic;
	font-weight: 400 !important;
}
#primary .view-calender .views-row .event-location .premise {
	float: left;
	margin-right: 5px;
}
#primary .view-calender .views-row .event-sub p {
	margin-bottom: 5px;
	padding-bottom: 0;
}
#primary .view-calender .views-row .event-cost p {
	font-size: 17px;
	font-style: italic;
	margin-bottom: 1px;
}
#primary .view-calender .views-row .closed-event .learn-more {
  display: none;
}
#primary .view-calender .views-row .learn-more > a {
	display: block;
	margin-top: 14px;
	text-transform: uppercase;
}
/*--side-bar--*/
.sidebar_left #block-views-calender-block-1 .view-calender .view-header {
	background-color: #2173b9;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}
.sidebar_left #block-views-calender-block-1 .view-calender .view-header h1 {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.sidebar_left .view-calender.view-display-id-block_1 .view-content {
	background-color: #d7f8f9;
	border: medium none;
	padding: 0;
}
.sidebar_left .view-calender .views-row .views-field {
	border-bottom: 2px solid #fff;
	padding: 10px 15px 15px;
	text-align: center;
}
.sidebar_left .view-calender .views-row .views-field span.views-label {
	color: #2173b9;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
  font-style: normal;
}
.sidebar_left .view-calender .views-row .views-field span.views-label i {
  font-style: italic;
}
.sidebar_left .view-calender .views-row .field-content a span.views-label:hover {
  color: #000;
}
.sidebar_left .view-calender .views-row .views-field .field-content {
	font-style: italic;
}
/*--side-bar-calender--*/
.sidebar_left .view-calender .date-nav-wrapper {
	margin: 0px;
}
.sidebar_left .view-calender .date-nav-wrapper .date-nav {
	margin: 0;
	padding: 0;
}
.sidebar_left .view-calender .view-header {
	background-color: #3ba0be;
	min-height: 40px;
}
.sidebar_left .view-calender .date-heading a {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
.sidebar_left .view-calender .date-nav-wrapper .date-prev, .sidebar_left .view-calender .date-nav-wrapper .date-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0 !important;
}
.sidebar_left .view-calender .date-nav-wrapper .date-prev a, .sidebar_left .view-calender .date-nav-wrapper .date-next a {
	background-color: transparent;
	background-repeat: no-repeat;
	border: medium none;
	color: transparent;
	margin: 0;
	padding: 9px 20px;
	border-radius: 0;
}
.sidebar_left .view-calender .date-nav-wrapper .date-prev a {
	background-image: url("images/prev.png");
	background-position: 8px 15px;
}
.sidebar_left .view-calender .date-nav-wrapper .date-next a {
	background-image: url("images/next.png");
	background-position: 27px 15px;
}
.sidebar_left .view-calender .view-content {
	background-color: #fff;
	border-color: #d1d1d0;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 6px 8px 8px;
	margin-bottom: 28px;
}
.calendar-calendar th.days {
	background-color: transparent;
	border: 1px solid transparent;
	color: #494949;
	font-weight: 400;
	font-size: 14px;
}
.calendar-calendar td {
	border: medium none;
	color: #494949;
	padding: 3px !important;
	text-align: center;
	font-size: 14px;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today,
.active-week .today-week-day {
	background-color: #3ba0be;
	color: #fff;
}
.calendar-calendar tr td.today a,
.calendar-calendar tr.odd td.today a,
.calendar-calendar tr.even td.today a,
.active-week .today-week-day a {
  color: #fff;
}
.calendar-calendar td {
	background-color: transparent;
}
.calendar-calendar td.has-events .calendar-calendar tr {
	background-color: red;
}
.calendar-calendar table .mini-day-on a {
	text-decoration: none;
}
.calendar-calendar tr.active-week {
	background-color: #c2e5ef;
}
.calendar-calendar tr.today-active-week {
	background-color: #c2e5ef;
}
.calendar-calendar td.active-date {
	background-color: #3ba0be;
}
.calendar-calendar td.active-date a {
	color: #fff;
}
.calendar-calendar table.mini td.empty {
	background: rgba(0, 0, 0, 0) url("images/calender-empty-point.png") no-repeat scroll center center;
	border: medium none;
}
/* ================================================
                     calender-page
				   week-page-content
==================================================*/
#primary .view-calender .first-day-week span.date-display-single {
	display: block;
	float: none !important;
	font-size: 24px;
	margin-bottom: 15px;

}
.page-calendar-week #primary .view-calender .views-row:last-child {
	border-bottom: 1px solid #d1d1d0;
}
.page-calendar-day .closed,
.page-calendar-day .views-field-nothing .default {
  display: none;
}
.page-calendar-day .views-field-nothing .closed.default {
  display: block;
}
.page-calendar-day .closed.default p {
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-calendar-day .closed.default h3 {
  background-color: #2173b9;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.page-calendar-day .views-row-first .open-schedule-header {
  display: block;
}
.page-calendar-day .views-row-1 .open-schedule-header:nth-child(1),
.page-calendar-week .views-row-1 .open-schedule-header:nth-child(1) {
  display: block;
}
.page-calendar-day .open-schedule-header,
.page-calendar-week .open-schedule-header,
.page-calendar-day .close-schedule-header {
  background-color: #2173b9;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
}
.page-calendar-day .open-schedule-header h3,
.page-calendar-day .close-schedule-header h3 {
  color: #fff;
  font-size: 20px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  width: auto;
}
.page-calendar-day .open-schedule-header .open-schedule {
  float: left;
  display: inline-block;
  padding: 10px 15px 10px 0;
  font-style: italic;
  font-size: 18px;
}
.page-calendar-day #primary .view-calender .views-row,
.page-calendar-week #primary .view-calender .views-row {
  overflow: hidden;
}
.page-calendar-day #primary .view-calender .views-row.today-s-hours-row {
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.page-calendar-day #primary .view-calender .view-header .date-nav-wrapper .date-nav {
  margin-bottom: 0;
  border: none;
}
.page-calendar-week #primary .view-calender .view-header .date-nav-wrapper .date-nav {
  margin-bottom: 0;
}
.page-calendar-week .open-schedule-header h2 {
  float: left;
  display: inline-block;
  width: auto;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px 10px 15px;
  margin-bottom: 0;
  text-align: left;
  clear: none;
}
.page-calendar-week #primary .view-calender .views-row.no-events {
  border: none;
  margin-bottom: 0;
}
.page-calendar-week #primary .view-calender .views-row.no-events h3 {
  margin-bottom: 0;
}
.page-calendar-week .open-schedule-header h3 {
  color: #fff;
  font-size: 20px;
  padding: 13px 5px 13px 0;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  width: auto;
  clear: none;
}
.page-calendar-week .open-schedule-header .open-schedule {
  float: left;
  display: inline-block;
  padding: 13px 15px 13px 1px;
  font-style: italic;
  font-size: 18px;
}
.page-calendar-week p.close-schedule  {
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-calendar-week #primary .view-calender .views-row:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
}
.page-calendar-week #primary .view-calender .views-row.views-row-1 {
  border: none;
  padding-top: 0;
}
.page-calendar-week #primary .view-calender .views-row {
  border-bottom: none;
  border-top: 1px solid #d1d1d0;
  margin-top: 20px;
  padding-top: 20px;
}
.page-calendar-week #primary .view-calender .views-row.views-row-2  {
  border-top: none;
  margin-top: 0;
}
.page-calendar-day .views-row,
.page-calendar-week .views-row {
  overflow: hidden;
}
.page-calendar-day .view-empty .date-nav-wrapper .date-nav {
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 15px;
}
.page-calendar-day #primary .view-calender .view-empty .date-nav-wrapper .date-heading {
  opacity: 1;
  display: inline-block;
  float: left;
  width: auto;
}
.page-calendar-day #primary .view-calender .view-empty .date-nav-wrapper .date-prev {
  position: relative;
}
#primary .view-calender .view-empty .date-nav-wrapper .date-next {
  position: relative;
  left: 0 !important;
  margin-left: 35px;
}
.page-calendar-day #primary .view-calender .view-empty .date-nav-wrapper .date-nav h3 {
  color: #2173b9;
  font-size: 32px;
  line-height: 32px;
  text-align: left !important;
}
.page-calendar-day #primary .view-calender .view-empty .pager {
  display: inline-block;
  float: right;
  clear: none;
  margin-top: 5px;
}

.view-display-id-page_1 .views-row.views-row-1,
.view-display-id-page_2 .views-row.views-row-1 {
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.view-display-id-page_1 .view-header,
.view-display-id-page_2 .view-header {
  position: relative;
}
.view-display-id-page_1 .preloads,
.view-display-id-page_2 .preloads {
  position: absolute;
  bottom: 0;
  left: 30%;
  top: 0;
  margin-top: 60px;
}

/*--calender-content
  week/day-inner-page ------*/
.node-type-event .panels-flexible-6 .panel-separator {
	margin: 0;
}
.node-type-event .content-area .panels-flexible-6 .pane-node-title h1 {
	margin: 0 0 15px;
}
.node-type-event #primary .panels-flexible-6 .view-calender .views-row {
	border-bottom: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.node-type-event #primary .panels-flexible-6 .date-display-single {
	display:inline;
	float: left;
}
.node-type-event #primary .panels-flexible-6 .field-name-field-location- .field-label {
	font-style: italic;
	font-weight: 400 !important;
		color: #000;
}
.node-type-event #primary .panels-flexible-6 .field-name-field-address {
	color: #000;
	float:left;
}
.node-type-event #primary .panels-flexible-6 .pane-node-field-cost {
	color: #000;
	font-size: 16px;
	margin: 5px 0;
}
.node-type-event #primary .panels-flexible-6 .pane-node-field-cost .field-label{
	    font-weight:400;
		font-style: italic;
		color: #000;
}
.node-type-event #primary .panels-flexible-6 .view-calender .pane-node-field-location, .node-type-event #primary .panels-flexible-6 .view-calender .pane-node-field-sub-program-details {
	color: #000 !important;
}
.node-type-event #primary .panels-flexible-6 .field-item {
	color: #000;
}
.node-type-event #primary .panels-flexible-6 .views-label-field-registrations-link {
	color: #000;
	float: left;
	margin-right: 3px;
}
.node-type-event #primary .panels-flexible-6 .views-field-field-registrations-link .field-content > a {
	color: #d64404;
}
#flexslider-1 {
    overflow: hidden;
}
.node-type-event .pane-node-field-location .field-name-field-address .premise {
   float: left;
    margin-right: 5px
}
.node-type-event .pane-node-field-location .street-block {
    float: left;
}
.node-type-event .pane-node-field-location{
margin: 3px 0;
}
.node-type-event #primary .panels-flexible-6  .field-name-field-auther-image {
    margin-bottom: 10px;
}
.node-type-event #primary .view-calender .views-row .event-date .date-display-range {
  margin-left: -8px;
}

/*===================================================================================================================
                              tweeter

==================================================================================================================*/
.node-type-event #content-wrap > .page-title,
.node-type-exhibit #content-wrap > .page-title,
.node-type-news #content-wrap > .page-title,
.node-type-page #content-wrap > .page-title,
.node-type-blog #content-wrap > .page-title{
    display: none;
}
.recent-news-title {
    font-weight: 600;
}





.blog-section {
    background-size: auto auto !important;
    display: block !important;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.6s ease 0s !important;
	-webkit-transition: all 0.6s ease 0s !important;
	-moz-transition: all 0.6s ease 0s !important;
	-ms-transition: all 0.6s ease 0s !important;
}
.blog-section.open {
    height: 241px !important;
    padding: 35px 0 !important;
}

blockquote p {
    font-size:17px;
}

.content-area fieldset.collapsible .fieldset-legend{padding-left:0px !important;}
.content-area fieldset.collapsible .fieldset-legend a{
	float: left;
    font-size: 19px;
    line-height: 1.5;
    margin-top: 2px;
    padding-left: 45px;
    text-indent: 0;
	}

.content-area fieldset.collapsible .fieldset-legend a.on {
    color: #d7490e;
}
.field-name-body fieldset {clear:both;}

.view-mission-philosophy a .field-content h3 {
    text-transform: uppercase;
}
#block-views-mission-philosophy-block-6 {
    margin-top: 0px !important;
}
.page-node-40 #footer-block {
    padding: 0 0 55px;
}
.views-field-field-level-1-sponsor-logo .field-items > div, .views-field-field-level2-sponsor-logo .field-items > div {
    display: table-cell;
    text-align: center;
	padding:10px;

}
.views-field-field-level-1-sponsor-logo .field-items, .views-field-field-level2-sponsor-logo .field-items {
    display: table;
    width: 600px;
	max-width:100%;
	margin-bottom:20px;
}

.views-field-field-level-1-sponsor-logo .field-items > div img, .views-field-field-level2-sponsor-logo .field-items > div img {
    height: auto !important;
    margin: 0 !important;
}
.sidebar_left #block-menu-block-4 h2{
background-color: #63ab31;
}

/*********Twitter block*************/

/**********************/
/*
.news-content {
    margin-left: 265px;
}
*/
.country{display:none;}
.event-location > em {
    float: left;
}
.up-body .views-more-link {
    font-weight: 700;
    text-transform: uppercase;
}
.footer-copyright a{color: #fff !important}
.page-play-matters-blog .page-title
{
display: none;
}
.page-blog-author .breadcrumb, .page-play-matters-blog .breadcrumb, .page-play-matter-blog .breadcrumb, .node-type-blog .breadcrumb, .page-brain-building-blog .breadcrumb, .page-grandparent-discoveries-blog .breadcrumb
{
display: none;
}
.my-breadcrumb
{
    background-color: transparent;
    border-radius: 0;
    color: #787878;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 10px 15px;
}
.my-breadcrumb a
{
color: #787878;
}

#block-views-cloud-tag-block-1 h2, .pane-views-cloud-tag-block-1 h2
{
background-image: url("images/inner-pages-shaps.png");
	background-position: 1px -121px;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	min-height: 70px;
	padding-top: 17px;
	text-align: center;
	text-transform: uppercase;
	width: 219px;
}
#block-views-cloud-tag-block-1 a, .pane-views-cloud-tag-block-1 a
{
color: #747474 !important;
   /* font-size: 16px;*/
    font-style: normal;
}
.view-display-id-block_8{text-align: center;}
#block-views-our-blog-block-9 {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.sidebar_left .view-mission-philosophy .views-field-field-button-link-5 a{
background-image: url("/sites/all/themes/nexus/images/svg_images/funding-for-field-trip.svg");
    background-position: 0 0;
    padding: 20px 15px;
    color: #fff;
}
.sidebar_left .view-mission-philosophy .views-field-field-button-link-5 a:hover{
	background-position: 0 -87.99px;
}
.sidebar_left .view-mission-philosophy .field-name-field-button-link a, .sidebar_left .view-mission-philosophy .views-field-field-button-link-5 a{
background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 79px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-top: -12px;
    padding:15px;
    position: relative;
    text-align: center;
     width: 245px;
    z-index: 1;
    }
.sidebar_left .view-mission-philosophy .views-field-field-button-link-5 a, .sidebar_left .view-mission-philosophy .views-field-field-button-link-1 a, .sidebar_left .view-mission-philosophy .views-field-field-button-link a {
    padding:0px 30px !important;
		display:table !important;
}
.sidebar_left .view-mission-philosophy .views-field-field-button-link-5 a span, .sidebar_left .view-mission-philosophy .views-field-field-button-link-1 a span, .sidebar_left .view-mission-philosophy .views-field-field-button-link a span{
	 display: table-cell !important;
    padding-bottom:10px;
    padding-top: 0;
    vertical-align: middle !important;
	line-height: 20px;
}
.timeline-Tweet-media{display: none;}

.sf-with-ul {
    pointer-events: none;
}
.content-area fieldset.collapsible .fieldset-legend{
/* max-height: 25px;*/
}
.imgfocus-wrapper
{
height: 300px;
width: 400px;
}
.views-field-field-level-3-sponsor-name li {
    font-size: 15px;
}
.content-area .collapse-text-text h1 >a, .pane-node-body h1 >a
{
color: white;
}

.field-item.even li {
    color: #000;
}
#main-menu li.last.expanded.menu-319 ul{
    max-width: 203px;
    width:unset;
}
#main-menu li.last.expanded.menu-319 ul a {
    display: block;
    min-width: auto;
}
a:visited {
    color: #d7490e;
}

.mini.week, .days.week {
    display: none;
}

#block-block-31 .exhibit a
{
color: #fff;
}
a:hover
{
color:#000;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url('images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
.not-logged-in .tabs-wrapper, .page-search-node .tabs-wrapper
{
display:none;
}

.page-calendar-week .view-content > h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;

}
.page-node-add-feature-box .field-type-text-with-summary
 {
    display:none !important;
}


/*
new css For Test-Event page
====================================
*/
.acknowledgment-section a{
	display:inline-block;
}
.acknowledgment-section .views-field-field-level-1-sponsor-logo-link{
	margin-bottom:20px;
}
.acknowledgment-section .views-field-field-level-1-sponsor-logo-link,
.acknowledgment-section .views-field-field-level-2-sponsor-logo-link{
	display: table;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.acknowledgment-section .views-field-field-level-1-sponsor-logo-link .field-content,
.acknowledgment-section .views-field-field-level-2-sponsor-logo-link .field-content{
	display:inline-block;
	margin:0 auto;
}
.acknowledgment-section .views-field-field-level-1-sponsor-logo-link .field-content span,
.acknowledgment-section .views-field-field-level-2-sponsor-logo-link .field-content span{
	display:inline-block;
	vertical-align:middle;
	padding-top:26px;
	padding-bottom:26px;
}
.acknowledgment-section .views-field-field-level-1-sponsor-logo-link .field-content span img{
	margin:0 33px;
}
.acknowledgment-section .views-field-field-level-2-sponsor-logo-link .field-content span img{
	margin:0 22px;
}
.acknowledgment-section .views-field-field-level-3-sponsor-name .field-content ul{
	margin:26px 0;
}

/*===== new css 16 sept =====*/
.view-travelling-science-workshop .view-content{
	clear:both;
}
.views-exposed-widgets .bef-select-as-checkboxes-fieldset .fieldset-legend{
	max-height:inherit !important;
}
.view-our-blog .view-content > em{
	font-style:normal;
}
.content h3{
	font-weight: 600 !important;
}
.node-type-exhibit .street-block,
.node-type-event .street-block,
.node-type-page .street-block{
	   float: left;
}
.node-type-exhibit .pane-node-field-cost,
.node-type-event  .pane-node-field-cost,
.node-type-page  .pane-node-field-cost{
	margin:10px 0;
}
.node-type-exhibit #main-content,
.node-type-event #main-content,
.node-type-page #main-content{
	  padding: 0 0 20px;
}
.page-node-42.node-type-exhibit #main-content{
	padding:0 !important;
}
/*.node-type-exhibit #footer-block  .view-content,
.node-type-event #footer-block  .view-content,
.node-type-page  #footer-block  .view-content*/
#primary .pane-views-mission-philosophy-block-6{
 border-top: 1px solid #d1d1d0;
    margin-top: 40px;
    padding-top: 40px;
}

#primary .view-exhibit .view-footer {
    border-top: 1px solid rgb(209, 209, 208);
    margin-top: 40px;
/*
    padding-top: 40px;
*/
}
#primary .pane-views-mission-philosophy-block-6 .view-exhibit .view-footer
{
 border-top: none;
}
.node-type-event #primary .panels-flexible-6 .date-display-single {
    display: inline !important;
    float: left;
}
.node-type-event #primary .panels-flexible-6 .date-display-single .date-display-range {
    display: inline;
    width: auto;
}
#block-views-exp-calender-page-5 .views-exposed-form .views-exposed-widget{
	padding:0;
}
/* webform */
#webform-client-form-261 input[type="text"]{
	background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
	-webkit-box-shadow:none !important;
    box-shadow: none !important;
    height: 40px;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}
#webform-client-form-261 > div > div {
    clear: both;
    float: left;
    padding: 0 15px;
    width: 100%;
}
#webform-client-form-261 .webform-component--first-name,
#webform-client-form-261 .webform-component--last-name,
#webform-client-form-261 .webform-component--email-address,
#webform-client-form-261 .webform-component--phone-number{
	width:50%;
	float:left;
	clear:none;
}
#webform-client-form-261 .form-item label {
       color: #000;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
}
#webform-client-form-261 input[type="radio"], #webform-client-form-261 input[type="checkbox"] {
    margin: 0;
}
 #webform-client-form-261 .form-radios > div,  #webform-client-form-261   .form-checkboxes > div  {
    float: left;
    padding: 0 15px;
}
#webform-client-form-261 .form-radios > div:first-child,#webform-client-form-261  .form-checkboxes > div:first-child {
    padding-left: 0;
}
#webform-client-form-261  .form-type-select {
   float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}
#webform-client-form-261  select.form-select {
    -moz-appearance: none;
	-webkit-appearance:none;
    background-color: transparent;
    height: 100%;
    width: 100%;
}
#webform-client-form-261 .webform-calendar {
  height: 40px;
    margin: 0;
    width: 50px;
}
#webform-client-form-261  .apply{
	display:none;
}
#webform-client-form-261 input[type="submit"]{
   background:#d7490e none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: lato !important;
    font-size: 18px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding: 10px 22px;
    text-shadow: none;
}
#webform-client-form-261 .description {
    margin: 5px;
}
#block-views-exp-calender-page-5 .form-type-select
{
width: 215px;
}
#webform-client-form-261 .webform-component--preferred-time-of-day #edit-submitted-preferred-time-of-day label
{
text-transform:lowercase;
font-size: 15px !important;
}
/* custom checkbox and radio  demo styles */

#webform-client-form-261 input[type="checkbox"], #webform-client-form-261 input[type="radio"]{
    opacity: 0;
    position: absolute;
}
#webform-client-form-261 input[type="checkbox"], #webform-client-form-261 input[type="radio"], label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
#webform-client-form-261 label {
    position: relative;
}
#webform-client-form-261 input[type="checkbox"] + label:before, #webform-client-form-261  input[type="radio"] + label:before {
     background: #fff none repeat scroll 0 0;
    border: 2px solid #ddd;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 12px;
}

#webform-client-form-261 input[type="checkbox"]:checked + label:before {
  background:#fff url("images/check-mark.svg") no-repeat scroll center center / 78% auto;
    border: 2px solid #d7490e;
    color: #fff;
}

#webform-client-form-261 input[type="radio"] + label:before {
    border-radius: 50%;
}
#webform-client-form-261 input[type="radio"]:checked + label:before {
  background: #d7490e none repeat scroll 0 0;
    border: 2px solid #d7490e;
    box-shadow: 0 0 0 3px #fff inset;
}
#webform-client-form-261 input[type="checkbox"] + label:hover::before, #webform-client-form-261 input[type="radio"] + label:hover::before {
 border: 2px solid #d7490e;
}
/* new css */
.search-block
{
display: none;
}
.event-date .date-display-single{
	display:inline-flex;
}
.view-display-id-block_4 h3{
	font-weight:normal !important;
}
.view-display-id-block_4 h3 .view-grouping-header{
	font-weight:bold;
}
.content-area fieldset legend{
	width:100%;
	display: block!important;
	clear:both;
	height:auto!important;
}
legend .fieldset-legend {height:auto!important;display: block!important;}

.node-type-webform h1.page-title {
	padding-left:15px;
	padding-right:15px;
}
/*.field-name-body br {
    display: none;
}*/
.field-name-body h3 a, .field-name-body h2 a{
	color:#d7490e;
}
.field-name-body h3 a:hover, .field-name-body h2 a:hover{
	color:#000;
}
.field-name-body p img{
	margin:15px;
}
ul.tag-cloud{
	display:inline-block;
	  text-align: center;
	   padding: 0;

}
ul.tag-cloud li{
	 text-align:center !important;
	 display:inline-block !important;
	 margin:0 5px;

 }
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/* New css 23 Nov */
.view-special-annoucemen .views-field-body a{
	color:#fff !important;
	}
.home-event .views-row{
	display:inline-block;
}
/* 25 nov*/
.view-exhibit.view-display-id-block_3 .exhibit-back-button a {
	background:rgba(0, 0, 0, 0) url("/sites/all/themes/nexus/images/svg_images/exhibit-back-button.svg") no-repeat scroll 0 0;
	color: #fff;
	display: block;
	height: 48px;
	margin-top: 18px;
	position: relative;
	width: 105px;
	font-size: 16px;
	padding: 12px 0;
	margin-left: .0px;
	margin-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.node-type-exhibit #primary .pane-views-mission-philosophy-block-6
{
border-top:none;
}
/* page visit program-section */
.program-section .view-mission-philosophy .ui-accordion .views-row{
	padding-bottom: 20px;
}
.program-section .view-mission-philosophy .ui-accordion-content{
	padding-bottom: 0 !important;
}
.program-section .view-mission-philosophy .ui-accordion-content .views-field{
	margin-top: 12px;
}
.program-section .ui-accordion-header{
	padding-bottom: 0;
}
.program-section .ui-accordion-content .views-field p:last-child a[target="_blank"] {
    margin-bottom: 0;
}
.program-section .ui-icon{
	margin: -3px -8px 1px !important;
}

.day-calender .view-content, .day-calender .date-nav-wrapper
{

display: none;

}
.preloads
{
 width: 100px;
 height: 300px;
 position: fixed;
 top: 50%;
 left: 50%;
 }
.pane-views-calender-block-5 {
    margin: 5px 0;
}
.page-calendar #content h1
{
display:none;
}

/* How to give page */
.page-node-118.page-node-118 iframe {
  height: 285px !important;
}
/* hack for ie9 */
/*@media screen and (min-width:0\0) {*/
/*.pcombo {
    position:relative;
    display:inline-block;
    border:solid black 1px;
    z-index:0
}
.pcombo select {
    z-index:1;
    border:none;
    width:200px;
}*/
 /*.pcombo:before {
   display:block;
    position:absolute;            content:url('http://help.eclipse.org/mars/topic/org.eclipse.stardust.docs.enduser/html/handbooks/execution-clients/rules/images/arrow.png');
    right:-2px;
    top:-1px;
    padding-left:2px;
    height:18px;
    width:15px;
    margin:2px;
    background:white;
    z-index:445;
    border: 0;*/
	@media screen and (min-width:0\0) {
	.form-type-select{
		position:relative;
	}
.form-type-select::before {
    background-image: url("/sites/all/themes/nexus/images/svg_images/archive-down-arrow.svg");
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 12px;
    z-index: 445;
}
.form-type-select::after {
   background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
	}
#primary .view-calender .views-row .event-date .date-display-range {
    padding-left: 2px;
}
.page-plan-your-visit .page-title {
    display: none;
}

.pager li>a,
.pager li>span {
  font-size: 12px;
  text-transform: uppercase;
}
.pager li>a {
  color: #d7490e;
}
.pager li>a:hover {
  color: #000;
}
.pager-current {
  font-weight: 400;
  color: #000;
}

/*Styles in editor*/
a.button-small {
  display: inline-block;
  background-image: url("/sites/all/themes/nexus/images/svg_images/small-button.svg");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  font: 15px/22px "Lato", sans-serif;
  font-weight: 700;
  height: 55px;
  margin: 20px 0;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width:170px;
}
a.button-small:hover {
  background-position: 0 -109px;
}


/*Reopening banner*/
.reopening-banner {
  clear: both;
  background: #001E62;
  padding: 10px 5px;
}
.reopening-banner div {
  box-sizing: border-box;
}
.reopening-banner .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.reopening-banner .reopening-headline {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.reopening-banner .reopening-link {
  position: relative;
  display: inline-block;
}
.reopening-banner .reopening-link + .reopening-link{
  margin-left:40px;
}
.reopening-banner .reopening-link:after {
  position: absolute;
  margin-left: 7px;
  top: 3px;
  content:"";
  width: 15px;
  height: 18px;
  background-image: url("/sites/all/themes/nexus/images/svg_images/banner-link-arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.reopening-banner  .reopening-link a {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #FDCE2C;
}

@media only screen and (min-width:640px) {
  .reopening-banner {
    background: #001E62;
    padding: 10px;
  }
  .reopening-banner .content {
    padding: 15px;
  }
  .reopening-banner .content > div {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .reopening-banner .reopening-headline,
  .reopening-banner .link-wrapper {
    width: auto;
  }
  .reopening-banner .reopening-headline {
    margin-bottom: 0;
  }
  .reopening-banner .link-wrapper {
    margin-left:30px;
  }
}

@media only screen and (min-width:768px) {
  #banner-block .row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 420px) {
.reopening-banner .reopening-link {
  display: block;
}
.reopening-banner .reopening-link + .reopening-link{
  margin: 20px 0 0 0;
}
.reopening-banner .reopening-link a {
  font-size: 16px;
}
}

.accessibility-link {
margin-top: 20px;
}

.accessibility-link a {
color: #ffffff;
text-transform: uppercase;
font-size: 13px;
letter-spacing: .5px;
}

/* re-opening modal */

.region-modal { /*class is added via Block UI*/
  display: none;
}
body.alert-modal { /*class is added via jQuery*/
  /*overflow: hidden;*/
}
body.alert-modal .region-modal {
  display: block;
}
#page-alert-message {
  clear: both;
  background-color: #fff;
  border: 4px solid #ffffff;
  border-radius: 10px;
  color: black;
  /*position: fixed;*/
  position: absolute;
  text-align: left;
  top: 20px;
  left: 50%;
  z-index: 1001;
  width: 96%;
  margin-left:-48%;
}

#page-alert-message > * {
  clear: both;
}

.page-alert-wrapper {
  background: #333;
  height: auto !important;
  opacity: 0.6;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

#page-alert-message .message-header {
  padding: 45px 10px 10px 10px;
  text-align: center;
  background: #561770;
  border-radius: 10px 10px 0 0;
  background-image: url("/sites/all/themes/nexus/images/svg_images/popup-background.svg");
  background-position: 0 0;
  /*background-size: 100%;*/
  background-repeat: no-repeat;
}

#page-alert-message .message-header  h2 {
  font-family: lato;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
}

#page-alert-message .message-header .message-dates {
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
}

#page-alert-message .message-header  h2 + .what-to-expect {
  margin-top: 10px;
}

#page-alert-message .message-header .what-to-expect {
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ffffff;
}

#page-alert-message .message-body {
  padding: 20px 10px 0 15px;
}

#page-alert-message .message-body ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-left: 0;
  margin-bottom: 0;
}

#page-alert-message .message-body ol li {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  counter-increment: my-awesome-counter;
  padding-left: 30px;
  padding-bottom: 20px;
}
#page-alert-message .message-body ol li:before {
  display: block;
  position: absolute;
  content: counter(my-awesome-counter);
  color: #0066B5;
  font-size: 22px;
  line-height: 1;
  top: 0;
  left: 0;
  padding-bottom: 2px;
}

#page-alert-message .message-button {
  text-align: center;
}
#page-alert-message .message-button a {
  display: inline-block;
  background-image: url("/sites/all/themes/nexus/images/svg_images/pop-up-button.svg");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  font: 15px/18px "Lato", sans-serif;
  font-weight: 700;
  height: 85px;
  margin: 10px 0 0 0;
  padding: 25px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width:312px;
}
#page-alert-message .message-button a:hover,
#page-alert-message .message-button a:focus {
  background-position: 0 -161px;
}

#page-alert-message .controls {
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

#page-alert-message .controls #page-alert-dismiss {
  background: url("/sites/all/themes/nexus/images/svg_images/dismiss-x.svg") center/16px no-repeat;
  background-size: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: white;
  font-size: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 30px;
}
#page-alert-message .controls #page-alert-dismiss:focus {
  outline-color: #ffffff;
  outline-offset: 5px;
  outline-style: solid;
}
#page-alert-message .controls #page-alert-dismiss span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

@media screen and (min-width: 480px) {
  #page-alert-message {
    width: 90%;
    margin-left:-45%;
  }
  #page-alert-message .message-header .message-dates {
    font-size: 22px;
  }
}

@media screen and (min-width: 640px) {
  #page-alert-message {
    top: 50px;
    width: 550px;
    margin-left: -285px;
  }
  #page-alert-message .message-header {
    padding: 30px 10px 10px 10px;
  }
  #page-alert-message .message-header  h2 {
    /*font-size: 60px;*/
  }

  #page-alert-message .message-header .message-dates {
    /*font-size: 28px;*/
  }

  #page-alert-message .message-header .what-to-expect {
    /*font-size: 26px;*/
  }
  #page-alert-message .message-body ol li {
    /*font-size: 28px;*/
    /*padding-left: 40px;*/
  }
  #page-alert-message .message-body ol li:before {
    /*font-size: 32px;*/
  }
}

@media screen and (min-width: 990px) {
  #page-alert-message .message-header  h2 {
    /*font-size: 70px;*/
  }

  #page-alert-message .message-body {
    padding: 20px 10px 0 30px;
  }

  #page-alert-message .message-header .message-dates {
    /*font-size: 30px;*/
  }

  #page-alert-message .message-header .what-to-expect {
    /*font-size: 28px;*/
  }
  #page-alert-message .message-body ol li {
    font-size: 24px;
    /*padding-left: 40px;*/
  }
  #page-alert-message .message-body ol li:before {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  #page-alert-message {
    /*top: 150px;*/
  }
}
