.text-center { text-align: center; }
.inline-block { display: inline-block; }

/* layout */
#zone-user,
#zone-branding,
#zone-menu,
#zone-header,
#zone-content,
#zone-footer {
  padding: 0;
  margin: 0;
  margin: 0 auto;
  width: auto;
  background: #FFF;
}
.page .zone .region {
  margin: 0 auto;
  width: auto;
  float: none;
  display: block;
}
.region-wrapper,
.region,
#main,
#main_wrapper {
	position: relative;
}
#block-ls-2017-content .node__content p {
  font-size: 18px;
  font-size: 1.2rem; /* caj - 7-27-18 font size changed from 1.125rem; per Rebecca */
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
#block-ls-2017-content .node__content li {. /* caj - 12-11-19 seperated from .node__content p to change margin-bottom from 1.5rem; per Rebecca */
  font-size: 18px;
  font-size: 1.2rem; /* caj - 7-27-18 font size changed from 1.125rem; per Rebecca */
  margin-bottom: 24px;
  margin-bottom: 1rem;
}
#block-ls-2017-content .block-ls-2017-content,
.content-full-width,
#block-ls-2017-page-title {
  padding: 0 16px;
  padding: 0 1rem;
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#block-ls-2017-content { padding: 0 !important;}
#block-ls-2017-breadcrumbs, #block-ls-2017-local-tasks nav {
  padding: 0 16px;
  padding: 0 1rem;
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* base styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #282728;
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  position: relative;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2 {
  font-weight: 800;
}
h4,
h5,
h6 {
  font-size: 1rem;
  margin-top: 1.8rem;
  line-height: 1.4;
  text-transform: none;
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#content h2 {
  position: relative;
  margin-top: 35px;
  margin-top: 2.2rem;
  margin-top: 48px;
}
#content h2:before {
  position: absolute;
  left: 0;
  height: 4px;
  content: '';
  width: 32px;
  width: 2rem;
  top: -12px;
  background-color: #c5050c;
}
h3 {
  font-size: 18px;
  font-size: 1.2rem; /* caj - 7-27-18 font size changed from 1.125rem; per Rebecca */
  margin-top: 28px;
  margin-top: 1.8rem;
  margin-bottom: 14px;
  margin-bottom: .9rem;
  line-height: 1.4;
}
h4 {
  font-size: 1.175rem; /* caj - 7-27-18 font size changed from 1.115rem; per Rebecca */
  margin: 1em 0 .25em 0;
  font-weight: 700;
  line-height: normal;
}
h5 {
  font-size: .975rem; /* caj - 7-27-18 font size changed from .925rem; per Rebecca */
}
input,
select,
button,
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: .5em;
  margin: 0;
  font-size: 18px; /* caj - 9-6-18 font size changed from 16px; per Rebecca */
  font-size: 1.2rem; /* caj - 9-6-18 font size changed from 1rem; per Rebecca */
  color: #494949;
}
#content a,
#content a:link,
aside a,
aside a:link {
  color: #0479a8;
  text-decoration: none;
}
#content .node__content img.align-left,
#content .node__content img.align-right {
  float: none;
  max-width: initial;
  height: auto;
}

