@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i|Roboto+Slab:400.700&display=swap");
:root {
  --primarycolor: #54545A;
  --primarycolordark: #32322d;
  --secondarycolor: #b76646;
  --secondarycolordark: #993300;
  --accentcolor: #002250;
  --accentcolordark: #001129;
  --navigationbg: #001129;
  --navigationbghover: #002250;
  --navigationbody: #FFFFFF;
  --navigationbodyhover: #993300;
  --bodycolor: #54545A;
  --bodycolorhover: #002250;
  --bgcolor: #FFFFFF;
  --bgcolorgradient: #F9F9F9;
  --headingcolor: #464650;
  --linkcolor: #002250;
  --linkcolorhover: #993300;
}

[data-theme="dark"] {
  --primarycolor: #002250;
  --primarycolordark: #001129;
  --secondarycolor: #ffbe92;
  --secondarycolordark: #b76646;
  --accentcolor: #54545A;
  --accentcolordark: #32322d;
  --navigationbg: #001129;
  --navigationbghover: #002250;
  --navigationbody: #FFFFFF;
  --navigationbodyhover: #993300;
  --bodycolor: #FFFFFF;
  --bodycolorhover: #ffbe92;
  --bgcolor: #002250;
  --bgcolorgradient: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, #002250 100%);
  --headingcolor: #FFFFFF;
  --linkcolor: #FFFFFF;
  --linkcolorhover: #ffbe92;
}

/* -----------------------------------------
   NAVBAR
----------------------------------------- */
#top-navigation {
  padding: 0 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#top-navbar {
  padding: 0px;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  width: 100%;
  margin: 0;
}

#top-navbar #logo {
  background: var(--navigationbg);
  padding: 12px 18px;
  max-width: 300px;
  height: auto;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}

#rightnavbar.navbar-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#rightnavbar.navbar-right a.btn {
  padding: 6px 9px;
  height: 30px;
  font-size: 13px;
  line-height: 1rem;
  border-radius: 0;
  background: var(--navigationbg);
  color: var(--navigationbody);
  margin-left: 6px;
}

#rightnavbar.navbar-right a.btn-close {
  position: absolute;
  top: 1px;
  right: 0;
}

#rightnavbar.navbar-right.scrolling a {
  background: var(--navigationbodyhover);
  color: var(--navigationbody);
}

#rightnavbar.navbar-right.scrolling a:hover {
  background: var(--navigationbg);
}

@media (min-width: 500px) and (max-width: 767px) {
  #rightnavbar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0 !important;
    float: none;
    width: 100%;
    background: var(--navigationbg);
  }
}

#drawerWrapper.container-fluid {
  background: var(--navigationbg);
  color: white;
}

#drawerWrapper h3 {
  border-bottom: 1px solid white;
  margin-bottom: 1rem;
}

#drawerWrapper a {
  color: var(--navigationbody);
}

#drawerWrapper a:hover, #drawerWrapper a:focus, #drawerWrapper a:active {
  color: var(--navigationbodyhover);
}

#drawerWrapper #DrawerOne ul, #drawerWrapper #DrawerTwo ul, #drawerWrapper #DrawerThree ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

#drawerWrapper #DrawerOne ul li, #drawerWrapper #DrawerTwo ul li, #drawerWrapper #DrawerThree ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 18px;
  min-width: 200px;
  background: var(--navigationbg);
  margin: 1px 1rem 0 0;
  border-radius: 5pt;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  cursor: hand;
  border-radius: 0;
  border: 1px solid white;
  text-align: center;
}

#drawerWrapper #DrawerOne ul li:hover, #drawerWrapper #DrawerTwo ul li:hover, #drawerWrapper #DrawerThree ul li:hover {
  background: var(--navigationbodyhover);
}

#drawerWrapper #DrawerOne ul li a, #drawerWrapper #DrawerTwo ul li a, #drawerWrapper #DrawerThree ul li a {
  color: white;
}

#mainmenuDrawer {
  background: var(--navigationbg);
  color: var(--navigationbody);
  top: 0;
  right: 0;
  padding: 1rem 3rem 3rem;
  opacity: .98;
}

#mainmenuDrawer ul {
  padding: 0;
  list-style-type: none;
}

#mainmenuDrawer ul li.menu-item {
  margin-bottom: 0;
}

#mainmenuDrawer ul a {
  font-size: 13px;
  background: transparent !important;
  color: var(--navigationbody);
}

