/*
Theme Name: MCC 2026
Author: FS Partnership
Author URI: https://www.fsp-agency.com/
Version: 1.0
*/

/*-----------------------------------------------------------------------------------

	= Table of Contents



	1. = Fonts

	2. = Body, Typography and some main Elements

	4. = Header styling

	5. = Navigation styling

	6. = Footer styling

	7. = Sidebar styling

	8. = Home Page styling

	9. = Works Page styling

	10.= Schools Page styling

	11.= News Page and News Detail page styling

	12.= Diary Page styling

	13.= Library Page styling	

	14.= Network Page styling	

	15.= Contact Page styling	

	16.= Meal Page styling

	

	

/*-----------------------------------------------------------------------------------*/

/* 1. = var

/*-----------------------------------------------------------------------------------*/

:root {
	--mcc-blue: #050443;
	--mcc-lblue: #3584F8;
	--i-orange: #F57C50;
	--dark: #404040;
	--container: 1200px;
}


/*-----------------------------------------------------------------------------------*/

/* 1. = animation

/*-----------------------------------------------------------------------------------*/


html { font-size: 62.5%; margin: 0;}
body {font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.4;
  font-weight: 400;
  font-family: "axia", sans-serif;
  background-color: #fff;
  color: var(--mcc-blue);
	transition:0.5s all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }



/*-----------------------------------------------------------------------------------*/

/* 2. = Body, Typography and some main Elements

/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {margin-top: 0; font-weight: 400; }
h1 { font-size: 3.0rem; line-height: 1.2; margin-bottom: 3.5rem; }
h2 { font-size: 2.5rem; line-height: 1.25; font-weight:400; margin-bottom: 2rem;  }
h3 { font-size: 2.2rem; line-height: 1.3;  }
h4 { font-size: 2.2rem; line-height: 1.35; }
h5 { font-size: 1.6rem; line-height: 1.5;   }
h6 { font-size: 1.5rem; line-height: 1.6; }

p {font-size:1.6rem; margin-top: 0; line-height: 2.5rem;}



h2.margin { margin-bottom:2rem;}


/* Larger than phablet */
@media (min-width: 750px) {
	
  body {font-size: 1.6rem; line-height: 1.4;}
  
  h1 { font-size: 4rem; }
  h2 { font-size: 3rem; }
  h3 { font-size: 2.8rem; }
  h4 { font-size: 2.2rem; }
  h5 { font-size: 1.6rem; }
  h6 { font-size: 1.5rem; }

}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	p {font-size:1.8rem; margin-top: 0; line-height: 2.5rem;}
  
}

/* Larger than Desktop HD */
@media (min-width: 1400px) {
		

	
}