.node__content p,
.node__content blockquote,
.node__content hr,
.node__content ul,
.node__content ol,
.node__content li,
.node__content table,
.node__content tr,
.node__content th,
.node__content td {
  /*font-family: Georgia, Times New Roman, Times, serif; caj 2-28-23 changed to new font */
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.node__content ul,
.node__content ol {
  padding-left: 2em;
}
.node__content li {
  margin-bottom: .75em;
}
.node__content ol,
.node__content ul {
    list-style: none;
}
.not-front .node__content ol,
.not-front .node__content ul {
    list-style: initial;
}

	ol {
  list-style-type: decimal !important; /* caj 1-24-18 - added to make numbered lists show up with numbers */
}


/* Block Styles */
.block.full-width,
.block.footer-full-width {
  -webkit-flex: 1 0 100% !important;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 0 100% !important;
  flex: 1 0 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.block.half-width {
  -webkit-flex: 1 0 50% !important;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 0 50% !important;
  flex: 1 0 50% !important;
  max-width: 50% !important;
}

/*Top Header Region */
#top_bar {
  background-color: #c5050c;
  color: white;
  padding: 0 16px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  test-transform: none;
  font-size: 13px;
  font-size: .825rem;
  font-weight: 600;
}
.region-top-bar .uw-global-name-link, .region-top-bar a, .region-top-bar a:hover,
.region-top-bar a:visited {
  color: white;
  line-height: 35px;
  line-height: 2.2rem;
}
.region-top-bar li.leaf {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	padding: 0 .95rem;
}

/* Header Region */
.uw-header-crest-title, .site-branding img {
  width: 3rem;
  float: left;
}

#block-logoandtaglinebranding .field--name-body {
  padding: 16px;
  padding: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.uw-header-crest-title, #block-ls-2017-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.site-branding {
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-right: 8px;
  margin-right: .5rem;
}

.site-branding .site-name-slogan {
  display: inline-block;
  vertical-align: baseline;
}

.uw-header-crest, .site-logo {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 8px;
  margin-right: .5rem;
  display: inline-block;
}

.uw-crest-svg {
  width: 40px;
  width: 2.5rem; }

.uw-header-crest, .site-logo img {
  width: 48px;
  width: 3rem;
}

.uw-title-tagline {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.uw-site-tagline, .site-slogan {
  font-size: 15px;
  font-size: .95rem;
  font-weight: 600;
  color: #646569;
  text-transform: none;
  margin: 3px 0 0 1px;
  margin: .2rem 0 0 .1rem;
  line-height: 1.2;
}
.uw-site-title, .site-name {
  font-weight: 800;
  test-transform: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 1px;
  margin-bottom: .1rem;
}

.uw-site-title a, .site-name a {
  color: #c5050c;
}
.uw-site-title a:hover, .site-name a:hover {
  text-decoration: none;
}

.uw-site-tagline, .site-slogan {
  font-size: 15px;
  font-size: .95rem;
  font-weight: 600;
  color: #646569;
  text-transform: none;
  margin: 3px 0 0 1px;
  margin: .2rem 0 0 .1rem;
  line-height: 1.2;
}
.uw-crest-png {
  width: 40px;
  width: 2.5rem;
}

/* Frontpage Background */
.front #main { background: #f7f7f7; }
.front #main div { overflow: auto; }

/* Page Titles */
.front .page-title, .front #main .block-title {
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
}
.front .page-title:before, .front #main .block-title:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  content: '';
  width: 32px;
  width: 2rem;
  top: -12px;
  background-color: #c5050c;
}
.front #block-ls-2017-page-title {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*.not-front .page-title {
  position: relative;
  margin-top: 35px;
  margin-top: 2.2rem;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.not-front .page-title:before {
  position: absolute;
  height: 4px;
  content: '';
  width: 32px;
  width: 2.6rem;
  top: 14px;
  background-color: #c5050c;
}
.not-front #block-ls-2017-page-title .page-title {
  width: 100%;
}*/

.not-front #page-title {
  text-align: left;
  position: relative;
  margin-top: 35px;
  margin-top: 2.2rem;
  padding: 0 16px;
  padding: 0 1rem 1rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.not-front #page-title:before {
  position: absolute;
  height: 4px;
  content: '';
  width: 32px;
  width: 2em;
  top: -12px;
  background-color: #c5050c;
}


/* Menus */
#block-ls-2017-main-menu {
  display: none;
}

/* mobile menu button */
#mobile-menu-button-wrapper {
  text-align: center;
  background-color: #fff;
  color: #282728;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: .6em 0;
  test-transform: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