#mainmenuDrawer h1, #mainmenuDrawer h2, #mainmenuDrawer h3, #mainmenuDrawer h4, #mainmenuDrawer h5, #mainmenuDrawer h6 {
  padding-bottom: 40px;
  color: var(--navigationbody);
  border-bottom: 1px solid var(--navigationbody);
  margin-bottom: 40px;
}

#mainmenuDrawer .dropdown-menu {
  background: var(--navigationbghover);
  margin: 0;
  padding: 0;
}

#mainmenuDrawer .dropdown-menu li {
  margin-bottom: 0;
}

.form-inline .input-group {
  width: 100%;
}

.form-inline .input-group .input-group-btn {
  width: 40px;
}

#deptsearchsubmit-site {
  width: 38px;
  height: 38px;
  background: var(--navigationbg);
  color: var(--navigationbody);
  padding: 0;
  border-radius: 0;
}

/*
  ENABLE / DISABLE NIGHT MODE
*/
.theme-switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0 0;
}

.theme-switch-wrapper em {
  margin-left: 8px;
  font-size: 13px;
  padding-bottom: 7px;
}

.theme-switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 45px;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  width: 18px;
  height: 18px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
          transform: translateX(19px);
}

.slider.round {
  border-radius: 18px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (min-width: 20px) and (max-width: 432px) {
  .brand {
    width: 100%;
    float: left;
    background-color: var(--navigationbg);
  }
  #rightnavbar {
    float: left;
    width: 100%;
  }
  #rightnavbar.navbar-right a.btn-main, #rightnavbar.navbar-right a.btn-close {
    font-size: 25px;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--navigationbghover);
  }
  body.logged-in #rightnavbar.navbar-right a.btn-main, #rightnavbar.navbar-right a.btn-close {
    top: 46px;
    position: fixed;
  }
  #rightnavbar.navbar-right.scrolling a.btn-main, #rightnavbar.navbar-right.scrolling a.btn-close {
    background: var(--navigationbodyhover);
    z-index: 1;
  }
  #mainmenuDrawer {
    width: 100%;
    position: fixed;
    padding: 0;
    z-index: 1;
    overflow: scroll;
    height: 100vh;
  }
  #mainmenuDrawer h1, #mainmenuDrawer h2, #mainmenuDrawer h3, #mainmenuDrawer h4, #mainmenuDrawer h5, #mainmenuDrawer h6 {
    padding: 14px 10px 10px;
    margin-bottom: 0;
  }
  #mainmenuDrawer ul a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 14px 10px 10px;
    border-bottom: 1px solid var(--navigationbghover);
  }
  #mainmenuDrawer .dropdown a {
    border-bottom: 1px solid var(--navigationbg);
  }
  #mainmenuDrawer li {
    margin-bottom: 0;
  }
  #mainmenuDrawer .theme-switch-wrapper {
    padding: 14px 10px 10px;
  }
}

@media (min-width: 433px) and (max-width: 767px) {
  .brand {
    width: 100%;
    float: left;
    background-color: var(--navigationbg);
  }
  #rightnavbar.navbar-right a.btn-main, #rightnavbar.navbar-right a.btn-close {
    font-size: 25px;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--navigationbghover);
  }
  #rightnavbar.navbar-right.scrolling a.btn-main, #rightnavbar.navbar-right.scrolling a.btn-close {
    background: var(--navigationbodyhover);
    z-index: 1;
  }
  body.logged-in #rightnavbar.navbar-right a.btn-main, #rightnavbar.navbar-right a.btn-close {
    top: 46px;
    position: fixed;
  }
  #mainmenuDrawer {
    width: 100%;
    position: fixed;
    padding: 0;
    z-index: 1;
  }
  #mainmenuDrawer h1, #mainmenuDrawer h2, #mainmenuDrawer h3, #mainmenuDrawer h4, #mainmenuDrawer h5, #mainmenuDrawer h6 {
    padding: 14px 10px 10px;
    margin-bottom: 0;
  }
  #mainmenuDrawer ul a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 14px 10px 10px;
    border-bottom: 1px solid var(--navigationbghover);
  }
  #mainmenuDrawer .dropdown a {
    border-bottom: 1px solid var(--navigationbg);
  }
  #mainmenuDrawer li {
    margin-bottom: 0;
  }
  #mainmenuDrawer .theme-switch-wrapper {
    padding: 14px 10px 10px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #top-navigation {
    position: fixed;
  }
  #top-navigation .brand #logo.orange {
    background: var(--navigationbodyhover);
    max-width: 185px;
  }
  #mainmenuDrawer {
    position: absolute;
  }
  #rightnavbar.navbar-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 1.5rem 15px 1rem;
  /*
  background-color: var(--accentcolor);
  color: var(--bodycolorhover);
*/
}

