/* style.scss */
.bg-uthorange {
  background-color: #ae6042 !important;
  color: #fff !important;
}

.bg-uthblue {
  background-color: #4e738a !important;
  color: #fff !important;
}

.bg-uthblue-10-darker {
  background-color: #3f5d74 !important;
  color: #fff !important;
}

.bg-uthorange-10-darker {
  background-color: #9d563b !important;
  color: #fff !important;
}

.bg-gulfblue {
  background-color: #002856 !important;
  color: #fff !important;
}

.bg-mustardgold {
  background-color: #f2b826 !important;
  color: #383737 !important;
}

.bg-dustylavender {
  background-color: #7d708f !important;
  color: #fff !important;
}

.bg-lightsage {
  background-color: #b0bfbc !important;
  color: #383737 !important;
}

.bg-dustylavender-10-darker {
  background-color: #6b5f7c !important;
  color: #fff !important;
}

.bg-uthgray {
  background-color: #747578 !important;
  color: #fff !important;
}

.bg-darksage {
  background-color: #587e6a !important;
  color: #fff !important;
}

.bg-light-sand {
  background-color: var(--light-sand) !important;
  color: #383737 !important;
}

.bg-light-sand-gradient {
  background: linear-gradient(180deg, #f4f0ea 10%, rgba(223, 217, 210, 0) 60%);
  color: #383737 !important;
}

.bg-sand {
  background-color: #b6a999 !important;
  color: #383737 !important;
}

.bg-light-gray {
  background-color: #f5f5f5 !important;
  color: #383737 !important;
}

.bg-light-medium-gray {
  background-color: #e8e8e8 !important;
}

.bg-medium-gray {
  background-color: #d5d5d5 !important;
  color: #383737 !important;
}

.bg-medium-dark-gray {
  background-color: #868686 !important;
  color: #383737 !important;
}

.bg-dark-gray {
  background-color: #474747 !important;
  color: #fff !important;
}

.bg-black {
  background-color: #383737 !important;
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
  color: #383737 !important;
}

.bg-uthblue-gradient {
  background-color: #4E738A;
  background-image: linear-gradient(90deg, #4E738A 0%, #2E5065 100%) !important;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff !important;
}

body {
  font-family: Calibri, sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #000000;
}

h1 {
  margin: 0;
  font-size: 54px;
  font-weight: 700;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  transition: all 500ms;
}

img.alignright {
  float: right;
  margin: 0 0 8px 8px;
}

img.alignleft {
  float: left;
  margin: 0 0 8px 8px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.parallax {
  position: relative;
  /* The image used */
  /* background-image: url("img_parallax.jpg"); */
  /* Set a specific height */
  min-height: 700px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
}
@media only screen and (max-device-width: 767px) {
  .parallax {
    background-attachment: scroll;
  }
}
.parallax .parallax-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallax .parallax-text a {
  color: #ffffff;
  text-decoration: none;
}
.parallax .parallax-text a:hover, .parallax .parallax-text a:focus, .parallax .parallax-text a:active {
  text-decoration: underline;
}
.parallax .parallax-text h2 {
  font-size: 80px;
}

strong {
  font-weight: 700;
}

#mms-brand {
  background-color: #54504F;
  font-family: Arial, Helvetica, sans-serif;
  padding: 9px 15px;
  letter-spacing: 1.5px;
}
#mms-brand a {
  color: #ffffff;
}

nav .svg-container {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 991px) {
  nav .svg-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) {
  nav .svg-container {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  nav .svg-container {
    letter-spacing: 1.3px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .svg-container {
    letter-spacing: 2.9px;
  }
}
@media only screen and (min-width: 1400px) {
  nav .svg-container {
    letter-spacing: 6.2px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .svg-container {
    letter-spacing: 9.5px;
  }
}
nav .svg-container svg, nav .svg-container img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  nav .svg-container svg, nav .svg-container img {
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .svg-container svg, nav .svg-container img {
    width: 800px;
  }
}
@media only screen and (min-width: 1400px) {
  nav .svg-container svg, nav .svg-container img {
    width: 1000px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .svg-container svg, nav .svg-container img {
    width: 1200px;
  }
}
nav .svg-container svg .cls-3, nav .svg-container img .cls-3 {
  fill: #ffffff;
}
nav .svg-container svg .cls-1, nav .svg-container img .cls-1 {
  fill: #b66645;
}
nav .svg-container p {
  margin-bottom: 0;
}
nav.navbar {
  background-color: #002856;
  padding: 25px 0 5px 0;
}
nav.navbar .navbar-toggler {
  border: 2px solid #ffffff;
}
nav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
@media only screen and (max-width: 991px) {
  nav.navbar .navbar-toggler {
    width: 100%;
  }
}
nav #mainmenu {
  margin-top: 25px;
}
nav #mainmenu li {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 0;
  border-bottom: 2px solid #ffffff;
}
nav #mainmenu li:last-child {
  border-bottom: none;
}
nav #mainmenu li:hover, nav #mainmenu li:active, nav #mainmenu li:focus {
  background-color: #ffffff;
}
nav #mainmenu li:hover a, nav #mainmenu li:active a, nav #mainmenu li:focus a {
  color: #002856;
}
nav #mainmenu li a {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  nav #mainmenu li {
    border: 2px solid #ffffff;
    margin-bottom: 15px;
    padding: 3px 50px;
  }
  nav #mainmenu li:last-child {
    border: 2px solid #ffffff;
  }
}
@media only screen and (min-width: 992px) {
  nav #mainmenu {
    margin-top: 0px;
  }
}

