<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*	**
 *	BOOTSTRAP RESETS AND DEFAULTS
 *	**
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
 
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
font-weight: bolder;
-webkit-font-smoothing: antialiased;
/* -moz-osx-font-smoothing: grayscale; */
}

.bold-text {
	font-family:'Muller-Bold',Helvetica,Arial,sans-serif;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.stem-faq .bold-text {
	font-size:22px;
}

.stem-ug-see-more,
.stem-grad-see-more {
	display:none;
}

.stem-ug-see-less-btn,
.stem-grad-see-less-btn {
	display:none;
}

.bolder {
	
	font-family: "Muller", Helvetica, sans-serif;
}

dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}



.rowbgcolor {
  background: #f2f2f2;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
color: #4A4A4A;
border-bottom: 2px solid #FFCB04;
font-size: 30px;
font-family: "Muller-Bold", Helvetica, sans-serif;
line-height: 36px;
text-transform: uppercase;
padding-bottom: 10px;
margin: 0 0 40px;
  text-align:left;
}
table tr {
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
}
table th {
padding: 8px;
line-height: 24px;
  background: #003366;
  color:#fff;
  text-align:left;
  vertical-align: bottom;
}

.firstcol {
	width:55%;
	
}



/*	***
 *	Horizontal Thermometer 
 *	***
 */

#countdown-wrap {
  width: 100%;
  height: 80px;
  //border: 1px solid black;
  font-family: muller;
  max-width: 650px;
}

#goal {
  font-size: 36px;
  text-align: right;
  color: #000;
  @media only screen and (max-width : 640px) {
    text-align: center;  
  }
  
}

#glass {
  width: 100%;
  height: 70px;
  background: #e8e8e8;
  border-radius: 0px;
  float: left;
  overflow: hidden;
}

#progress {
  float: left;
  width: 93%;
  height: 70px;
  background: #001D3B;
  z-index: 333;
  line-height:68px;
  text-align:center;
  border-radius: 2px;
  font-size: 16px;
  color:#fff;

}

.goal-stat {
  width: 25%;
  //height: 30px;
  padding: 10px;
  float: left;
  margin: 0;
  color: #FFF;
 
  @media only screen and (max-width : 640px) {
    width: 50%;
    text-align: center;
  }
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
   
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	padding-right:10px;
  }
  table td:last-child {
    border-bottom: 0;
  }
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Muller-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #4A4A4A;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a.white {
  color: #ffffff;
  text-decoration: none;
}


a {
  color: #003264;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0075C6;
  text-decoration: underline;
}
a.future {   
	color: #00B9FF;   
	text-decoration: none; 
}
a:hover.future {
	color: #ffcc33;
    text-decoration: none;
}


a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
  font-size: 30px;
}
h5,
.h5 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 24px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
@media screen and (max-width:380px) {
	
	.h1-adjust {
		font-size:40px;
	}
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #003264;
}
a.text-primary:hover {
  color: #001831;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #003264;
}
a.bg-primary:hover {
  background-color: #001831;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	
    margin-top: 0px;
    margin-bottom: 12px;
	font-family: "Muller-Light", Helvetica, sans-serif;


}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 24px;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-inside {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container-inside {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container-inside {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-inside {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 36px;
  line-height: 36px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 40px;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 53px;
  line-height: 53px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  min-height: 47px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd;
}
.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #003264;
}
.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #003264;
  border-color: #003264;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #003264;
}
.panel-primary &gt; .panel-heading .badge {
  color: #003264;
  background-color: #fff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #003264;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(128, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(128, 0, 0, 0)', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after,
.container:before,
.container:after,
.container:before,
.container:after,
.row:before,
.row:after,
.snippet .snippet-body:before,
.snippet .snippet-body:after,
#mega-menu #mega-navs:before,
#mega-menu #mega-navs:after,
#news .news-region.news-index:before,
#news .news-region.news-index:after,
.news:before,
.news:after,
#search-results .search-result:before,
#search-results .search-result:after,
#people .people-region.people-index:before,
#people .people-region.people-index:after,
.person:before,
.person:after,
.involvement:before,
.involvement:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after,
.container:after,
.container:after,
.row:after,
.snippet .snippet-body:after,
#mega-menu #mega-navs:after,
#news .news-region.news-index:after,
.news:after,
#search-results .search-result:after,
#people .people-region.people-index:after,
.person:after,
.involvement:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*	**
 *	MIXINS
 *	**
 */
/*	**
 *	FONTS
 *	**
 */
/**
 * @license
 * MyFonts Webfont Build ID 3434874, 2017-08-09T15:47:49-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Muller-Regular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/regular/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 *
 * Webfont: Muller-Black by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/black/
 * Copyright: Copyright &amp;#x00A9; 2014 by Fontfabric. All rights reserved.
 * 
 * Webfont: Muller-Bold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/bold/
 * Copyright: Copyright &amp;#x00A9; 2014 by Fontfabric. All rights reserved.
 * 
 * Webfont: Muller-BoldItalic by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/bold-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: Muller-Light by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/light/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: Muller-LightItalic by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/light-italic/
 * Copyright: Copyright (c) 2015 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: MullerNarrow-Bold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/narrow-bold/
 * Copyright: Copyright &amp;#x00A9; 2014 by Fontfabric. All rights reserved. 
 *
 * Webfont: MullerNarrow-Light by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/narrow-light/
 * Copyright: Copyright &amp;#x00A9; 2014 by Fontfabric. All rights reserved.
 * 
 * Webfont: MullerNarrow-LightItalic by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/muller/narros-light-italic/
 * Copyright: Copyright &amp;#x00A9; 2014 by Fontfabric. All rights reserved.
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&amp;buildid=3434874
 * Licensed pageviews: 1,000,000
 * 
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Muller-Regular';
  src: url('/_resources/fonts/muller/34697A_E_0.eot');
  src: url('/_resources/fonts/muller/34697A_E_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_E_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_E_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_E_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Muller-Black';
  src: url('/_resources/fonts/muller/34697A_1_0.eot');
  src: url('/_resources/fonts/muller/34697A_1_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_1_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_1_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Muller-Bold';
  src: url('/_resources/fonts/muller/34697A_2_0.eot');
  src: url('/_resources/fonts/muller/34697A_2_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_2_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_2_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Muller-Light';
  src: url('/_resources/fonts/muller/34697A_A_0.eot');
  src: url('/_resources/fonts/muller/34697A_A_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_A_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_A_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_A_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Muller-LightItalic';
  src: url('/_resources/fonts/muller/34697A_B_0.eot');
  src: url('/_resources/fonts/muller/34697A_B_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_B_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_B_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_B_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MullerNarrow-Bold';
  src: url('/_resources/fonts/muller/34697A_1A_0.eot');
  src: url('/_resources/fonts/muller/34697A_1A_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_1A_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_1A_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_1A_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MullerNarrow-Light';
  src: url('/_resources/fonts/muller/34697A_22_0.eot');
  src: url('/_resources/fonts/muller/34697A_22_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_22_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_22_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_22_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MullerNarrow-LightItalic';
  src: url('/_resources/fonts/muller/34697A_23_0.eot');
  src: url('/_resources/fonts/muller/34697A_23_0.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/muller/34697A_23_0.woff2') format('woff2'), url('/_resources/fonts/muller/34697A_23_0.woff') format('woff'), url('/_resources/fonts/muller/34697A_23_0.ttf') format('truetype');
}
@font-face {
  font-family: 'fontello';
  src: url('/_resources/fonts/fontello.eot?31896394');
  src: url('/_resources/fonts/fontello.eot?31896394#iefix') format('embedded-opentype'), url('/_resources/fonts/fontello.woff2?31896394') format('woff2'), url('/_resources/fonts/fontello.woff?31896394') format('woff'), url('/_resources/fonts/fontello.ttf?31896394') format('truetype'), url('/_resources/fonts/fontello.svg?31896394') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*	**
 *	TYPE STYLES
 *	**
 */
.richtext {
  font-family: "Muller-Regular", Helvetica, sans-serif;
  margin: 40px 0;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  margin-top: 40px;
}
.richtext h5,
.richtext .h5 {
  font-family: "Muller-Bold", Helvetica, sans-serif;
}

.richtext ul,
 {
  padding-left: 0;
}
.richtext ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom:12px;	
}
.richtext ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2.5px;
  font-size: 28px;
} 

.richtext ul li:before {
  display: none;
}
.richtext address,
.richtext iframe,
.richtext table {
  margin-bottom: 20px;
}
.richtext blockquote {
  border-top: 2px solid #FFCB04;
  border-left: 0;
  padding: 13.33333333px 0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  margin: 60px 110px 40px 110px;
}
@media screen and (max-width: 767px) {
   .richtext blockquote {
    margin-left: 0px;
    margin-right: 0px;

  }
}


.richtext ol li {
/*   list-style-type: decimal; */
  position: relative;
  padding-left: 10px;
}

.richtext ol.lower-alpha li {
	list-style-type: lower-alpha;
	padding-left: 10px;
	position: relative;
}

.richtext ol li:before {
  display: none;
}
.richtext address,
.richtext iframe,
.richtext table {
  margin-bottom: 20px;
}
.richtext blockquote {
  border-top: 2px solid #FFCB04;
  border-left: 0;
  padding: 13.33333333px 0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  margin: 60px 110px 40px 110px;
}
@media screen and (max-width: 767px) {
   .richtext blockquote {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 24px;
    line-height: 32px;   
  }
}

.richtext cite {
  display: block;
  font-family: "Muller-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  margin-top: 10px;
}
.richtext cite:before {
  content: "\2013";
  margin-right: 10px;
}
.richtext p {
  margin: 0 0 20px;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 24px;
  font-family: "Muller-Light", Helvetica, sans-serif;
}

.richtext .text-red {
	color:#b00116;
}


.richtext em {
  font-family: inherit;
}
.richtext a {
  color: #003264;
  text-decoration: underline;
}
.richtext a:hover {
  color: #0075C6;
  text-decoration: underline;
}
.richtext .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
}
.richtext .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch .richtext .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch .richtext .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch .richtext .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
.page-title {
  font-size: 48px;
  line-height: 60px;
  font-family: "Muller-Light", Helvetica, sans-serif;
}

.page-title-news {
  font-size: 48px;
  line-height: 60px;
  font-family: "Muller-Light", Helvetica, sans-serif;
  margin-top:10px; 
  margin-bottom:0px;
}


@media screen and (max-width: 768px) {
.page-title-news {
  font-size: 28px;
  line-height: 38px;

  }
	}


.content-block-title {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}
.section-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 20px;
}

.spot-title {
  color: #4A4A4A;
  font-size: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  margin: 16px 0px 0px 0px;
}

.event-date {
  color: #FFCB04;
  border-top: 1px solid #FFCB04;
  font-size: 18px;
  font-family: Georgia, serif;
  line-height: 22px;
}
.project p {
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 29px;
}
.projects-intro {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 30px;
}
/* .see-more-btn,
.see-less-btn {
  color: #003264;
  font-size: 18px;
  line-height: 22px;
  font-family: Georgia, serif;
} */

.see-more-btn,
.see-less-btn,
.stem-toggle-btn,
.stem-toggle-btn {
  color: #003264;
  font-size: 18px;
  line-height: 22px;
  font-family: Georgia, serif;
}

.project-gallery {
  color: #fff;
}
.project-gallery h2 {
  color: inherit;
}
.nav-appendix-item {
  color: #fff;
  font-size: 14px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 18px;
}
.stat-label {
  color: #FFCB04;
  font-family: "Muller-Light", Helvetica, sans-serif;
  font-size: 6em;
  line-height: 1;
}
.stat-subhead {
  font-size: 24px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 30px;
}
.blue-bar-header {
 font-family: "Muller-Black", Helvetica, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  text-align: left;	
}


