@import url('https://rsms.me/inter/inter.css');
/* Added by HH on 9/26/17 for Calendar selected category dropdown highlighting */
 select.selected {
	 color: white !important;
	 background: rgb(0,90,146) !important;
}
 .clear {
	 clear: both;
	 padding: 0px !important;
	 margin: 0px !important;
}
/* b {*/
/*	 font-family: "Raleway-Bold" !important;*/
/*}*/
 div ul li {
	 list-style: none;
}
 .interiorHeader {
	 position: relative;
	 width: 100%;
	 margin:0 auto;
	 max-width: 1600px;
}
 .interiorHeader img {
	 width: 100%;
	 height: auto;
	 max-width: 1600px;
}
 .headerOverlay {
	 background: center bottom url(../images/headerOverlay.png) no-repeat;
	 position: absolute;
	 top: 2px;
	 bottom: 0;
	 overflow: hidden;
	 width: 100%;
	 height: 100%;
}
 .breadcrumbs li+li:before {
	 content: '/';
}
 .breadcrumbs li a {
	 padding: 0 10px;
	 color: black;
}
 .breadcrumbs li:last-child>a, .missioncode span {
	 color: rgb(0,90,146) !important;
}
h1, h2, h3, h4, h5, h6, #event_filter_heading {
    font-family: 'Inter var', sans-serif;
    text-transform:initial;
    font-weight:bold;
    color:#1f2328;
}
h1,  #event_filter_heading {
	 font-size: 2.8em;
	 margin-top:0px;
	 margin-bottom: 20px;
	 word-wrap: break-word;
}
h2 {
	 font-size: 2.3em;
}
h3, .card-header h2, .itemContainer h2, h2.event_title, .itemDetails h2, .event_detail_date, .event_detail_location {
	 font-size: 1.7em;
}
h4 {
	 font-size: 18px;
}
h5 {
	 font-size: .83em;
}
h6 {
	 font-size: .67em;
}
 .lead_titles {
	 color: rgb(0,90,146) !important;
}
 .interior {
	 margin-bottom: 70px;
}
 .interior ul li {
	 list-style: disc;
	 margin-bottom: 0.5em;
	 color:rgb(88,89,91);
	 font-size: 18px;
}
figure {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 0 0 3rem;
    background-color: #fff;
    }