#left-sidebar {
  background-color: #F9F9F9;
  background-size: 110%;
  color: black;
  height: 100%;
}

#left-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#left-sidebar ul li {
  margin: 0;
}

#left-sidebar ul li a {
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 8px 12px;
  margin: 0;
  width: 100%;
  display: block;
  color: black;
  border-bottom: 1px solid var(--accentcolordark);
  background-color: #CCC;
}

#left-sidebar ul li a:hover, #left-sidebar ul li a:active, #left-sidebar ul li a:focus {
  background: var(--accentcolor);
  color: white;
}

#left-sidebar ul ul.dropdown-menu {
  position: relative;
  float: left;
  width: 100%;
}

#left-sidebar ul ul.dropdown-menu .show {
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}

@media (min-width: 768px) {
  .wrapper {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

/* -----------------------------------------
   Main Content
----------------------------------------- */
/*
  WORDPRESS CORE
*/
#maincontent {
  overflow: hidden;
}

#maincontent .nopadding {
  padding: 0;
}

#maincontent .nomargin {
  margin: 0;
}

#maincontent .wp-block-columns {
  padding: 2rem 2rem 0;
}

#maincontent .wp-block-columns.centertext {
  text-align: center;
}

#maincontent .wp-block-columns img {
  width: 100%;
}

#maincontent .wp-block-columns.spotlight {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  padding: 0 2rem;
  text-align: center;
}

#maincontent .wp-block-columns.spotlight .is-style-outline {
  color: var(--bodycolor);
}

#maincontent .wp-block-columns.spotlight .wp-block-button__link {
  width: 90%;
  border: 3px solid var(--linkcolor);
  margin: 1rem 0 0;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  color: var(--linkcolor);
  font-family: "Roboto Slab", serif;
  border-radius: 0;
}

#maincontent .wp-block-columns.spotlight > .wp-block-column {
  background-color: var(--bgcolor);
  -webkit-box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.2);
          box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.2);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

#maincontent .wp-block-columns.spotlight > .wp-block-column:hover {
  background-color: var(--bgcolor);
  -webkit-box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.8);
          box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.8);
}

#maincontent .wp-block-columns.spotlight > .wp-block-column img {
  margin-top: -70px;
  margin-bottom: 2%;
  max-width: 140px;
}

#maincontent .wp-block-columns.spotlight > .wp-block-column h1, #maincontent .wp-block-columns.spotlight > .wp-block-column h2, #maincontent .wp-block-columns.spotlight > .wp-block-column h3, #maincontent .wp-block-columns.spotlight > .wp-block-column h4, #maincontent .wp-block-columns.spotlight > .wp-block-column h5, #maincontent .wp-block-columns.spotlight > .wp-block-column h6, #maincontent .wp-block-columns.spotlight > .wp-block-column p, #maincontent .wp-block-columns.spotlight > .wp-block-column ul, #maincontent .wp-block-columns.spotlight > .wp-block-column li {
  line-height: 1.75;
}

.lt-gray-bg {
  background-image: url("images/dust_scratches-20.png");
  padding-bottom: 1rem;
}

.lt-gray-bg h2, .lt-gray-bg h3 {
  padding: 2rem 0;
}

.lt-gray-bg.wp-block-columns {
  font-size: .8rem;
  line-height: 1.2;
}

.lt-gray-bg.wp-block-columns p {
  margin: 0 0 3px;
}

.lt-gray-bg.wp-block-columns h2, .lt-gray-bg.wp-block-columns h3, .lt-gray-bg.wp-block-columns h4, .lt-gray-bg.wp-block-columns h5, .lt-gray-bg.wp-block-columns h6 {
  font-size: 1.15rem;
  padding: .5rem 0;
}

.lt-gray-bg.wp-block-columns .wp-block-media-text__content {
  padding: 0 .5rem;
  letter-spacing: -.3px;
}

.lt-gray-bg.wp-block-columns .wp-block-media-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

.dk-gray-bg {
  background-image: url("images/navy_blue.png");
  color: white !important;
  text-align: center;
  margin-bottom: 0;
}

.dk-gray-bg input.button {
  background-color: var(--accentcolor);
  border: none;
  padding: 8px 20px;
}

.noscroll {
  width: 100%;
}