@media screen and (max-width: 768px) {
  .blue-bar-header {
    font-size: 34px;
    line-height: 40px;
  }
	}
.blue-bar-header-right {
  font-family: "Muller-Black", Helvetica, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  text-align: right important!;	

	
}
@media screen and (max-width: 768px) {
  .blue-bar-header-right {
    font-size: 30px;
    line-height: 38px;
	text-align: left !important;
  }
}
.blue-bar-subheader {
	font-size: 24px;
	color:#FFF;
	margin-top:8px;
	margin-bottom:12px;
	text-transform: uppercase;
	font-family: Muller-Light;
	display: block;

}

@media screen and (max-width: 768px) {
  .blue-bar-subheader {
    font-size: 18px;
    line-height: 24px;
  }
}
.content-block a {
  font-family: "Muller-Light", Helvetica, sans-serif;
  font-size: 18px;
}
.blue-bar .btn-wrapper a.btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  display: block;
}
.blue-bar .btn-wrapper a.btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch .blue-bar .btn-wrapper a.btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch .blue-bar .btn-wrapper a.btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch .blue-bar .btn-wrapper a.btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
.project-gallery {
  color: #fff;
}
.project-gallery h2 {
  color: inherit;
}
.project-header {
  color: #fff;
}
.project-header h3 {
  padding-bottom: 20px;
}
.project-header a {
  text-decoration: none;
}
.project-section ul {
  list-style-type: none;
  padding-left: inherit;
}
.project-section blockquote {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 40px;
  padding: 20px;
  font-size: 20px;
}
.project-section a {
  color: #00B9FF;
  text-decoration: none;
}
.spotlight-section .spotlight-section-title {
  text-transform: uppercase;
}
.spotlight-section h2 {
  width: 100%;
}
.spotlight-section ul {
  padding-left: 20px;
}
.spotlight-section .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #001D3B;
  background-color: #00B9FF;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 20px;
}
.spotlight-section .btn:hover {
  background-color: #00B9FF;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch .spotlight-section .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch .spotlight-section .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch .spotlight-section .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
.spotlight-section a {
  color: #00B9FF;
  text-decoration: none;
}
.parent-spotlight ul li {
  line-height: 45px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
}
.accordions {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.accordions .accordion .panel {
  font-family: "Muller-Light", Helvetica, sans-serif;
  color: #4A4A4A;
}
.connect-bar {
  color: #4A4A4A;
  text-transform: uppercase;
}
.connect-bar a {
  color: inherit;
}
.connect-bar a span[class^="nhv-"]:before,
.connect-bar a span[class*=" nhv-"]:before {
  color: inherit;
}
body.person-detail .title-para,
body.person-detail .content-block.contact .content-block-title {
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
body.person-detail .profile-links {
  text-decoration: underline;
}
body.person-detail #sidebar #social-nav li a {
  color: #4A4A4A;
}
body.person-detail #sidebar #social-nav li a:hover {
  color: #00B9FF;
}
.directory-table td {
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
}
.directory-table td.td-title {
  text-transform: uppercase;
}
.directory-table td.td-value {
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
}
/*	**
 *	SBA BOOTSTRAP RESETS
 *	**
 */
/*	**
 *	General resets and behaviors
 *	**
 */
html {
  height: 100%;
}
body {
  min-height: 100%;
  overflow-y: scroll;
}
body.menu-active {
  overflow: hidden;
  height: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.map-embed {
  margin-bottom: 40px;
}
.map-embed * {
  box-sizing: content-box !important;
}
.map-embed img {
  max-width: none;
  display: inherit;
}
.map-embed iframe {
  width: 100%;
}
nav ul {
  list-style: none;
  padding-left: 0;
}
#skip-link,
#top {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*	**
 *	Layout
 *	**
 */
.btn {
  margin-bottom: 0;
  margin-left: 0px !important;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 24px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}

.gold {
  color: #000;
  background-color: #ffcc33;
 
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}

.gold:hover {
  background-color: #ffcc33;
  color: #002a53;
}

html.no-touch .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}


html.no-touch .gold:hover:before {

  background: #002a53;
}

.btn-block {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  display: block;
}
.btn-block:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch .btn-block {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch .btn-block:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch .btn-block:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
.toggle {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.toggle .nhv-close {
  font-size: 16px;
  margin-right: 5px;
}
[class^="nhv-"]:before,
[class*=" nhv-"]:before,
.fontello {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.nhv-facebook:before {
  content: '\e800';
}
/* '' */
.nhv-instagram:before {
  content: '\e801';
}
/* '' */
.nhv-linkedin:before {
  content: '\e802';
}
/* '' */
.nhv-twitter:before {
  content: '\e803';
}
/* '' */
.nhv-youtube:before {
  content: '\e804';
}
/* '' */
.nhv-hamburger:before {
  content: '\e805';
}
/* '' */
.nhv-lightbox:before {
  content: '\e806';
}
/* '' */
.nhv-search:before {
  content: '\e807';
}
/* '' */
.nhv-close:before {
  content: '\e808';
}
/* '' */
.nhv-rqm:before {
  content: '\e809';
}
/* '' */
.nhv-lqm:before {
  content: '\e80a';
}
/* '' */
.nhv-plus:before {
  content: '\e80b';
}
/* '' */
.nhv-external:before {
  content: '\e80c';
}
/* '' */
.nhv-top:before {
  content: '\e80d';
}
/* '' */
.nhv-rqm:before {
  transform: rotate(5deg);
}
.container {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container &gt; .navbar-header,
.container &gt; .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container &gt; .navbar-header,
  .container &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0 20px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
#site-header {
  background-color: #fff;
  padding: 40px 0 20px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
body.menu-active #site-header #wordmark {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  #site-header &gt; .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #site-header {
    padding: 2.5% 0;
  }
}
#mm-header {
  padding: 40px 0 40px;
}
body.menu-active #mm-header {
  position: relative;
}
@media screen and (max-width: 991px) {
  #mm-header &gt; .container {
    padding: 0 20px;
  }
}
#wordmark,
#mm-wordmark {
  text-align: center;
}
#wordmark h1,
#mm-wordmark h1 {
  margin: 0;
  padding: 0;
  text-indent: -9999em;
}
#wordmark a,
#mm-wordmark a {
  background: url(/img/wordmark.svg) center no-repeat;
  display: inline-block;
  position: relative;
  width: 580px;
  height: 62px;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  #wordmark a,
  #mm-wordmark a {
    background-size: contain;
    width: 100%;
  }
}
#mm-wordmark a {
  background-image: url(/img/wordmark-white.svg);
}
#navband,
#mm-navband {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 991px) {
  #navband,
  #mm-navband {
    position: relative;
    top: 0;
  }
}
#main-content {
  background-color: #fff;
}
#main-content .page-title {
  margin: 60px 0 20px;
  font-size: 48px;
  line-height: 60px;
  font-family: "Muller-Light", Helvetica, sans-serif;
}
@media screen and (max-width: 991px) {
  #main-content &gt; .container {
    padding: 0 20px;
  }
}
#sidebar &gt; * {
  margin-bottom: 40px;
}
#sidebar &gt; .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  display: block;
  margin-bottom: 20px;
}
#sidebar &gt; .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #sidebar &gt; .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #sidebar &gt; .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #sidebar &gt; .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}

aside#sidebar {
	padding-right:0;
}

@media screen and (max-width: 991px) {
	
	aside#sidebar {
		padding-left:0;
	}
}


#site-footer {
  background: url(/img/footer-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0 20px;
  color: #fff;
  background-color: #003366;
  position: relative;
  margin-top:40px;
}
#site-footer #footer-logo {
  margin-bottom: 50px;
}
#site-footer #footer-navs {
  overflow: hidden;
}
#site-footer #footer-navs address {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#site-footer #footer-navs address a {
  color: #fff;
  display: block;
}
#site-footer #footer-navs address #main-tel {
  margin-top: 20px;
}
#site-footer #footer-navs &gt; * {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #site-footer #footer-navs &gt; * {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  #site-footer &gt; .container {
    padding: 0 20px;
  }
}
#modal {
  display: none;
}
body.modal-active #modal {
  display: block;
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  overflow: visible;
  height: 100%;
}
.img-filter {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 50, 100, .97);
  position: absolute;
  left: 0;
  top: 0;
}
.img-filter.cta-img-filter,
.img-filter.events-img-filter {

}
.snippet {
  position: relative;
  padding: 20px 0;
}
.snippet .snippet-title {
  display: none;
}
.snippet .snippet-body {
  margin-left: -10px;
  margin-right: -10px;
}
body.frankenstein .snippet {
  margin-bottom: 40px;
}
body.frankenstein .snippet .snippet-title {
  display: block;
  color: #003264;
  border-bottom: 2px solid #003264;
  padding-bottom: 20px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 991px) {
  body.frankenstein .snippet .snippet-title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.frankenstein .snippet .snippet-title {
    margin-bottom: 20px;
  }
}
body.frankenstein .snippet:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .snippet &gt; .container {
    padding: 0 20px;
  }
}
/*	**
 *	Menus
 *	**
 */
.menu {
  margin: 0;
}
.menu.menu-inline li,
.menu.menu li a {
  display: inline-block;
}
.menu.menu-social span[class^="nhv"]:before {
  text-align: left;
  width: auto;
}
#mega-menu {
  background-color: rgba(0, 50, 100, .98);
  position: fixed;
  left: 0;
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100vh;
  z-index: 10;
  padding: 0;
}
#mega-menu.disabled {
  display: none;
}
#mega-menu nav {
  margin-bottom: 25px;
}
#mega-menu nav h4 {
  color: #00B9FF;
  border-bottom: 2px solid #00B9FF;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: normal;
  padding-bottom: 15px;
  margin: 0 0 30px;
  text-decoration: none;
}
#mega-menu nav h4 a {
  color: #00B9FF;
  border-bottom: 2px solid #00B9FF;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: normal;
  border: none;
  position: relative;
  display: block;
}
#mega-menu nav h4 a .nhv-plus {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #mega-menu nav h4 a .nhv-plus {
    display: block;
  }
}
#mega-menu nav h4 a:hover {
  color: #FFCB04;
}
#mega-menu nav .menu a {
  color: #fff;
  font-size: 21px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 25px;
  text-transform: normal;
  margin-bottom: 19px;
  display: block;
}
#mega-menu nav .menu a:hover,
#mega-menu nav .menu a.active {
  color: #FFCB04;
}
#mega-menu #mega-navs {
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mega-menu #mega-navs nav {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
@media (min-width: 992px) {
  #mega-menu #mega-navs nav {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  #mega-menu #mega-navs nav {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #mega-menu #mega-navs nav {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #mega-menu #mega-navs nav {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #mega-menu #mega-navs nav .menu {
    display: none;
  }	