figcaption {
    margin-top: 14px;
}
/*Add spacing after last-child of ol li and ul li*/
 .interior ul li:last-child, .interior ol li:last-child {
	 margin-bottom: 2em;
}
 .interior ol li, .interior dl dt, .interior dl dd {
	 margin-bottom: 0.5em;
	 margin-top: .5em;
	 color:rgb(88,89,91);
	 font-size: 18px;
}
/*Add new types to sublists*/
 .interior ul li ul li, .interior ol li ul li {
	 list-style-type: circle;
}
 .interior ul li ol li, .interior ol li ol li {
	 list-style-type: lower-alpha;
}
 .interior div.flex>div {
	 -webkit-flex-basis: 45%;
	 -moz-flex-basis: 45%;
	 -ms-flex-basis: 45%;
	 flex-basis: 45%;
}
 .interior .flex>div+div, .interior>div+div {
	 margin-left: 50px;
}
 .interior>div+div {
	 -webkit-flex-basis: 25%;
	 -moz-flex-basis: 25%;
	 -ms-flex-basis: 25%;
	 flex-basis: 25%;
}
 .interior p {
     font-family: 'Inter var', sans-serif;
	 font-size: 18px;
	 color: rgb(88,89,91);
	 margin-bottom: 1.5em;
}
 .flex_funk {
	 width: 100%;
}
 .left_column {
	 -webkit-flex-basis: 75%;
	 -moz-flex-basis: 75%;
	 -ms-flex: 1 0 75%;
	 -ms-flex-basis: 75%;
	 flex-basis: 75%;
}
/* Right Column */
 .right_column {
	 margin-bottom: 40px;
	 padding:0 20px 20px 20px;
    border-left:solid 1px rgb(221, 222, 224);
}
 .right_column ul li {
	 margin-bottom: 20px;
	 list-style: none;
}
 .right_column table {
	 -ms-flex: 1 0 auto;
}
/*This is to prevent sublist style-types from showing up in the right side menu*/
 .right_column ul li, .right_column ul li ul li {
	 list-style: none;
}
/*Fixes spacing issues between accordion image and the text in right margin.*/
 .right_column .accordprefix {
	 margin-right: .5em;
}
 .videoshare {
	 margin-bottom: 20px;
}
 .videoshare p {
	 margin-top: 20px;
}
 #missioncode {
	 min-height: 850px;
}
 #missioncode {
	 position: relative;
}
 #missioncode>div.content {
	 margin-bottom: 70px;
}
 .missioncode {
	 margin-right: 35%;
}
 .missioncode p {
	 font-size: 18px;
	 color: rgb(88,89,91);
	 margin-bottom: 40px;
}
 .threecolumn {
	 -webkit-flex-basis: 30% !important;
	 -moz-flex-basis: 30% !important;
	 -ms-flex-basis: 30% !important;
	 flex-basis: 30% !important;
}
 .ectitle {
	 -webkit-flex-basis: 98%;
	 -moz-flex-basis: 98%;
	 -ms-flex-basis: 98%;
	 flex-basis: 98%;
	 padding-left: 7px;
}
 .accordprefix {
	 -webkit-flex-basis: 2%;
	 -moz-flex-basis: 2%;
	 -ms-flex-basis: 2%;
	 flex-basis: 2%;
}
 .highlightText{
	 color:rgb(0,90,146)!important;
}
 div.content_sidebar .headline {
	 font-weight:bold;
}
 .headline{
	 display:-webkit-box;
	 display:-moz-box;
	 display:-ms-flexbox;
	 display:-webkit-flex;
	 display: flex;
}
 h2.headline {
	 font-size: 18px;
	 margin-bottom: .75em;
	 background-color: #eee;
	 padding: 1em;
	 border: 1px solid #ccc;
	 text-transform: none;
}
 .headline a {
	 text-decoration: none;
}
.right_column .contents{
	 margin:0px 0px 20px 16px;
	 padding-left:15px;
	 border-left:solid 1px rgb(0,90,146);
}
 #content1 row {
	 margin-bottom: 50px;
}
 row.flex img {
	 width: 100%;
	 height: auto;
	 max-width: 100%;
	 width: auto;
	/* for ie 8 */
}
 p.date {
	 color: rgb(88,89,91) !important;
	 font-size: 1rem;
	 font-style: italic;
	 margin:5px 0 10px 0;
}
 p.date + p {
	 margin-bottom: 10px;
}
/*For responsive tabs on calendar views*/
 section {
	 display: none;
	 padding: 20px 0 0;
	 border-top: 1px solid rgb(88,89,91);
}
 div.interior input#tab1, div.interior input#tab2 {
	 display: none;
}
 label {
	 display: inline-block;
	 margin: 0 0 -1px;
	 padding: 15px 25px;
	 text-align: center;
	 color: rgb(88,89,91);
	 border: 1px solid transparent;
}
 label:hover {
	 color: #97c21c;
	 cursor: pointer;
}
 input:checked + label {
	 color: rgb(88,89,91);
	 border: 1px solid rgb(88,89,91);
	 border-top: 2px solid #005a92;
	 border-bottom: 1px solid #fff;
}
 input:checked + label:hover {
	 color: #fff;
	 border: 1px solid rgb(88,89,91);
	 border-top: 2px solid #97c21c;
	 border-bottom: 1px solid #fff;
	 background-color: rgb(0,90,146);
}
 #tab1:checked ~ #content1, #tab2:checked ~ #content2 {
	 display: block;
}
/*Responsive Tables*/
 table {
	 width: 100%;
	 margin:0 0 2em 0;
	 padding:0;
	 border-collapse: collapse;
	 border-spacing: 0;
}
 table tr {
	 border-bottom: 1px solid rgb(88,89,91);
	 padding: 5px;
}
 table tr:last-child {
	 border-bottom: none;
}
 table th, table td {
	 padding: 10px;
	 text-align: left;
}
 table th {
	 text-transform: uppercase;
	 color: rgb(0,90,146);
}
 caption {
	 padding-top: 8px;
	 padding-bottom: 8px;
	 color: #606060;
	 text-align: center;
}
/*News Page Styling*/
 .itemContainer {
	 -webkit-flex-basis: 75%;
	 -moz-flex-basis: 75%;
	 -ms-flex: 1 0 75%;
	 -ms-flex-basis: 75%;
	 flex-basis: 75%;
}
 row.itemContainer {
	 margin-bottom: 50px;
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
}
 .itemImage a>img {
	 display: inline-block;
	 position: relative;
	 width: 150px;
	 height: 150px;
	 max-width: initial;
	 overflow: hidden;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -o-border-radius: 50%;
	 border-radius: 50%;
	 margin: 20px;
}
 .itemContainer a {
	 cursor: pointer;
}
 .itemContainer p {
	 margin: 10px 0;
}
 .itemContainer h2 {
	 margin-top: 10px;
}
 .itemContainer:hover {
	 background: #eee;
}
 .itemContainer p a {
	 word-break: break-all;
	 display: table;
}
/*Directory Styles*/
 .directorySelector {
	 word-break: break-word;
	 word-wrap: break-word;
}
 .directorySelector a {
	 color: rgb(0,90,146)!important;
}
 .directorySelector a:hover {
	 color: #97c21c!important;
}
 h2.directLetter {
	 color: rgb(0,90,146)!important;
	 font-size: 3.5rem;
	 margin-bottom: 10px;
}
 .directoryName {
	 min-width: 10em;
}
 .staff tr td:first-child a {
	 color: rgb(0,90,146);
	 /*font-family: "Raleway-Bold" !important;*/
}
 .staff tr td:first-child a:hover {
	 color: #97c21c;
}
 .staff td a {
	 color: rgb(0,90,146);
}
 .staff td a:hover {
	 color: #97c21c;
}
 .staff td img {
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -o-border-radius: 50%;
	 border-radius: 50%;
	 width: 100%;
	 height: auto;
	 max-width: 75pt;
	 width: auto;
}
 .directoryDetail {
	 -webkit-flex-basis: 75% !important;
	 -moz-flex-basis: 75% !important;
	 -ms-flex-basis: 75% !important;
	 flex-basis: 75% !important;
}
 .directoryImg {
	 -webkit-flex-basis: 20% !important;
	 -moz-flex-basis: 20% !important;
	 -ms-flex-basis: 20% !important;
	 flex-basis: 20% !important;
}
 .directoryImg img:first-child {
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -o-border-radius: 50%;
	 border-radius: 50%;
	 width: 100%;
	 height: auto;
	 max-width: 100%;
	 width: auto;
	 margin-bottom: 20px;
}
 .directoryImg div.flex {
	 justify-content: space-between;
}
 .directoryDetail .dir_sum {
	 margin-bottom: 40px;
}
 .directoryDetail .dir_sum p {
	 margin-bottom:5px;
}
 .directoryDetail h2 {
	 color: rgb(0,90,146) !important;
	 /*font-family: "Raleway-Bold" !important;*/
	 text-transform: uppercase;
	 font-size: 18px;
	 margin: 0px;
}
 .directoryDetail a {
	 border-bottom: 1px dotted #005a92;
	 color: rgb(0,90,146) !important;
}
 .directoryDetail a:hover {
	 border-bottom: 1px dotted #97c21c;
	 color: #97c21c!important;
}
/*Roster Styles*/
 .roster tr td:first-child a:hover {
	 color: #97c21c;
}
 .roster td a {
	 color: rgb(0,90,146);
}
 .roster td a:hover {
	 color: #97c21c;
}
/*Search Results Search Box Styling*/
 #search_results {
	 margin: 20px;
}
 #search-box {
	 position: relative;
	 width: 100%;
	 margin: 0 0 20px 0;
}
 #search-form {
	 height: auto;
	 border: 1px solid #999;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 background-color: #fff;
	 overflow: hidden;
}
 #search-text {
	 font-size: 14px;
	 color: #ddd;
	 border-width: 0;
	 background: transparent;
}
 #search-box input[type="text"] {
	 width: 90%;
	 padding: 8px 0 8px 1em;
	 color: #333;
	 outline: none;
	 /*font-family: "Raleway-Regular";*/
}
 #search-button {
	 position: absolute;
	 top: 0;
	 right: 0;
	 height: auto;
	 width: 80px;
	 font-size: 14px;
	 color: #fff;
	 text-align: center;
	 line-height: 33px;
	 padding: 2px 0;
	 border-width: 0;
	 background-color: rgb(0,90,146);
	 -webkit-border-radius: 0px 5px 5px 0px;
	 -moz-border-radius: 0px 5px 5px 0px;
	 border-radius: 0px 5px 5px 0px;
	 cursor: pointer;
	 /*font-family: "Raleway-Regular";*/
}
 #search-button:hover, .searchBtn button:hover, .previousBtn button:hover {
	 background-color: #97c21c;
}
 .searchBtn, .previousBtn {
	 text-align: center;
	 display: inline-block;
	 margin: 0px 5px !important;
}
 .searchBtn button, .previousBtn button {
	 background-color: rgb(0,90,146);
	 color: #FFF;
	 border: none;
	 padding:20px;
	 font-size: 14px;
	 /*font-family: "Raleway-Regular";*/
	 cursor: pointer;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
}
 #search_buttons_wrap {
	 text-align: center;
	 width: 100%;
	 display: block;
}
/*Inside Feature Overlay Graphic*/
 .intFeatImage {
	 position: absolute;
	 background: url(../images/interiorFeature.jpg) no-repeat 100% center;
	 background-size: 43%;
	 width: 100%;
	 height: 100%;
	 z-index: -2;
	 overflow: hidden;
}
 .sideOverlay {
	 position: absolute;
	 z-index: -1;
	 background: url(../images/sideFeatOverlay.png) no-repeat 125% center;
	 -webkit-background-size: contain;
	 -moz-background-size: contain;
	 -o-background-size: contain;
	 background-size: contain;
	 width: 100%;
	 height: 100%;
	 right: -10%;
}
 .lead_titles {
	 font-size: 20px !important;
	 font-weight: bold;
	 padding-bottom: 5px;
	 text-transform: capitalize !important;
	 margin: 0px;
}
 .activeButton, .typeButton {
	 padding: 10px 0px !important;
	 background: rgb(0,90,146) !important;
	 color: #FFFFFF !important;
	 border: none !important;
}
 #event_nav_mobile {
	 display: none;
}
 #event_nav {
	 border: 1px solid #d9d9d9;
	 width: 96.5%;
	 display:-webkit-box;
	 display:-moz-box;
	 display:-ms-flexbox;
	 display:-webkit-flex;
	 display: flex;
	 -webkit-flex-direction: row;
	 -moz-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 padding: 15px;
	 font-size: 1em;
}
 #event_nav span {
	 -webkit-flex-basis: 3.75%;
	 -moz-flex-basis: 3.75%;
	 -ms-flex-basis: 3.75%;
	 -ms-flex: 1 0 3.75%;
	 flex-basis: 3.75%;
	 justify-content: center;
	 padding-left: 20px;
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 vertical-align: middle;
}
 #featured_events {
	 -webkit-flex-basis: 17%;
	 -moz-flex-basis: 17%;
	 -ms-flex-basis: 17%;
	 -ms-flex: 1 0 17%;
	 flex-basis: 17%;
}
 #todays_events {
	 -webkit-flex-basis: 17%;
	 -moz-flex-basis: 17%;
	 -ms-flex-basis: 17%;
	 -ms-flex: 1 0 17%;
	 flex-basis: 17%;
}
 #event_nav_select {
	 -webkit-flex-basis: 17%;
	 -moz-flex-basis: 17%;
	 -ms-flex-basis: 17%;
	 -ms-flex: 1 0 17%;
	 flex-basis: 17%;
	 text-align: center;
}
 #event_nav_select select {
	 -webkit-appearance: button;
	 -moz-appearance: button;
	 appearance: button;
	 border: 1px outset rgb(0,90,146);
	 padding: 9px 10px 9px 10px;
	 font-weight: 300;
	 border-radius: 3px;
	 font-size: 0.85em;
	 width: 95%;
	 background: white;
	 color: rgb(0,90,146);
	 /*font-family: "Raleway-Regular" !important;*/
}
 #event_nav_select select:active, #event_nav_select select:focus {
	 padding: 10px 10px 10px 10px;
	 border: none;
	 background: rgb(0,90,146);
	 color: #FFFFFF;
	 /*font-family: "Raleway-Regular" !important;*/
}
 #event_view {
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 justify-content: center;
	 display:-webkit-box;
	 display:-moz-box;
	 display:-ms-flexbox;
	 display:-webkit-flex;
	 display: flex;
	 margin-left: 2%;
	 font-weight: bold;
	 color: rgb(0,90,146);
}
 #event_list {
	 -webkit-flex-basis: 9.5%;
	 -moz-flex-basis: 9.5%;
	 -ms-flex-basis: 9.5%;
	 -ms-flex: 1 0 9.5%;
	 flex-basis: 9.5%;
}
 #event_list button {
	 width: 90%;
}
 #event_pinboard {
	 -webkit-flex-basis: 9.5%;
	 -moz-flex-basis: 9.5%;
	 -ms-flex-basis: 9.5%;
	 -ms-flex: 1 0 9.5%;
	 flex-basis: 9.5%;
}
 #event_nav_search {
	 -webkit-flex-basis: 25%;
	 -moz-flex-basis: 25%;
	 -ms-flex-basis: 25%;
	 -ms-flex: 1 0 25%;
	 flex-basis: 25%;
	 text-align: right;
}
 #event_nav_search input {
	 font-size: 0.85em;
	 padding: 10px;
	 border-radius: 20px;
	 border: 1px solid rgb(0,90,146);
	 width: 90%;
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 justify-content: center;
	 background: #FFFFFF url(../images/mag.png) no-repeat right center;
	 color: rgb(0,90,146);
	 background-size: 10%;
	 background-position-x: 98%;
}
 .event_nav_btn {
	 text-align: center;
}
 .event_nav_btn button{
	 border: 1px outset rgb(0,90,146);
	 padding: 9px 0px;
	 background: white;
	 color: rgb(0,90,146);
	 width: 95%;
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 justify-content: center;
	 border-radius: 3px;
	 font-size: 0.85em;
	 /*font-family: "Raleway-Regular" !important;*/
}
 .event_title {
	 margin-bottom: 0px;
}
 .event_date {
	 margin: 5px 0 !important;
	 font-style: italic;
	 color: rgb(88,89,91) !important;
}
 .event_location {
	 margin-bottom: 10px !important;
	 font-style: italic;
	 color: rgb(88,89,91) !important;
}
 .event_desc {
	 margin-bottom: 10px !important;
}
 .event_categories {
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 text-transform: capitalize;
	 margin: 0px;
	 font-size:18px;
}
 #event_filter_heading {
	 display: none;
	 margin: 25px 0 10px;
}
 #content1, #content2 {
	 border-top: none;
}
 #content1 row {
	 border: 1px solid #d9d9d9;
	 margin-bottom:10px !important;
	 padding: 5px;
	 border-radius: 3px;
}
 #content1 {
	 display: block;
}
 #content2 {
	 display: none;
}
 #content2 .flex div {
	 -webkit-flex-direction: row !important;
	 -moz-flex-direction: row !important;
	 -ms-flex-direction: row !important;
	 flex-direction: row !important;
	 -webkit-flex-flow: row wrap !important;
	 flex-flow: row wrap !important;
	 display: -webkit-inline-flex;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -ms-flex-wrap: wrap;
	 justify-content: flexstart !important;
	 -webkit-flex-basis: 100% !important;
	 -moz-flex-basis: 100% !important;
	 -ms-flex-basis: 100% !important;
	 -ms-flex: 1 0 100%;
	 flex-basis: 100% !important;
}
 #content2 .flex article {
	 -webkit-flex-basis: 25%;
	 -moz-flex-basis: 25%;
	 -ms-flex-basis: 25%;
	 -ms-flex: 1 0 25%;
	 flex-basis: 25%;
	 height: auto;
	 padding: 20px;
	 border: 1px solid #d9d9d9;
	 margin: 10px;
	 border-radius: 20px;
	 max-width: 25%;
}
 #content2 .flex div article div img {
	 -ms-flex: 0 0 auto;
	 max-width: 100%;
	 max-height: 100%;
	 align-self: center;
	 -webkit-align-self: center;
	 margin: auto;
	 object-fit: scale-down;
}
 #content2 .flex div article a img {
	 -ms-flex: 0 0 auto;
	 max-width: 100%;
	 max-height: 100%;
	 width: 100%;
	 height: auto;
	 min-height: 1px;
	 align-self: center;
	 -webkit-align-self: center;
	 margin: auto;
	 object-fit: scale-down;
}
 #content2 .flex div article div {
	 -webkit-flex-basis: 25%;
	 -moz-flex-basis: 25%;
	 -ms-flex-basis: 25%;
	 -ms-flex: 1 0 25%;
	 flex-basis: 25%;
}
 .event_item {
	 display: block !important;
}
 #content2 .event_date {
	 -ms-flex: 0 1 auto;
}
 #content2 .event_title {
	 margin: 10px 0px !important;
	 -ms-flex: 0 1 auto;
}
 #content2 .event_location {
	 -ms-flex: 0 1 auto;
}
 #content2 .event_categories {
	 -ms-flex: 0 1 auto;
}
 .event_categories img {
	 width: 15px !important;
	 height: 16px !important;
	 padding-right: 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: x-large !important;
    font-weight: 300;
    line-height: 1.4;
}
.alert-warning p {
    color: #8a6d3b;
    margin-bottom: 0;
}
hr.ccc {
  border: none;
  border-top: 1mm ridge rgb(154 194 0 / 75%);
  color: #9ac200;
  overflow: visible;
  text-align: center;
  height: 5px;
}
hr.ccc::after {
  background: #fff;
  content: url('https://www.cloviscollege.edu/_uploaded-files/_images/3moons.png');
  padding: 0 4px;
  position: relative;
  top: -10px;
}
 label[for=tab1] {
	 display: block;
	 margin: 0px;
	 padding: 0px;
	 text-align: center;
	 color: #FFFFFF;
	 border: none;
}
 label[for=tab2] {
	 display: block;
	 margin: 0px;
	 padding: 0px;
	 text-align: center;
	 color: #FFFFFF;
	 border: none;
	 background: transparent;
}
 #content1 row:hover {
	 background: #f5f5f5;
}
 #content2 .flex div article:hover {
	 background: #f5f5f5;
}
 #event_detail_nav {
	 border: 1px solid #d9d9d9;
	 padding: 15px;
	 margin-bottom:20px;
}
 .event_detail_nav_btn {
	 float: left;
	 margin-right: 20px;
}
 .event_detail_nav_btn button {
	 padding: 10px 30px;
	 font-size: 0.85em;
	 font-weight: 300;
	 background: rgb(0,90,146);
	 color: #FFFFFF;
	 border-radius: 3px;
	 border: none;
}
 .last_btn {
	 float: right;
	 margin-right: 0px;
}
 .last_btn button {
	 background: rgb(151,194,28);
	 color: rgb(33,33,33);
}
 .event_detail_date {
	 font-style: italic;
}
 .event_detail_location {
	 -webkit-align-items: center;
	 -moz-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 display:-webkit-box;
	 display:-moz-box;
	 display:-ms-flexbox;
	 display:-webkit-flex;
	 display: flex;
	 font-style: italic;
}
 .event_detail_location button {
	 border-radius: 3px;
	 padding: 5px;
	 margin-left: 20px;
	 font-size: 0.75em;
	 background: rgb(151,194,28);
	 color: rgb(8,8,8);
	 border: none;
}
 #social_mobile_view {
	 display:none;
}
 #save_content_modal, #save_link_modal {
	 display: none;
	 position: fixed;
	 z-index: 1;
	 padding-top: 100px;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 overflow: auto;
	 background-color: rgb(0,0,0);
	 background-color: rgba(0,0,0,0.4);
}
 #save_modal_details {
	 background-color: #fefefe;
	 margin: auto;
	 padding: 35px 0px;
	 border: 1px solid #888;
	 width: calc(251px + 5%);
	 border-radius: 14px;
	 position: relative;
}
 .save_item_row {
	 display:-webkit-box;
	 display:-moz-box;
	 display:-ms-flexbox;
	 display:-webkit-flex;
	 display: flex;
	 justify-content: center;
}
 .save_item_type {
	 text-align: center;
	 padding: 10px 15px;
}
 .save_item_type a {
	 color: rgb(88,89,91);
}
 .save_item_type a:hover {
	 color: rgb(0,90,146);
}
 .close {
	 font-size: 17px;
	 font-weight: bold;
	 border: 1px solid rgb(88,89,91);
	 padding: 5px 10px;
	 border-radius: 3px;
	 position: absolute;
	 right: 10px;
	 top: 10px;
	 z-index: 9999;
}
 .close:hover, .close:focus {
	 color: #blue;
	 text-decoration: none;
	 cursor: pointer;
}
 .calendar_month_year {
	 color: rgb(0,90,146);
	 text-align: center;
	 font-size: 1.35em;
}
 .active_day {
	 background: rgb(0,90,146);
	 color: #ffffff;
	 text-align: center;
	 border-radius: 4px;
}
 .calendar td:hover {
	 cursor: pointer;
}
 .calendar th:hover {
	 cursor: default;
}
 .event_social_link img {
	 width: 25px;
	 height: auto;
	 margin-top: 5px;
}
 .event_image img {
	 width: auto !important;
	 max-width: initial !important;
	 margin: auto;
}
 .event_desc_wrap {
	 margin: auto 20px auto 35px !important;
}
 .event_nav_btn button, #event_nav_select select, .event_mobile_btn button, .event_mobile_icon, .event_detail_nav_btn button {
	 cursor: pointer;
}
 .event_nav_btn button:focus, #event_nav_select select:focus {
	 outline-width: 10px;
}
/* Added by HH on 05/25 - Post Demo Feedback */
 .section-content {
	 margin-bottom: 40px;
}
div.content.flex.interior .left_column a,
div.fullwidthfix.flex_funk a {
	 text-decoration:underline;
	 font-weight: bold;
	 overflow-wrap: break-word;
}
div.fullwidthfix.flex_funk h1 a, div.fullwidthfix.flex_funk h2 a, div.fullwidthfix.flex_funk h3 a, div.fullwidthfix.flex_funk h4 a, div.fullwidthfix.flex_funk h5 a, div.fullwidthfix.flex_funk h6 a,
div.content.flex.interior .left_column h2 a, div.content.flex.interior .left_column h3 a, div.content.flex.interior .left_column h4 a, div.content.flex.interior .left_column h5 a, div.content.flex.interior .left_column h6 a {
	 text-decoration: none;
}

 div.content.flex.interior .left_column a[href^='tel:'], div.content.flex.interior .left_column a[href^='mailto:'], div.content.flex.interior .left_column a[href$='.pdf'] {
	 font-weight: bold;
}
/* To style document links*/
 .doc-complete {
	 line-height: 1.5em;
	 font-size: 120%;
}
/* Image classes added by Nina Roby on 3-16-2018*/
 .image-left {
	 float: left;
	 padding: 0 10px 10px 0;
}
 .image-right {
	 float: right;
	 padding: 0 0 10px 10px;
}
 .image-center {
	 display: block;
	 padding: 10px 10px;
	 margin: 0 auto;
}
/* Added by Nina Roby 04-19-2018 for internal-page button styles*/
 .button {
    background-color: #EEA904;
    color: #333333;
    border:none;
    text-decoration: none;
    font-weight: bold;
    font-size:18px;
	border-radius: 4px;
}
.button:hover {
    background-color: #26B7E0;
    color: #ffffff;    
}