#mms-magazine-hero {
  position: relative;
  text-align: center;
  color: white;
}
#mms-magazine-hero .parallax {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  #mms-magazine-hero .parallax {
    height: 980px;
  }
}
#mms-magazine-hero .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mms-magazine-hero .hero-text a {
  color: #ffffff;
}
#mms-magazine-hero .hero-text h2 {
  font-size: 122px;
}

.textimagelayout {
  background-color: #4E738A;
  color: #ffffff;
}
.textimagelayout .row > * {
  margin-top: 0;
}
.textimagelayout > [class^=col-]:not(.img-container) .container, .textimagelayout > [class*=" col-"]:not(.img-container) .container {
  padding: 2rem 2rem;
  max-width: 800px;
}
.textimagelayout .btn {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px 20px;
}
.textimagelayout .btn a {
  color: #002856;
  font-size: 16px;
}
.textimagelayout .img-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
@media (min-width: 991px) {
  .textimagelayout {
    display: flex;
    align-items: stretch;
  }
  .textimagelayout > [class*=col-] {
    display: flex;
    flex-direction: column;
  }
  .textimagelayout .img-container > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .textimagelayout > [class^=col-]:not(.img-container), .textimagelayout > [class*=" col-"]:not(.img-container) {
    align-self: center;
    padding: 4rem 2rem;
  }
}