#mega-menu #mega-navs div.see-more {
  transition: max-height, opacity 0.3 ease;
  opacity: 1;
  max-height: 100%;
  overflow: visible;
  margin: 0;
}
#mega-menu #mega-navs div.see-more.active {
  overflow: visible;
  max-height: 100%;
  opacity: 1;
  margin: inherit;
}
#mega-menu #mega-navs .see-more-btn.active, .see-less-btn.active {
    display: none;
}
  #mega-menu #mega-navs nav.menu-active .nhv-plus {
    transform: rotate(45deg);
  }
  #mega-menu #mega-navs nav.menu-active h2 {
    color: #FFCB04;
    border-bottom-color: #FFCB04;
  }
  #mega-menu #mega-navs nav.menu-active h2 a {
    color: #FFCB04;
  }
  #mega-menu #mega-navs nav.menu-active .menu {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #mega-menu #mega-navs nav {
    float: left;
    width: 100%;
  }
}
#mega-menu #mega-navs nav#athletics-nav img {
  width: 50%;
  transform: scale(1.1, 0.3s);
}
#mega-menu #mega-navs nav#athletics-nav img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch #mega-menu #mega-navs nav#athletics-nav img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
@media screen and (max-width: 767px) {
  #mega-menu #mega-navs {
    display: block;
  }
}
#mega-menu #mega-topband,
#mega-menu #mega-bottomband {
  overflow: hidden;
}
#mega-menu #mega-topband .menu a,
#mega-menu #mega-bottomband .menu a {
  margin: 0 20px 0 0;
}
#mega-menu #mega-bottomband {
  text-align: center;
}
#mega-menu #mega-bottomband #socialdirectory-nav {
  display: inline-block;
}
#mega-menu #mega-bottomband #socialdirectory-nav h2 {
  color: #00B9FF;
  font-size: 22px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: normal;
  margin-bottom: 13.33333333px;
  border: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #mega-menu #mega-bottomband {
    text-align: left;
  }
}
#mega-menu #quicklinks-nav {
  float: left;
}
#mega-menu #quicklinks-nav .menu a {
  color: #00B9FF;
  font-size: 22px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: normal;
}
#mega-menu #quicklinks-nav .menu a:hover {
  color: #FFCB04;
}
@media screen and (max-width: 991px) {
  #mega-menu #quicklinks-nav {
    float: none;
  }
  #mega-menu #quicklinks-nav .menu-inline li {
    display: block;
    margin: 0 0 20px;
  }
}
#mega-menu #action-nav {
  float: right;
}
#mega-menu #action-nav .menu a {
  font-size: 22px;
  line-height: 28px;
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
}
#mega-menu #action-nav .menu a:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #mega-menu #action-nav .menu a {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #mega-menu #action-nav .menu a:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #mega-menu #action-nav .menu a:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#mega-menu #action-nav .menu li:last-child a {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #mega-menu #action-nav {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #mega-menu #action-nav .menu-inline li {
    display: block;
    margin: 0 0 10px;
  }
  #mega-menu #action-nav .menu-inline li a {
    display: block;
    margin: 0;
  }
}
#mega-menu #socialdirectory-nav .menu a {
  margin: 0 20px 20px 0;
}
#megamenu-toggle,
#mm-toggle {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  position: absolute;
  left: 0;
}
#megamenu-toggle .toggle-icon,
#mm-toggle .toggle-icon {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #megamenu-toggle,
  #mm-toggle {
    position: relative;
  }
}
#megamenu-toggle .toggle-icon {
  width: 20px;
  height: 3px;
  background-color: #003264;
  position: relative;
  top: -4px;
}
#megamenu-toggle .toggle-icon:before,
#megamenu-toggle .toggle-icon:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  background-color: #003264;
}
#megamenu-toggle .toggle-icon:before {
  top: -7px;
}
#megamenu-toggle .toggle-icon:after {
  bottom: -7px;
}
#megamenu-toggle:hover {
  color: #0075C6;
}
html.no-touch #megamenu-toggle .toggle-icon:before,
html.no-touch #megamenu-toggle .toggle-icon:after {
  transition: top, bottom 0.3s ease;
}
html.no-touch #megamenu-toggle:hover .toggle-icon:before {
  top: -8px;
}
html.no-touch #megamenu-toggle:hover .toggle-icon:after {
  bottom: -8px;
}
#mm-toggle {
  color: #fff;
}
#mm-toggle:hover {
  color: #FFCB04;
}
body.menu-active #mm-toggle .toggle-icon {
  top: 0;
}
body.menu-active #mm-toggle .toggle-icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e808";
}
#section-menu {
  padding: 0;
  margin: -1px;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}
#section-menu #section-topband {
  border-top: 2px solid #FFCB04;
  padding-top: 20px;
  position: relative;
}

#section-menu #section-topband-news {
  border-top: 2px solid #FFCB04;
  padding-top: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
#section-menu #section-topband-news {
  border-top: 2px solid #FFCB04;
  padding-top: 0px;
  position: relative;

  }
	}


#section-menu .section-menu-title {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
  position: absolute;
  top: 22px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #section-menu .section-menu-title {
    position: relative;
    text-align: left;
    width: auto;
    top: auto;
  }
}
body.event-index #section-menu .section-menu-title,
body.events-detail #section-menu .section-menu-title,
body.person-detail #section-menu .section-menu-title {
  position: relative;
  top: 0;
}
#section-menu #section-nav {
  display: none;
}
#section-menu .menu a {
  color: #00B9FF;
  font-size: 22px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: normal;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
#section-menu .menu a [class^="nhv-"] {
  position: absolute;
  left: 0;
  font-size: 18px;
}
#section-menu .menu a:hover {
  color: #FFCB04;
}
#section-menu .menu .parent &gt; .submenu {
  display: none;
}
#section-menu .menu .parent.expanded &gt; .submenu {
  display: block;
}
#section-menu .menu .expanded &gt; a {
  color: #FFCB04;
}
#section-menu .menu .expanded &gt; a &gt; [class^="nhv-"] {
  transform: rotate(45deg);
}
#section-menu .submenu {
  padding-left: 40px;
}
#section-menu .submenu a {
  color: #fff;
  font-size: 22px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 28px;
  text-transform: normal;
}
#section-menu .submenu a:hover,
#section-menu .submenu a.active {
  color: #FFCB04;
}
#section-menu.menu-active {
  color: #FFCB04;
  background-color: rgba(0, 50, 100, .95);
  width: 100%;
}
#section-menu.menu-active .section-menu-title,
#section-menu.menu-active #section-toggle {
  color: #fff;
}
#section-menu.menu-active #section-nav {
  background-color: rgba(0, 50, 100, .95);
  display: block;
  padding: 40px 0;
  position: absolute;
  width: 100%;
  z-index: 6;
}
#section-menu.menu-active #section-toggle:hover {
  color: #FFCB04;
}
#section-menu.menu-active #section-toggle .toggle-icon {
  width: auto;
  height: auto;
  top: 0;
}
#section-menu.menu-active #section-toggle .toggle-icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e808";
  width: auto;
  height: auto;
  transition: none;
  top: 0;
  display: inline-block;
  position: relative;
}
#section-menu.menu-active #section-toggle .toggle-icon:after {
  transition: none;
  display: none;
}
#section-menu.menu-active #section-nav {
  display: block;
}
#section-toggle {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  z-index: 5;
}
#section-toggle .label {
  position: relative;
  top: 1px;
}
#section-toggle .toggle-icon {
  width: 20px;
  height: 3px;
  background-color: #003264;
  display: inline-block;
  position: relative;
  top: -4px;
}
#section-toggle .toggle-icon:before,
#section-toggle .toggle-icon:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  background-color: #003264;
}
#section-toggle .toggle-icon:before {
  top: -7px;
}
#section-toggle .toggle-icon:after {
  bottom: -7px;
}
#section-toggle:hover {
  color: #0075C6;
}
html.no-touch #section-toggle .toggle-icon:before,
html.no-touch #section-toggle .toggle-icon:after {
  transition: top, bottom 0.3s ease;
}
html.no-touch #section-toggle:hover .toggle-icon:before {
  top: -8px;
}
html.no-touch #section-toggle:hover .toggle-icon:after {
  bottom: -8px;
}
body.news-index #section-toggle .toggle-icon,
body.news-detail #section-toggle .toggle-icon {
  background-color: transparent;
  margin-right: 10px;
}
body.news-index #section-toggle .toggle-icon:before,
body.news-detail #section-toggle .toggle-icon:before,
body.news-index #section-toggle .toggle-icon:after,
body.news-detail #section-toggle .toggle-icon:after {
  transition: none !important;
  display: none;
  background-color: transparent;
  width: auto;
  height: auto;
  position: relative;
  top: 5px;
}
body.news-index #section-toggle .toggle-icon:before,
body.news-detail #section-toggle .toggle-icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e80b";
}
body.news-index #section-toggle:hover .toggle-icon:before,
body.news-detail #section-toggle:hover .toggle-icon:before {
  top: 5px;
}
#utility-nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#utility-nav li {
  margin-left: 40px;
}
#utility-nav a {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#utility-nav a:hover,
#utility-nav a.active {
  color: #0075C6;
}
#utility-nav #search-toggle .nhv-search:before {
  line-height: 1;
  margin: 5px 0 0;
}
body.menu-active #utility-nav {
  display: none;
}
#visit-menu {
  background-color: #fff;
  padding: 20px 0;
  display: none;
}
#visit-menu h4.nav-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
#visit-menu h5.nav-subtitle {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  margin: 0 0 20px;
}
#visit-menu #left-nav-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #visit-menu #left-nav-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
#visit-menu #left-nav-wrapper #getting-here-nav {
  margin-bottom: 40px;
}
#visit-menu #left-nav-wrapper #events-nav,
#visit-menu #left-nav-wrapper #athletics-nav {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
#visit-menu #left-nav-wrapper #events-nav {
  padding-right: 20px;
}
#visit-menu #right-nav-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #visit-menu #right-nav-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #visit-menu #right-nav-wrapper {
    margin-left: 16.66666667%;
  }
}
#visit-menu #right-nav-wrapper nav {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #visit-menu #right-nav-wrapper nav {
    float: left;
    width: 50%;
  }
}
#visit-menu li a {
  color: #003264;
  font-size: 22px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 28px;
  margin-bottom: 20px;
}
#visit-menu li a:hover {
  color: #0075C6;
}
#visit-menu li [class^="icon"] {
  display: block;
  height: 80px;
  width: auto;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.1, 0.2s);
}
#visit-menu li [class^="icon"]:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch #visit-menu li [class^="icon"]:hover {
  animation-name: scaling;
  animation-duration: 0.2s;
  animation-timing-function: ease;
}
#visit-menu li .icon-event {
  background-image: url(/img/icon-event.svg);
}
#visit-menu li .icon-logo-athletic {
  background-image: url(/img/NewHaven�鶹��ýs.svg);
}
body.visit-menu-active #visit-menu {
  display: block;
}
#visit-menu .visit-close-wrapper {
  margin-bottom: 20px;
  text-align: right;
}
#visit-menu .visit-close-wrapper .toggle {
  color: #003264;
}
#visit-menu .visit-close-wrapper .toggle:hover {
  color: #0075C6;
}
#footer-navs nav {
  margin-bottom: 40px;
}
#footer-navs nav a {
  color: #00B9FF;
  font-size: 22px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: normal;
  margin-bottom: 10px;
}
#footer-navs nav a:hover {
  color: #FFCB04;
}
#social-nav h2 {
  margin: 0 0 10px;
  color: #00B9FF;
  font-size: 22px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: normal;
}
#social-nav li {
  margin: 0 10px 10px 0;
}
#social-nav li a {
  color: #fff;
}
#social-nav li a:hover {
  color: #FFCB04;
}
#appendix-nav .menu li {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
@media (min-width: 992px) {
  #appendix-nav .menu li {
    float: left;
    width: 25%;
  }
}
#appendix-nav .menu li a {
  color: #fff;
  font-size: 14px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 18px;
}
#appendix-nav .menu li a:hover {
  color: #FFCB04;
}
#snippet-menu {
  position: fixed;
  border: 1px solid #fff;
  border-right: none;
  top: 15vh;
  right: 0;
  padding: 20px;
  background-color: #003264;
  z-index: 5;
}
#snippet-menu .menu li a {
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
#snippet-menu .menu li a:hover,
#snippet-menu .menu li a.active {
  color: #FFCB04;
}
#snippet-menu .menu li:last-child a {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*	**
 *	Modules/Snippets
 *	 */
