@import url('https://fonts.googleapis.com/css?family=Capriola');


p{
  font-size:16px;
}
#content{
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+CjxyZWN0IHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0iI2Y5ZjZlZiI+PC9yZWN0Pgo8Y2lyY2xlIGN4PSIzIiBjeT0iNC4zIiByPSIyLjciIGZpbGw9IiNGMUVERTciPjwvY2lyY2xlPgo8Y2lyY2xlIGN4PSIzIiBjeT0iNC4zIiByPSIyLjciIGZpbGw9IiNGMUVERTciPjwvY2lyY2xlPgo8Y2lyY2xlIGN4PSIxMC41IiBjeT0iMTIuNSIgcj0iMi44IiBmaWxsPSIjRjFFREU3Ij48L2NpcmNsZT4KPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjExLjMiIHI9IjIuOCIgZmlsbD0iI0YxRURFNyI+PC9jaXJjbGU+Cjwvc3ZnPg==");
padding-bottom:3rem;
}
#primary,#secondary {
	padding-top:		50px;
}
#primary header .col-1-1 {
	padding-right:		0px;
}
#sidebar {
	padding-right:		0;
}
#secondary a {
	color:			#9a0002;
}
.sidebar-wrapper {
/*   background-image:url(../images/SG18_Sidebar_body_tile.png);
  background-repeat:space; */
background:rgba(220, 214, 198, 0.5);
  padding-right: 0;
  margin-right:10px;
  -webkit-box-shadow: 11px 14px 0px 0px rgba(78, 116, 137, 1);
  -moz-box-shadow: 11px 14px 0px 0px rgba(78, 116, 137, 1);
  box-shadow: 11px 14px 0px 0px rgba(78, 116, 137, 1);
}
.sidebar-wrapper > div {
  padding:1em;
}
.sidebar-wrapper:before {
    content: '';
    background: url(../images/ember_sidebar_head.png) 0 0 no-repeat;
    height: 150px;
    display: block;
	background-size:contain;
}
.sidebar-wrapper:after {
    content: '';
    display:block;
    background: url(../images/ember_sidebar_footer.png) 0 0 no-repeat;
    background-size:cover;
    height: 97px;
}
@media only screen and (max-width: 843px) {
    #secondary {
      max-width:570px!important;
      margin:0 auto 1em;
    }
  .sidebar-wrapper:before {
    content: '';

    height: 200px;
    display: block;
    background-size: contain;
  }

  .sidebar-wrapper:after {
    content: '';
    display: block;

    background-size: cover;
    height: 165px;
  }
}
@media only screen and (max-width: 450px) {
  .sidebar-wrapper:before {
    content: '';
    height: 130px;
    display: block;
    background-size: contain;
  }
}


/* ====================
TYPOGRAPHY
====================== */
h1,h2,h3,h4 {#con
  line-height: 1;
}
h1 {
  font-size:4.7rem;
  /*font-family:'VT323',cursive;*/
  
  color:#ff3300;
}
h2 {
	font-size:3.8rem;
	/*font-family:'Yesteryear', cursive;*/
	font-family: 'Capriola', sans-serif;
	color:#038CAC;
}
#primary a {
  color:#9a0002;
}
blockquote {
    background: none repeat scroll 0 0 rgba(241, 241, 241, 0.5);
    border-radius: 0 4px 4px 0;
    border-left: 5px solid #ea474b;
    color: #505050;
    font-style: italic;
    padding: 22px 20px 1px;
    margin: 0 0 1em;
}
blockquote p {
    line-height: 1.6;
    color: #505050;
}
.widget-title h2{
  font-size:3rem;
  line-height:1;
}
.widget-title h2:after{
  content: '';
  display: block;
  background: url(../images/SG18_Sidebar_dots.png) 0 0 repeat-x;
  background-size: cover;
  height: 16px;
  margin-left:-7px;
}
a:hover, a:focus, a:active {
  color: #c17910!important;
}
.centered {
  margin:0 auto;
  float:none;
}
#content {
	padding-top:		0px;
	padding-bottom:	0px;
	min-height:		600px;
}
.site-content {
    background: #fafafa;
}

.site-header{
  position:relative;
  z-index: 0;
}
.sticky-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.site-branding {
    float: left;
    width: auto;
    max-width: 100%;
    margin-left: 2rem;
}
/*.site-content p,
.site-content ul{
  color:#8c9398;
}*/

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
   
.dropdown:active,
.dropdown:hover {
  border :none;
}
/* #navigation-container{
  background: #ffffff;
  padding:0.2em 0;
} */

