

/*
pre, code{
	direction: ltr;
	text-align: left;
}
pre {/*margin: 0.75rem 0 0.25rem 1.25rem;
	padding:10px; 
	font-size: 1.4em; 
 	color: #008099;
 white-space: pre-wrap;       /* css-3 
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 
 white-space: -pre-wrap;      /* Opera 4-6
 white-space: -o-pre-wrap;    /*
 word-wrap: break-word;       /* Internet Explorer 5.5+ 
}

pre.script {
	border: solid 1px #d9edf7;
	background: #f9f9f9;	
}

code {
	/*font-size:1.2em;
	font-family: monospace;
	color: #008099;
}

code.oneline {
	/*border: solid 1px #d9edf7;
	background: #f9f9f9;	
	/*overflow: auto;
  white-space: nowrap;
	display: block;
}*/

.staff-member { clear: both; margin: 0 0 2em 0; padding: 0 0 2em 0; border-bottom: 1px solid rgba(164, 215, 218, 0.5); }
.staff-member-info h3 { padding: 0; margin: 0; }
.staff-member-info { }
.staff-member img { width: auto; margin: 0; padding: 0; width: inherit; object-fit: contain; }
.staff-img-container { width: 100%; }
.staff-job-title { font-size: 90%; }
.staff-member-info ul { border-bottom: none; margin: .5em 0 0 .5em }
.staff-member-info ul li { border-bottom: none; margin: 0; padding: 0; }

.event-details { clear: both; margin: 0 0 2em 0; padding: 0 0 2em 0; border-bottom: 1px solid rgba(164, 215, 218, 0.5); }
.event-details img { width: auto; margin: 0; padding: 0; }

.spotlight h2 { padding: 0 0 .25rem 0; margin-top: 0; margin-bottom: 1rem; border-bottom: 1px solid rgba(164, 215, 218, 0.5); }
.spotlight { clear: both; margin: 0 0 1em 0; padding: .5rem 1rem; border-bottom: 1px solid rgba(164, 215, 218, 0.5); background-color: rgba(179, 196, 209, 0.25); }
.spotlight-info h3 { padding: 0; margin: 0; }
.spotlight-info { }
.spotlight img { width: auto; margin: 0; padding: 0; }
.spotlight .staff-member { border-bottom: none; padding: 0; }