/* Added by Nina Roby 30-11-2018 for large interior button to be centered on the page*/
 .btn-interior, .button-interior {
	 display: inline-block;
	 padding: 0.8em;
	 margin: 0 auto;
	 background: #eeA904;
	 text-align: center;
	 font-weight: bold;
	 color: rgb(64, 60, 61) !important;
	 text-decoration: none !important;
	 box-shadow: 5px 5px 5px #d3d3d3;
}
/* Added by Nina Roby 07-16-2018 for crush icon heading */
 .crush{
	 background: transparent url(/_files/images/primary-athletics-logo.png) no-repeat bottom left;
	 background-size: contain;
	 padding-left: 3.5em;
	 height: 2.5em;
	 line-height: 2.5em;
}
/* Card classes from bootstrap added 09-13/2018 NR */
 .card{
	 position:relative;
	 display:-ms-flexbox;
	 display:flex;
	 -ms-flex-direction:column;
	 flex-direction:column;
	 min-width:0;
	 word-wrap:break-word;
	 background-color:#fff;
	 background-clip:border-box;
	 border:1px solid rgba(0,0,0,.125);
	 border-radius:.25rem 
}
 .card>hr{
	 margin-right:0;
	 margin-left:0 
}
 .card>.list-group:first-child .list-group-item:first-child{
	 border-top-left-radius:.25rem;
	 border-top-right-radius:.25rem 
}
 .card>.list-group:last-child .list-group-item:last-child{
	 border-bottom-right-radius:.25rem;
	 border-bottom-left-radius:.25rem 
}
 .card-body{
	 -ms-flex:1 1 auto;
	 flex:1 1 auto;
	 padding:1.25rem 
}
 .card-title{
	 margin-bottom:.75rem 
}
 .card-subtitle{
	 margin-top:-.375rem;
	 margin-bottom:0 
}
 .card-text:last-child{
	 margin-bottom:0 
}
 .card-link:hover{
	 text-decoration:none 
}
 .card-link+.card-link{
	 margin-left:1.25rem 
}
 .card-header{
	 padding:.75rem 1.25rem;
	 margin-bottom:0;
	 background-color:rgba(0,0,0,.03);
	 border-bottom:1px solid rgba(0,0,0,.125) 
}
 .card-header:first-child{
	 border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0 
}
 .card-header+.list-group .list-group-item:first-child{
	 border-top:0 
}
 .card-footer{
	 padding:.75rem 1.25rem;
	 background-color:rgba(0,0,0,.03);
	 border-top:1px solid rgba(0,0,0,.125) 
}
 .card-footer:last-child{
	 border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px) 
}
 .card-header-tabs{
	 margin-right:-.625rem;
	 margin-bottom:-.75rem;
	 margin-left:-.625rem;
	 border-bottom:0 
}
 .card-header-pills{
	 margin-right:-.625rem;
	 margin-left:-.625rem 
}
 .card-img-overlay{
	 position:absolute;
	 top:0;
	 right:0;
	 bottom:0;
	 left:0;
	 padding:1.25rem 
}
 .card-img{
	 width:100%;
	 border-radius:calc(.25rem - 1px) 
}
 .card-img-top{
	 width:100%;
	 border-top-left-radius:calc(.25rem - 1px);
	 border-top-right-radius:calc(.25rem - 1px) 
}
 .card-img-bottom{
	 width:100%;
	 border-bottom-right-radius:calc(.25rem - 1px);
	 border-bottom-left-radius:calc(.25rem - 1px) 
}
 .card-deck{
	 display:-ms-flexbox;
	 display:flex;
	 -ms-flex-direction:column;
	 flex-direction:column 
}
 .card-deck .card{
	 margin-bottom:15px 
}
 @media (min-width:576px){
	 .card-deck{
		 -ms-flex-flow:row wrap;
		 flex-flow:row wrap;
		 margin-right:-15px;
		 margin-left:-15px 
	}
	 .card-deck .card{
		 display:-ms-flexbox;
		 display:flex;
		 -ms-flex:1 0 0%;
		 flex:1 0 0%;
		 -ms-flex-direction:column;
		 flex-direction:column;
		 margin-right:15px;
		 margin-bottom:0;
		 margin-left:15px 
	}
}
 .card-group{
	 display:-ms-flexbox;
	 display:flex;
	 -ms-flex-direction:column;
	 flex-direction:column 
}
 .card-group>.card{
	 margin-bottom:15px 
}
 @media (min-width:576px){
	 .card-group{
		 -ms-flex-flow:row wrap;
		 flex-flow:row wrap 
	}
	 .card-group>.card{
		 -ms-flex:1 0 0%;
		 flex:1 0 0%;
		 margin-bottom:0 
	}
	 .card-group>.card+.card{
		 margin-left:0;
		 border-left:0 
	}
	 .card-group>.card:first-child{
		 border-top-right-radius:0;
		 border-bottom-right-radius:0 
	}
	 .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{
		 border-top-right-radius:0 
	}
	 .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{
		 border-bottom-right-radius:0 
	}
	 .card-group>.card:last-child{
		 border-top-left-radius:0;
		 border-bottom-left-radius:0 
	}
	 .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{
		 border-top-left-radius:0 
	}
	 .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{
		 border-bottom-left-radius:0 
	}
	 .card-group>.card:only-child{
		 border-radius:.25rem 
	}
	 .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{
		 border-top-left-radius:.25rem;
		 border-top-right-radius:.25rem 
	}
	 .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{
		 border-bottom-right-radius:.25rem;
		 border-bottom-left-radius:.25rem 
	}
	 .card-group>.card:not(:first-child):not(:last-child):not(:only-child){
		 border-radius:0 
	}
	 .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{
		 border-radius:0 
	}
}
 .card-columns .card{
	 margin-bottom:.75rem 
}
 @media (min-width:576px){
	 .card-columns{
		 -webkit-column-count:3;
		 -moz-column-count:3;
		 column-count:3;
		 -webkit-column-gap:1.25rem;
		 -moz-column-gap:1.25rem;
		 column-gap:1.25rem;
		 orphans:1;
		 widows:1 
	}
	 .card-columns .card{
		 display:inline-block;
		 width:100% 
	}
}
 .accordion .card:not(:first-of-type):not(:last-of-type){
	 border-bottom:0;
	 border-radius:0 
}
 .accordion .card:not(:first-of-type) .card-header:first-child{
	 border-radius:0 
}
 .accordion .card:first-of-type{
	 border-bottom:0;
	 border-bottom-right-radius:0;
	 border-bottom-left-radius:0 
}
 .accordion .card:last-of-type{
	 border-top-left-radius:0;
	 border-top-right-radius:0 
}
/* btn-ccc Oct 2018 by NR - adapted from DN styles for fcc */
 div.content.flex.interior .left_column a.btn-ccc, div.content.flex.interior .fullwidthfix a.btn-ccc {
     color:#333;
     background-color:#e8a800;
     border-color:#cd891b;
     font-size: initial;
     font-weight: 600;
     text-decoration: none;
}
 div.content.flex.interior .left_column a.btn-ccc:hover, div.content.flex.interior .fullwidthfix a.btn-ccc:hover {
	color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

/* Adding styles for image with a class of full-width */
.full-width {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
 
/* library widget fix */
 body .interior .s-la-widget-header h1, body .interior .s-la-widget-header-m h1 {
    font-size:24px;
    font-weight:500;
}

/* major sheets pdf icon */
.tab-content a[href$=".pdf"]::after {
    content:' \f1c1';
    font: var(--fa-font-regular);
    padding-left: 6px;
    font-size: initial;
}

/** cards **/
.card-header h2 {
    margin-bottom:0;
}
.card-img-top {
    margin-bottom:0;
}



/* uses CSS grid for cards */
.card-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.card-text {
    margin: 0;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.card-text > h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.content.flex.interior .left_column .card-body > .btn,
div.content.flex.interior .fullwidthfix .card-body > .btn {
    text-wrap: wrap;
    width:100%;
    box-sizing:border-box;
}

/*
div.content.flex.interior .left_column .card-body > .btn:hover,
div.content.flex.interior .fullwidthfix .card-body > .btn:hover {
    background-color:#eab22b;
    color:#333333;
}
*/


@media only screen and (max-width: 980px) {
    .card-columns {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .card-columns {

        grid-template-columns: 1fr;
    }
    .card-img-top {
        object-fit: cover;
    }
}

.card-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    @media only screen and (max-width: 980px) {
        .card-columns {
            grid-template-columns: 1fr 1fr;
        }
    }
    @media only screen and (max-width: 600px) {
        .card-columns {
            
            grid-template-columns: 1fr;
        }
        /*.card-img-top {*/
        /*    object-fit: cover;*/
        /*    height: 300px;*/
        /*}*/
    }