.top-bar {
  padding:10px;
}
.top-bar, .top-bar ul{
    background: #E1DAC7;
    color: #8D8157;
}
.top-bar h1 {
	margin:		0px;
	font-family:	'Khand','helvetica neue',helvetica,sans-serif;
}
.top-bar ul.menu:hover,
.top-bar ul.menu:active{
  background:#f0f0f0;
}
.top-bar .site-logo a{
  line-height: 3;
}
.top-bar .top-bar-right {
    width:auto!important;
}
.top-bar .menu > .menu-button{
  padding:5px;
}
.top-bar .menu > .menu-button >a {
  padding: 1px 6px;
  display:inline-block;
}
.top-bar .menu > .menu-button >a > i{
  padding-left: 5px;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{
  color:#038CAC!important;
}
/* .top-bar .top-bar-section ul {background-color :#ffffff!important;} */
.menu>li>a i{
    vertical-align: baseline;
}

ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
    background: white;
}
@media only screen and (min-width: 1390px) {
    .mobile-only {
        display: none!important
    }
    
}
@media only screen and (max-width: 1400px){
    .show-for-large {
        display: none!important       
    }
    .top-bar ul.menu li.menu-button{
      display:block;
    }
}
@media only screen and (max-width: 1400px){
  .top-bar ul.menu {
    background:transparent;
    border:1px solid #d9d9d9;
    margin-right:2rem;
    display:block;
  }
  .top-bar ul.menu li>a {
    line-height: 2;
  }
}
.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    padding:0px;   
}
@media only screen and (min-width: 1500px) {
.top-bar-section {
    margin-right:3rem;
    }
}

.top-bar .top-bar-section ul li > a{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size:0.9em;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    color:#333;
    background:#E1DAC7;
}
.top-bar .top-bar-section ul li > a:after{
  margin-top:-5px!important;
}
.top-bar ul.menu.submenu {
  margin-top:5px;
}
.top-bar ul.menu.submenu > li > a {
  line-height: 1.2;
}

 /* .top-bar .top-bar-section ul li {
    background: #ffffff;
} */
 .top-bar .top-bar-section ul li > a{
    color: #8D8157;
    padding-right:25px!important;
    font-family: 'Khand','helvetica neue',helvetica,sans-serif;
    font-size: 1.8rem;
}

.top-bar ul.menu:hover,
.top-bar ul.menu:active{
  background:#f0f0f0;
}
.top-bar .top-bar-right {
    width:auto!important;
}
  
.top-bar .top-bar-section li a {
    color: #183d51;
    background: #ffffff;
}
 .top-bar .top-bar-section li a:hover {
    color: #183d51;
    background-color: #efefef;
    background: #efefef;
}

/* OFF-CANVAS MENU */   

.off-canvas{
  background:#f6f6f6;
}

.off-canvas .is-accordion-submenu-parent>a:after{
  border-color: #515151 transparent transparent;
}
.off-canvas .menu>li {
  border-bottom:1px solid white;
  overflow:hidden;
}
.off-canvas .menu>li > ul > li:hover,
.off-canvas .menu>li > ul > li:active{
  background:#ececec;
}
.off-canvas .menu>li > ul > li{
  border-bottom:none;
  border-top:1px solid white;
}
.off-canvas .menu>li > a{
  text-transform: uppercase!important;
  /* color:#333; */
  line-height:1.2;
  padding: 1.2rem 0 1.2rem 1rem;
  margin-right:40px;
  background: #E1DAC7;
  color: #8D8157;
}
.off-canvas .menu > li > ul > li > a {
  margin-right:0;
  padding-left:2rem;
}

.off-canvas .is-accordion-submenu li a {
  padding-left:1.4rem;
}
.off-canvas .menu .active>a {
  background:transparent;
}
.off-canvas li.current-menu-item {
  background:#f5f1e7;
}
.off-canvas li.current-menu-item > ul > li {
  background:transparent;
}
.side-nav-toggle {
  cursor:pointer;
  float:right;
  background:#eeeeee;
}
.side-nav-toggle > i {
  font-size: 2.5rem;
    line-height: 1.6;
    color: #959595;
    padding: 0 1.1rem;
}