#mobile-menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  test-transform: none;
  font-weight: 600;
}
#mobile-menu-button:hover {
  cursor: pointer;
}
#mobile-menu-button:after {
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("images/mobile-menu-button-black.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#mobile-menu-button.mobile-menu-open:after {
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("images/mobile-menu-button-black-x.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#mobile-menu-button span {
  position: relative;
  top: 1px;
}

/* mobile menu */
.noscroll {
  overflow: hidden;
  position: fixed;
}
body.noscroll {
  position: relative;
  }
#mobile-menu {
  background: #f2f2f2;
  text-align: left;
}
#mobile-menu h2 {
  display: none;
}
#mobile-menu h3 {
  font-size: 1em;
  background: #CCC;
  color: #555;
  padding: 10px 0;
  margin: 0;
  font-weight: 500;
  test-transform: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease-out;
}
#mobile-menu h3:hover {
  background: #CCC;
}
#mobile-menu a {
  display: inline-block;
  color: #282728;
  font-size: 14px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
  test-transform: none;
  border-bottom: 3px solid transparent;
  border-bottom: 0.2rem solid transparent;
}

#mobile-menu ul.mobile-menu-item.mobile-closed {
  display: none !important;
}
#mobile-menu ul.mobile-menu-item {
  display: block !important;
  visibility: visible;
  margin: 0;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  padding: 0;
  display: block;
  line-height: 1.625;
}
#mobile-menu ul.mobile-menu-item li {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
  display: block;
  background: transparent;
}
#mobile-menu ul.mobile-menu-item li a {
  padding: 16px;
  padding: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #cfcfcf;
}
#mobile-menu ul.mobile-menu-item li a:hover{
  border-bottom-color: #cfcfcf;
  background-color: #e8e8e8;
}
#mobile-menu ul.mobile-menu-item li a.active {
  text-decoration: none;
}

#mobile-menu ul.mobile-menu-item ul li a,
#mobile-menu ul.mobile-menu-item ul a {
  font-size: .9rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 16px;
  padding: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  padding-left: 32px;
  padding-left: 2rem;
}
#mobile-menu ul.mobile-menu-item ul li ul li a ,
#mobile-menu ul.mobile-menu-item ul ul a {
  padding-left: 64px;
  padding-left: 4rem;
}
#mobile-menu ul.mobile-menu-item li.mobile-collapsed > a:after,
#mobile-menu-secondary ul.mobile-menu-item li.mobile-collapsed > a:after {
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(images/chevron-down.png) no-repeat center center;
  background-size: 200%;
}
#mobile-menu ul.mobile-menu-item li.mobile-expanded > a:after {
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(images/chevron-up.png) no-repeat center center;
  background-size: 200%;
}

/* Support Pages Menu */
#block-nice-menus-3 {
	display: none;
}

/* Supporting Pages Mobile Menu */
#mobile-support-menu-button-wrapper {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .25s box-shadow ease-in;
  transition: .25s box-shadow ease-in;
  border: 1px solid #aec2ca;
	text-align: left;
	font-size: 11px;
	font-size: .7rem;
	font-family: verdana;
  padding: 6px 6px 6px;
	width: -webkit-calc(100% - 2rem);
	width: calc(100% - 2rem);
  display: block;
  z-index: 20;
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
}
#mobile-support-menu-button-wrapper:hover {
	cursor: pointer;
}
#mobile-support-menu-button span {
 	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
}
#mobile-support-menu-button span:before {
  content: "";
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
  background: url(images/chevron-down-blue.png) no-repeat center center;
  background-size: 200%;
  display: inline-block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s transform ease-in;
	transition: 0.25s transform ease-in;
  margin: 0 5px 0 0;
}
#mobile-support-menu-button.mobile-menu-open span:before {
  content: "";
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
  background: url(images/chevron-down-blue.png) no-repeat center center;
  background-size: 200%;
  display: inline-block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.25s transform ease-in;
	transition: 0.25s transform ease-in;
  margin: 0 5px 0 0;
}

