/* 
 * Global Styles 
 */
html,
body {
  z-index: -500;
  height: 100%;
  margin: 0;
  color: #000 !important;
  /* custom font not appearing fix */
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to   { opacity: 1; }
}
table {
  width: 100%;
  border-bottom: 20px;
}
table td {
  padding-left: 10px;
}
table tbody {
  border-top: 0 !important;
}
hr {
  border-color: #888 -moz-use-text-color #FFF !important;
}
h1 {
  font-weight: 400 !important;
  font-size: 30px !important;
}
h2 {
  font-size: 24px !important;
  line-height: 28px !important;
}p
h3 {
  font-size: 20px !important;
}
h1, h2, h3, h4 {
  font-family: 'Open Sans', sans-serif !important;
  /* line-height: 20px !important; */
}
h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
}
.breadcrumb {
  color: #000000;
}
.item-list .pager li {
  padding: 0px;
  margin: 2px;
}
.print-link {
  text-align: left;
  font-size: 11px;
  margin: 0px 0px 0px -20px;
}
.page-wrapper {
  background: #FFF;
  height: auto !important;
  min-height: 100%;
}
* html .page-wrapper {
  height: 100%;
}
.page-buffer {
  background: #FFF;
  height: 200px;
  margin: 0 auto -170px;
}
fieldset.collapsed {  
  height: 50px !important;
}
.fieldset-wrapper {
  padding: 10px;
  background: #EEE;
}
legend {
  font-size: 14px !important;
  margin-bottom: 0px !important;
}
.print-share {
  margin-top: 80px;
}
.print-share span {
  padding-right: 20px;
  font-size: 12px;
}
.dropdown-fix {
  margin: 54px 161px 0px 0px !important;
}
body.admin-menu {
  margin-top: 28px !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  height: 15px;
}
.video-span {
  margin-left: 0px !important;
  padding-right: 20px;
  padding-bottom: 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination {
  text-align: center;
}
.photo-with-caption-left {
  position: relative;
  margin: 0px 20px 20px 0px;
}
.photo-with-caption-right {
  position: relative;
  margin: 0px 0px 20px 20px;
}
.photo-with-caption-left .caption,
.photo-with-caption-right .caption {
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #FFF !important;
  font-size: 12px;
  bottom: 0;
  left: 0;
}
.photo-with-caption-left .caption p,
.photo-with-caption-right .caption p {
  padding: 10px;
  margin: 0 !important;
  line-height: 1em;
  font-size: 11px;
  color: #FFF !important;
}
.highlight {
  background-color: #FFFF00;
}


/*
 * Accessibility Skip To Main
 */
#skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
  font-size: 18px;
  padding: 20px;
  color: #0000FF;
}
#skip-link:focus {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}


/*
 * User Bar
 */
#user-bar {
  height: 35px;
}


/*
 * Blackboard Alerts
 */
#page-wrapper-overlay {
  z-index: 200;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}
#emergency-alerts #emergency-warning-sign {
  font-size: 100px;
  padding: 60px 0;
}
#emergency-alerts #emergency-close-wrapper {
  margin-top: 60px;
}
#emergency-alerts p,
#danger .region-danger {
  padding: 8px 20px;
  line-height: 28px;
}
#emergency-alerts p.alert-date {
  font-size: 16px;
}
#emergency-alerts,
#danger .region-danger {
  padding: 8px 0;
  width: 100%;
  text-align: center;
  background: #AA1111;
  color: #FFF;
  font-size: 20px;
}
#danger .region-danger a {
  color: #FFF;
  font-weight: bold;
}
#notifications a {
  color: #1123BA;
  text-decoration: underline;
}
#emergency-alerts {
  white-space: pre-wrap;
}
#emergency-alerts.pop-over {
  z-index: 9999;
  position: absolute;
  width: 600px;
  height: 600px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