#emergency-alert {
  color: #003366;
}
#emergency-alert .toggle {
  display: block;
}
#emergency-alert .toggle .nhv-rqm {
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 5px;
}
#emergency-alert .toggle .nhv-close {
  display: none;
}
#emergency-alert .snippet-body {
  display: none;
}
#emergency-alert section,
#emergency-alert aside {
  font-size: 16px;
  font-family: "MullerNarrow", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
}
@media screen and (max-width: 991px) {
  #emergency-alert section,
  #emergency-alert aside {
    margin-bottom: 40px;
  }
}
#emergency-alert section {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  #emergency-alert section {
    float: left;
	width: 90%;
   &lt;!-- width: 58.33333333%;--&gt;
  }
}
#emergency-alert section a {
  color: #000;
}
#emergency-alert section h2 {
  color: #003366;
  border-bottom: 3px solid #ecb613;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
#emergency-alert aside {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #emergency-alert aside {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #emergency-alert aside {
    margin-left: 8.33333333%;
  }
}
#emergency-alert aside a {
  color: #000;
}
#emergency-alert aside h3 {
  color: #000;
  border-bottom: 2px solid #ecb613;
  font-size: 20px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
#emergency-alert .btn {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 24px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  margin: 20px 10px 0 0;
}
#emergency-alert .btn:focus,
#emergency-alert .btn:active:focus,
#emergency-alert .btn.active:focus,
#emergency-alert .btn.focus,
#emergency-alert .btn:active.focus,
#emergency-alert .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#emergency-alert .btn:hover,
#emergency-alert .btn:focus,
#emergency-alert .btn.focus {
  color: #333;
  text-decoration: none;
}
#emergency-alert .btn:active,
#emergency-alert .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
#emergency-alert .btn.disabled,
#emergency-alert .btn[disabled],
fieldset[disabled] #emergency-alert .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
#emergency-alert .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #emergency-alert .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #emergency-alert .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #emergency-alert .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#emergency-alert .btn:focus,
#emergency-alert .btn:active:focus,
#emergency-alert .btn.active:focus,
#emergency-alert .btn.focus,
#emergency-alert .btn:active.focus,
#emergency-alert .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#emergency-alert .btn:hover,
#emergency-alert .btn:focus,
#emergency-alert .btn.focus {
  color: #333;
  text-decoration: none;
}
#emergency-alert .btn:active,
#emergency-alert .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
#emergency-alert .btn.disabled,
#emergency-alert .btn[disabled],
fieldset[disabled] #emergency-alert .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
#emergency-alert .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #emergency-alert .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #emergency-alert .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #emergency-alert .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#emergency-alert.disabled {
  display: none;
}
#emergency-alert.warning {
  background-color: #FFCB04;
}
#emergency-alert.warning .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#emergency-alert.warning .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #emergency-alert.warning .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #emergency-alert.warning .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #emergency-alert.warning .btn:hover:before {
  left: 0;
  right: 0;
  background: #001D3B;
}
#emergency-alert.warning .toggle {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  color: #b00116;
}
#emergency-alert.warning .toggle .nhv-close {
  font-size: 16px;
  margin-right: 5px;
}
#emergency-alert.covid {
  background-color: #82cffb;
}
#emergency-alert.covid .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#emergency-alert.covid .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #emergency-alert.covid .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
#emergency-alert.covid section h2 {
  color: #003366;
  border-bottom: 3px solid #ffcc33;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
}
html.no-touch #emergency-alert.covid .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #emergency-alert.covid .btn:hover:before {
  left: 0;
  right: 0;
  background: #001D3B;
}
#emergency-alert.covid .toggle {
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  color: #0075C6;
}
#emergency-alert.covid .toggle .nhv-close {
  font-size: 16px;
  margin-right: 5px;
}
#emergency-alert.alert {
  color: #fff;
  background-color: #D0021B;
}
#emergency-alert.alert .toggle {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#emergency-alert.alert .toggle .nhv-close {
  font-size: 16px;
  margin-right: 5px;
}
#emergency-alert.alert section a {
  color: #fff;
}
#emergency-alert.alert section h2 {
  color: #FFF;
  border-bottom: 2px solid #ad1102;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
}
#emergency-alert.alert aside a {
  color: #fff;
}
#emergency-alert.alert aside h3 {
  color: #fff;
  border-bottom: 2px solid #ad1102;
  font-size: 20px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
}
body.emergency-active #emergency-alert .toggle {
  margin-bottom: 40px;
}
body.emergency-active #emergency-alert .toggle .nhv-rqm {
  display: none;
}
body.emergency-active #emergency-alert .toggle .nhv-close {
  display: inline-block;
}
body.emergency-active #emergency-alert .snippet-body {
  display: block;
}

.salary {
	
	color:#00B9FF; 
	font-family: 'Muller-Light', Helvetica, sans-serif; 
	font-size: 6em; 
	line-height: 1; 
	padding-bottom: 0; 
	border: none; 
	word-wrap: break-word; 
	margin-top: 24px; 
	margin-bottom: 12px;
	
}


#statistics {
  margin: 20px 0 40px 0;
}

#statistics .stat {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #statistics .stat {
    float: left;
    width: 33.33333333%;
  }
	
  #statistics .stat-50 {
    width: 50%;
  }
}
#statistics .stat h1 {
  color: #FFCB04;
  font-family: "Muller-Light", Helvetica, sans-serif;
  font-size: 6em;
  line-height: 1;
  padding-bottom: 0;
  border: none;
  word-wrap: break-word;
}

#statistics.school-stats .stat h1 {
	color:#003366;	
}

#statistics .stat.chart figcaption {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  #statistics .stat {
    margin-bottom: 40px;
  }
  #statistics .stat h1 {
    font-size: 4em;
  }
  #statistics .stat:last-child {
    margin-bottom: 0;
  }
}
#statistics #stats-footer {
  text-align: center;
  margin-top: 40px;
}
#statistics #stats-footer .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#statistics #stats-footer .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #statistics #stats-footer .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #statistics #stats-footer .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #statistics #stats-footer .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}

/* MHA PAGE ABOVE-STATS LOGOS */
@media (min-width: 992px) {
	
	.mha-top-awards {display:flex;}
	.mha-top-awards .stat {align-self:flex-end;}
}

@media (min-width: 768px) {
	
	.mha-top-awards .stat:first-child {margin-right:40px;}
}

#hero-region {
  padding: 0;
  background: #003366;

}
#hero-region .img-filter {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 50, 100, .95);
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .1);
  z-index: 2;
}
#hero-region .img-filter.cta-img-filter,
#hero-region .img-filter.events-img-filter {
  background-color: rgba(0, 29, 59, .95);
}
.hero-banner {
  position: relative;
}
.hero-banner .bar-container {
  position: absolute;
  z-index: 2;
  bottom: 0;

}
.hero-banner .bar-container .blue-bar-header {
  width: 100%;
  z-index: 1;
  min-width: 600px;
  margin-bottom: 0;
}
.hero-banner .bar-container .blue-bar-header-right {
  width: 100%;
  z-index: 1;
  min-width: 600px;
  margin-bottom: 0;
  text-align: right;
	
}

.gold-line {
	border-left: 3px solid #ffcc33; 
	padding-left:20px;
	margin: 70px 0px 0px 30px;
	
}
@media screen and (max-width: 768px) {
  .gold-line {
   border-left: 3px solid #ffcc33;
   padding-left: 20px;
   margin: 40px 0px 0px 30px;
   border-right: none; 
   padding-right: 0px;
   font-size: 30px;	 
   line-height:1;	  
  }
}


.gold-line-right {
	border-right: 3px solid #ffcc33; 
	padding-right:20px;
	margin: 70px 30px 0px 0px;

	
}
@media screen and (max-width: 768px) {
  .gold-line-right {
   border-left: 3px solid #ffcc33;
   padding-left: 20px;
   margin: 40px 0px 0px 30px;
   border-right: none; 
   padding-right: 0px;
   font-size:30px;	  
   line-height:1;	  
	  
  }
}

.hero-banner .bar-container .blue-bar-header.blue-bar-header-right,
.hero-banner .bar-container .blue-bar-header.blue-bar-header-left {
  position: relative;
}
.hero-banner .bar-container .blue-bar {
  width: 100%;
  position: relative;
  top: 0;
  padding: 30px;
  color: #fff;
}
.hero-banner .bar-container .blue-bar .richtext {
  color: #fff;
  font-size: 20px;
  font-family: Georgia, serif;
  line-height: 27px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero-banner .bar-container .blue-bar .richtext {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero-banner .bar-container .blue-bar .btn-wrapper {
  width: 100%;
  max-width: 320px;
  position: absolute;
  bottom: 20px;
}
.hero-banner .bar-container .blue-bar .btn-wrapper a.btn:nth-child(1),
.hero-banner .bar-container .blue-bar .btn-wrapper a.btn:nth-child(2) {
  margin-bottom: 10px;
}
.hero-banner .bar-container .blue-bar.bar-container-left {
  float: left;
}
.hero-banner .bar-container .blue-bar.bar-container-right {
  float: right;
}
.hero-banner .bar-container .blue-bar-clear {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 50, 100, .95);
  top: 0;
  padding: 20px;
  color: #fff;
  z-index: -1;
}
.hero-banner .bar-container .blue-bar-clear.bar-container-left {
  left: 0;
}
.hero-banner .bar-container .blue-bar-clear.bar-container-right {
  right: 0;
}
.hero-banner .slide-container {
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  min-height: 600px;
  margin-left: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  max-width: 100%;
}
.hero-banner .slide-container.static-image {
  background-attachment: scroll;
  background-attachment: initial;
}
@media screen and (max-width: 991px) {
  .hero-banner .slide-container {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .slide-container {
    min-height: 300px;
  }
}
.hero-banner.hero-interior {
  margin-bottom: 40px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){
  .hero-banner {
    max-height: 800px;
	  
  }
  .hero-banner .slide-container {
    position: absolute;
    overflow: hidden;
    margin-left: 0;
  }
  .hero-banner .bar-container {
    position: relative;
  }
  .hero-banner .bar-container .blue-bar {
    min-height: 518px;
    max-width: 380px;
  }
  .hero-banner .bar-container .blue-bar-clear {
    min-height: 600px;
    max-width: 380px;
  }
}
@media screen and (max-width: 992px) {
  .hero-banner .slide-container {
    position: relative;
    overflow: hidden;
    margin-left: 0;
    max-height: 300px;
    background-attachment: scroll;
  }
  .hero-banner .bar-container {
    position: relative;
    margin: 0;
    width: 100%;
  }
	  .hero-banner .bar-container-short {
    position: relative;
    margin: 0;
    width: 100%;
		  display: none;
  }
	
	
  .hero-banner .bar-container .blue-bar-header {
    min-width: 0;
    min-width: initial;
    padding-top: 10px;
  }
	
  .hero-banner .bar-container .blue-bar-header-right {
    min-width: 0;
    min-width: initial;
    padding-top: 10px;
  }
  .hero-banner .bar-container .blue-bar .btn-wrapper {
    position: relative;
    max-width: none;
    max-width: initial;
    margin-top: 40px;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner {
    max-height: 800px;
  }
  .hero-banner .slide-container {
    position: absolute;
    overflow: hidden;
    margin-left: 0;

  }
  .hero-banner .bar-container {
    position: relative;
  }
	 .hero-banner .bar-container-short {
    position: relative;
  }
	
  .hero-banner .bar-container .blue-bar {
    min-height: 518px;
    max-width: 380px;
  }
	
  .hero-banner .bar-container .blue-bar.height-fix {
	  min-height:500px;
  }
  .hero-banner .bar-container .blue-bar-clear {
    min-height: 600px;
    max-width: 380px;
  }
	
	/* HIDE NEWS BUTTONS IN HERO ON DESKTOP */
	.hero-banner .bar-container .blue-bar .btn-wrapper.news-button-hide {
		display:none;
	}
}
#cta {
  background: url(/img/cta-bg.png) #001D3B center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
#cta .cta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 991px) {
  #cta .cta-wrapper {
    display: block;
  }
}
#cta .cta-left {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
@media (min-width: 992px) {
  #cta .cta-left {
    float: left;
    width: 50%;
  }
}
#cta .cta-left h3 {
  color: #00B9FF;
  font-size: 30px;
  line-height: 36px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