#secondary-support-navigation {
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  max-height: 800px;
  -webkit-transition: 0.25s max-height ease-in;
  transition: 0.25s max-height ease-in;
  border-bottom: 4px solid #c5050c;
  border-bottom: 0.25rem solid #c5050c;
	border-left: none;
	border-right: none !important;
  z-index: 20;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	background-color: #f7f7f7;
	padding: 0;
}
#secondary-support-navigation li {
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #cfcfcf;
  border-left: 4px solid transparent;
  border-left: .25rem solid transparent;
  -webkit-transition: .25s border-left ease-in;
  transition: .25s border-left ease-in;
  line-height: 1.35;
}
#secondary-support-navigation li.menu-item--active-trail {
	border-left: 4px solid #ac040a;
	border-left: 0.25rem solid #ac040a;
}
#secondary-support-navigation li.menu-item--active-trail a {
  color: #282728;
}
#secondary-support-navigation li a {
  display: block;
  padding: 16px;
  padding: 1rem;
}
#black-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 	background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Search */
#block-ls-2017-search {
  display: none;
}

#mobile-search #search-block-form {
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#mobile-search #search-block-form .form-type-search {
	width: 100%;
	height: 100%;
  max-width: 400px;
  margin: 0;
}
#search-block-form #edit-keys {
	height: 100%;
	width: 100%;
	padding: 9px;
	padding: 0.6em;
	background-color: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #c8c8c8;
}
#search-block-form #edit-submit {
  font-size: 0;
  background: #c5050c url(images/search-mag.png) no-repeat center;
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	border: none;
}
#block-mainnavigation {
	display: none;
}

/* Secondary Mobile Menu */
#mobile-menu-secondary {
	border-top: 2px solid #cfcfcf;
  border-bottom: 6px solid #c5050c;
}
#mobile-menu-secondary a {
  font-size: .9em;
  font-weight: 400;
  text-transform: capitalize;
}

/* home rotation slider */
#block-ls-2017-views-block-home-page-slider-block-1 {
  position: relative;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flexslider {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flexslider ul.slides {
  padding: 0;
  margin: 0;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flexslider ul.slides li {
  position: relative;
  margin: 0;
  backface-visibility: initial;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flexslider ul.slides li img {
  width: 100%;
  height: auto;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flexslider ul.slides .flex-caption {
  position: absolute;
  background-color: #fff;
  box-shadow: 1px 1px rgba(70, 70, 70, 0.2);
  width: auto;
  max-width: 85%;
  margin: 0;
  text-align: left;
  padding: 5px;
  left: 20px;
  top: 35%;
  opacity: 0.85;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flexslider ul.slides .flex-caption a {
  font-size: 24px;
  line-height: 18px;
  font-weight: bold;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flexslider ul.slides .flex-caption a:after {
  content: '\00A0\00BB';
  color: #c5050c;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flex-control-nav {
  display: none;
  position: relative;
  bottom: 0;
  margin-top: -40px;
  z-index: 10;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flex-direction-nav {
  display: block;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flex-control-nav a {
  display: block;
  background: url(images/bg_control_nav.png) no-repeat 0 0;
  cursor: pointer;
  height: 13px;
  text-indent: -9999px;
  width: 13px;
  box-shadow: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flex-control-nav li a:hover {
  background-position: 0 -13px;
}
#block-ls-2017-views-block-home-page-slider-block-1 .flex-control-nav li a.flex-active {
  background-position: 0 -26px;
  cursor: default;
}
.front .flex-nav-container,
.front .flex-nav-container li {
	margin-bottom: 0;
}
/* featured front section */
#block-featured-front-block {
  background-color: #f7f7f7;
	padding-top: 32px;
	padding-top: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	}
.front .view-featured-front .field-content {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.front .view-featured-front .view-content .views-row .featured-content {
  background: #FFF;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 16px;
  margin: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	 position: relative;
}
.front .view-featured-front .views-field-field-featured-image,
.front .view-featured-front .views-field-title,
.front .view-featured-front .views-field-body{
	flex: 1 0 100%;
}
.front .view-featured-front .views-field-title,
.front .view-featured-front .views-field-body {
	padding: 0 16px 16px;
	padding: 0 1rem 1rem;
	margin-bottom: 0;
}
.front .view-featured-front .views-field-field-featured-image img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.front .view-featured-front .views-field-title {
	color: #0479a8;
	text-decoration: none;
	position: relative;
	margin-top: 35px;
	margin-top: 2.2rem;
}
.front #block-featured-front-block .view-featured-front .views-field-title h2 {
	margin-top: 0;
}
/* Homepage Quote Section */
#block-homepage-quote-block {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
#block-homepage-quote-block .view-homepage-quote {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 32px;
  padding-top: 2rem;
  color: #FFF;
  background-color: #c5050c;
}
#block-homepage-quote-block .view-homepage-quote .view-content {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#block-homepage-quote-block .view-homepage-quote .views-row {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 16px;
  padding: 0 1rem;
}
#block-homepage-quote-block .view-homepage-quote .views-field-body {
	position: relative;
	margin-top: 32px;
	margin-top: 2rem;
	margin-bottom: 0;
	padding-left: 0;
}
#block-homepage-quote-block .view-homepage-quote .views-field-body:before {
  content: '';
  margin-top: -16px;
  margin-top: -1rem;
 	margin-left: auto;
 	margin-right: auto;
  height: 6px;
  width: 48px;
  width: 3rem;
  position: absolute;
  left: 0;
  top: -12px;
  background-color: white;
  right: 0;
}
#block-homepage-quote-block .view-homepage-quote .views-field-body p {
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
  font-style: italic;
	font-family: "Red Hat Display", "Helvetica Neue", "Helvetica", "Arial";
	text-align: center;
}
#block-homepage-quote-block .view-homepage-quote .views-field-title {
	text-align: center;
	font-style: normal;
	font: 14px "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: 0.9rem "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
	test-transform: none;
	margin: 16px 0 0 24px;
	margin: 1rem 0 0 1.5rem;
	display: block;
	font-weight: normal;
}
#block-homepage-quote-block .view-homepage-quote .views-field-title:before {
	content: "\2014";
}