#emergency-alert-close {
  border: 1px solid #FFF;
  padding: 10px;
  color: #FFF;
}
#alerts {
  display: none;
}
#alerts,
#notifications .region-notifications {
  font-size: 18px;
  text-align: center;
  color: #000;
  background: #FFCE00;
}
#notifications .view-content {
  padding: 10px 40px;
  position: relative;
}
#alerts > div {
  position: relative;
  padding: 10px 40px;;
  white-space: pre-wrap;
}
#alerts a {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  text-decoration: none;
}
#alerts .title,
#notifications .views-field-title {
  font-weight: bold;
}
#notifications .views-field-title {
  padding: 10px;
}
#notifications .Other .views-field-title .field-content:before,
#notifications .OIT .views-field-title .field-content:before,
#alerts .title:before {
  content: '📢';
  padding: 10px 5px;
  font-size: 20px;
}
#alerts .weather {
  background: #FFCE00;
  color: #000;
}
#alerts .weather a {
    color: #000;
    text-decoration: none;
}
#notifications .Weather.Alert .views-field-title .field-content:before,
#alerts .weather .title:before {
  content: '🌨';
  padding: 10px 5px;
  font-size: 20px;
}


/* 
 * Header 
 */
#header {
  background-color: rgba(16,90,150,0.9);
  padding: 10px;
}
#header #delagate-button a img,
#header #locations-button a img {
  margin-top: -2px;
  margin-right: 5px;
  height: 14px;
}
#header .quicklinks ul.menu {
  display: none;
}
#header ul.nav {
  margin-top: -2px !important;
}
#header-background {
}
.headerbg1 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg1.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg1.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg1.jpg',sizingMethod='scale');
}
.headerbg2 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg2.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg2.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg2.jpg',sizingMethod='scale');
}
.headerbg3 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg3.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg3.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg3.jpg',sizingMethod='scale');
}
.headerbg4 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg4.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg4.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg4.jpg',sizingMethod='scale');
}
.headerbg5 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%;
  background-image: url('/sites/all/themes/new/img/header/headerbg5.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg5.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg5.jpg',sizingMethod='scale');
}
.headerbg6 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg6.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg6.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg6.jpg',sizingMethod='scale');
}
.headerbg7 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg7.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg7.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg7.jpg',sizingMethod='scale');
}
.headerbg8 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg8.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg8.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg8.jpg',sizingMethod='scale');
}
.headerbg9 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg9.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg9.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg9.jpg',sizingMethod='scale');
}
.headerbg10 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/sites/all/themes/new/img/header/headerbg10.jpg'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg10.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/new/img/header/headerbg10.jpg',sizingMethod='scale');
}
#delagate-button > a,
#locations-button > a,
#qlinks-button > a {
  background-color: #FFF !important;
  color: #000 !important;
}
#delagate-button > a > img,
#locations-button > a > img {
  height: 18px;
  margin-top: -1px;
  margin-right: 2px;
}
#locations-button > a > .caret,
#qlinks-button > a > .caret {
  border-top-color: #000;
  border-bottom-clor: #000;
}

/*
 * Mobile Options
 */
#mobile-options {
  display: none;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}


/*
 * Search
 */
#block-search-form h2, 
#block-search-form label,
#block-search-form #edit-actions, 
#block-search-form #edit-submit-1,
#block-search-form #edit-actions--2,
#block-search-form #edit-actions--3 {
  display: none;
}
#block-search-form input {
  width: 95%;
}



/*
 * Self Identification Menu
 */
#self-ident {
  text-align: right;
  background: rgba(200,200,200,0.4);
  text-align: center;
  padding: 10px 0px;
  margin-top: -2px;
}
#self-ident a {
  color: #fff;
  font-size: 13px;
  padding: 8px;
}
#self-ident ul {
  margin: auto;
  text-align: center;
}
#self-ident ul li {
  display: inline;
  margin: 0;
  padding: 0; 
}
#self-ident ul li ul {
  display: none;
}


/* 
 * Navigation 
 */
#navigation {
  background-color: rgba(50,50,50,0.92);
  font-family: 'Open Sans', sans-serif !important;
  white-space: nowrap;
  font-size: 13px;
  padding: 20px 0px 20px 0px;
  color: #333;
  position: relative;
}
#navigation ul {
  list-style-type: none;
  margin-bottom: 0px;
  margin: 0px;
  text-align: center;
}
#navigation ul li {
  display: inline;
}
#navigation ul li.nav-link {
  text-align: left;
}
#navigation ul li.nav-link a {
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  padding: 22px 3%;
}
#navigation ul li.nav-link:hover, 
#navigation ul li.nav-link:hover a{
  color: #FFCE00;
}
#navigation .mega {
  position: absolute;
  overflow: hidden;
  left:0;
  right:0;
  display: none;
  padding: 20px 0px 0px 20px;
  white-space: normal;
  font-size: 12px;
  margin-top: -5px;
}
#navigation .mega a {
  padding: 0 !important;
}
#navigation .mega .sub-menu-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600 !important; 
}
#navigation .mega p {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  white-space: normal;
  font-family: sans-serif;
  font-weight: normal;
  margin-top: 10px;
  text-align: left;
}
#navigation .mega ul {
  text-align: left;
  margin-bottom: 40px;
}
#navigation .mega ul li {
  display: list-item;
  list-style-type: none;
  list-style-image: none;
  line-height: 14px;
  margin: 0px;
  margin-bottom: 8px;
  font-family: sans-serif;
}
#navigation .mega ul li a {
  color: #FFF !important;
  font-weight: 300;
  padding: 0;
}
#navigation .mega ul li a:hover {
  color: #FFCE00 !important;
}
#navigation .mega ul {
  margin-left: 0;
}