.featured-caption { color: #666; float: right; z-index: 10000; position: absolute; top: 10px; right: 10px; display: block; background-color: rgba(255,255,255,.5); padding: 2px 10px; font-size: .8rem; font-style: italic; }


table.jobs { margin: 0; padding: 0 0 2em 0; border-bottom: 1px solid rgba(164, 215, 218, 0.5); }
.jobs th { text-align: left; padding-right: 1rem; vertical-align: top; }
.jobs caption { text-align: left; }

.quarter input { width: 95%; margin: 0; }

.tryaci { background-color: rgba(179, 196, 209, 0.25); padding: .5em; }
.tryaci h2 { padding: 0; margin: 0; } 
.tryaci p { padding: 0; margin: 0; font-size: 10px !important; }

.wpcf7-list-item { display: block; }

.sub-navigation .current_page_item { font-weight: bold; }
.current_page_item ul { font-weight:  normal; }

.home-alert 
{ 
    height: 48px;
    line-height: 48px;
    padding-left: 63px;
    padding-right: 15px;
    background-color: #da2828;
    background-image: url(../images/ics-alert-graphic-trans.png);
    border: solid 1px #AC9137;
    background-repeat: no-repeat;
    background-size: 48px 48px;
    color: #fff;
    z-index: 500;
    right: 1rem;
    top: 33px;
    display: inline-block;
    margin: 10px;
}

.home-alert a { text-decoration: none; color: #fff; }

#tryaci, #aaform { background-color: #fff; width: auto; padding: 1rem 3rem 3rem 3rem; }


.tile { width: 30%; padding: 1%; float: left; margin: 0 1% 1% 0; background-color: rgba(172,145,55,.1); min-height: 350px; display: block; }
.tile:hover { background-color: rgba(172,145,55,.05); }
article .tile p { font-size: 100%; line-height: 150%; }
article .tile h3 { padding: 0; margin: 0; }
article .tile a img:hover { opacity: .75 }

/* The sticky */
.sub-navigation ul { padding-bottom: 1rem; }
.sub-navigation { position: -webkit-sticky; position: sticky; top: 20px; }

.sub-navigation h3
{
    /*margin: 0 0 0 2.5% !important;*/
    /*border-left: 1px solid #efefef;*/
    /*padding: 0 0 0 1.75rem !important;*/
    margin: 0 !important;
    line-height: 1;
}

.jump-to-top
{
    /*margin: 0 0 0 2.5% !important;*/
    /*border-left: 1px solid #efefef;*/
    /*padding: 1rem 0 0 1.75rem !important;*/
    line-height: 1;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1rem;
}

.verbatim {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0.75rem 0 0.25rem .75rem;
  font-weight: medium;
  font-family: "Roboto Slab", "Bitter", sans-serif;
  overflow-wrap: break-word; 
  word-wrap: break-word;  
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word; }

.tabular {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0.75rem 0 0.25rem 0;
  font-weight: medium;
  font-family: "Roboto Slab", "Bitter", sans-serif; }

.tabular p { padding-left: 1rem; }

h4.subsectionHead { font-weight: bold; }

h5 {
  font-family: "Open Sans", "Bitter", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin: 1.75rem 0 0 0;
  text-align: left;
  font-style: italic;
  color: rgba(37, 57, 70, 0.8); }

/* for accordion collapse in User Guide TOC */
.accord ul li span {
	color: black;
	margin-left: 2%; /* Modify this value to update distance of +/- sign */
	cursor: pointer;	
}

.tryaci-btn {
  /*background-color: #e1bd53;*/
  background-color: #99CC00;
  background-image: url('../images/icon-gear.png');
  background-repeat: no-repeat;
  background-size: 48px 48px;
  color: #253946;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Roboto Slab", "Bitter", sans-serif;
  border: none;
  font-size: 1.4rem;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0;
  padding: 0 15px 0 50px; }
  button:hover,
  a.tryaci-btn:hover,
  .tryaci-btn:hover {
    background-color: #16D690;
    cursor: pointer; }


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after { content: " "; /* 1 */ display: table; /* 2 */}
.cf:after {  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf { *zoom: 1; }


.replace-mega-menu > ul > li > a.home:before { content:none;}

@media (min-width: 37.5rem) {
	
.staff-img-container { width: 200px; height: auto; float: left; }
.staff-member-info { padding-left: 220px; min-height: 220px; }
	
.spotlight img { width: 200px; height: auto; float: left; }
.spotlight-info { padding-left: 220px; /*min-height: 260px;*/ }

.event-details img { width: 200px; height: auto; float: left; }	
.event-details-info { padding-left: 220px; /*min-height: 260px;*/ }

@media (min-width: 75rem) {


}

@media (min-width: 87.5rem) {


}

@media (min-width: 112.5rem) {


}

/* Accordion Styles */
.accordion
{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title
{
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    color: #205EA3;
}
.accordion-title::after
{
  font-size: 0.75em;
  color: #333;
  content: " [ + ] ";
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {}
.accordion-content {padding-bottom: 20px;}
.accordion-title.open::after
{
  font-size: 0.75em;
  color: #333;
  content: " [ - ] ";
}

/* Replace Megamenu */

.replace-mega-menu ul  { text-align: center; background-color: #CFDDE5; }
.replace-mega-menu ul li { display: inline; background-color: #CFDDE5; }
.replace-mega-menu ul li a { display: inline-block; padding: 1rem 2rem; color: #006080; }
.replace-mega-menu ul li a:hover { text-decoration: none; background-color: #478AB3; color: #FFF; }

.tablepress tfoot th, .tablepress thead th
{
    background-color: #009dda !important;
    color: #fff !important;
}

span.badge.btn
{
    cursor: auto;
}

.c-accordion__title:after {
    color: #000 !important;
    background-color: #99cc02;
    padding: 0px 8px;
}

.su-tooltip
{
    border-bottom: dashed 1px #99CC00;
}