/* page */
#page_wrapper {
  background: #FFF;
}


/* Sidebar Styles */
.not-front.sidebar-first .region-sidebar-first,
.not-front.sidebar-second .region-sidebar-second {
  max-width: 100%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding: 0 16px;
  padding: 0 1rem;
}
.not-front.sidebar-first .region-sidebar-first .block,
.not-front.sidebar-second .region-sidebar-second .block {
  background-color: #fff;
  border-bottom: 4px solid #c5050c;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.not-front.sidebar-first #sidebar_first .block h2.block-title,
.not-front.sidebar-second #sidebar_second .block h2.block-title {
	font-size: 18px;
	font-size: 1.2rem; /* caj - 7-27-18 font size changed from 1.125rem; per Rebecca */
	margin-top: 28px;
	margin-top: 1.8rem;
	margin-bottom: 14px;
	margin-bottom: .9rem;
	line-height: 1.4;
	position: relative;
	margin-top: 35px;
	margin-top: 2.2rem;
}
.not-front.sidebar-first .region-sidebar-first .block h2.block-title:before,
.not-front.sidebar-second .region-sidebar-second .block h2.block-title:before {
  position: absolute;
  left: 0;
  height: 4px;
  content: '';
  width: 32px;
  width: 2rem;
  top: -12px;
  background-color: #c5050c;
}
.not-front.sidebar-first .region-sidebar-first .block p,
.not-front.sidebar-second .region-sidebar-second .block p {
  margin-bottom: 1.35rem;
  line-height: 1.35;
}
#sidebar_first .region-sidebar-first,
#sidebar_second .region-sidebar-second {
  width: 100%;
}

 /*Blocks */

.not-front .region-content .block {
  padding: 0 16px;
  padding: 0 1rem;
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}
.not-front .region-content .block-title {
 	clear: both;
}

/* Footer */
#footer_first {
	background-color: #FFF;
}