/* 
 * Carousel 
 */
#myCarousel .item {
  height: 550px;
}
#myCarousel .item {
  margin: auto;
}
#myCarousel .carousel-caption .caption-title {
  font-size: 18px; 
}
#myCarousel .carousel-caption {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  background: rgba(16,90,150,1);
  bottom: 0;
}
#myCarousel .carousel-caption .caption-title,
#myCarousel .carousel-caption a {
  color: #FFCE00;
}
#myCarousel .carousel-body a {
  text-decoration: underline;
}
#myCarousel .carousel-indicators li {
  border: 1px solid #fff;
}
#carousel-toggle {
  border: 3px solid rgba(255,255,255,0.8);
  border-radius: 25px;
  margin: 10px;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0.5);
  background-image: url('../img/pause.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
#carousel-toggle.paused {
  background-image: url('../img/play.png');
  background-position: 8px center;
}
#carousel-toggle:hover,
#carousel-toggle:focus,
#carousel-toggle:active {
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.8);
}


/*
 * Important Notices
 */
#important-notices .block {
  display: none;
}
#important-notices a {
  color: #0000FF !important;
  text-decoration: underline;
}

/*
 * Events
 */
#events {
  position: relative;
}
#events .article-list-title {
  font-size: 18px;
  margin-bottom: 40px !important;
}
#events .event {
  min-height: 70px;
  margin-bottom: 10px;
  clear: both;
}
#events .event-date {
  width: 60px;
  float: left;
  margin: 0px 20px 0px 0px;
}
#events .event-date .event-date-month {
  text-align: center;
  padding: 5px;
  background: #104E8B;
  color: #FFF;
}
#events .event-date .event-date-day {
  background: #FFF;
  border: 1px solid #CCC;
  text-align: center;
  padding: 5px;
}
#events .view-all {
  position: absolute;
  bottom: 0;
  right: 0;
}


/*
 * News
 */
#news {
  position: relative;
}
#news .article-list-title {
  font-size: 18px;
  margin-bottom: 40px !important;
}
#news .news-date {
  color: #999;
}
#news .news-date h6 {
  margin-top: 0px;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 0px;
}
#news .news-title {
  margin-bottom: 20px;
}
#news .view-all {
  position: absolute;
  bottom: 0;
  right: 0;
}


/*
 * Banner
 */
#banner {
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: -100;
}
#banner img {
  overflow: hidden;
  width: 100%;
}


/*
 * Main Area
 */
#main {
  background: #FFF;
  padding: 20px 0px 20px 0px;
  z-index: 500;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px;
}
#main .tab-wrapper img {
  margin: 0;
}
#main .tab-wrapper .nav > .dropdown > ul.dropdown-menu {
  margin-left: -98px;
}
#main p {
  color: #000000;
}
#main a {
  /* Original color: #0066CC; */
  color: #3344DD;
}
#main a.btn {
  color: #fff;
}
#main a.btn-action,
#main a.btn-default {
  color: #000;
}


/*
 * Main Inner / Body Content
 */
#main-inner {
  background: #FFF;
  padding-bottom: 50px;
}
#main-inner .meta {
  display: none;
}
#main-inner p {
  font-weight: 400;
  margin-bottom: 25px;
}
#main-inner p li {
  margin: 0;
}


/*
 * Side Bar Slider
 */
a.open-side-bar {
  color: #fff !important;
  position: fixed;
  left: -50%;
  padding: 10px;
  background: rgba(16,90,150,0.9);
  font-size: 14px;
}
a.close-side-bar {
  margin-left: 10px;
}