/* Larger than Desktop HD */
@media (min-width: 1600px) {
		
 
	
}



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {color: #218DAA; text-decoration: none; border-bottom:1px solid #218DAA; }

.hero a {color:#fff; border-color:#fff;}

.hero a:hover {color:var(--i-orange); border-color:var(--i-orange);}

a:hover {color: #000;}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, .wp-block-button a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
  display: inline-block; 
  height: 30px; 
  padding: 0 30px 0 10px; 
  background-color: var(--i-orange); color: #fff; text-align: left; font-size: 16px;font-weight: 600; line-height: 30px; letter-spacing: 0rem; text-transform: none; text-decoration: none; white-space: nowrap; border-radius: 3px; border: none;cursor: pointer; box-sizing: border-box; transition: 0.3s all; box-shadow: 0px 3px 6px rgba(0,0,0,0.2);

}
.button:hover, .button.white:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus { }

button::after, .button::after, .wp-block-button a::after {content:""; position:absolute; top:5px; right:5px; display:block; background-color:#fff; width:6px; height:6px; border-radius: 10px;}

button.cky-btn {height:unset;}



#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.nav-button > a.mega-menu-link::after {content:""; position:absolute; top:5px; right:5px; display:block; background-color:#fff; width:6px; height:6px; border-radius: 10px;}

.button.outline-w {color:#fff; border:solid 1px #fff; background: transparent}

.button.white {border-color:#fff; color:#fff;}

.button.lblue {background-color:var(--mcc-lblue); color:#fff;}

.button.blue {background-color:var(--mcc-blue); color:#fff; border:1px solid #fff;}

.button.large {height:44px; line-height: 44px;}

.pum-content .button:hover {background:#fff; color:rgba( 241, 76, 80, 1.00 ); border-color:#fff;}

.button.minimal {font-size:14px; line-height: 30px; height:30px; padding: 0 15px; margin: 0 10px;}


.slick-dots li button {box-shadow: unset;}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  width:93%;
  color: #292929;
  font-weight:400;
  font-size:2rem;
  padding: 3px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border:none;
  border-radius: 0px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);}
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 200; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: none;
  margin-left: .5rem;
  font-weight: 200; }


select{-webkit-appearance: none; -moz-appearence: none; }


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}



/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: "+" outside; }
ul.is-style-none {list-style: none; margin: 0 0 2rem 0; padding: 0;}
ul.is-style-none li {margin-left:0; padding-left: 0;}
  

ol {list-style: decimal outside; }
ol, ul {
  padding-left: 3rem;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; padding-left:10px;}
  


/* Larger than desktop */
  @media (min-width: 1000px) {
	  
	  li {font-size:1.8rem;}
	
  }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/*-----------------------------------------------------------------------------------*/

/* 2. = Styles

/*-----------------------------------------------------------------------------------*/

section {position:relative;}

blockquote {position:relative; padding:0 60px;}

blockquote::after {content:"";position: absolute; left:100%; top:50%; transform: translate(-80%, -50%); display:block; width:50px; height:50px; background-image:url('assets/images/icons/quotes-right.png'); background-repeat: no-repeat; background-size: contain; background-position: center;}

blockquote::before {content:"";position: absolute; left:0%; top:50%; transform: translate(-20%, -50%); display:block; width:50px; height:50px; background-image:url('assets/images/icons/quotes-left.png'); background-repeat: no-repeat; background-size: contain; background-position: center;}

blockquote cite {font-style: normal; font-size:14px; font-weight:bold;}

sup	{top: -1.5em; font-size: 30%;}

figure {margin: 0;}

.blocklink {position:absolute; top:0; left:0; width:100%; height:100%; z-index: 9999; border: none;}

.grouplink {display:block; border: none;}

.linkwrap {width:100%; display:block; border-bottom: none;}

.blockimage {background-size:cover; background-position: center; position:absolute; top:0; left:0; width:100%; height:100%; z-index: 999;}

.inline {display:inline-block; margin-left: 5rem;}

.inline.first {margin-left:0;}

.image-wrap img { height:auto; max-width: 100%;}

.graphics-wrap {position:relative;}

.content-wrapper {padding: 3%;}

.flex {display:flex; justify-content: space-between; align-items: center; align-content: center; flex-flow:row wrap;}

.blur-bg {backdrop-filter: blur(15px) brightness(80%);;}

.rounded {border-radius: 5px; overflow: hidden;}

.shadow {box-shadow:0 3px 6px rgba(0,0,0,0.2);}

.l-blue {color:var(--mcc-lblue);}

.orange {color:var(--i-orange);}

.lrg-text {font-size:2rem;}

.flex-cols {flex-flow:column; justify-content: flex-start; align-items: flex-start;}

.col40 {flex:1 1 40%;}

.text-align-centre {text-align: center;}

hr {border:1px solid #fff; width:100%; margin: 6rem auto; display: block;}

.readtime {display: block; margin: 1rem 0; font-size:1.4rem;}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {

	
	.shelf {margin: 5rem 0;}
	
	.italic {font-size:1.6rem;}
	
	.mobile {display:none !important;}
	
	.narrow {width:60%; margin-left:auto; margin-right:auto;}
	
	.flex-cols {flex-flow:row; justify-content: flex-start; align-items: flex-start;}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	.shelf {margin: 5rem 0;}
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	.content-wrapper {padding: 5%;}
	
	
}



/*-----------------------------------------------------------------------------------*/

/* 3. = Header

/*-----------------------------------------------------------------------------------*/

header {display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: fixed; height: 70px; width: 100%; z-index: 999; background: transparent; transition: 0.35s all; }

header.scrolling {background-color: var(--mcc-blue); height:60px; color:#fff;}

header .header-left {flex:0 0 auto; height: 60%;  width:auto; margin: 0 3%; line-height: 0;}

header .header-left img {height:100%; width:auto;}

header .header-left a {border:none;}

header .header-right {flex:0 0 auto; margin: 0 3%; text-align: right; display:none;}

header .header-right a {transition:0.5s all ease-in;}

header .header-centre {justify-self: center;}



.wp-block-group.hero {background-color:var(--mcc-blue); color:#fff; position: relative; min-height: 100vh; padding: 70px 0 0 0; box-shadow: 0 15px 30px rgba(0,0,0,0.2); }

.wp-block-group.hero::before {content:""; position:absolute; top:0; left:0; width:100%; height:300px; 	background: linear-gradient(180deg, #060629, rgba(6, 6, 41, 0) 50%);}

.wp-block-group.hero .wp-block-cover {height:60vh; min-height:500px; align-items: flex-end;}

.wp-block-group.hero .wp-block-cover img {object-position: left;}

.wp-block-group.hero .wp-block-cover.is-position-center-right .wp-block-cover__inner-container {width:100%;  }

.wp-block-group.hero .wp-block-cover__inner-container {backdrop-filter: blur(1); background-color: rgba(246, 246, 246, 0.6); padding: 15px; border-radius:5px;}

.wp-block-group.insights-hero {min-height: unset; padding: 70px 0 0 0; }



.wp-block-cover .wp-block-cover__inner-container {width:100%;}

.wp-block-group.blue-bg {background-color:var(--mcc-blue); color:#fff; padding: 3vh 0;}

.wp-block-group.wm-right {background-image:url(assets/images/interface/watermark.png); background-position:right bottom;background-repeat: no-repeat;}

.wp-block-group.hero {overflow: hidden;}

h1.mini-h2, h2.mini-h2 {font-size: 16px; color:var(--mcc-lblue); position: relative;}



/* screenshot */

/*



.wp-block-group.hero .platform-header::after {content:""; position:absolute; left:100%; top:0px; transform:translateX(-55%); display:block; width:1200px; height:700px; background-size:contain; background-position: left center; background-repeat:no-repeat;}

*/








/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	.wp-block-group.hero { padding: 70px 0 30px 0;}
	
	.wp-block-group.hero .wp-block-cover img {object-position: center;}
	
	.wp-block-group.hero .wp-block-cover {height:60vh; min-height:500px; align-items: center;}
	
	.wp-block-group.hero .wp-block-cover__inner-container {backdrop-filter:unset; background-color: unset; padding: 0; border-radius:5px;}
	
	.wp-block-group.hero .wp-block-cover.is-position-center-right .wp-block-cover__inner-container {width:50%; padding-left: 50%; }
	
	.wp-block-group.insights-hero {min-height: unset; padding: 70px 0 0 0; background-image:url(assets/images/insights/insights-hero-bg.png); background-size: 800px; background-position-y: 100%; background-position-x: calc(50% + 400px); background-repeat: no-repeat; }
	
	.wp-block-cover .wp-block-cover__inner-container {width:50%; padding-left:50%; padding-right: 0;}
	
	header .header-centre {display:block;}
	
	header .header-right {display:block;}
	
	
	
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	.wp-block-group.hero .wp-block-cover__inner-container {width:100%; max-width:1200px; margin: 0 auto; padding-right:50%; margin-left: calc((100vw - 1200px) / 2);}
	
	.wp-block-group.hero .wp-block-cover.is-position-center-right .wp-block-cover__inner-container { padding-left:60%; padding-right: 0; margin-left:auto; margin-right: calc((100vw - 1200px) / 2);}
	
}

/* Larger than Desktop HD */
@media (min-width: 1400px) {
	
	header { height: 90px;}
	
	.wp-block-group.hero { padding: 90px 0 30px 0;}
	
}

/* Larger than Desktop HD */
@media (min-width: 1600px) {

	
}


/*-----------------------------------------------------------------------------------*/

/* 4. = Footer

/*-----------------------------------------------------------------------------------*/

footer { padding:2rem; }

.widget.widget_nav_menu ul {margin:0; padding: 0; list-style: none;}

.widget.widget_nav_menu ul li {margin:0; padding: 0;}

.widget.widget_nav_menu a {border: none; color:var(--mcc-blue);}

.widget.widget_nav_menu a:hover { color:var(--i-orange);}




/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	
	footer { padding:4rem;}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	footer { padding:6rem;}
	
}

/* Larger than Desktop HD */
@media (min-width: 1400px) {
	
	
	
}




/*-----------------------------------------------------------------------------------*/

/* 4. = Navigation

/*-----------------------------------------------------------------------------------*/

.mega-toggle-animated::after {content:unset;}

#menu-cta-options { margin: 0;}

#menu-cta-options li {display:inline-block;}

#menu-cta-options li a {color:#fff; font-size: 1.4rem; border:none; line-height: 36px; display:block;
	height: 36px;
	padding: 0px 10px; border-radius: 3px; transition: background 200ms linear, color 200ms linear, border 200ms linear;}
	
#menu-cta-options li a:hover {background-color:var(--i-orange); }

#menu-cta-options li.nav-button a {
	position: relative;
	  display: inline-block; 
	  height: 30px; 
	  padding: 0 30px 0 10px; 
	  background-color: var(--i-orange); color: #fff; text-align: left; font-size: 16px;font-weight: 600; line-height: 30px; letter-spacing: 0rem; text-transform: none; text-decoration: none; white-space: nowrap; border-radius: 3px; border: none;cursor: pointer; box-sizing: border-box; transition: 0.3s all; box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

#menu-cta-options li.nav-button a::after {content:""; position:absolute; top:5px; right:5px; display:block; background-color:#fff; width:6px; height:6px; border-radius: 10px;}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	


}

/* Larger than desktop */
@media (min-width: 1000px) {
	


}

/* Larger than Desktop HD */
@media (min-width: 1400px) {

}


/*-----------------------------------------------------------------------------------*/

/* 4. = Blocks

/*-----------------------------------------------------------------------------------*/



.wp-block-group {padding:2rem 0;}

.wp-block-group.has-background {padding:2rem;}

.wp-block-group.has-background {color:#fff;}




/* Block image */

.wp-block-image {margin-bottom: 2.5rem;}

.wp-block-image.solution-img {border-radius:20px; box-shadow: 0 6px 10px rgba(0,0,0,0.3); overflow: hidden;}


/* Block quote */

.wp-block-quote {padding:0 0 1rem 0; margin: 0 auto 4rem auto; position: relative;}

.wp-block-quote::after {content:""; display:block; position:absolute; top: 100%; left:50%;transform:translateX(-50%); width:180px; border-top:solid 3px white; height: 50px; background-image:url(assets/images/interface/quotation-white.png); background-position:center bottom; background-repeat:no-repeat; background-size:40px;}

.wp-block-quote.quote-light-bg::after {border-top:solid 3px var(--mcc-lblue); background-image:url(assets/images/interface/quotation-lblue.png);}

.wp-block-columns p {font-size:1.6rem;}

.wp-block-spacer {display:none;}


.wp-block-quote.feature-quote {padding: 2rem 0; border-top: 1px solid var(--mcc-lblue); margin: 60px 0 40px 0; border-bottom: 1px solid var(--mcc-lblue);}

.wp-block-quote.feature-quote::after {content:""; display:block; position:absolute; top: 100%; left:0%;  width:100%; height: 50px; border:none; background-image:url(assets/images/insights/straight-quotes-lblue.png); background-position:left top; background-repeat:no-repeat; background-size:40px; transform: rotateZ(180deg);}

.wp-block-quote.feature-quote::before {content:""; display:block; position:absolute; top: unset; bottom: 100%; left:0%;  width:100%; height: 50px; border:none; background-image:url(assets/images/insights/straight-quotes-lblue.png); background-position:left top; background-repeat:no-repeat; background-size:40px; transform: rotateZ(0);}


/* Column divider */

.wp-block-columns.col-divider {gap:20px; }



.wp-block-columns.col-divider .wp-block-column:first-child {border-left:1px solid transparent; }

.wp-block-columns.col-divider .wp-block-column p:last-child {margin:0;}


/* Block Accordion */

.wp-block-accordion {color:var(--mcc-lblue); max-width: 1200px; margin: 0 auto;}

.wp-block-accordion button {box-shadow: unset; white-space: normal; height: auto;}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {

	.wp-block-group {padding:4rem 0;}
	
	.wp-block-group.has-background {padding:4rem;}
	
	.wp-block-group.has-background {color:#fff;}
	
	.wp-block-columns.col-divider .wp-block-column {border-left:1px solid var(--mcc-lblue); padding: 2vh 0 2vh 20px;}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	
	
}


/*-----------------------------------------------------------------------------------*/

/* 4. = Content Page

/*-----------------------------------------------------------------------------------*/




/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	
	
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	

	
}

/*-----------------------------------------------------------------------------------*/

/* 4. = Home Page

/*-----------------------------------------------------------------------------------*/




/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	

	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1300px) {
	
	.hero-text p {font-size:1.8rem;}
	
}

/* Larger than Desktop HD */
@media (min-width: 1400px) {
	
	
	
}




/*-----------------------------------------------------------------------------------*/

/* 4. = Industry

/*-----------------------------------------------------------------------------------*/






/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	

	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	
	

}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	

	
}



/*-----------------------------------------------------------------------------------*/

/* 4. = News

/*-----------------------------------------------------------------------------------*/

/* News landing page */


.news .insights-navigation {margin:0 0 5vh 0; align-items: baseline;}

.news .insights-navigation .post-search {flex:1 1 100%; background-color:var(--mcc-blue); color:#fff; border:1px solid #fff; margin: 0 0px 10px 0; width:80%;}

.news .insights-navigation .post-search form {padding: 0; margin: 0;}

.news .insights-navigation .post-search input[type="search"] {background:none; border:none; color:#fff; width:auto; box-shadow: none; margin: 0;}

.news .insights-navigation .post-search .search-button {appearance: none; display:block; width:30px; height:30px; background-image:url(assets/images/interface/search.png); background-size: contain; background-repeat: no-repeat; background-position: center; background-color:unset; padding: 0; margin: 0 10px 0 0;}




.stories {justify-content: space-between; align-items: flex-start;}

.story.lead {flex:0 0 100%; position: relative; gap:5%; align-items: stretch; margin-bottom: 2vh; flex-flow: wrap-reverse;}

.story.lead .story-text {flex:0 0 100%; padding-bottom:20px;}

.story.lead .story-image { flex:0 0 100%; background-size:cover; background-position: center; border-radius: 10px; min-height: 300px; overflow: hidden;}

.story.lead .story-image img { object-fit:cover; width:100%; height:100%; }

.story-image {position: relative; overflow: hidden }

.story-image img { object-fit:cover; width:100%; height:100%; }

.story-image::after {content:""; display:block; position: absolute; width:100%; height:100%; top:0; left:0; background-image:url(assets/images/interface/overlay.svg); background-size:cover; background-position: center;}

.story date, .main-story date {display:block; font-family:sans-serif; text-transform:uppercase; color:var(--mcc-lblue); font-size:14px; margin: 0 0 20px 0;}

.story .ex {}

.story .pad-h {margin: 0 0 2vh 0;}

.story .author {font-size:14px; color:var(--mcc-lblue);}


.story.tile {flex:0 0 100%; position: relative; transition:background-color ease-in 0.3s;}

.story.tile:hover {background-color:rgba(255,255,255,0.1); box-shadow: 0 3px 6px rgba(0,0,0,0.3);}

.story.tile .story-image {height:230px; margin-bottom:20px; background-size:cover; background-position: center; border-radius: 10px;}

.story.tile h2 { margin-bottom:20px;}

.story.tile date { margin-bottom:20px;}


.main-story {width:100%; max-width:800px; margin: 0 auto;}

.main-story .story-image {height:300px; border-radius:10px; margin: 3rem auto;}


.navigation ul { list-style: none; margin: 3rem 0; padding: 0; font-family: sans-serif;}

.navigation ul li {margin: 0 3px; display:inline-block;}

.navigation a {color:rgba(255,255,255,0.6); border:0; font-size: 14px; display:block; padding:3px 5px; border-radius: 5px;}

.navigation a:hover {color:rgba(255,255,255,1)}

.navigation li.active a {background:#fff; color:var(--mcc-blue);}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	.news .insights-navigation .post-search { margin: 0 20px 0 0;}
	
	.news .insights-navigation {max-width:60%; margin:0 auto 5vh auto;}
	
	.story.lead .story-text {flex:0 0 40%; border-top:1px solid #fff; padding:20px 0;}
	
	.story.lead .story-image {flex:0 0 55%; }
	
	.story .pad-h {margin: 0 0 5vh 0;}
	
	.story.tile {flex:0 0 30%;}
	
	.news .insights-navigation .post-search {flex:1;}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {

	
	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	

	
}


/*-----------------------------------------------------------------------------------*/

/* 4. = Resources

/*-----------------------------------------------------------------------------------*/



/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	.resource.tile {flex:0 0 31%; }
	
}

/* Larger than desktop */
@media (min-width: 1000px) {

	
	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	

	
}



/*-----------------------------------------------------------------------------------*/

/* 4. = Content Page

/*-----------------------------------------------------------------------------------*/





/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	

	

	
	

}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1600px) {
	
	
	
}

/*-----------------------------------------------------------------------------------*/

/* 4. = About

/*-----------------------------------------------------------------------------------*/



/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {

	

/* Larger than desktop */
@media (min-width: 1000px) {
	
	
	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	
}