#footer_second {
  background-color: #282728;
  border-top: 5px solid #c5050c;
  color: #adadad;
}
#footer_second img {
  max-width: 100%;
  height: auto;
}
.region-footer-first,
.region-footer-second {
  padding-top: 32px;
  padding-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.region-footer-first .block,
.region-footer-second .block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 32px;
  padding: 0 2rem;
  text-align: center;
}
/*.region-footer-second .block:nth-child(1n+2) {
	margin: 10px auto;
}*/
.region-footer-first h2,
.region-footer-second h2 {
  color: #adadad;
  font-weight: 800;
  font-size: 14px;
  font-size: .9rem;
  line-height: 1.25;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.region-footer-first .block > ul.menu,
.region-footer-second .block > ul.menu {
  margin-left: 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
}
.region-footer-first .block > ul.menu ul,
.region-footer-second .block > ul.menu ul{
  margin-left: 0;
  text-align: center;
}
.region-footer-first ul li,
.region-footer-second ul li  {
	font-size: 14px;
	font-size: .9rem;
	margin: 0 0 8px;
	margin: 0 0 .5rem;
	line-height: 1.25;
	list-style: none;
}
.region-footer-first a,
.region-footer-second a {
  color: #adadad !important;
}
.region-footer-second a:hover {
  color: #f9f9f9;
  cursor: pointer;
}
#block-universitylogo /* University Logo */ {
	width: 200px;
	height: 150px;
	min-width: 175px;
}
#block-contactfooterblock .field--name-body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#block-contactfooterblock .field--name-body ul li a /* Social Network Icons */{
  display: inline-block;
  background-color: #adadad;
  padding: 6px;
  padding: 0.4rem;
  margin: .5rem;
  font-size: 20px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 1.3rem;
  -webkit-border-radius: 1.05rem;
  border-radius: 1.05rem;
}

#block-contactfooterblock .field--name-body ul li a:hover {
	background-color: #f9f9f9;
}
#block-contactfooterblock .field--name-body ul li a img {
	position: relative;
	top: 1px;
}

#block-contactfooterblock .uw-contact-item {
  text-decoration: underline;
}

/* Copyright  */
#block-copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  text-align: center;
}

#block-copyright .block-inner {
  margin: 0;
  font-size: 14px;
  font-size: .925rem;
  line-height: 1.2;
}
#block-copyright .copyright {
    text-decoration: underline;
}
/* flexslider resets */
.flexslider {
  margin: 0;
  background-color: initial;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* menu resets */
ul.menu {
  margin: 0;
}
.menu-item {
  padding-top: 0;
}
#block-serviceawards h2{
  display:none;
}
#block-serviceawards .caption{
  color:#D6D4D3;
  font-size:.65em;
  text-align:center;
}

.caption > figcaption {
  margin-top:8px;
}

/* Breadcrumb */
.breadcrumb li {
  test-transform: none;
  margin-bottom: .25rem;
  font-size: .6875rem;
  cursor: default;
}
.breadcrumb li.item-current { font-weight: 700; }

/* Accordion */
.ui-accordion { margin-bottom: 1.5rem; }
.ui-accordion .ui-accordion-header-icon { display: none; }
.ui-accordion .ui-accordion-header {
  font-size: 1.2rem; /* caj - 7-27-18 font size changed from 1.125rem; per Rebecca */
  font-weight: 800;
  padding: 1rem 1rem 1rem 2.5rem;
  color: #494949!important;
  text-decoration: none!important;
  position: relative;
  display: block;
  border: 1px solid #cfcfcf;
  line-height: 1;
  color: #c5050c;
  background: #fff;
  text-transform: none;
  border-top: 0;
  margin: 0;
}
.ui-accordion .ui-accordion-header:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -.5rem;
  content: '+';
}
.ui-accordion .ui-accordion-header.ui-state-active:before {
  content: '\2013';
}
.ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header:focus,
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #fff!important;
  text-decoration: none!important;
  background: #0479a8;
}
.ui-accordion .ui-accordion-content {
  padding: 1rem;
  border: 1px solid #cfcfcf;
}
.ui-accordion .ui-accordion-header:first-child { border-top: 1px solid #cfcfcf; }