/*
 * Side Bar
 */
#side-bar {
  box-shadow: 15px -1px 20px -22px;
  padding-bottom: 50px;
}
#side-bar-inner {
  padding: 10px;
  font-size: 90% !important;
  background: #FFF;
}
#side-bar-inner h2, 
#side-bar-inner h3, 
#side-bar-inner h4 {
  position: relative;
  background: #EEE;
  color: #333;
  font-size: 16px !important;
  line-height: 1.2em;
  padding: 10px;
  margin-left: -10px;
  width: 104%;
}
#side-bar-inner h2:before, 
#side-bar-inner h2:after, 
#side-bar-inner h3:before, 
#side-bar-inner h3:after, 
#side-bar-inner h4:before, 
#side-bar-inner h4:after { 
  content:" ";
  border-top:10px solid #CCC;
  position:absolute;
  bottom:-10px;
}
#side-bar-inner h2:after,
#side-bar-inner h3:after,
#side-bar-inner h4:after {
  border-right: 10px solid transparent;
  right: 0;
}
#side-bar-inner .nav-list > li > a, .nav-list .nav-header {
  margin-right: 0px !important;
}
#side-bar-inner ul.nav-list li {
  width: 95%;
}
#side-bar-inner ul.nav-list li.active a.active {
  position: relative;
}
#side-bar-inner ul.nav-list li.active a.active:after {
  content: '   ';
  position: absolute;
  width: 0; 
  height: 0; 
  top: 0;
  right: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #0088CC;
  margin-right: -13px;
}


/*
 * Footer
 */
#footer {
  background-color: #105A96;
  color: #FFF;
  padding: 20px 0px 0px 0px;
  font-size: 80%;
  font-weight: 300;
  text-align: center;
}
#footer .apply a {
  display: inline;
  padding-right: 30px;
  line-height: 25px;
  font-size: 16px;
}
#footer .sub {
  padding: 20px 0px 20px 0px;
  background-color: #333;
  margin: 15px 0px 0px 0px;
}
#footer ul {
  float: left;
  margin-left: -5px;
} 
#footer ul li {
  display: inline;
}
#footer a {
  color: #FFF !important;
}
#footer .sub a {
  margin-right: 10px;
}
#footer .sub p {
  text-align: left;
}
#footer .findyourself img {
  margin-top: -5px;
  margin-bottom: 5px;
}
#footer .findyourself,
#footer .social {
  text-align: right;
}
#footer .social img {
  width: 36px;
}


/*
 * Meet Our Faculty TD fix
 */
#block-views-faculty-block-1 table td {
  width: 100px;
}

/*  
 * Events Page Table cleanup
 */  
.views-field-field-event-date {
  width: 80px;
}
.views-field-field-event-start-time {
  width: 80px;
}
.views-field-field-event-building {
  width: 100px;
}


/*
 * Edit page fixes
 */
.node-form #edit-submit,
.node-form #edit-preview,
.node-form #edit-preview-changes,
.node-form #edit-delete {
  margin-top: 30px;
}


/*
 * Staff directory fixes
 */
.views-field-field-staff-phonenumber-value {
  width: 100px;
}

/*
 * Blue well Hover
 */
.blue.well:hover {
  background-color:#EBF4FA;
}

/*
 * Inner Blue Menu
 */
.menu-wrapper-blue-inner-menu {
  background-color: rgba(16,90,150,0.9);
}
a.link-blue-inner-menu{
  color: #fff;
  font-size: 13px;
}

.center-blue-inner-menu{
  text-align: center;
  padding: 10px;
}

.webform-client-form .form-managed-file .form-submit {
  display: none;
}
/*
 * Accessibility Fixes
 */
h4.under {
  text-decoration: underline;
}
span.under {
  text-decoration: underline;
}
.vox td{
  background-color: #d9dcdd;
  border-right: 1px solid black;
}
td.last{
  border-right: none;
}
.table-background{
  background-color: #f4f4f4;
}
form .form-required {
  color: #DB0000 !important;
  font-size: 22px !important;
}
.alert a {
  text-decoration: underline;
}
.alert-danger, .alert-error {
    color: #7A312E !important;
}
.alert {
    color: #685027 !important;
}


/*
 * Siteimprove module fixes
 */
#edit-recheck {
  margin-top: 30px;
}