#cta .cta-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #cta .cta-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #cta .cta-right {
    margin-left: 25%;
  }
}
#cta .cta-right .btn {
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #003264;
  background-color: #00B9FF;
  padding: 10px 15px;
  display: inline-block;
}
#cta .cta-right .btn:hover {
  background-color: #00B9FF;
  color: #000;
  color: initial;
  text-decoration: none;
}
html.no-touch #cta .cta-right .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #cta .cta-right .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #cta .cta-right .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#cta .cta-right .btn:hover {
  background-color: #FFCB04;
}
#cta .cta-right .btn .nhv-rqm {
  margin-left: 5px;
}
@media screen and (max-width: 991px) {
  #cta .cta-right .btn {
    margin-top: 40px;
  }
}
#events {
  background-color: #001D3B;
  padding: 80px 0;
}
#events #events-footer {
  text-align: center;
}
#events #events-footer .btn {
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #003264;
  background-color: #00B9FF;
  padding: 10px 15px;
  display: inline-block;
}
#events #events-footer .btn:hover {
  background-color: #00B9FF;
  color: #003264;
  text-decoration: none;
}
html.no-touch #events #events-footer .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #events #events-footer .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #events #events-footer .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#events #events-footer .btn:hover {
  background-color: #FFCB04;
}
body.home #events,
body.landing #events {
  background: url(/img/events-bg.jpg) rgba(0, 29, 59, .95) center no-repeat;
  background-size: cover;
}
.events {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .events {
    float: left;
    width: 50%;
  }
}
.events .event {
  margin-bottom: 40px;
}
.events .event:last-child {
  margin-bottom: 0;
}
.events .events-title {
  color: #fff;
  border-bottom: 2px solid transparent;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.events .events-date {
  color: #FFCB04;
  border-top: 1px solid #FFCB04;
  font-size: 18px;
  font-family: Georgia, serif;
  line-height: 22px;
  margin: 0 0 40px;
  padding-top: 20px;
}
.events ul {
  list-style-type: none;
  padding: 0;
}
.events ul li {
  color: #00B9FF;
  font-size: 22px;
  line-height: 28px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  width: 70%;
  margin-bottom: 30px;
}
.events ul li .event-time {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "Muller-Light", Helvetica, sans-serif;
}
.events ul li a {
  color: #00B9FF;
  font-size: 22px;
  line-height: 28px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  width: 70%;
  margin-bottom: 30px;
}
.events ul li a:hover {
  color: #FFCB04;
}
@media (min-width: 768px) {
  body.home .events,
  body.landing .events {
    margin-left: 25%;
  }
}
body.event-index .events {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #001D3B;
  padding: 40px 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.event-index .events {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  body.event-index .events {
    margin-left: 8.33333333%;
  }
}
@media screen and (max-width: 991px) {
  body.event-index .events {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body.event-index .events {
    float: left;
    width: 100%;
  }
}
#news .news-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 0px;
  padding: 0 0 20px;
}
#news #news-footer {
  text-align: center;
}
#news #news-footer .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#news #news-footer .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #news #news-footer .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #news #news-footer .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #news #news-footer .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}

.news-category {
	font-size:13px; 
	color:#0075C6;
	text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .news-category {
margin-top: 16px;
display: inline-block;  
  }
}


#news #news-footer.news-footer-parent {
  text-align: left;
}
#news #news-footer.news-footer-full {
  text-align: right;
}
#news .news-region.news-index {
  margin-left: -10px;
  /*margin-right: -10px;*/
}
#news .news-region.news-index .news {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #news .news-region.news-index .news {
    float: left;
	width:100%;
    /*width: auto;*/
  }
}
.news {
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #E2E2E2;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  position: relative;
  overflow: hidden;
}
.news .article-title {
  color: #003264;
  font-size: 22px;
  line-height: 28px;
  font-family: Georgia, serif;
  margin: 0px 0px 20px 0px;
}
.news .news-img {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom:20px;
  z-index: 5;
}
.news .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news .news-img .label {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  padding-right: 45px;
  background-color: rgba(0, 50, 100, .9);
}
.news .news-img .label .nhv-rqm {
  position: absolute;
  right: 10px;
}
.news .news-img .label .nhv-rqm:before {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .news .news-img .label {
    color: #fff;
    font-family: "MullerNarrow-Light", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
.news .news-img:hover img {
  transform: scale(1.1, 0.3s);
}
.news .news-img:hover img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch .news .news-img:hover img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.news .news-img:hover .label {
  color: #FFCB04;
}
.news .news-img:hover .label .nhv-lightbox {
  color: #FFCB04;
}
@media screen and (max-width: 991px) {
  .news .news-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
.news .news-preview {
  padding-right: 80px;
  padding-left: 210px;
}
@media screen and (max-width: 991px) {
  .news .news-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news .news-preview-new {
	    width: 94%;
}
@media screen and (max-width: 991px) {
  .news .news-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 10px;
	margin-bottom: 10px;
     }
}



.news.external .external-link {
  position: absolute;
  right: 0;
  top: 50%;
}
.news.external.list-item .news-preview {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 10px;
  color: #4A4A4A;
}



@media (min-width: 992px) {
  .news.external.list-item .news-preview {
    float: left;
    width: 66.66666667%;
	  

  }

}
	  
.news.featured {
  border-bottom: none;
}
.news.featured .news-preview {
  clear: left;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .news.featured .news-preview {
    float: left;
    width: 66.66666667%;
  }
}
.news.featured .news-preview .article-desc {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
.news.featured .news-preview .article-title {
  color: #003264;
  font-size: 30px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
.news.featured .news-img {
  width: 100%;
  margin-bottom: 40px;
}
.news.news-parents {
  border-bottom: none;
}
.news.news-parents:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: none;
  color: #003264;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(50%);
}
.news.news-parents .news-preview {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .news.news-parents .news-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news:hover .article-title,
.news:hover .external-link {
  color: #0075C6;
}
.news-detail-bio figure img {
  min-width: 100%;
}
#spotlights {
  padding: 10px 0px 0px 0px;
}
#spotlights .spotlights-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#spotlights .spotlights {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#spotlights #spotlights-footer {
  text-align: center;
}
#spotlights #spotlights-footer .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#spotlights #spotlights-footer .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #spotlights #spotlights-footer .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #spotlights #spotlights-footer .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #spotlights #spotlights-footer .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
.spotlight {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .spotlight {
    float: left;
    width: 33.33333333%;
  }
}
.spotlight .spotlight-type {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 30px;
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 10px;
}
.spotlight .spotlight-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.spotlight .spotlight-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spotlight .spotlight-img .label {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 10px 6px;
  background-color: rgba(0, 50, 100, .9);
}
@media screen and (max-width: 991px) {
  .spotlight .spotlight-img .label {
    color: #fff;
    font-family: "MullerNarrow-Light", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
.spotlight .spotlight-img .label [class^="nhv-"] {
  position: absolute;
  right: 10px;
}
.spotlight .spotlight-img:hover img,
.spotlight .spotlight-img.active img {
  transform: scale(1.1, 0.3s);
}
.spotlight .spotlight-img:hover img:hover,
.spotlight .spotlight-img.active img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch .spotlight .spotlight-img:hover img:hover,
html.no-touch .spotlight .spotlight-img.active img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.spotlight .spotlight-img:hover .label,
.spotlight .spotlight-img.active .label {
  color: #FFCB04;
}
.spotlight .spotlight-img:hover .label [class^="nhv-"],
.spotlight .spotlight-img.active .label [class^="nhv-"] {
  color: #FFCB04;
}



.spotlight .spotlight-img-program {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.spotlight .spotlight-img-program img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spotlight .spotlight-img-program .label {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 10px 6px;
  background-color: rgba(0, 50, 100, .9);
}
@media screen and (max-width: 991px) {
  .spotlight .spotlight-img-program .label {
    color: #fff;
    font-family: "MullerNarrow-Light", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
.spotlight .spotlight-img-program .label [class^="nhv-"] {
  position: absolute;
  right: 10px;
}
.spotlight .spotlight-img-program:hover img,
.spotlight .spotlight-img-program.active img {
  transform: scale(1.1, 0.3s);
}
.spotlight .spotlight-img-program:hover img:hover,
.spotlight .spotlight-img-program.active img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch .spotlight .spotlight-img-program:hover img:hover,
html.no-touch .spotlight .spotlight-img-program.active img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.spotlight .spotlight-img-program:hover .label,
.spotlight .spotlight-img-program.active .label {
  color: #FFCB04;
}
.spotlight .spotlight-img-program:hover .label [class^="nhv-"],
.spotlight .spotlight-img-program.active .label [class^="nhv-"] {
  color: #FFCB04;
}





.spotlight .spotlight-subhead {
  font-size: 24px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 30px;
}
.spotlight.spotlight-single {
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
}
.spotlight.spotlight-single .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  padding: 10px 30px 5px;
}
.spotlight.spotlight-single .btn:focus {
  color: #fff;
}
.spotlight.spotlight-single .spotlight-img {
  margin-bottom: 0;
}
.spotlight.spotlight-single .spotlight-img:hover img,
.spotlight.spotlight-single .spotlight-img.active img {
  transform: scale(1, 0s);
}
.spotlight.spotlight-single .spotlight-img:hover img:hover,
.spotlight.spotlight-single .spotlight-img.active img:hover {
  transform: scale(1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
html.no-touch .spotlight.spotlight-single .spotlight-img:hover img:hover,
html.no-touch .spotlight.spotlight-single .spotlight-img.active img:hover {
  animation-name: scaling;
  animation-duration: 0s;
  animation-timing-function: ease;
}
@media screen and (max-width: 991px) {
  .spotlight.spotlight-single {
    padding-left: 0;
  }
  .spotlight.spotlight-single .spotlight-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.spotlight.parent-spotlight ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .spotlight {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#spotlight-expanded {
  color: #fff;
}
#spotlight-expanded p {
  color: #fff;
}
#spotlight-expanded a[title="Close"] {
  color: #fff;
}
#spotlight-expanded .spotlight-expanded {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #spotlight-expanded .spotlight-expanded {
    float: left;
    width: 83.33333333%;
  }
}
#spotlight-expanded .spotlight-expanded .spotlight-header,
#spotlight-expanded .spotlight-expanded .spotlight-section {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #spotlight-expanded .spotlight-expanded .spotlight-header,
  #spotlight-expanded .spotlight-expanded .spotlight-section {
    float: left;
    width: 66.66666667%;
  }
}
#spotlight-expanded .spotlight-expanded .spotlight-header {
  color: #fff;
}
#spotlight-expanded .spotlight-expanded .spotlight-header h3 {
  padding-bottom: 20px;
}
#spotlight-expanded .spotlight-expanded .spotlight-header a {
  text-decoration: none;
}
#spotlight-expanded .spotlight-expanded .spotlight-section,
#spotlight-expanded .spotlight-expanded .spotlight-gallery {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #spotlight-expanded .spotlight-expanded .spotlight-section,
  #spotlight-expanded .spotlight-expanded .spotlight-gallery {
    float: left;
    width: 83.33333333%;
  }
}
#spotlight-expanded .spotlight-expanded .spotlight-gallery {
  margin-bottom: 40px;
}
#spotlight-expanded .spotlight-expanded .spotlight-gallery .carousel-title,
#spotlight-expanded .spotlight-expanded .spotlight-gallery .carousel-wrapper .slides .slide figure figcaption {
  color: #fff;
}
#spotlight-expanded .spotlight-expanded .spotlight-gallery .spotlight-title {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-family: Georgia, serif;
}
#spotlight-expanded .spotlight-expanded .spotlight-gallery figure img {
  min-width: 50%;
}
#spotlight-expanded .spotlight-expanded .spotlight-gallery figure figcaption {
  float: right;
  padding-top: 10px;
}
#projects .projects-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#projects .projects-intro {
  overflow: hidden;
  margin: 0 0 20px;
}
#projects .projects-intro p {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #projects .projects-intro p {
    float: left;
    width: 50%;
  }
}
#projects .projects {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .project {
    float: left;
    width: 25%;
  }
}
.project .project-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
.project .project-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project .project-img .label {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 50, 100, .9);
}
@media screen and (max-width: 991px) {
  .project .project-img .label {
    color: #fff;
    font-family: "MullerNarrow-Light", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
.project .project-img .label .nhv-lightbox {
  position: absolute;
  right: 10px;
}
.project .project-img:hover img {
  transform: scale(1.1, 0.3s);
}
.project .project-img:hover img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch .project .project-img:hover img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.project .project-img:hover .label {
  color: #FFCB04;
}
.project .project-img:hover .label .nhv-lightbox {
  color: #FFCB04;
}
@media screen and (max-width: 991px) {
  .project {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#project-expanded {
  color: #fff;
}
#project-expanded p {
  color: #fff;
}
#project-expanded a[title="Close"] {
  color: #fff;
}
#project-expanded .project-expanded {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: medium;
  padding-left: 0;
}
@media (min-width: 992px) {
  #project-expanded .project-expanded {
    float: left;
    width: 83.33333333%;
  }
}
#project-expanded .project-expanded .project-header,
#project-expanded .project-expanded .project-section {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #project-expanded .project-expanded .project-header,
  #project-expanded .project-expanded .project-section {
    float: left;
    width: 66.66666667%;
  }
}
#project-expanded .project-expanded .project-gallery {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #project-expanded .project-expanded .project-gallery {
    float: left;
    width: 100%;
  }
}
#project-expanded .project-expanded .project-gallery .carousel-title,
#project-expanded .project-expanded .project-gallery .carousel-wrapper .slides .slide figure figcaption {
  color: #fff;
}
#project-expanded .project-expanded .project-bio .project-bio-text {
  max-width: 450px;
  padding: 0 20px;
}
.table-wrapper {
  margin-bottom: 40px;
}
.table-wrapper .table-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 40px;
}
.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.table-wrapper th,
.table-wrapper td {
  text-align: left;
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
.table-wrapper th,
.table-wrappere td {
    font-size: 14px;
  }
}
.table-wrapper tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table-wrapper th {
  background-color: #003264;
  color: #fff;
}
.table.wrapper.directory-table td {
  background-color: #F5F5F5;
  border: 0;
}
#form-styles .form-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding-bottom: 20px;
}
.richtext form {
  background-color: #F5F5F5;
  padding: 20px;
}
.richtext form .form-intro {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 30px;
  font-family: Georgia, serif;
  margin: 20px 0 40px;
}
.richtext form input,
.richtext form textarea,
.richtext form select {
  width: 100%;
  border: 0;
  margin: 5px 0 10px;
  padding: 5px;
}
.richtext form input[type="text"],
.richtext form input[type="email"],
.richtext form textarea {
  font-family: "MullerNarrow-Bold";
}
.richtext form input[type="checkbox"],
.richtext form input[type="radio"],
.richtext form [type="submit"] {
  width: auto;
}
.richtext form input[type="checkbox"],
.richtext form input[type="radio"] {
  position: relative;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}
