@font-face {
  font-family: morangaRegular;
  src: url(https://healthcare.msu.edu/_assets/fonts/Moranga-Regular.otf);
}

h1, h2, h3, h4, h5 {
    font-family: morangaRegular !important;
}

.off-canvas.position-right{
    z-index: 1;
}

/* ______________________________________________________________________________________ */
/* ===== General Styles ===== */
 html{
	/* Vars for provider cards */
	 --bg-panel: #EBEBEB;
	 --color-headings: #333;
	 --color-text: #999;
	 --color-fun: #c44394;
	 --distance: 4rem;
}
 .cust-hide {
	 max-height: 0px !important;
	 overflow: hidden !important;
	 padding: 0px !important;
}
/* ______________________________________________________________________________________ */
/* ===== OLD | Hides Based on screen size ===== */
 @media (max-width: 769px) {
	 .hideInMobile {
		 display: none;
	}
}
 @media (min-width: 769px) {
	 .hideInDesktop {
		 display: none;
	}
}
/* ______________________________________________________________________________________ */
/* ===== Hides Based on screen size ===== */
/* Use these classes to hide an element on desktop, mobile, or tablet */
 @media (max-width: 652.5px) {
	 .hiddenOnMobile {
		 display: none;
	}
}
 @media (min-width: 652.5px) and (max-width: 991.5px) {
	 .hiddenOnTablet {
		 display: none;
	}
}
 @media (min-width: 991.5px) {
	 .hiddenOnDesktop {
		 display: none;
	}
}
/* ______________________________________________________________________________________ */
/* ===== Overrides of MSU CSS ===== */
 .rsgis-override-homeHeroImages{
	 background-position: bottom left !important;
}
/* ______________________________________________________________________________________ */
/* ===== Other Styles ===== */
/* TODO: Please organize styles */
 .no-display{
	 display: none !important;
}
 .flex-items-evenly {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .row.providerRow {
	 background-image: url(../images/placeholder/provider-search-bg-image.jpg);
	 background-repeat: no-repeat;
	 background-color: #fff;
	 background-size: cover;
	 border-bottom: 1px solid #eee;
	 padding-bottom: 30px;
	 max-width: 100%;
}
 .template__photo{
	 margin-bottom: 78px !important;
}
@media only screen and (max-width: 767px){
    .template__photo__text {
        left: unset !important;
        bottom: -78px !important;
    }
}
 .template__video__text {
	 position: absolute;
	 width: 100%;
	 max-width: 390px;
	 color: #444;
	 padding-left: 0.625rem;
	 padding-right: 0.625rem;
	 padding: 25px 38px 29px 38px;
	 bottom: 130px;
	 right: 8%;
	 background: #fff;
	 text-align: left;
	 margin-left: 0.9375rem;
	 will-change: transform;
}
 .template__video{
	 margin-bottom: 0 !important;
	/*margin-left: 0 !important;
	 */
}
 main .large-12.columns:first-child{
	 float: unset;
}
 .msuText {
	 color: #18453b !important;
}
 .msuTextBg {
	 background-color: #18453b;
}
 .msuText a{
	 color: #18453b !important;
}
 .text-underline-hover {
	 text-decoration: none;
}
 .text-underline-hover:link {
	 text-decoration: none;
}
 .text-underline-hover:visited {
	 text-decoration: none;
}
 .text-underline-hover:active {
	 text-decoration: none;
}
 .text-underline-hover:hover {
	 text-decoration: underline;
}
 .btn-msuGreenButton {
	 color: #fff !important;
	 background-color: #18453b !important;
	 border-color: #18453b5 !important;
}
 .center {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 width: 50%;
}
 .providerSearch {
	 max-height: 375px;
	 max-width: none;
	 margin: 0 auto;
	 padding: 50px 0 50px 0;
	 text-align: center;
	 width: 100%;
	 display: block;
}
 .providerTitle {
	 position: relative;
	 display: block;
	 width: 100%;
}
 .providerTitle h2 {
	 display: block;
	 position: relative;
	 color: #111;
	 text-align: center;
	 font-weight: bold;
}
 .providerTitle > h2:before {
	 content: '';
	 background-image: url(../images/placeholder/search-icon.svg);
	 background-repeat: no-repeat;
	 border-radius: 48px;
	 position: absolute;
	 margin-top: -2px;
	 margin-left: -54px;
	 height: 48px;
	 width: 48px;
}
 .providerSearch p {
	 color: #111;
	 text-align: center;
	 font-weight: bold;
	 padding: 0 10%;
}
 hr.greenBar {
	 background-color: #00b047;
	 border: 0;
	 text-align: center;
	 padding: 0;
	 display: block;
	 height: .25rem;
	 width: 4.25rem;
}
 .footer__mega__links ul {
	 font-size: 0.8125rem;
	 list-style-type: none;
}
/*.large-3 {
	 width: 25%;
}
 */
 */
 .findInputs {
	 margin: 0 auto;
	 padding: 15px 19px;
	 display: block;
}
 .findInputs input, .findInputs select {
	 color: #111;
	 height: 40px;
	 width: 24%;
	 margin: 0;
	 padding: 0 2%;
	 border: 1px solid #cacaca;
	 border-radius: 0;
	 display: inline;
}
 .findInputs select {
	 color: #111;
	 height: 40px;
	 width: 16%;
	 margin: 0;
	 padding: 0 2%;
	 border: 1px solid #cacaca;
	 border-radius: 0;
	 display: inline;
}
 .findInputs input {
	 height: 38px;
}
 .searchBtn[type=button] {
	 cursor: pointer;
	 background-color: #18453b;
	 color: #fff !important;
	 height: 40px;
	 width: auto;
	 text-transform: uppercase;
	 display: inline-block;
	 text-align: center;
	 line-height: 1;
	 transition: background-color 0.2s ease-out, color 0.1s ease-out;
	 vertical-align: middle;
	 padding: 0.55em 2em 0.60em;
	 letter-spacing: 1px;
	 font-size: 1rem;
}
 .searchBtn:hover[type=button] {
	 background-color: #00664f;
	 border: 2px solid #00664f;
	 text-decoration: none;
	 color: #fefefe;
}
 .searchBtn:visited[type=button] {
	 color: #18453b;
	 text-decoration: none;
	 outline: 0;
}
 @media all and (max-width:1350px) {
	 .findInputs input[type=text], .findInputs select {
		 width: 100%;
		 margin-bottom: 10px;
	}
	 .searchBtn[type=button] {
		 float: right;
		 cursor: pointer;
		 -webkit-appearance: none;
		 border-radius: 5px;
		 letter-spacing: 1px;
		 font-weight: 700;
	}
	 .row .row .providerSearch {
		 max-height: 375px;
	}
}
 @media all and (max-width:960px) {
	 .findInputs input[type=text], .findInputs select {
		 width: 100%;
		 margin-bottom: 16px;
	}
}
 span.twitter-typeahead input{
	 height:40px !important;
}
 main form{
	 display:flex;
	 justify-content: space-between;
}
 span.twitter-typeahead{
	 width:26%;
	 display:block;
}
 span.twitter-typeahead input{
	 display:relative;
	 width:100% !important;
}
 div.providerSearch{
	 max-width: 1170px;
}
 div.tt-menu{
	 position:relative;
	 background:#FFF;
	 top:41px !IMPORTANT;
	 text-align:left;
	 width:100%;
	 max-height:125px;
	 overflow:auto;
	 box-shadow: -1px 9px 18px -4px rgba(0,0,0,0.25);
}
 div.tt-suggestion{
	 padding:2px 5px;
}
 div.tt-suggestion:hover, div.tt-ssuggestion:hover{
	 background:#18453b;
	 color:#FFF;
}
 div.tt-menu::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 border-radius: 10px;
	 background-color: #FFF;
}
 div.tt-menu::-webkit-scrollbar {
	 width: 12px;
	 background-color: #F5F5F5;
}
 div.tt-menu::-webkit-scrollbar-thumb {
	 border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	 background-color: #00b047;
}
 @media all and (max-width:1350px) {
	 #findInputs{
		 padding:5px;
	}
	 .row.providerRow{
		 height:520px;
	}
	 main form{
		 justify-content: space-between;
		 flex-wrap:wrap;
	}
	 span.twitter-typeahead{
		 width:49%;
	}
	 span.twitter-typeahead input{
		 margin-bottom:10px !important;
	}
	 div#findInputs form select{
		 width:100% !important;
	}
}
 @media all and (max-width:489px) {
	 .row.providerRow{
		 height:600px;
	}
	 span.twitter-typeahead {
		 width:100% !important;
	}
}
 @media all and (max-width:392px) {
	 .row.providerRow{
		 height:600px;
	}
}
 span.twitter-typeahead input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	 color: #757575;
	 opacity: 1;
	/* Firefox */
}
 li.resultRow{
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: row;
	 justify-content:space-between;
	 width:100%;
}
 .resultRow .primaryLocation {
	 width:30%;
}
 .resultRow .specialtyNinterest{
	 margin-left:10px;
	 margin-right:10px;
	 width:30%;
}
 .resultRow .specialtyNinterest div:th-of-type(2){
	 margin-top:100px;
}
 img.picture {
	 height: 142px;
	 width: 106px;
}
 .viewDetailLink {
	 margin-top: 4px;
}
 div.primaryLocation ul li, div.primaryLocation ul, div.specialties ul, div.specialties li, div.clinicalInterests ul, div.clinicalInterests li{
	 padding:0;
	 margin:0;
}
 .resultContent li {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
}
 li.resultRow {
	 margin-top:20px;
	 border-bottom: 1px solid #f1f1f1;
	 padding-bottom:25px;
	 margin-bottom: 30px;
}
 li.resultRow:last-of-type{
	 border-bottom: none;
}
 li.resultRow img.picture {
	 object-fit: cover;
	 width: 100%;
	 height: 142px;
	 max-width: 106px;
	 max-height: 142px;
}
 .providerDetail div.leftSection li,.providerDetail div.rightSection li{
	 list-style: none;
	 margin:0;
	 padding:0;
}
 .providerDetail div.leftSection ul, .providerDetail div.rightSection ul{
	 margin:0 0 20px 0;
	 padding:0;
}
 .providerDetail .leftSection .picture {
	/* float: left;
	 */
	 padding-right: 20px;
	 padding-bottom: 20px;
}
 .providerDetail .picture{
	 object-fit: cover;
	 width: 100%;
	 height: 375px;
	 max-width: 300px;
	 max-height: 375px;
}
 .providerDetail .ds-title {
	 font-size: 1.375rem;
	 font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	 letter-spacing: 0;
	 font-weight: 700;
	 color: #18453b;
	 margin-top: 0;
	 margin-bottom: .5rem;
	 line-height: 1.4;
}
 .providerDetail {
	 display:grid;
	 grid-template-columns: 50% 50%;
	 grid-template-row: auto auto auto;
}
 .providerDetail .name{
	 grid-row:1;
}
 .providerDetail .leftSection {
	 grid-row: 2;
	 grid-column: 1;
}
 .providerDetail .rightSection {
	 grid-row: 2;
	 grid-column: 2;
}
 .providerDetail .bottomSection{
	 grid-row: 3;
	 grid-column: 1 / span 2;
}
 .template--home .news h3 span {
	 background: none;
}



 .template--home .events h3 span {
	 background: none;
}


 .template header .template__logo {
	 width: 250px;
	 height:auto;
}
 .template__sticky-header {
	 padding: 12px 0 3px;
}
 .template--home main{
	 margin-bottom:unset !important;
	 margin-top:17px !important;
}
 .msu-alert-container .columns{
	 float: unset;
}
 .custom-alert.alert {
	 padding-top: 30px;
	 padding-bottom: 30px;
	 margin-bottom: 20px;
	 border: 1px solid transparent;
}
 .custom-alert.alert h4 {
	 margin-top: 0;
	 color: inherit;
}
 .custom-alert.alert .alert-link {
	 font-weight: bold;
}
 .custom-alert.alert > p, .custom-alert.alert > ul {
	 margin-bottom: 0;
}
 .custom-alert.alert > p + p {
	 margin-top: 5px;
}
 .custom-alert.alert-dismissable, .custom-alert.alert-dismissible {
	 padding-right: 35px;
}
 .custom-alert.alert-dismissable .close, .custom-alert.alert-dismissible .close {
	 position: relative;
	 top: -2px;
	 right: -21px;
	 color: inherit;
}
 .custom-alert.alert-primary {
	 color: #004085;
	 background-color: #cce5ff;
	 border-color: #b8daff;
}
 .custom-alert.alert-primary .alert-link {
	 color: #002752;
}
 .alert-secondary {
	 color: #383d41;
	 background-color: #e2e3e5;
	 border-color: #d6d8db;
}
 .custom-alert.alert-secondary .alert-link {
	 color: #202326;
}
 .custom-alert.alert-success {
	 background-color: #dff0d8;
	 border-color: #d6e9c6;
	 color: #3c763d;
}
 .custom-alert.alert-success hr {
	 border-top-color: #c9e2b3;
}
 .custom-alert.alert-success .alert-link {
	 color: #2b542c;
}
 .custom-alert.alert-info {
	 background-color: #d9edf7;
	 border-color: #bce8f1;
	 color: #31708f;
}
 .custom-alert.alert-info hr {
	 border-top-color: #a6e1ec;
}
 .custom-alert.alert-info .alert-link {
	 color: #245269;
}
 .custom-alert.alert-warning {
	 background-color: #fcf8e3;
	 border-color: #faebcc;
	 color: #8a6d3b;
}
 .custom-alert.alert-warning hr {
	 border-top-color: #f7e1b5;
}
 .custom-alert.alert-warning .alert-link {
	 color: #66512c;
}
 .custom-alert.alert-danger {
	 background-color: #f2dede;
	 border-color: #ebccd1;
	 color: #a94442;
}
 .custom-alert.alert-danger hr {
	 border-top-color: #e4b9c0;
}
 .custom-alert.alert-danger .alert-link {
	 color: #843534;
}
 .custom-alert.alert-light {
	 color: #818182;
	 background-color: #fefefe;
	 border-color: #fdfdfe;
}
 .custom-alert.alert-light .alert-link {
	 color: #686868;
}
 .custom-alert.alert-dark {
	 color: #1b1e21;
	 background-color: #d6d8d9;
	 border-color: #c6c8ca;
}
 .custom-alert.alert-dark .alert-link {
	 color: #040505;
}
 .mega-menu {
	 background: #113d34;
	 z-index: 5;
	 position: absolute;
	 width: 100%;
	 left: 0;
	/*min-height: 50%;
	 */
	 color: white;
}
/* @media (max-width: 767px) {
	 */
	/* .mega-menu {
		 */
		/* max-width: 300px;
		 */
		/* position: fixed;
		 */
		/* right: 0;
		 */
		/* left: unset;
		 */
		/* top: 0;
		 */
		/* height: 100%;
		 */
		/* overflow-y: auto;
		 */
		/* z-index: 17;
		 */
		/* 
	}
	 */
	/* 
}
 */
 .mega-menu h1, .mega-menu h2, .mega-menu h3, .mega-menu h4, .mega-menu h5, .mega-menu h6 {
	 color: #6cb7a5;
}
 .mega-menu p, .mega-menu span {
	 color: white;
}
 .mega-menu .mega-menu-page {
	 margin-top: 1rem;
}
 .mega-menu .__mm-header{
	 font-size: 1.3rem;
}
 .mega-menu .__mm-list {
	 list-style: none;
	 width: auto;
	 padding-left: 0;
	 margin-left: 0;
}
 .mega-menu .__mm-list li {
	/*margin-bottom: 2rem;
	 */
	/*margin-bottom: 1.25rem;
	 */
	 margin-bottom: 0.5rem;
}
 .mega-menu .__mm-sub-list li {
	/*margin-bottom: 2rem;
	 */
	/*margin-bottom: 1.25rem;
	 */
	 margin-bottom: 0.1rem;
}
 .mega-menu .__mm-list--noborder {
	 border-right: none;
}
/* @media (max-width: 767px) {
	 */
	/* .mega-menu .__mm-list {
		 */
		/* border-right: none;
		 */
		/* 
	}
	 */
	/* 
}
 */
 .mega-menu .__mm-link {
	 color: white;
	 text-decoration: none;
	 display: inline;
	 font-weight: 600;
	 letter-spacing: 1px;
}
 .mega-menu .__mm-sub-link {
	 color: white;
	 text-decoration: none;
	 display: inline;
	 font-weight: 300;
	 letter-spacing: 1px;
}
 .mega-menu .__mm-link span {
	 display: none;
	 height: 1.1rem;
	 width: 1.1rem;
	 background-color: rgba(0,0,0,0.5);
	 align-self: center;
	 justify-self: center;
	 justify-content: center;
	 align-items: center;
	 border-radius: 1rem;
	 position: relative;
	 left: 5px;
	 color: #63b3a2;
}
 .mega-menu .__mm-link:hover, .mega-menu .__mm-link:focus {
	 border-bottom: .125rem solid #63b3a2;
	 color: #fff;
	 text-decoration: none;
	 padding-bottom: .20rem;
}
 .mega-menu .__mm-link:hover span, .mega-menu .__mm-link:focus span {
	 display: inline-flex;
}
 .mega-menu .__mm-back-btn span {
	 color: #63b3a2;
	 text-transform: capitalize;
}
 #offcanvas-nav ul > li > div.mobile-mega-menu-holder{
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 border-bottom: 3px solid #fff;
	 margin-bottom: 5px;
}
 #offcanvas-nav ul > li > div.mobile-mega-menu-holder .link{
	 min-width:175px;
}
 .nav-item-arrow, .mm-item-arrow{
	 display: none!important;
}
 #offcanvas-nav .nav-item-arrow, #offcanvas-nav .mm-item-arrow{
	 display: block!important;
}
 .mobile-mega-menu-trigger{
	 width: 46px;
	 height: 35px;
	 background-color: #103129;
	/*position: absolute;
	 */
	 right: 0;
	 top: 7px;
	 text-align: center;
	 padding-top: 0;
	 color: #d3eeb8;
	 cursor: pointer;
}
 .social-shares{
	 padding-top: 76px;
}
 @media (max-width: 1023px) {
	 .social-shares {
		 padding-top: unset;
	}
}
 .custom-events-calendar {
    width: 165px;
    height: 173px;
    float: left;
    margin-right: 20px;
    -moz-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    border: 5px solid #97a2a2;
    background: #fff;
    text-align: center 
}
 .custom-events-calendar div {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%) 
}
/*.custom-events-calendar span {
	 */
	/* display: block;
	 */
	/* 
}
 */
 .custom-events-calendar .month {
	 margin: 0;
	 padding: 0;
	 text-transform: uppercase;
	 font-weight: 700;
	 color: #757575;
	 font-size: 0.9375rem;
	 letter-spacing: 1px;
	 display: block;
}
 .custom-events-calendar .month-different-month {
	 margin: 0;
	 padding: 0;
	 text-transform: uppercase;
	 font-weight: 700;
	 color: #757575;
	 font-size: 0.9375rem;
	 letter-spacing: 1px;
	 display: inline;
}
 .custom-events-calendar .date-different-month{
	 margin: 10px 0;
	 padding: 0;
	 font-size: 1.3rem;
	 line-height: 1;
	 color: #18453b;
	 font-weight: 700;
	 display: inline;
}
 .custom-events-calendar .date-same-month{
	 margin: 10px 0;
	 padding: 0;
	 font-size: 1.3rem;
	 line-height: 1;
	 color: #18453b;
	 font-weight: 700;
	 display: block;
}
 .custom-events-calendar .date {
	 margin: 12px 0;
	 padding: 0;
	 font-size: 4.25rem;
	 line-height: 1;
	 color: #18453b;
	 font-weight: 700;
	 display: block;
}
 @media screen and (max-width: 414px) {
	 .custom-events-calendar .date {
		 margin: 4px 0;
		 font-size: 3.625rem 
	}
}
 .custom-events-calendar .year {
	 margin: 0;
	 padding: 0;
	 text-transform: uppercase;
	 font-weight: 700;
	 color: #757575;
	 font-size: 0.9375rem;
	 letter-spacing: 1px;
	 display: block;
}
/*Used to move off-canvas to the front of the page so it isn't overlapped*/
 .off-canvas-front{
	 z-index : 5;
}