.page-layout .page-layout-section {
  margin-top: 22px;
  margin-right: 10px;
  margin-bottom: 22px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .page-layout .page-layout-section {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .page-layout .page-layout-section {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.page-layout .grid-container {
  margin-top: 18px;
  margin-bottom: 18px;
}
.page-layout .grid-container .card {
  border: none;
}
.page-layout .grid-container .card .card-body {
  padding: 0;
}
.page-layout .grid-container .label-bar {
  background-color: #002856;
  color: #ffffff;
  padding: 4px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.page-layout .grid-container .label-bar .label {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-layout .grid-container .label-bar .label {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .page-layout .grid-container .label-bar {
    padding: 9px 15px;
  }
}
.page-layout .grid-container .img-container {
  position: relative;
  overflow: hidden;
}
.page-layout .grid-container .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 0.5s all ease-in-out;
}
.page-layout .grid-container .img-container:hover img {
  transform: scale(1.2);
}
@media only screen and (min-width: 992px) {
  .page-layout .grid-container .img-container {
    height: 576px;
  }
}
.page-layout .grid-container .text-container .title-container h3 {
  font-size: 25px;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .page-layout .grid-container .text-container .title-container h3 {
    font-size: 60px;
  }
}
.page-layout .grid-container .text-container .title-container a {
  color: #B76646;
}
@media only screen and (min-width: 1199px) {
  .page-layout .grid-container .text-container .title-container {
    height: 50%;
  }
}
.page-layout .grid-container .text-container .excerpt-container p {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (min-width: 600px) {
  .page-layout .grid-container .text-container .excerpt-container p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-layout .grid-container .text-container .excerpt-container {
    height: 50%;
  }
}
@media only screen and (max-device-width: 767px) {
  .page-layout .parallax .parallax-text h2 {
    font-size: 32px;
  }
}
@media only screen and (max-device-width: 767px) {
  .page-layout .parallax {
    min-height: 150px;
  }
}

main a {
  color: #002856;
  font-weight: 700;
}
main#main {
  width: 100%;
  padding: 10px 20px;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  main#main {
    width: 900px;
  }
}
main .category-container .page-header {
  margin: 0 0 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}
main .category-container .page-header .category-heading {
  margin-top: 5px;
  margin-bottom: 5px;
}
main .category-container #category-sidebar {
  background-color: #f0f0f1;
  padding: 10px;
}
main .category-container #category-sidebar .section-heading {
  border-bottom: 1px solid #dddedf;
}
main .category-container #category-sidebar .section-heading span {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
  color: #000000;
}
main .category-container #category-sidebar .month-archive-dropdown {
  margin-top: 10px;
}
main .category-container #category-sidebar .month-archive-dropdown #archive-dropdown {
  background-color: #b0bfbc;
  color: #000000;
  padding: 4px;
}
main .category-container #category-sidebar .news-tags a {
  color: #000000;
  padding: 5px;
  text-decoration: none;
  font-weight: 500;
  margin: 5px 5px 5px 0;
}
main .category-container #category-sidebar .news-tags a:hover {
  background-color: #002856;
  color: #ffffff;
}
main .category-container .news-post-row .news-date {
  font-style: italic;
  font-size: 14px;
}
main .category-container #archive-pagination {
  margin-top: 30px;
}
main .category-container #archive-pagination ul.pagination {
  text-align: left;
  margin: 5px 0;
}
main .category-container #archive-pagination ul.pagination li {
  font-size: 14px;
  font-weight: bold;
}
main .category-container #archive-pagination ul.pagination li.active span {
  background: #ae6042;
  color: #000000;
  border: none;
  border-radius: 20px;
  margin: 0 5px;
  padding: 8px 15px;
}
main .category-container #archive-pagination ul.pagination li a {
  background: #00152d;
  border: none;
  border-radius: 20px;
  color: #ffffff;
  margin: 0 5px;
  padding: 8px 15px;
  text-decoration: none;
}
main .category-container #archive-pagination ul.pagination li a.next, main .category-container #archive-pagination ul.pagination li a.prev {
  background: #a5a2a2;
  color: #00152d;
  font-weight: 700;
  border-radius: 0;
  padding: 8px;
}

nav.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

#footer-container {
  background-color: #222222;
  color: #ffffff;
  padding: 40px 0 20px;
  font-family: "franklin-gothic-urw", "Franklin Gothic Book", "Franklin Gothic", "Trebuchet MS", "Trebuchet", sans-serif;
  font-size: 14px;
}
#footer-container a {
  color: white;
  text-decoration: none;
}
#footer-container a:hover, #footer-container a:focus, #footer-container a:active {
  color: rgb(0, 111.1627906977, 239);
}
#footer-container .margin-bottom {
  margin-bottom: 25px;
}
#footer-container ul {
  margin: 0 0 0 0;
  padding: 0;
}
#footer-container ul.footernav-links {
  display: inline-block;
}
#footer-container ul.footernav-links li {
  display: block !important;
  float: none;
}
#footer-container ul.footernav-links li a:hover {
  text-decoration: underline;
}
#footer-container #mms-logo-white-svg {
  fill: #ffffff;
  margin-bottom: 20px;
}
#footer-container #social-buttons {
  margin-bottom: 25px;
  text-align: center;
}
#footer-container #social-buttons > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
#footer-container #social-buttons > li > a {
  background-color: #ffffff;
  border-radius: 100%;
  color: #000000;
  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;
}
#footer-container #social-buttons > li > a:hover, #footer-container #social-buttons > li > a:focus, #footer-container #social-buttons > li > a:active {
  background-color: #ae6042;
  color: #ffffff;
}
#footer-container .copyrights {
  text-align: left;
}
#footer-container .copyrights a:hover, #footer-container .copyrights a:focus, #footer-container .copyrights a:active {
  text-decoration: underline;
}
#footer-container .footer-bold {
  font-weight: bold;
}
#footer-container #mmsfooter-search {
  margin: 20px 0;
}
#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;
  height: 100%;
  border-radius: 0;
}/*# sourceMappingURL=style.css.map */