.richtext form input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.richtext form input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
.richtext form [type="submit"] {
  padding: 10px;
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
.richtext form [type="submit"]:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch .richtext form [type="submit"] {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch .richtext form [type="submit"]:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch .richtext form [type="submit"]:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
.richtext form label {
  color: #4A4A4A;
  font-size: 18px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
}
.richtext form label.filter-label {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 22px;
  font-family: Georgia, serif;
}
.richtext form .checkboxes,
.richtext form .radios {
  padding: 5px;
}
.richtext form .checkboxes div &gt; label,
.richtext form .radios div &gt; label {
  color: #4A4A4A;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 0;
}
.richtext form.filter-form {
  background-color: #fff;
}
.richtext form select#department {
  background: white;
  height: 33px;
}
.carousel .carousel-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.carousel .carousel-description {
  overflow: hidden;
  margin: 0 0 20px;
}
.carousel .carousel-description p {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .carousel .carousel-description p {
    float: left;
    width: 50%;
  }
}
.carousel.gallery {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .carousel.gallery {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .carousel.gallery {
    margin-left: 16.66666667%;
  }
}
.carousel .gallery-nav {
  min-width: 100%;
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
}
.carousel .gallery-nav a {
  background-color: #003264;
  padding: 5px;
  position: absolute;
}
.carousel .gallery-nav a[title="prev"] {
  left: -30px;
}
.carousel .gallery-nav a[title="next"] {
  right: -30px;
}
.carousel .gallery-nav.gallery-nav-single {
  top: 50%;
}
.carousel .gallery-nav a {
  color: inherit;
}
.carousel .carousel-wrapper {
  overflow: hidden;
}
.carousel .carousel-wrapper .slides {
  columns: 1;
}
.carousel .carousel-wrapper .slides .slide {
  float: none !important;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.carousel .carousel-wrapper .slides .slide .slide-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.carousel .carousel-wrapper .slides .slide .slide-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-wrapper .slides {
    columns: 4;
  }
  .carousel.carousel-single .carousel-wrapper .slides {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  .carousel.carousel-single .carousel-wrapper .slides .slide {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carousel .carousel-wrapper .slides {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  .carousel .carousel-wrapper .slides .slide {
    min-width: 100%;
  }
}
#accordion {
  padding: 20px 0;
}
.accordions {
  background-color: #fff;
  list-style-type: none;
  padding-left: 0;
}


.accordions .accordion {
  background-color: #fff;
  color: #003264;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
.accordions .accordion {
  padding-top: 18px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;

  }
}

.accordions .accordion p a {
  margin-left: 0px;
}

.accordions .accordion a.accordion-open {
  margin-left: 40px;
}
.accordions .accordion .accordion-link-title {
  padding-left: 0px;
  position: absolute;
}

ul.accordions li.accordion ul {
	list-style-type:disc;
}

ul.accordions li.accordion ul ul {
	list-style-type:circle;
}

.accordions .accordion [class^="nhv-"] {
  left: 0;
  font-size: 18px;
  position: absolute;
  margin-right: .5em;
}
.accordions .accordion &gt; .panel {
  /*padding-left: 40px;*/
	padding-left:0px;
  display: none;
  border-bottom: none;
  box-shadow: none;
}
.accordions .accordion.expanded &gt; .panel {
  display: block;
  padding-top: 20px;
}

@media (max-width: 600px) {
.accordions .accordion.expanded &gt; .panel {
  	padding-top: 60px;
/* 	padding-top: 40px; */
  }
}

.accordions .accordion.expanded a &gt; [class^="nhv-"] {
  transform: rotate(45deg);
}
.accordion-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 20px;
}


/* CORONAVIRUS PAGE ACCORDIONS */ 

.coronavirus-info .accordions .accordion .accordion-link-title {
	position:relative;
}
.coronavirus-info a.accordion-open {
	text-decoration:none;
} 
.coronavirus-info .accordions .accordion.expanded &gt; .panel {
	padding-top:40px;
}


/* UG VISIT PAGES ACCORDIONS */

.visit-accordions.accordions .accordion .accordion-title {
	position:relative;
	display:block;
	margin-bottom:0;
	margin-left:15px;
}

.visit-accordions.accordions .accordion [class^="nhv-"] {
	margin-top:23px;	
}

.visit-accordions.accordions a.accordion-open {
	text-decoration:none;
	margin-left:25px;
} 
.visit-accordions.accordions .accordion.expanded &gt; .panel {
	padding-top:0px;
}


.related {
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.related .related-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.related ul {
  margin: 0;
  padding: 0;
}
.related ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.related ul li:last-child {
  padding-bottom: 0;
}
.related ul li a {
  color: #003264;
  font-size: 30px;
  line-height: 36px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  display: block;
}
.related ul li a:hover {
  color: #00B9FF;
}

#interior-lymebody {
  margin-top: -360px;
}
@media screen and (max-width: 991px) {
  #interior-lymebody {
    margin-top: 0;
  }
}


#interior-body {
  margin-top: -520px;
}
@media screen and (max-width: 991px) {
  #interior-body {
    margin-top: 0;
  }
}
#dean-image .spotlight-single {
  padding-left: 0;
  margin-bottom: 0;
  width: auto;
  float: right;
}
#dean-image .spotlight-single .spotlight-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 0;
  display: block;
}
#dean-image .spotlight-single .spotlight-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#dean-image .spotlight-single .spotlight-img .label {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 10px 6px;
  background-color: rgba(0, 50, 100, .9);
}
@media screen and (max-width: 991px) {
  #dean-image .spotlight-single .spotlight-img .label {
    color: #fff;
    font-family: "MullerNarrow-Light", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
#dean-image .spotlight-single .spotlight-img .label [class^="nhv-"] {
  position: absolute;
  right: 10px;
}
#dean-image .spotlight-single .spotlight-img:hover img,
#dean-image .spotlight-single .spotlight-img.active img {
  transform: scale(1.1, 0.3s);
}
#dean-image .spotlight-single .spotlight-img:hover img:hover,
#dean-image .spotlight-single .spotlight-img.active img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch #dean-image .spotlight-single .spotlight-img:hover img:hover,
html.no-touch #dean-image .spotlight-single .spotlight-img.active img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
#dean-image .spotlight-single .spotlight-img:hover .label,
#dean-image .spotlight-single .spotlight-img.active .label {
  color: #FFCB04;
}
#dean-image .spotlight-single .spotlight-img:hover .label [class^="nhv-"],
#dean-image .spotlight-single .spotlight-img.active .label [class^="nhv-"] {
  color: #FFCB04;
}
@media screen and (max-width: 991px) {
  #dean-image .spotlight-single {
    float: left;
  }
}
#dean-body {
  display: none;
}
@media screen and (max-width: 991px) {
  #dean-body {
    top: 0;
  }
}
#dean-body .snippet-body {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 992px) {
  #dean-body .snippet-body {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  #dean-body .snippet-body {
    margin-left: 16.66666667%;
  }
}
#dean-body .snippet-body .intro-para {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
#dean-body .snippet-body p {
  color: #fff;
  margin-bottom: 40px;
}
#dean-body.active {
  display: block;
  background-color: #003264;
  color: #fff;
  position: relative;
  top: -120px;
}
.cred-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.accredidation-title {
  color: #4A4A4A;
  font-size: 22px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  margin: 0 0 20px;
}
.cred {
  overflow: hidden;
}
.cred .cred-img-wrap {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 8.33333333%;
  margin-bottom: 80px;
}
.cred .cred-img-wrap img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .cred .cred-img-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
  }
}
.cred .cred-text {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 8.33333333%;
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .cred .cred-text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0%;
  }
}
#areas-of-study .areas-title,
#areas-of-study .filters-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
#areas-of-study .filters {
  columns: 2;
}
#areas-of-study .filters .filter {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #4A4A4A;
  background-color: #F5F5F5;
  padding: 10px 15px;
  display: inline-block;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#areas-of-study .filters .filter:hover {
  background-color: #001D3B;
  color: #fff;
  text-decoration: none;
}
html.no-touch #areas-of-study .filters .filter {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #areas-of-study .filters .filter:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #areas-of-study .filters .filter:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#areas-of-study .filters .filter.active {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #0075C6;
  padding: 10px 15px;
  display: inline-block;
  display: block;
}
#areas-of-study .filters .filter.active:hover {
  background-color: #0075C6;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #areas-of-study .filters .filter.active {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #areas-of-study .filters .filter.active:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #areas-of-study .filters .filter.active:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#areas-of-study .filters .filter.active:hover {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #0075C6;
  padding: 10px 15px;
  display: inline-block;
  display: block;
}
#areas-of-study .filters .filter.active:hover:hover {
  background-color: #0075C6;
  color: #fff;
  text-decoration: none;
}
html.no-touch #areas-of-study .filters .filter.active:hover {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #areas-of-study .filters .filter.active:hover:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #areas-of-study .filters .filter.active:hover:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#areas-of-study .filters .filter.active:hover:before,
#areas-of-study .filters .filter.active:hover:after {
  display: none;
}
@media screen and (max-width: 991px) {
  #areas-of-study .filters {
    columns: 1;
  }
}
#areas-of-study .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #4A4A4A;
  background-color: #F5F5F5;
  padding: 10px 15px;
  display: inline-block;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin: 20px 0;
}
#areas-of-study .btn:hover {
  background-color: #001D3B;
  color: #fff;
  text-decoration: none;
}
html.no-touch #areas-of-study .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #areas-of-study .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #areas-of-study .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#areas-of-study .btn.filter.active {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #0075C6;
  padding: 10px 15px;
  display: inline-block;
  display: block;
}
#areas-of-study .btn.filter.active:hover {
  background-color: #0075C6;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #areas-of-study .btn.filter.active {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #areas-of-study .btn.filter.active:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #areas-of-study .btn.filter.active:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#areas-of-study .btn.filter.active:hover {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #0075C6;
  padding: 10px 15px;
  display: inline-block;
  display: block;
}
#areas-of-study .btn.filter.active:hover:hover {
  background-color: #0075C6;
  color: #fff;
  text-decoration: none;
}
html.no-touch #areas-of-study .btn.filter.active:hover {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #areas-of-study .btn.filter.active:hover:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #areas-of-study .btn.filter.active:hover:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#areas-of-study .btn.filter.active:hover:before,
#areas-of-study .btn.filter.active:hover:after {
  display: none;
}
#filter-content form {
  margin-bottom: 60px;
}
#filter-content form .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #filter-content form .form-group {
    float: left;
    width: 33.33333333%;
  }
}
#filter-content form .form-group label {
  display: block;
  color: #4A4A4A;
  font-size: 22px;
  line-height: 30px;
  font-family: Georgia, serif;
  font-weight: normal;
}
#filter-content form .form-group select {
  width: 100%;
}
#filter-content form input {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  margin: 20px 0;
}
#filter-content form input:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #filter-content form input {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #filter-content form input:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #filter-content form input:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#filter-content .filters-list {
  border-top: 2px solid #FFCB04;
  padding: 0;
  margin: 0 0 40px;
}
#filter-content .filters-list li {
  list-style-type: none;
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0;
}
#filter-content .filters-list li a {
  display: block;
  color: #001D3B;
  font-size: 22px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 28px;
}
#filter-content .filters-list li a:hover {
  color: #00B9FF;
}
#filter-content #jump-top {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#filter-content #jump-top:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #filter-content #jump-top {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #filter-content #jump-top:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #filter-content #jump-top:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#filter-content #jump-top .nhv-top {
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
}
#filter-content #jump-top:hover .nhv-top {
  color: #FFCB04;
}
.content-block {
  padding: 10px 20px;
  border: 1px solid #E2E2E2;
  border-top: 2px solid #FFCB04;
  margin-bottom: 40px;
  margin-top: 40px;

}
.content-block .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
  display: block;
}