.off-canvas li > .vertical.menu {
  display:none;
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* ============================= */

.search .entry-header .entry-title{
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
}
.search .entry-header {
    background: 	transparent;
    padding: 		0px;
}
.search .entry-header h1.entry-title a {
  color:#183d51;
  text-transform:uppercase;
  text-decoration: underline;
}
.search-form-wrapper {
  margin:2rem 0;
}
.search-form-wrapper .search-form {
  display:flex;
}
.search-form-wrapper .search-form label {
  flex:3;
  margin-right:1.5em;
}
.search-form-wrapper .search-form input {
  padding:10px 0 10px 10px;
  height:auto;
  margin:0;
}
.search-form-wrapper .search-form .search-submit {
  flex:1;
  padding:0;
  line-height: 1;
}

/*================================*/
.paging-navigation .nav-previous, 
.post-navigation .nav-previous,
.paging-navigation .nav-next, 
.post-navigation .nav-next{
  background:#565656;
  padding: 1em 20px 1em;
}

#secondary input[type="search"] {
padding: 6.5px;
max-width: 175px;
font-size:1em;
display:inline-block;
position:relative;
}
input[type="search"] {
font-size:15px;
}
#secondary input[type="search"]:before,
#secondary input[type="search"]:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: #9a0002;
  border-radius: 4px;
  background: #9a0002;
  box-shadow: none;
  color: #ffffff; 
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  padding: 0;
  text-shadow: none;
  
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #9a0002;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #9a0002;
}

/* FOOTER */
.dummy-footer {
    position: relative;
    z-index: -2;
}
.footer.slide-out {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.footer-content{
	background: 			url(../images/EMBER_main_footer2.jpg) no-repeat;
	background-position: 	top center;
	background-size:		cover;
	min-height:			400px;
	font-family: 			'Capriola', sans-serif;
}
.footer-content .grid-pad {
	padding-right:			30px;
}
.footer-content a,
.footer-content p{
  color:#fff;
}
.footer-content a{
  text-decoration: underline;
}
.footer-content {
  padding-bottom:	1.5rem;
  padding-top:		1.5rem;
}
.footer-item p {
  margin-bottom:0.5rem;
}

@media only screen and (min-width: 767px) {

	.footer-items {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.footer-item{
		min-width: 50%;
		text-align: left;
	}
	.footer-item.first{
		text-align: left;
	}
	.footer-item.last{
		text-align: 	right;
		float:		right;
	}
}

/* SIDEBAR AND WIDGETS */

.simple-section-nav li {
  padding:4px 0;
}

.simple-section-nav li:before{
  font-family: FontAwesome;
    content: '\f054';
    width: 17px;
    display: block;
    font-size: 15px;
    color: #8D8157;
    float: left;
}
.simple-section-nav a{
  font-family: 'Khand','helvetica neue',helvetica,sans-serif;
    font-size: 1.85rem;
    line-height: 1.2;
    display: block;
    margin-left:17px;
    color:#8D8157;
}
#secondary button, input[type="button"], 
input[type="reset"], input[type="submit"] {
    font-family: 'Khand','helvetica neue',helvetica,sans-serif;
    letter-spacing: 1px;
    padding: 2px 7px;
}
#secondary .search-form input[type="search"],
#secondary .search-form input[type="submit"]{
  display:inline-block;
  vertical-align: middle;
}
#secondary .search-form input[type="search"] {
  margin:0;
}
#secondary .search-form input[type="submit"] {
  border-radius: 0;
}
#secondary .search-form label{
	position:		relative;
	z-index:		10;
	display:		inline-block
}

/* HOMEPAGE */
.home-content{
  text-align:left;
}
.home-content, .home-news{
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+CjxyZWN0IHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0iI2Y5ZjZlZiI+PC9yZWN0Pgo8Y2lyY2xlIGN4PSIzIiBjeT0iNC4zIiByPSIyLjciIGZpbGw9IiNGMUVERTciPjwvY2lyY2xlPgo8Y2lyY2xlIGN4PSIzIiBjeT0iNC4zIiByPSIyLjciIGZpbGw9IiNGMUVERTciPjwvY2lyY2xlPgo8Y2lyY2xlIGN4PSIxMC41IiBjeT0iMTIuNSIgcj0iMi44IiBmaWxsPSIjRjFFREU3Ij48L2NpcmNsZT4KPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjExLjMiIHI9IjIuOCIgZmlsbD0iI0YxRURFNyI+PC9jaXJjbGU+Cjwvc3ZnPg==");
}
.home-content h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.hero-home {
  display: block;
  margin-bottom: 2em;
  text-align: center;
  font-family:'VT323',arial,helvetica,sans-serif;
  text-transform:uppercase;
  font-size:1.7em;
  color:#146ea9;
  line-height: 1.3;
  
}
@media only screen and (max-width: 767px) {
  .home-content{padding:10px 0;}
  
}
/******* random *******/