.noscroll iframe {
  width: 100%;
  height: 650px;
  display: block;
  position: relative;
  border: none;
}

.map {
  padding: 2rem;
  background-color: var(--bgcolor);
}

.map .wp-block-cover__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
}

.map .wp-block-cover__inner-container p {
  width: 46%;
  margin: 10px 2%;
  padding: 10px 8px;
  background: var(--bgcolor);
  color: var(--bodycolor);
  opacity: .9;
}

.modules {
  text-align: center;
}

.modules .wp-block-column {
  background: var(--bgcolor);
  color: var(--bodycolor);
}

.modules .wp-block-column p, .modules .wp-block-column li {
  padding: 0 1rem 0;
  font-size: .9rem;
  line-height: 1.5;
}

.modal-title {
  color: var(--primarycolor);
  font-size: 2rem;
  font-weight: bold;
}

.modal-body {
  color: var(--primarycolor);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: var(--accentcolor);
  color: var(--navigationbody);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  border: 1px solid #CCC;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:active, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:active, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:active, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: var(--navigationbodyhover);
}

.wp-block-media-text img, .wp-block-columns img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------
						Styling Overrides for Embeds
-------------------------------------------------------------- */
iframe.wp-embedded-content {
  display: none;
}

@media (min-width: 20px) and (max-width: 432px) {
  .page-wrapper {
    padding: 1rem 2rem;
  }
  .home #maincontent {
    margin-top: 0;
  }
  p.intro {
    padding: 20px 30px;
  }
  #maincontent .dk-gray-bg {
    padding: 20px 30px;
  }
  #maincontent .lt-gray-bg {
    margin-bottom: 0;
  }
  #maincontent .lt-gray-bg .wp-block-media-text__media {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  #maincontent .lt-gray-bg .wp-block-media-text__content {
    text-align: center;
  }
  #maincontent .wp-block-column {
    margin-bottom: 2rem;
  }
  #maincontent.spotlight > .wp-block-column {
    margin-bottom: 2rem;
  }
  #maincontent.spotlight > .wp-block-column img {
    margin-top: 20px;
  }
}

@media (min-width: 433px) and (max-width: 767px) {
  .page-wrapper {
    padding: 1rem 2rem;
  }
  .home #maincontent {
    margin-top: 0;
  }
  #maincontent .wp-block-columns.spotlight > .wp-block-column {
    margin-bottom: 1rem;
  }
  #maincontent .wp-block-columns.spotlight > .wp-block-column img {
    margin-top: 20px;
  }
  .lt-gray-bg.wp-block-columns .wp-block-media-text__media {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  body.logged-in.admin-bar #top-navigation {
    margin-top: 32px;
  }
  body #maincontent {
    padding: 0;
    background: var(--bgcolorgradient);
    color: var(--bodycolor);
  }
  body.page #maincontent, body.error404 #maincontent, body.search #maincontent {
    padding-top: 68px;
  }
  .lt-gray-bg.wp-block-columns .wp-block-column {
    padding: 0 .5rem;
    margin: 0;
  }
  .dk-gray-bg {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 2.5rem;
  }
}

.home-banner {
  /* Make video to at least 100% wide and tall */
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  /* Center the video */
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
}

.home-banner .loading .video-background {
  opacity: 0;
}

.home-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-background {
  -webkit-transition: 2s opacity ease;
  transition: 2s opacity ease;
  opacity: 1;
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-foreground, .video-background iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.video-headline {
  position: absolute;
  width: 100%;
  float: left;
  background-color: #001129;
  color: #FFFFFF;
  text-align: center;
}

#pause-btn, #play-btn {
  z-index: 1;
  position: absolute;
  bottom: 6%;
  left: 2%;
  width: 150px;
}

#play-btn {
  bottom: 20%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner {
    height: 40vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner {
    height: 30vh;
  }
}

@media screen and (max-width: 767px) {
  .home-banner {
    height: 20vh;
  }
}

@media (min-width: 20px) and (max-width: 432px) {
  .video-headline {
    font-size: 1.25rem;
  }
}