.content-block .gold {
  color: #000;
  background-color: #ffcc33;
}

.content-block .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}

.content-block .gold:hover {
  background-color: #ffcc33;
  color: #002a53;
}

html.no-touch .content-block .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}


html.no-touch .content-block .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

html.no-touch .content-block .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}

html.no-touch .content-block .gold:hover:before {

  background: #003366;
}

.content-block.content-block-news {
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}
.content-block.sign-up input[type="text"],
.content-block.sign-up input[type="email"],
.content-block.sign-up textarea {
  font-family: "MullerNarrow-Bold";
}
.content-block.contact ul,
.content-block.categories ul {
  padding: 0;
}
.content-block.contact li,
.content-block.categories li {
  color: #003264;
  font-size: 22px;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  line-height: 28px;
  text-transform: normal;
  list-style-type: none;
  padding-bottom: 10px;
}
.connect-bar {
  float: none;
  padding: 10px;
  margin-bottom: 20px;
}
.connect-bar .connect-bar-header {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .connect-bar .connect-bar-header {
    float: left;
    width: 50%;
  }
}
.connect-bar .connect-bar-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (min-width: 992px) {
  .connect-bar .connect-bar-wrapper {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .connect-bar .connect-bar-wrapper {
    margin-top: 20px;
  }
}
.connect-bar .connect-bar-wrapper .connect-bar-item {
  width: auto;
  margin-right: 20px;
}
.connect-bar .connect-bar-wrapper .connect-bar-item [class^="nhv-"]:before {
  width: auto;
  margin: 0;
}
.connect-bar .connect-bar-wrapper .connect-bar-item:hover {
  color: #00B9FF;
}
#search {
  height: 100%;
}
#search .container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  #search .container {
    display: block;
    padding-top: 80px;
  }
}
#search .search-expanded {
  position: relative;
}
#search .search-close {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-transform: none;
  position: absolute;
  top: -40px;
  right: 0;
}
#search .search-close .nhv-close {
  font-size: 16px;
  margin-right: 5px;
}
#search .search-close .nhv-close {
  font-size: 16px;
  margin-right: 5px;
}
#search .search-close .nhv-close {
  margin: 0;
}
#search form {
  background-color: transparent;
}
#search .search-input {
  position: relative;
}
#search .search-input input[type="text"] {
  border: none;
  border-bottom: 2px solid #00B9FF;
  background-color: transparent;
  padding: 10px 0;
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-transform: none;
  width: 100%;
}
#search .search-input input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
#search .search-input input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
#search .search-input input[type="text"]::placeholder {
  opacity: 1;
  color: #fff;
}
#search .search-input #search-submit {
  border: none;
  background-color: transparent;
  position: absolute;
  right: -10px;
  bottom: 15px;
}
#search .search-input #search-submit .nhv-search {
  color: #fff;
  font-size: 12px;
}
#search-side .search-input {
  position: relative;
}
#search-side .search-input input[type="text"] {
  padding: 3px;
  width: 100%;
}
#search-side .search-input #search-side-submit {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 5px;
}
#search-side .search-input #search-side-submit .nhv-search {
  color: #4A4A4A;
  font-size: 12px;
}
#search-results .search-result {
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #E2E2E2;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
#search-results .search-result .article-title {
  color: #003264;
  font-size: 22px;
  line-height: 28px;
  font-family: Georgia, serif;
  margin: 20px 0;
}
#search-results .search-result .news-img {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  z-index: 5;
}
#search-results .search-result .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#search-results .search-result .news-img .label {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  padding-right: 45px;
  background-color: rgba(0, 50, 100, .9);
}
#search-results .search-result .news-img .label .nhv-rqm {
  position: absolute;
  right: 10px;
}
#search-results .search-result .news-img .label .nhv-rqm:before {
  margin: 0;
}
@media screen and (max-width: 991px) {
  #search-results .search-result .news-img .label {
    color: #fff;
    font-family: "MullerNarrow-Light", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
#search-results .search-result .news-img:hover img {
  transform: scale(1.1, 0.3s);
}
#search-results .search-result .news-img:hover img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch #search-results .search-result .news-img:hover img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
#search-results .search-result .news-img:hover .label {
  color: #FFCB04;
}
#search-results .search-result .news-img:hover .label .nhv-lightbox {
  color: #FFCB04;
}
@media screen and (max-width: 991px) {
  #search-results .search-result .news-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
#search-results .search-result .news-preview {
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  #search-results .search-result .news-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#search-results .search-result.external .external-link {
  position: absolute;
  right: 0;
  top: 50%;
}
#search-results .search-result.external.list-item .news-preview {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #4A4A4A;
}
@media (min-width: 992px) {
  #search-results .search-result.external.list-item .news-preview {
    float: left;
    width: 66.66666667%;
  }
}
#search-results .search-result.featured {
  border-bottom: none;
}
#search-results .search-result.featured .news-preview {
  clear: left;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #search-results .search-result.featured .news-preview {
    float: left;
    width: 66.66666667%;
  }
}
#search-results .search-result.featured .news-preview .article-desc {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
#search-results .search-result.featured .news-preview .article-title {
  color: #003264;
  font-size: 30px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
#search-results .search-result.featured .news-img {
  width: 100%;
  margin-bottom: 80px;
}
#search-results .search-result.news-parents {
  border-bottom: none;
}
#search-results .search-result.news-parents:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: none;
  color: #003264;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(50%);
}
#search-results .search-result.news-parents .news-preview {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  #search-results .search-result.news-parents .news-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#search-results .search-result:hover .article-title,
#search-results .search-result:hover .external-link {
  color: #0075C6;
}
#search-toggle {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  position: relative !important;
  float: left;
}
#search-toggle:hover {
  color: #0075C6;
}
body.search-active #search-toggle {
  color: #fff;
}
body.search-active #search-toggle .nhv-search:before {
  content: "\e808";
  color: #fff;
}
body.person-detail figure {
  margin-bottom: 40px;
}
body.person-detail figure figcaption {
  margin-top: 10px;
}
body.person-detail .content-block.contact {
  padding-left: 20px;
  padding-right: 20px;
}
body.person-detail .content-block.contact .location {
  margin-bottom: 0;
}
body.person-detail .content-block.contact #social-nav li {
  margin-right: 40px;
}
#people .people-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#people .people-region.people-index {
  margin-left: -10px;
  margin-right: -10px;
}
#people .people-region.people-index .person {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #people .people-region.people-index .person {
    float: left;
    width: 100%;
  }
}
.person {
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #E2E2E2;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.person .person-name {
  color: #003264;
  font-size: 22px;
  line-height: 28px;
  font-family: Georgia, serif;
  margin: 0 0 4px 0;
}
.person .person-img {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
.person .person-img {
    float: left;
	width: 75%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
  }
}


.person .person-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.person .person-img:hover img {
  transform: scale(1.1, 0.3s);
}
.person .person-img:hover img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch .person .person-img:hover img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.person .person-preview {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
.person .person-preview {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}
}

.person .person-contact a {
  color: #001D3B;
  text-decoration: underline;
}
.person .person-contact a:hover {
  color: #0075C6;
}
.person:hover .person-name {
  color: #0075C6;
}
.person:last-child {
  border-bottom: none;
}
.see-more-btn,
.see-less-btn,
.stem-toggle-btn {
  display: none;
  margin-top: 20px;
  margin-bottom: 60px;
}
.see-more-btn.active,
.see-less-btn.active,
.stem-toggle-btn.active {
  display: block;
}
.see-more {
  transition: max-height, opacity 0.3 ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}
.see-more.active {
  overflow: visible;
  max-height: 100%;
  opacity: 1;
  margin: inherit;
}

/* Close excess padding on see-more divs  */
.richtext.see-more.active {
	margin-top:0;
}