#page #secondary {
	margin-top:		0px;	
}
#page header {
		
}
#page header.entry-header {
	display:			block;	
}
.emph {
  font-size:1.3em;
}
header  {
	overflow:		hidden;
}
header h1.entry-title {
	padding-left: 		20px;
	padding-top: 		1rem;
	padding-bottom: 	1rem;
	margin-bottom: 	10px;
	width: 			100%;
	padding-right: 	20px;
	background:		#db4326;
	color: 			#FFFFFF;
	font-size:		3rem;
	font-family: 		'Capriola', sans-serif;
}
.archive  header h1.entry-title {
	margin-bottom: 	0px;
}
article.hentry {
	background:		#FAFAFA;
	border: 			1px solid #dadada;
}
article.hentry .entry-meta  {
	padding-top:		20px;
}
article.hentry .entry-footer,
article.hentry .entry-content,
article.hentry .entry-meta {
	padding-left:		20px;
	padding-right:		20px;
	padding-bottom:	20px;
}
.entry-meta {
	font-size:		11px;	
}
#page .blog-entry-header,
.blog-entry-header {
	padding:			0px;
	display:			block;
	background:		#db4326;
}
#page .open .blog-entry-header,
article.open .blog-entry-header {
	background:		#038CAC !important;
}
.blog-entry-header h1.entry-title {
	font-size:		20px;	
	line-height:		1.5em;
}

.navigation .menu .widget-area {
	padding:			0px;
	margin:			0px;
	background:		#E1DAC7;
}
#lct-widget-department .is-dropdown-submenu,
#lct-widget-department,
#lct-widget-topic .is-dropdown-submenu,
#lct-widget-topic {
	padding:			20px;
}
.is-dropdown-submenu {
	z-index:			100;
}
.grid-pad{
	padding-top:		0px;	
}


#lct-widget-department .is-dropdown-submenu, 
#lct-widget-department,
#lct-widget-topic .is-dropdown-submenu, 
#lct-widget-topic {
	white-space:		nowrap;
}
.off-canvas.position-right {
	/*width:			350px;
	margin-right:		-70px;*/
}
.off-canvas.position-right.is-open {
	margin-right:		0px;
}
.off-canvas .side-nav-toggle {
	background:		none;
}
.off-canvas .menu>li > a {
	margin-right:		0px;
}
.off-canvas .menu ul.children {
	display:			none;
	padding-left:		10px;
	padding-top:		10px;	
}
.off-canvas #lct-widget-department .is-dropdown-submenu, 
.off-canvas #lct-widget-department,
.off-canvas #lct-widget-topic .is-dropdown-submenu, 
.off-canvas #lct-widget-topic {
	white-space:		normal;
}
.side-nav-toggle > i {
	line-height:		inherit;
}
#lct-widget-topic .cat-item,
#lct-widget-department .cat-item {
	line-height:		1em;
	border-bottom:		1px solid #DDD;
	margin-bottom:		5px;
	padding-bottom:	5px;
}

#lct-widget-topic .cat-item:last-child,
#lct-widget-department .cat-item:last-child {
	border-bottom:		0px;
}
#gform_3 input[type="text"], 
#gform_3 input[type="email"], 
#gform_3 input[type="url"], 
#gform_3 input[type="password"], 
#gform_3 input[type="search"] {
	font-size:		20px;
	height:			45px;	
}
.page-id-2308 #content,
.page-id-2308 #content #hero-header ,
.page-id-2305 #content,
.page-id-2305 #content #hero-header {
	height:auto;
	min-height:25vw;
	
}
.page-id-2305 #content #hero-header .hero-content-container,
.page-id-2305 #content #hero-header .hero-content-container {
	padding-top:		10vw;
	padding-bottom:	10vw;
}
@media only screen and (max-width: 960px) {
	.page-id-2308 #content,
	.page-id-2308 #content #hero-header,
	.page-id-2305 #content,
	.page-id-2305 #content #hero-header {
		height:auto;
		min-height:30vw;
		
	}
	.page-id-2308 .hero-content,
	.page-id-2305 .hero-content {
		max-width:		100%;
		width:			100%;
	}
	.page-id-2308 #content #hero-header .hero-content-container,
	.page-id-2305 #content #hero-header .hero-content-container {
		padding-top:		10vw;
		padding-bottom:	20vw;
	}
}
@media only screen and (max-width: 620px) {
	.page-id-2308 #content,
	.page-id-2308 #content #hero-header,
	.page-id-2305 #content,
	.page-id-2305 #content #hero-header {
		min-height: 70vw;
	}
}


/* ARCHIVE STyling */
.ember-archive .top-bar, 
.ember-archive .top-bar ul {
	background:#CCCCCC;			
}
.ember-archive .top-bar .top-bar-section ul li > a {
	background:#CCCCCC;
}
.ember-archive .sidebar-wrapper{
	background: #EEE;
}
.small {
	font-size:12px;
}
.ember-archive header h1.entry-title {
    background: #808080;
}
.ember-archive #page .blog-entry-header, 
.ember-archive .blog-entry-header {
	background: #808080;
}
/*
.ember-archive h1,
.ember-archive h2,
.ember-archive h3,
.ember-archive h4,
.ember-archive h5 {
	color:#038CAC;
}
*/



   