@media (min-width: 433px) and (max-width: 767px) {
  .video-headline {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-headline {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .video-headline {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .video-headline {
    font-size: 2.5rem;
  }
}

/* -----------------------------------------
   Services
----------------------------------------- */
/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  font-family: "Montserrat", sans-serif;
  line-height: 2;
  color: var(--bodycolor);
}

body a span.skiplink-text {
  color: var(--linkcolor);
}

h1, h2, h3, h4, h5, h6 {
  padding: 1.5rem 0 1rem;
  margin: 0;
  font-family: "Roboto Slab", serif;
  color: var(--bodycolor);
}

a {
  color: var(--linkcolor);
  font-weight: bold;
}

a:focus, a:active, a:hover {
  color: var(--linkcolorhover);
  text-decoration: underline;
}

#drawerWrapper h1, #drawerWrapper h2, #drawerWrapper h3, #drawerWrapper h4, #drawerWrapper h5, #drawerWrapper h6 {
  color: var(--navigationbody);
}

p, li {
  margin: 0 0 2rem;
}

.btn-primary {
  background: var(--secondarycolor);
}

.btn-primary a {
  color: white;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: var(--secondarycolordark);
}

.btn-secondary {
  background: var(--secondarycolordark);
}

.btn-secondary a {
  color: white;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: var(--secondarycolor);
}

.btn-xl {
  width: 90%;
  border: none;
  border-radius: 0;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.btn-white {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  outline: none;
  background-color: #ffffff;
  color: #001129;
}

@media (min-width: 20px) and (max-width: 432px) {
  p.intro {
    padding: 20px 30px;
  }
  #maincontent h2:first-child {
    margin-top: 1rem;
  }
}

@media (min-width: 433px) and (max-width: 767px) {
  p.intro {
    padding: 20px 30px;
  }
  #maincontent h2:first-child {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  p.intro {
    padding: 0 10% 5rem;
  }
  #maincontent h2:first-child {
    margin-top: 2rem;
  }
}

/* -----------------------------------------
   Events
----------------------------------------- */
/* -----------------------------------------
   Faculty Listing and Single
----------------------------------------- */
/* -----------------------------------------
   Footer
----------------------------------------- */
#footer {
  background: #444444;
  font-size: .85rem;
  z-index: 501;
}

#footer #mms-logo-footer > a > img {
  margin-top: 10px;
  max-width: 283px;
  width: 100%;
}

#footer #mms-logo-footer > a > span {
  display: none;
}

#footer .footer {
  color: #ffffff;
  padding: 35px;
}

#footer .footer .input-group-btn > .btn {
  background-color: white;
  border: 1px solid #E7E7E7;
  color: #0a2736;
  font-size: 17px;
  margin: 0;
  padding: 1px 9px;
}

#footer .footer ul {
  list-style-type: none;
  padding-left: 0;
}

#footer .footer ul li {
  font-size: 14px;
}

#footer .footer .social {
  margin: 0;
}

#footer .footer .social > li {
  background-color: #232323;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  list-style-type: none;
  padding: 6px;
  -webkit-transition: background-color 5ms;
  transition: background-color 5ms;
  width: 30px;
  margin: 0;
}

#footer .footer .social > li:hover, #footer .footer .social > li:focus, #footer .footer .social > li:active {
  background-color: #165677;
}

#footer .footer .social > li > a {
  color: white;
  line-height: 1.5em;
  margin: 0 auto;
}

#footer .footer address {
  margin: 20px 0;
}

#footer .footer address p {
  font-size: 14px;
}

#footer h5, #footer .h5 {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

#footer h5 a, #footer .h5 a {
  font-weight: bold;
}

#footer .list-unstyled li a {
  font-size: 13px;
  font-weight: 500;
}

#footer .widgetcontent ul li {
  margin-bottom: 10px;
}

#footer .widgetcontent ul li a {
  font-size: 16px;
  font-weight: 500;
}

#footer form {
  margin: 10px 0;
}

#footer a {
  color: #ffffff;
}

#footer a:hover, #footer a:active {
  color: #ffffff;
}

#footer img.logo {
  margin: 0 0 20px;
  width: 100%;
}

#footer .fa {
  text-align: center;
  width: 14px;
  margin: 2px;
}

@media (max-width: 431px) {
  #footer-container ul#social-buttons {
    margin-bottom: 20px;
  }
  .mms-footer-logo {
    max-width: 350px;
  }
  .copyrights {
    margin: 0 25px 25px;
  }
  ul.footernav-links li {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (min-width: 432px) and (max-width: 767px) {
  #mms-logo-footer {
    text-align: center;
  }
  #mms-logo-footer > a > img {
    margin-bottom: 10px;
  }
  #copyright {
    text-align: center;
  }
  #copyright .list-unstyled {
    margin-bottom: 0;
  }
}

.single-post article,
.archive article,
.page article {
  padding-top: 0;
}

#superfooter {
  background: #222222;
  color: white;
  font-family: "franklin-gothic-urw", "Franklin Gothic Book", "Franklin Gothic", "Trebuchet MS", "Trebuchet", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