.location a {
    font-size: 10pt;
}

.location a span {
    font-size: 12pt;
    font-weight: 800;
}
.phones a {
    color: #000000;
}

 .hoursTable {
     border: none;
}

.hoursTable tbody {
    border: none;
    
    
    
}
.hoursTable tr {
	 
	 display: table-row;
	 
	 
}
 
.hoursTable td {
	 
    background-color: #ffffff;
    color: #18453b;
    
    border: none;
    
    padding-left: 0;
    
    font-size: 10pt;
	 
	 
}
 */
 .hoursTableHolder {
     
}

.hoursTableHolder h3 {
    margin-top: 30px;
	 
	 color: #18453b;
	 
	 font-weight: 400;
	 font-size: 12pt;
}
 @media screen and (max-width: 639px) {
	 .providerCardsGroup {
		 display: unset !important;
	}
	 .providerCard {
		 margin-left: unset !important;
	}
}
 .providerCardsGroup {
	 display: flex;
	 overflow: auto;
	 padding-top: 10px;
	 padding-left: 10px;
}
 .providerCard {
	 z-index: 1;
	 background: var(--bg-panel);
	 border-radius: 1rem;
	 padding: 2rem;
	 box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.6);
	 transition: 0.2s;
	 max-width: 224px;
	 min-width: 224px;
	 margin: 20px 0px;
}
 .providerCard .fa-stack {
	 color: var(--color-fun);
}
 .providerCard a {
	 text-decoration: none;
	 color: var(--color-headings);
}
 .providerCard p {
	 color: var(--color-text);
}
 .providerCard:not(:first-child) {
	 margin-left: calc(var(--distance)*-1);
}
 .providerCard:hover, .providerCard:focus-within {
	 transform: translatey(-1rem);
}
 .providerCard:hover ~ .providerCard, .providerCard:focus-within ~ .providerCard {
	 transform: translatex(var(--distance));
}
 .photoHolder {
}
 @media all and (max-width:489px) {
	 .providerCardsGroup {
		 display: flex;
		 overflow: auto;
		/* padding: 20px;
		 */
	}
	 .providerCard {
		 z-index: 1;
		 background: var(--bg-panel);
		 border-radius: 1rem;
		 padding: 2rem;
		 box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.6);
		 transition: 0.2s;
		 max-width: unset;
		 min-width: unset;
		 margin: 20px 20px;
	}
	 .providerCard .fa-stack {
		 color: var(--color-fun);
	}
	 .providerCard a {
		 text-decoration: none;
		 color: var(--color-headings);
	}
	 .providerCard p {
		 color: var(--color-text);
	}
	 .providerCard:not(:first-child) {
		 margin-left: 9px;
	}
	 .providerCard:hover, .providerCard:focus-within {
		 transform: NONE;
	}
	 .providerCard:hover ~ .providerCard, .providerCard:focus-within ~ .providerCard {
		 transform: NONE;
	}
	 .photoHolder {
		 display: flex;
		 width: 15rem;
	}
}
 .fa-stack {
	 margin-left: -1rem;
}
/* Wellness Page */
 .wellness-header {
	 flex: 1.5;
	 padding-top: 5px;
	 font-size: 0.875rem;
	 font-weight: 700;
	 font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	 color: #18453b;
	 margin-bottom: 0;
}
 .wellness-image-holder {
	 width: 100%;
	 margin-bottom: 80px;
	 align-items: center;
	 justify-content: center;
	 display: flex;
	 gap: 2%;
	 border-left: 10px;
	 border-right: 10px;
}
 @media (max-width: 650px) {
	 .wellness-image-holder {
		 flex-direction: column;
	}
	 .wellness-image-holder .card {
		 padding-bottom: 20px;
	}
	 .wellness-image-holder .resource-letters .letters {
		 max-width: 300px;
	}
}
 .wellness-image-holder .card {
	 height: 500px;
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
}
 .wellness-image-holder .card img {
	 width: 100%;
	 max-height: 281px;
	 -o-object-fit: cover;
	 object-fit: cover;
}
 .wellness-image-holder .card h4 {
	 font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	 font-size: larger;
	 color: #18453B;
	 margin-top: 20px;
	 margin-bottom: 0px;
}
 .wellness-image-holder .card p {
	 font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	 font-size: 12pt;
	 flex-grow: 1;
}
 .wellness-image-holder .card a {
	 background-color: #18453B;
	 color: white;
	 font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	 text-decoration: none;
	 padding: 10px 30px;
	 width: -moz-fit-content;
	 width: fit-content;
	 font-weight: bold;
	 min-width: 185px;
	 text-align: center;
}
 .resource-letters {
	 margin-bottom: 40px;
	/*display: flex;
	 */
}
 .resource-letters h6 {
	 flex:1.5;
	 padding-top: 5px;
	 font-size: .875rem;
	 font-weight: 700;
	 font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	 color: #18453b;
	 margin-bottom: 0;
}
 .resource-letters input[name="letter"] {
	 display: none;
}
 .resource-letters label[name="letter"] {
	 transition: all ease 0.1s;
	 display: inline-block;
	/* min-width: 32px;
	 */
	 border: hidden;
	 border-radius: 5px;
	 margin: 6px 1px 0 1px;
	 padding: 6px;
	 text-align: center;
	 width: 35px;
	 height: 35px;
	 font-weight: bolder;
	 color: #fff;
	 background-color: #818181;
	 font-smooth: never;
	 -webkit-font-smoothing : none;
}
 .resource-letters .letters {
	 min-width: 1200px;
}
 .resource-letters label[name="letter"]:hover {
	 transition: all ease 0.1s;
	 background-color: #297565;
	 cursor: pointer;
	 scale: 1.25;
}
 .resource-letters input:checked[name="letter"] + label[name="letter"] {
	 transition: all ease 0.1s;
	 background-color: #18453b;
	 scale: 1.25;
	 margin: 0 6px 0 6px;
}
/* End Wellness Page */
/* Krames */
 .resource-browser .no-results-message {
	 display: none;
	 color: red;
}
 .resource-browser .no-results-message.visible {
	 display: block;
}
 .resource-browser h2 {
	 color: #18453B;
}
 .resource-browser h5 {
	 margin-block-start: 15px;
	 margin-block-end: 5px;
	 margin-inline-start: 0px;
	 margin-inline-end: 0px;
}
 .resource-browser input[name=letter] {
	 display: none;
}
 .resource-browser input[type=text] {
	 max-width: 170px;
	 width: auto;
	 border: 1px solid #ccc;
	 padding: 5px;
}
 .resource-browser .submitHolder {
	 display: inline-flex;
	 margin-top: 10px;
}
 .resource-browser .submitHolder button {
	 background-color: #18453B;
	 color: #fff;
	 margin-left: 5px;
	 padding: 9px;
	 max-height: 39px;
}
 .resource-browser .submitHolder input[type=text]:focus {
	 border: 1px solid #9b9b9b;
	 outline: none;
}
 .resource-browser label[name=letter] {
	 transition: all ease 0.1s;
	 display: inline-block;
	 min-width: 32px;
	 border: hidden;
	 border-radius: 5px;
	 margin: 6px 1px 0 1px;
	 padding: 6px;
	 text-align: center;
	/*font-size: 10pt;
	 */
	 font-weight: bolder;
	 color: #fff;
	 background-color: #818181;
}
 .resource-browser label[name=letter]:hover {
	 transition: all ease 0.1s;
	 background-color: #297565;
	 cursor: pointer;
	 scale: 1.25;
}
 .resource-browser input:checked[name=letter] + label[name=letter] {
	 transition: all ease 0.1s;
	 background-color: #18453B;
	 scale: 1.25;
	 margin: 0 6px 0 6px;
}
 .resource-browser .results {
	 list-style-type: none;
	 margin-left: 0px;
	 -webkit-padding-start: 0px;
	 padding-inline-start: 0px;
	 padding-right: 5%;
	/*overflow-y: scroll;
	 */
}
 .resource-browser .results .result {
	 display: none;
	 cursor: pointer;
	 transition: all ease 0.2s;
	 max-width: 100%;
	 margin: 5px;
}
 .resource-browser .results .result.visible {
	 display: block;
}
 .resource-browser .results .result p {
	 padding-left: 5px;
	 font-size: 10pt;
}
 .resource-browser .results .result p:nth-child(odd) {
	 font-size: 14pt;
	 margin: auto;
	 padding: 5px;
	 padding-bottom: 0;
	 color: #18453B;
}
 .resource-browser .results .result p:nth-child(even) {
	 margin-top: 0;
}
 .resource-browser .results .result:hover {
	 transition: all ease 0.2s;
	 translate: 10px;
}
 .resource-browser .result-page-navigator {
	 -webkit-user-select: none;
	/* Safari */
	 -moz-user-select: none;
	/* Firefox */
	/* IE10+/Edge */
	 user-select: none;
	/* Standard */
	 display: none;
	 width: 1000px;
	 margin: auto;
}
 .resource-browser .result-page-navigator.visible {
	 display: flex;
}
 .resource-browser .result-page-navigator .page-number-buttons {
	 margin: 0 10px;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number] {
	 display: none;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number] {
	 padding: 6px 12px;
	 border-radius: 6px;
	 display: none;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:nth-child(2) {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:last-child {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number] .num {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:hover {
	 background-color: #e2e2e2;
	 cursor: pointer;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label[name=number] {
	 display: inline-block;
	 font-weight: bold;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input[name=number]:checked) {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input[name=number]:checked) {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input + label + input[name=number]:checked) {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input + label + input + label + input[name=number]:checked):not(:nth-child(2)) {
	 display: inline-block;
	 pointer-events: none;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input + label + input + label + input[name=number]:checked):not(:nth-child(2)) .num {
	 display: none;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input + label + input + label + input[name=number]:checked):not(:nth-child(2)) .dots {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input + label + input + label + input[name=number]:checked):not(:nth-child(2)):hover {
	 background-color: white;
	 cursor: default;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input + label + input + label + input[name=number]:checked):not(:nth-child(2)) .dots {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons label[name=number]:has(+ input + label + input + label + input + label + input[name=number]:checked):not(:nth-child(2)):hover {
	 background-color: white;
	 cursor: default;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label[name=number] + input + label[name=number]:not(:last-child) {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label + input + label + input + label[name=number] {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label + input + label + input + label + input + label[name=number] {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label + input + label + input + label + input + label + input + label[name=number]:not(:last-child) {
	 display: inline-block;
	 pointer-events: none;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label + input + label + input + label + input + label + input + label[name=number]:not(:last-child) .num {
	 display: none;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label + input + label + input + label + input + label + input + label[name=number]:not(:last-child) .dots {
	 display: inline-block;
}
 .resource-browser .result-page-navigator .page-number-buttons input[name=number]:checked + label + input + label + input + label + input + label + input + label[name=number]:not(:last-child):hover {
	 background-color: white;
	 cursor: default;
}
 .resource-browser .result-page-navigator .page-number-buttons .dots {
	 display: none;
}
 .resource-browser .result-page-navigator .page-number-buttons .dots.visible {
	 display: block;
}
 .resource-browser .result-page-navigator .next-prev-button {
	 width: 52px;
	 margin: 0px;
	 padding: 0px;
	 border-radius: 6px;
}
 .resource-browser .result-page-navigator .next-prev-button p {
	 margin: 0;
	 padding: 6px 12px;
	 text-align: center;
}
 .resource-browser .result-page-navigator .next-prev-button p:nth-child(even) {
	 font-size: 10pt;
}
 .resource-browser .result-page-navigator .next-prev-button:hover {
	 cursor: pointer;
	 background-color: #e2e2e2;
}
 .showcase-holder {
	 position: fixed;
	 display: none;
	 background-color: rgba(0, 0, 0, 0.7058823529);
	 top: 0;
	 left: 0;
	 z-index: 999;
	 width: 100%;
	 height: 100%;
}
 .showcase-holder.visible {
	 display: block;
}
 .showcase-holder .result-showcase {
	 position: fixed;
	 padding: 40px;
	 padding-top: 20px;
	 overflow-y: scroll;
	 max-width: 80%;
	 max-height:80%;
	 top: 10%;
	 left: 10%;
	 z-index: 9999;
	 background-color: #fff;
	 border: hidden;
}
 .showcase-holder .result-showcase .close-holder {
	 width: 100%;
}
 .showcase-holder .result-showcase .close-holder .close-button {
	 width: 40px;
	 height: 40px;
	 font-size: 40pt;
	 color: #8f8f8f;
	 margin-left: auto;
}
 .showcase-holder .result-showcase .close-button:hover {
	 cursor: pointer;
}
 .showcase-holder .result-showcase::-webkit-scrollbar {
	 scrollbar-color: #999 #333;
	 width: 10px;
}
 .showcase-holder .result-showcase::-webkit-scrollbar-track {
	 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 .showcase-holder .result-showcase::-webkit-scrollbar-thumb {
	 background-color: darkgrey;
}
 .webmdWidget{
	 background-color: #e7e5e4;
}
 .webmdWidget .row {
	 padding-top: 25px;
}
 .webmdWidget .headerTextGray {
	 color: #a8a29e;
}
 .webmdWidget .headerTextMSUGreen {
	 color: #18453b;
}
 .webmdWidget .imageContainer{
	 padding-right: 25px;
	 padding-top: 50px;
	 padding-bottom: 50px;
}
 .mega-nav-holder {
	 width: 100%;
	 background-color: #18453b;
}
 .mega-nav-holder .mega-nav {
	 max-width: 1170px;
	 display: flex;
	 max-height: 40px;
	 margin: auto;
	 justify-content: start;
}
 .mega-nav-holder .mega-nav .mega-nav-catagory {
	 color: #fff;
	 font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	 font-size: 0.875rem;
	 font-weight: 400;
	 padding-left: 22px;
	 padding-right: 18px;
	 padding-top: 8px;
	 padding-bottom: 8px;
}

.mega-nav-holder .mega-nav a {
    text-decoration: none;
}

.mega-nav-holder .mega-nav .extra-btn {

    
    background-color: #fff;
    color: #18453B;
    height: 50px;
    width: 110px;
    
    font-weight: 550;
    
    font-size: 10pt;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-left: 20px;
    
    transform: translate(0, -5px);
    
    
}

.mega-nav-holder .mega-nav .mega-nav-catagory.left-border {
	 border-left: 1px solid #4a6d65;
}

.mega-nav-holder .mega-nav .mega-nav-catagory.right-border {
	 border-right: 1px solid #4a6d65;
}
 .mega-nav-holder .mega-nav .mega-nav-catagory a{
	 color: #ffffff;
	 text-decoration: none;
}
 .mega-nav-holder .mega-nav .mega-nav-catagory:first-child {
	 border-left: none;
}
 .mega-nav-holder .mega-nav .mega-nav-catagory:hover {
	 text-decoration: underline;
}

 .mega-nav-holder .mega-nav .mega-nav-catagory.hoverable.linked:hover {
	 text-decoration: underline;
}
 .mega-nav-holder .mega-nav .mega-nav-catagory.hoverable.linked:hover a{
	 cursor:pointer;
}

 .mega-nav-holder .mega-nav .mega-nav-catagory.hoverable:hover{
	 text-decoration: none;
}
 .mega-nav-holder .mega-nav .mega-nav-catagory.hoverable:hover a{
	 cursor:context-menu;
}

 .mega-nav-holder .mega-nav .mega-nav-catagory.hoverable:hover .new-mega-menu {
	 display: flex;
}
 @media only screen and (min-width: 1075px) {
	 .hamburger-box {
		 display: none;
	}
}
 @media only screen and (max-width: 1074px) {
	 .mega-nav-holder {
		 display: none;
	}
}
 .new-mega-menu {
	 display: none;
	 position: absolute;
	 left: 0;
	 width: -webkit-fill-available;
	 width: -moz-available;
	 width: fill;
	 height: -moz-fit-content;
	 height: fit-content;
	 min-height: 30vh;
	 background-color: #113d34;
	 padding: 5vh 2vw;
	 margin-top: 8px;
}
 .new-mega-menu:hover {
	 display: flex;
}
 .new-mega-menu-column {
	 color: white;
	 font-family: sans-serif;
	 flex: 1;
	 padding: 0.5vh 2vw;
	 border-width: 1px;
	 border-color: rgba(255, 255, 255, 0.4);
	 border-style: none solid none none;
}

.new-mega-menu .new-mega-menu-column .new-mega-menu-column-column-title{
	 font-weight: bold;
}

.new-mega-menu 
 .new-mega-menu-column h6 {
	 margin-top: 0;
	 margin-bottom: 0;
	 font-weight: 350;
	 letter-spacing: 0.05rem;
}
 .new-mega-menu-column-header{
	 font-size: 10pt;
}
 .new-mega-menu-entry-header {
	 font-size: 10pt;
}
 .new-mega-menu-entry-text {
	 font-size: 8pt;
}
 .new-mega-menu-column ul {
	 margin-top: 0;
	 margin-bottom: 0;
	 margin-left: 0;
	 padding-left: 0;
	 list-style-type: none;
}
 .new-mega-menu-column ul li {
	 margin-top: 2vh;
}
 .new-mega-menu-column ul li a{
	 text-decoration: none;
}
 .new-mega-menu-column ul li a p{
	 color: #ffffff;
}
 .new-mega-menu-column ul li h6 {
	 margin: 0 0;
}
 .new-mega-menu-column ul li p {
	 font-weight: 200;
	 margin-top: 0.4vh;
}
 .new-mega-menu-column-extra {
	 color: white;
	 font-family: sans-serif;
	 flex: 1;
	 padding: 0.5vh 2vw;
}
 .new-mega-menu-column-extra h6 {
	 margin-top: 0;
	 margin-bottom: 0;
	 font-weight: 350;
	 font-size: 8pt;
}
 .new-mega-menu-column-extra h5 {
	 display: block;
	 font-size: 0.83em;
	 margin-block-start: 1.67em;
	 margin-block-end: 1.67em;
	 margin-inline-start: 0px;
	 margin-inline-end: 0px;
	 font-weight: bold;
}
 .new-mega-menu-column-extra ul {
	 margin-top: 0;
	 margin-bottom: 0;
	 margin-left: 0;
	 padding-left: 0;
	 list-style-type: none;
}
 .new-mega-menu-column-extra ul li {
	 margin-top: 2vh;
}
 .new-mega-menu-column-extra ul li h6 {
	 margin: 0 0;
	 color: #42FF00;
	 font-weight: bold;
}
 .new-mega-menu-column-extra ul li p {
	 font-weight: 200;
	 font-size: 6pt;
	 margin-top: 0.4vh;
	 color: #ffffff;
}
 .item-holders {
	 height: fit-content;
}
 .item-input {
	 display: none;
}
.backArrow{
    padding: 20px;
    display: none;
}
.backArrow.visible{
	 display: flex;
}

.mobile-menu-item-styles,
.mobile-menu-item {
	 background: #18453b;
	 color: #fff;
	 height: 10vh;
	 width: fill;
	 display: none;
	 justify-content: space-between;
	 padding-top: 1.5vh;
	 padding-bottom: 1.5vh;
	 padding-left: 3vw;
	 padding-right: 1.5vw;
}
.mobile-menu-item-styles.visible,
.mobile-menu-item.visible{
	 display: flex;
}
.mobile-menu-item-styles.selected,
.mobile-menu-item.selected{
	 background-color: #133830;
}
.mobile-menu-item-styles.selected .arrow,
.mobile-menu-item.selected .arrow{
	 transform: rotate(90deg);
}
.mobile-menu-item-styles a,
.mobile-menu-item a
a.mobile-menu-item-styles,
a.mobile-menu-item{
	 color: #fff;
	 text-decoration: none;
}
 .sub-items {
	 display: none;
}
 .sub-items.visible {
	 display: block;
}
/*-----------SERVICE INDEX-----------*/
 .service-letter-button-holder {
	 display: flex;
	 flex-wrap: wrap;
	 gap: .5vw;
	 margin-top: 4vh;
	 margin-bottom: 2vh;
}
 .service-letter-button {
	 transition: all ease 0.1s;
	 scale: 1;
	/* Center text in div, where has this been all my life */
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 2.5vw;
	 height: 2.5vw;
	 min-height: 20px;
	 min-width: 20px;
	 border: hidden;
	 border-radius: 5px;
	 font-family: sans-serif;
	 font-weight: bolder;
	/* -webkit-font-smoothing: none;
	 */
	 color: #fff;
	 background-color: #818181;
}
 .service-letter-button:hover {
	 transition: all ease 0.1s;
	 background-color: #297565;
	 cursor: pointer;
	 scale: 1.25;
}
 .service-letter-button.selected {
	 transition: all ease 0.1s;
	 background-color: #3A3A3A;
	 scale: 1.1;
}
 .services-index-link {
	 display: none;
}
 .services-index-link.visible {
	 display: block;
}
/*-----------------------------------*/



/*------Uncontained Content Main-----*/

.content-main-uncontained {
    width: 100%;
}


/*Adapting old stuff*/
.center-old {
    margin-left: auto;
    margin-right: auto;
}

.contain-old {
    max-width: 1170px;
}

/*------------------*/

/*-----------------------------------*/

/*-----Button Group-----*/

.button-group-row-holder {
    width: 100%;
    
    padding: 40px 0;
    
    margin: 25px 0;
}

.button-group-row-holder .button-group-row {
    width: 80%;
    margin: 0 auto;
    max-width: 1170px;
}



@media only screen and (max-width: 700px){
    .button-group-row-holder .button-group-row {
        margin: 0;
        margin-top: 40px;
        
        width: 100%;
    }
}

.button-group-row-buttons {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1026px){
    .button-group-row-wrapper {
        display: flex;
        justify-content: center;
    }
    
    .button-group-row-buttons {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        
        max-width: 600px;
    }
}

.multi-button {
    flex: 1 1 0px;
    min-height: 40px;
    width: 300px;
    
    padding-top: 5px;
    padding-left: 10px;
    
    font-size: 10pt;
    
    text-decoration: none;
    padding: 2px 10px 0px 10px;
}

.button-group-row-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-decoration: none;
    min-width: 300px;
}

/*.multi-button-holder{*/
/*    width: 100%;*/
/*}*/

.multi-button-header {
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000;
    width: fit-content;
    max-width: 300px;
    
    text-align: center;
}

.multi-button-desc {
    text-align: center;
    max-width: 300px;
}

.mutli-button-image {
    width: 300px;
    margin-bottom: 30px;
}

.multi-button-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    height: 100%;
}

.multi-button.lime-on-green {
    background-color: #18453b;
    color: #00FF97;
}

.multi-button.lime-on-green-lime-border {
    background-color: #18453b;
    color: #00FF97;
    border: #00FF97 2px solid;
}

.multi-button.lime-on-green-lime-corner {
    background-color: #18453b;
    color: #00FF97;
}

.multi-button.lime-on-green-lime-corner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #608A32 transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
}

.multi-button.white-on-green-white-border {
    background-color: #18453b;
    color: #fff;
    border: #fff 2px solid;
}

.multi-button.light-green {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: #0B9A6D;
    
    padding: 0;
    
    font-size: 13pt;
    font-weight: 700;
}

.multi-button.green-green-border {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: #18453b;
    font-size: 1rem;
    font-weight: 700;
    
    border: #18453b 2px solid;
    padding: 0;
}

.multi-button.white-on-green {
    background-color: #18453b;
    color: #fff;
}

.multi-button.rounded {
    border-radius: 5px;
}

.multi-button.wrap{
    width: fit-content;
    min-width: 170px;
}

.multi-button.center{
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 0;*/
    text-align: center;
}

.white-text {
    color: #ffffff;
}

.black-text {
    color: #000000;
}

.msu-green-text {
    color: #18453b;
}

.light-grey-text {
    color: #F1F1F1;
}

.dark-grey-text {
    color: #D1D2D4;
}

.msu-green-background {
    background-color: #18453b;
}

.light-grey-background {
    background-color: #F1F1F1;
}

.dark-grey-background {
    background-color: #D1D2D4;
}

.button-group-row-holder.contained {
    width: 95%;
    margin: 0 auto;
    max-width: 1170px;
}

@media only screen and (max-width: 1170px){
    .button-group-row-holder.contained {
        width: 100%;
    }
}

.button-group-row-holder.contained .button-group-row {
    width: 100%;
}


.btn-group-header {
    font-size: 20pt;
    padding-left: 15px;
}


/*----------------------*/


/*------Content Main News / Events -------*/

.news-events-row {
    display: flex;
    justify-content: space-between;
}

.news-events-row h3 {
    font-size: 0.875rem;
    padding: 8px 0 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #18453b;

}

.news-events-row a {
    display: block;
    text-decoration: none;
}

.news-events-row h3 a span {
    padding: 8px 0 0 26px;
    display: inline-block;
    color: #757575;
    -moz-background-size: 30px;
    background-size: 30px;
}

.news-events-row h4 {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 1.625rem;
    color: #18453b;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1.25;
}

.news-events-row p {
    margin-bottom: 5px;
    color: #757575;
    font-size: 0.8125rem;
    letter-spacing: 1px;
}

.news-events-row .title-side{
    width: 33.3333%;
}

.news-events-row .other-side{
    width: 66.6666%;
}

.news-events-row .full-width-ne{
    display: flex;
    justify-content: space-between;
}

.news-events-row p span {
    text-transform: uppercase;
    font-weight: 700;
}

.news-events-row .orbit-container{
    height: 173px !important;
    padding: none;
}

.news-events-row .orbit-bullets {
    text-align: left;
}

.news-events-row .orbit-bullets button {
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #dddddd;
}

.news-events-row .orbit-bullets button.is-active {
    background-color: #757575;
}
.news-events-row ul {
    padding-left: 0;
}

.news.news-100-row {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.news.news-50-row {
    width: 49%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.news-thumb-row {
    width: 165px;
    height: 173px;
    float: left;
    margin-right: 20px;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background: url(../images/news-50-sample-thumb.jpg) no-repeat 0 0;
}


.events.events-100-row {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.events.events-50-row {
    width: 49%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
    .news-events-row {
        flex-direction: column;
    }
    
    .events.events-50-row {
        width: 100%;
    }
    
    .news.news-50-row {
        width: 100%;
    }
    
    .news-events-row .orbit-container {
        min-height: 173px !important;
        height: auto !important;
    }
    
    .news-events-row .orbit-slide {
        max-height: none !important;
    }
    
    .news-events-row .orbit {
        padding: 0 3vw;
    }
}
/*----------------------*/

.image-link-banner .body-holder p {
    font-size: 1.5rem !important;
}

.loc-bot {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.loc-buttons {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    
}

.loc-buttons div {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 
	 font-weight: 800;
}

.loc-body {
    margin-top: 60px;
}

.image-side {
    margin-left: 60px;
}

.image-side img {
    width: 281px;
    height: 207px;
    
    margin-bottom: 50px;
}

.wrapper-btn-hamburger{
	 max-height: 0px;
	 overflow: hidden;
	 padding: 0px;
}
@media only screen and (max-width: 1074px){
    .wrapper-btn-hamburger{
    	 max-height: unset;
    	 overflow: unset;
    	 padding: unset;
    }
}

 