body.directory #page-body,
body.directory #sidebar {
  padding-top: 80px;
}
body.directory #page-body .content-block,
body.directory #sidebar .content-block {
  padding: 10px 40px;
}
body.directory #page-body .content-block.contact .content-block-title,
body.directory #sidebar .content-block.contact .content-block-title {
  margin-top: 20px;
}
body.directory #page-body .content-block.contact li,
body.directory #sidebar .content-block.contact li {
  padding-left: 0;
}
body.directory #page-body .content-block.contact li:before,
body.directory #sidebar .content-block.contact li:before {
  content: none;
}
body.directory .directory-btns {
  padding-bottom: 30px;
}
body.directory .results {
  border-top: 2px solid #E2E2E2;
  padding-top: 30px;
}
#research {
  padding: 40px 0;
}
#research .research-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#research .research {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#research #research-footer {
  text-align: center;
}
#research #research-footer .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#research #research-footer .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #research #research-footer .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #research #research-footer .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #research #research-footer .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
.research-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .research-item {
    float: left;
    width: 33.33333333%;
  }
}
.research-item .research-type {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 30px;
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 10px;
}
.research-item .research-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 216px;
  width: 100%;
  background-color: #003264;
}
.research-item .research-img h3 {
  color: #fff;
  font-family: "MullerNarrow-Light", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: rgba(0, 50, 100, .9);
}
.research-item .research-img:hover img {
  transform: scale(1.1, 0.3s);
}
.research-item .research-img:hover img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch .research-item .research-img:hover img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.research-item .research-img:hover h3 {
  color: #FFCB04;
}
.research-item .research-img:hover h3 .nhv-lightbox {
  color: #FFCB04;
}
.research-item.research-single {
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .research-item.research-single {
    padding-left: 0;
  }
}
.research-item:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e80b';
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .research-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.research-item:hover:after {
  color: #FFCB04;
}
#involvement .involvement-title {
  color: #4A4A4A;
  border-bottom: 2px solid #FFCB04;
  font-size: 30px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#involvement #involvement-footer {
  text-align: center;
}
#involvement #involvement-footer .btn {
  color: #003264;
  font-size: 18px;
  font-family: "MullerNarrow-Bold", Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: normal;
  border: none;
  color: #fff;
  background-color: #001D3B;
  padding: 10px 15px;
  display: inline-block;
}
#involvement #involvement-footer .btn:hover {
  background-color: #001D3B;
  color: #FFCB04;
  text-decoration: none;
}
html.no-touch #involvement #involvement-footer .btn {
  position: relative;
  transition: background-color, 0.2s ease;
}
html.no-touch #involvement #involvement-footer .btn:before {
  background: transparent;
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 2px;
  transition-property: left, right, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
html.no-touch #involvement #involvement-footer .btn:hover:before {
  left: 0;
  right: 0;
  background: #FFCB04;
}
#involvement #involvement-footer.involvement-footer-parent {
  text-align: left;
}
.involvement {
  margin-left: -10px;
  margin-right: -10px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.involvement .article-title {
  color: #003264;
  font-size: 22px;
  line-height: 28px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  margin-bottom: 20px;
  margin-top:0px;
}
.involvement .involvement-img {
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  z-index: 5;
}

.involvement .involvement-img-mag {
  float: left;
  width: 66%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .involvement .involvement-img-mag {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
	
	
	.centennial-ball-sponsors h3.article-title {
		text-align:center;
	}
	.centennial-ball-sponsors .sponsor-logo, 
	.centennial-ball-sponsors .sponsor-logo img {
		text-align:center;
		margin:0 auto;
	}
	
	
}


.involvement .involvement-img-tour {
  float: left;
  width: 60%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  z-index: 5;
}


.involvement .involvement-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.involvement .involvement-img:hover img, .sponsor-logo img {
  transform: scale(1.1, 0.3s);
}
.involvement .involvement-img:hover img:hover, .sponsor-logo:hover img:hover {
  transform: scale(1.1);
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
html.no-touch .involvement .involvement-img:hover img:hover, .sponsor-logo:hover img:hover {
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.involvement .involvement-img:hover .label {
  color: #FFCB04;
}
.involvement .involvement-img:hover .label .nhv-lightbox {
  color: #FFCB04;
}
@media screen and (max-width: 991px) {
  .involvement .involvement-img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .involvement .involvement-img-tour {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.involvement .involvement-preview {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.involvement .involvement-preview-mag {
  position: relative;
  float: left;
  width: 30%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .involvement .involvement-preview-mag {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
	    padding-top:15px;

  }
}


.involvement .involvement-preview-tour {
  position: relative;
  float: left;
  width: 32%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.involvement .involvement-preview .show-more .article-title {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .involvement .involvement-preview {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .involvement .involvement-preview .article-title {
    margin: 20px 0;
  }
}

@media screen and (max-width: 991px) {
  .involvement .involvement-preview-tour {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .involvement .involvement-preview .article-title {
    margin: 20px 0;
  }
}

.involvement.involvement-parents {
  border-bottom: none;
}
.involvement.featured {
  border-bottom: none;
}
.involvement.featured .involvement-preview {
  clear: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .involvement.featured .involvement-preview {
    float: left;
    width: 66.66666667%;
  }
}
.involvement.featured .involvement-img {
  width: 100%;
}
/*	**
 *	Page Types
 *	**
 */
body.home .richtext {
  margin-bottom: 100px;
}
body.news-detail .news-date {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 20px;
  font-family: "Muller", Helvetica, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.news-detail .author {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 20px;
  font-family: "Muller-Bold", Helvetica, sans-serif;

}
body.news-detail .intro-para {
  margin-bottom: 40px;
  font-size: 24px;
  color: #8d8d8d;
  line-height: 30px;
}

@media (max-width: 767px) {
body.news-detail .intro-para {
 
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 20px;          
           
  }
}

.news-cat-top {
	font-size:13px; 
	color:#0075C6; 
	padding-left:14px; 
	margin-top:60px;
	text-transform: uppercase;

}

body.news-detail figure {
  margin-bottom: 40px;
}
body.news-detail figure.pull-left {
  margin: 0 20px 20px 0;
/*   border-bottom: 2px solid #ffcc33;
  padding-bottom: 10px; */
}

body.news-detail figure.pull-right {
  margin: 0 0 40px 20px;
/*   border-bottom: 2px solid #ffcc33;
  padding-bottom: 10px; */
}

body.news-detail figure img {
  width: 100%;
}
body.news-detail figure figcaption {
  margin: 10px 0 0;
  font-size: 13px;
  color:#8d8d8d;
}

/* Fix for long figcaptions stretching non-full-width photos in news and blogs  */

body.news-detail figure.pull-right:not(.pompea-embed),
body.news-detail figure.pull-left  {
	display:table;
/* 	border-bottom:none;
	padding-bottom:0; */
}

body.news-detail figure.pull-right:not(.pompea-embed) figcaption,
body.news-detail figure.pull-left figcaption {
	display:table-caption;
	caption-side:bottom;
	padding-bottom:10px;
	border-bottom: 2px solid #ffcc33;
}

/* end float fixes */

@media screen and (max-width: 767px) {
  body.news-detail figure.pull-right {
    float: none !important;
    margin: auto 0 20px;
	width:100%;

  }
}

@media screen and (max-width: 767px) {
  body.news-detail figure.pull-left {
    float: none !important;
    margin: auto 0 20px;
	width:100%;

  }
}

body.news-detail figure.news-main { 
    margin: 10px 0 40px;
    font-size: 14px;
    border-bottom: 2px solid #ffcc33;
    padding-bottom: 10px;
}

body.news-detail .news-region {
  border-top: 2px solid #FFCB04;
  margin: 40px 0;
  padding-top: 40px;
}
body.event-index #page-body {
  overflow: hidden;
}
body.events-detail #events {
  margin-bottom: 40px;
}
body.events-detail #page-body .events-date {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
  margin-bottom: 0;
}
body.events-detail .events .events-date {
  color: #FFCB04;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
body.events-detail .author {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  font-family: "Muller-Bold", Helvetica, sans-serif;
}
body.events-detail .intro-para {
  margin-bottom: 40px;
}
body.events-detail figure {
margin: 10px 0 0px;
font-size: 14px;
border-bottom: 2px solid #ffcc33;
padding-bottom: 10px;
}
body.events-detail figure.pull-left {
  margin: 0 20px 40px 0;
}
body.events-detail figure.pull-right {
  margin: 0 0 40px 20px;
}
body.events-detail figure img {
  width: 100%;
}
body.events-detail figure figcaption {
  margin: 10px 0 0;
  font-size: 14px;
}
body.events-detail .events-region {
  border-top: 2px solid #FFCB04;
  margin: 40px 0;
  padding-top: 40px;
}
body.interior-default #events {
  margin-bottom: 40px;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    height: 26px !important;
    margin-top: 0 !important;
    min-width: 13px !important;
    padding: 5px 26px !important;
    width: 68px !important;
	
}


.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 24px !important;
  font-family: "Muller-Bold", Helvetica, sans-serif !important;
  height: auto !important;
  line-height: 28px !important;
  text-decoration: none;
	color: #003366;
}
.gsc-preview-reviews,
.gsc-control-cse .gs-snippet,
.gsc-control-cse .gs-promotion em,
.gsc-control-cse .gs-snippet,
.gsc-control-cse .gs-promotion em {
	color: #4A4A4A;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Muller-Light", Helvetica, sans-serif !important;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
	padding: 0px !important;
	border: 0px !important;
}

.gsc-table-result tr { 
	
	border: 0px !important;
}

.gsc-resultsRoot gsc-tabData gsc-tabdActive table { 
	
	border: 0px !important;
	
}

.gsc-resultsHeader { border: 0px !important;
}

.gsc-resultsHeader tr { border: 0px !important;
}

.gsc table tr { border: 0px !important;
}

.gsc-above-wrapper-area-container table { border: 0px !important;
	
}

.gsc-above-wrapper-area table { border: 0px !important;

}

.gsc-above-wrapper-area-container tr {
border: 0px !important;
	
}

.gsc-input-box {
border: 0px !important;
	
}

.gsc-search-box table { 
	
	table-layout: auto;

}

.gsc-search-box tr { 
	
	border: 0px !important;

}


.gsc-webResult.gsc-result.gsc-promotion {     
	
	border: 1px solid #dddddd !important;
	border-top: 2px solid #ffcc33 !important;
	background-color: #ffffff !important;
	
}
.gs-promotion-table .gs-promotion-text-cell .gs-visibleUrl-long::before {

content: "Recommended ";
font-size: 9px;
border: 1px solid rgb(61, 133, 198);
padding: 8px 6px 6px 6px;
color: rgb(61, 133, 198);
margin-right: 10px;
line-height: 30px;
text-transform: uppercase;
font-family: "Muller-Bold", Helvetica, sans-serif;
background-color: #ffffff;

}


.gs-promotion-table tr { 
	
	border: 0px solid #fff !important;
}

.gs-promotion-table td {
	
	 padding: 10px 20px !important;
}


/*	**
 *	Digital Downloads Page
 *	**
 */

.download-item ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.download-item ul li {
	padding-left:0;
}


/*	**
 *	Student Life / events
 *	**
 */

.red-crossout {
	color:red;
	text-decoration:line-through;
}


/*	**
 *	Engineering Senior Design Expo
 *	**
 */

.project-section .project-vid {
	width:100%;
}

/*	**
 *	Engineering Mentorship Page
 *	**
 */

.mentorship-quote-box {
	padding:15px;
	margin-bottom:20px;
	border-radius:4px;
	border:1px solid #eeeeee;
	background-color:#F0FAFE;
}

.mentorship-quote-box p:last-child {
	margin-bottom:0;
}


/*	**
 *	Image Carousel
 *	**
 */

	
.carousel-wrap {
  margin: 0px auto;
  width: 100%;
  padding: 10px 10px 40px 10px;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav &gt; div {
  margin-top: -48px;
  position: absolute;
  top: 50%;
  color: #001D3B;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
</pre></body></html>