#superfooter a {
  color: white;
  text-decoration: none;
}

#superfooter a:hover, #superfooter a:focus, #superfooter a:active {
  color: #66b8e3;
}

#superfooter .margin-bottom {
  margin-bottom: 25px;
}

#superfooter #footer-container {
  padding: 40px 0 20px;
}

#superfooter #footer-container a #mms-logo-white-svg {
  margin-bottom: 10px;
}

#superfooter #footer-container a:hover, #superfooter #footer-container a:focus, #superfooter #footer-container a:active {
  color: #66b8e3;
}

#superfooter #footer-container a:hover #mms-logo-white-svg .logo-hover, #superfooter #footer-container a:focus #mms-logo-white-svg .logo-hover, #superfooter #footer-container a:active #mms-logo-white-svg .logo-hover {
  fill: #E86023;
}

#superfooter #footer-container ul {
  margin: 0 0 0 0;
  padding: 0;
}

#superfooter #footer-container ul.footernav-links {
  display: inline-block;
}

#superfooter #footer-container ul.footernav-links li {
  display: block !important;
  float: none;
  margin: 0;
}

#superfooter #footer-container ul.footernav-links li a {
  font-family: "franklin-gothic-urw", "Franklin Gothic Book", "Franklin Gothic", "Trebuchet MS", "Trebuchet", sans-serif;
  font-size: 14px;
  font-weight: 100;
  padding: 0 0 0 0 !important;
}

#superfooter #footer-container ul.footernav-links li a:hover {
  background: none;
  text-decoration: underline;
}

#superfooter #footer-container .mms-footer-logo {
  width: 100%;
}

#superfooter #footer-container #social-buttons {
  margin-bottom: 25px;
  text-align: center;
}

#superfooter #footer-container #social-buttons > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
}

#superfooter #footer-container #social-buttons > li > a {
  background-color: white;
  border-radius: 100%;
  color: black;
  display: block;
  font-size: 17px;
  height: 30px;
  line-height: 32px;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  width: 30px;
}

#superfooter #footer-container #social-buttons > li > a:hover, #superfooter #footer-container #social-buttons > li > a:focus, #superfooter #footer-container #social-buttons > li > a:active {
  background-color: #BD4F19;
  color: white;
}

#superfooter #footer-container #social-buttons > li > a .visually-hidden {
  display: none;
}

#superfooter #footer-container #social-buttons > li > a > span.fa, #superfooter #footer-container #social-buttons > li > a span.fa-brands {
  margin: 6px;
}

#superfooter #footer-container .copyrights {
  text-align: left;
}

#superfooter #footer-container .copyrights a:hover, #superfooter #footer-container .copyrights a:focus, #superfooter #footer-container .copyrights a:active {
  text-decoration: underline;
}

#superfooter #footer-container .widgettitle {
  color: #ffffff;
  font-size: 20px;
}

#superfooter #footer-container #mms-logo-color-svg .logo-gray {
  fill: #E7E7E7;
}

#superfooter #footer-container #mms-logo-color-svg .logo-orange {
  fill: #E86023;
}

#superfooter #footer-container #mms-logo-color-svg:hover .logo-orange {
  fill: #E7E7E7;
}

#superfooter #footer-container #mms-logo-white-svg .logo-white {
  fill: #ffffff;
}

#superfooter #footer-container #mmsfooter-search {
  margin: 20px 0;
}

#superfooter #footer-container #mmsfooter-search .input-group {
  width: 100%;
}

#superfooter #footer-container #mmsfooter-search .input-group-btn > .btn {
  background-color: #ffffff;
  border: 1px solid #747578;
  color: #001023;
  font-size: 17px;
  margin: 0;
  padding: 1px 9px;
}

@media (max-width: 431px) {
  #superfooter #footer-container .mms-footer-logo {
    max-width: 350px;
  }
  #superfooter #footer-container ul#social-buttons {
    margin-bottom: 20px;
  }
  #superfooter #footer-container ul.footernav-links li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #superfooter #footer-container .copyrights {
    margin: 0 0 0 0;
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .mms-footer-logo {
    margin: 0 auto 25px;
  }
  .footer-links li::after {
    content: none !important;
  }
  .footer-links li a {
    margin: 0;
    padding: 10px;
    display: block;
    border-bottom: 1px solid white;
  }
  .copyright {
    padding: 0;
    margin: 0 auto;
  }
  .copyrights {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */