@charset 'UTF-8';

/* Slick Slider */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* Slick Slider Theme */
.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{background:url(ajax-loader.gif) center center no-repeat #fff}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*================================================================
	1. BASE STYLES
================================================================*/

html {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/* Base
----------------------------------------------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.7;
	font-size: 16px;
}

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

/* Typography
----------------------------------------------------------------*/

@font-face {
	font-family: 'nevis';
	src: url('fonts/nevis-webfont.woff2') format('woff2'),
		   url('fonts/nevis-webfont.woff') format('woff'),
		   url('fonts/nevis-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?snaxt5');
  src:  url('fonts/icomoon.eot?snaxt5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?snaxt5') format('truetype'),
    url('fonts/icomoon.woff?snaxt5') format('woff'),
    url('fonts/icomoon.svg?snaxt5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blackboard:before {
  content: "\e900";
  color: #fff;
}
.icon-connection:before {
  content: "\e901";
  color: #fff;
}
.icon-moodle:before {
  content: "\e902";
  color: #fff;
}
.icon-sharepoint:before {
  content: "\e903";
  color: #fff;
}
.icon-starfish:before {
  content: "\e904";
  color: #fff;
}

a {
	color: #005ba7;
	-webkit-transition: all .2s ease;
	moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover {
	color: #003581;
	text-decoration: none;
}
p {
	margin-top: 20px;
	margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'nevis', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}
.ccm-page-list-title {
	text-transform: none;
}

/* Utility Classes
----------------------------------------------------------------*/

/* Basic hiding classes */
.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

/* Screen reader visibility classes */
/* Need a "hide-for-sr" class? Add aria-hidden='true' to the element */
.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/* Only display the element when it's focused */
.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

/* Spacing */

.m-0 {
	margin: 0;
}
.mt-0 {
	margin-top: 0;
}
.mt-15 {
	margin-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-90 {
	margin-top: 90px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-90 {
	margin-bottom: 90px;
}

/* Colors */

.white {
	color: #fff;
}

/* Backgrounds */

.bg-black {
	background-color: #000;
	color: #fff;
}

/* Bootstrap Overrides
----------------------------------------------------------------*/

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.text-xs-left {
	text-align: left;
}
.text-xs-right {
	text-align: right;
}
.text-xs-center {
	text-align: center;
}
.text-xs-justify {
	text-align: justify;
}

/* Responsive Text Alignment */
@media (min-width: 768px) {
	.text-sm-left {
		text-align: left;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-center {
		text-align: center;
	}
	.text-sm-justify {
		text-align: justify;
	}
}
@media (min-width: 979px) {
	.text-md-left {
		text-align: left;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-center {
		text-align: center;
	}
	.text-md-justify {
		text-align: justify;
	}
}
@media (min-width: 1200px) {
	.text-lg-left {
		text-align: left;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-center {
		text-align: center;
	}
	.text-lg-justify {
		text-align: justify;
	}
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Not sure why this is here, but it adds scroll bars to all the forms
.miniSurveyView {
	overflow: scroll;
	width: 100%;
}
*/
.vc-box {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px){
	.vc-box {
		position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 40px;
	}
}

.tooltip {
	margin-left: 5px;
}

i.fa > span {
	display: none;
}

/*================================================================
	2. STRUCTURE
================================================================*/

/* Header
----------------------------------------------------------------*/

header {}

/* Content
----------------------------------------------------------------*/

.content {
	padding: 60px 20px;
}
.content-sm {
	padding: 15px 20px;
}

/* Footer
----------------------------------------------------------------*/

footer .grey-bar {
	border-top: solid #2f2f2f 25px;
	border-bottom: solid #292929 25px;
}

footer .footer-nav {
	background-color: #232323;
	padding: 40px 20px;
}
footer .footer-nav .footer-nav-col {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
}
@media (min-width: 768px) and (max-width: 979px) {
	footer .footer-nav .footer-nav-col {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
}
@media (max-width: 767px) {
	footer .footer-nav .footer-nav-col {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
}
footer .footer-nav .footer-nav-col ul {
	margin: 5px 0 15px 0;
	padding: 0;
}
footer .footer-nav .footer-nav-col ul li {
	margin-bottom: 20px;
	list-style: none;
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
}
footer .footer-nav .footer-nav-col ul li a {
	color: #fff;
	font-family: 'nevis', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
footer .footer-nav .footer-nav-col ul li a:hover {
	color: #D9D9D9;
}
footer .footer-nav .footer-nav-col ul.sub-menu li {
	margin-bottom: 5px;
	list-style: none;
}
footer .footer-nav .footer-nav-col ul.sub-menu li a {
	color: #085FA4;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: none;
}
footer .footer-nav .footer-nav-col ul.sub-menu li a:hover {
	color: #00397E;
}
footer .footer-nav img {
	max-width: 140px;
	margin-bottom: 5px;
}

footer .search-col {
	text-align: center;
	margin-top: 40px;
}
footer .search-col form {
	margin: 0;
}
footer .search-col .search {
	display: inline-block;
	padding: 0 4px;
	background-color: #cccccc;
}
footer .search-col .search .btn.btn-default {
	border: 0;
	background: #cccccc;
}
footer .search-col .search .btn.btn-default:hover {
	color: #232323;
}
footer .search-col .search .form-control {
	width: 225px;
	height: 46px;
	margin: 0;
	background-color: #cccccc;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	color: #232323;
	font-family: 'Roboto';
	font-size: 16px;
}

footer .links {
	background-color: #2f2f2f;
	padding: 20px 20px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}
footer .site-map {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
footer .site-map li {
	display: inline-block;
}
footer .site-map li a {
	display: block;
	padding: 0 10px;
	border-right: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
footer .site-map li:last-child a {
	border-right: 0;
}
footer .site-map li a:hover {
	color: #085FA4;
	text-decoration: none;
}

@media (max-width: 767px) {
	footer .site-map li {
		display: block;
	}
	footer .site-map li a {
		padding: 5px 0;
		border-right: 0;
	}
}

/*================================================================
	3. Navigation
================================================================*/

/* Top Nav */

.top-nav {
	padding: 8px 20px;
	background-color: #7F7F7F;
}
.top-nav .nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.top-nav .nav li {
	display: inline-block;
}
.top-nav .nav li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-family: 'nevis', sans-serif;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
}
.top-nav .nav li a:hover, .top-nav .nav li a:focus {
	color: #7F7F7F;
}
@media (max-width: 979px) {
	.top-nav .span2 {
		width: 100%;
		margin: 0;
	}
}

/* Main Nav */

.navbar {
	margin: 0;
	border-bottom: 10px solid #0C59A4;
}
.navbar-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1170px;
	background: #fff;
	border: 0;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.navbar-inner .brand {
	width: 25%;
	padding: 10px 0;
	height: auto;
}
.navbar .btn-navbar {
	margin: 18px 0;
	padding: 15px;
	background: #0c5aa4;
	border: 0;
}
.navbar .btn-navbar:hover {
	background: #232323;
}
.navbar .nav {
	position: initial;
	float: right;
	width: 75%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 116px;
	        -webkit-box-pack: center;
	        -webkit-justify-content: center;
	            -ms-flex-pack: center;
	                justify-content: center;
	text-align: center;
}
.navbar .nav > li {
	float: none;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-basis: 0;
	    -ms-flex-preferred-size: 0;
	        flex-basis: 0;
}
.navbar .nav > li > a {
	padding: 10px;
	font-family: 'nevis', sans-serif;
	color: #0c59a4;
	font-size: 15px;
	text-shadow: none;
	text-transform: uppercase;
}
.navbar .nav > li.nav-item.level-1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 100%;
}
.navbar .nav > li.nav-item.level-1,
.navbar .nav > li.nav-item.level-1 > * {
  max-width: 100%;
}
.navbar .dropdown-menu {
	min-width: 300px;
	margin: 0;
	padding: 15px 0;
	background: #f1f1f1;
	border: 0;
	border-bottom: 10px solid #0c59a4;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	list-style: none;
	text-align: right;
}
.navbar .dropdown-menu li {
	list-style: none;
}
.navbar .dropdown-menu li a {
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: inherit;
}
.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus {
	color: #0c59a4;
	background: none;
}
.navbar .nav>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu:after {
	display: none;
}
.navbar .dropdown-menu li.level-2 {
	margin-bottom: 5px;
}
.navbar .dropdown-menu li.level-3 a {
	font-family: 'Roboto', sans-serif;
	color: #232323;
	font-size: 14px;
	text-transform: none;
}
.navbar .dropdown-menu li.level-3 a:hover {
	color: #0c59a4;
	background: none;
}
@media (max-width: 979px) {
	.navbar-inner .brand {
		width: auto;
	}
	.navbar .brand img {
		height: 60px;
		width: auto;
	}
	.navbar .nav {
		display: block;
		height: auto;
		width: 100%;
		text-align: left;
	}
	.navbar .nav li {
		display: block !important;
		text-align: left;
	}
	.navbar .nav li a:hover, .navbar .nav li a:focus {
		background: none;
		color: #232323;
	}
	.navbar .nav > li > a {
		width: 100%;
		padding: 10px 0;
		border-top: 1px solid #f1f1f1;
		line-height: inherit;
	}
	.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
		background: none;
	}
	.navbar .dropdown-menu {
		padding: 10px;
		border-bottom: none;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	.navbar .dropdown-menu a {
    padding: 5px 0;
  }
	.navbar .dropdown-menu ul.lev2 {
		margin: 0 0 0 15px;
	}
	.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus {
		color: #0c59a4;
		background: none;
	}
	.navbar .dropdown-menu li.level-2 {
		margin-bottom: 0;
	}
	.navbar .dropdown-menu li.level-3 a {
    display: block;
	}
}

/* Side Nav */

.side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-nav > ul > li:last-child {
	margin-bottom: 30px;
}
.side-nav ul li a {
	display: block;
	padding: 10px 15px;
	background-color: #0c59a4;
	border-bottom: solid 1px #1977b7;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.side-nav ul li a:hover, .side-nav ul li.nav-selected.nav-path-selected > a {
	background-color: #2f2f2f;
}
.side-nav ul.lev1 li a {
	padding-left: 30px;
}

/* Breadcrumbs */

.breadcrumbs {
	padding: 0 10px;
	background-color: #232323;
}
.breadcrumbs .breadcrumb {
	margin: 0;
	padding: 10px 0;
	background: transparent;
	-webkit-border-radius: none;
	        border-radius: none;
}
.breadcrumbs .breadcrumb > li + li:before {
	content: "\f105";
	padding: 0 8px;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 12px;
	vertical-align: bottom;
}
.breadcrumbs .breadcrumb > li {
	text-shadow: none;
}
.breadcrumbs .breadcrumb li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
}
.breadcrumbs .breadcrumb li a:hover {
	color: #D9D9D9;
}

/* Side Buttons */

.side-buttons-white ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}
.side-buttons-white ul li {
	margin-bottom: 15px;
}
.side-buttons-white ul li a {
	display: block;
	padding: 5px 0px;
	border: 3px solid #0C59A4;
	font-family: 'nevis', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.side-buttons-white ul li:hover a {
	background-color: #0C59A4;
	color: #fff;
}

/*================================================================
	4. FORMS AND BUTTONS
================================================================*/

.btn, input[type="submit"] {
	padding: 13px 20px 11px 20px;
	background-image: none;
	background-color: #fff;
	border: 5px solid #0c59a4;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #0c59a4;
	font-family: 'nevis', sans-serif;
	font-size: 16px;
	text-shadow: none;
	text-transform: uppercase;
	white-space: inherit;
}
.btn:hover, input[type="submit"]:hover {
	background-color: #0c59a4;
	border-color: #0c59a4;
	color: #fff;
}

.btn-primary {
	background-color: #0c59a4;
	border-color: #fff;
	color: #fff;
}
.btn-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0c59a4;
}

.btn-block {
	display: block;
}

.c5wrapper input[type="text"], .c5wrapper input[type="password"], .c5wrapper input[type="datetime"], .c5wrapper input[type="datetime-local"], .c5wrapper input[type="date"], .c5wrapper input[type="month"], .c5wrapper input[type="time"], .c5wrapper input[type="week"], .c5wrapper input[type="number"], .c5wrapper input[type="email"], .c5wrapper input[type="url"], .c5wrapper input[type="search"], .c5wrapper input[type="tel"], .c5wrapper input[type="color"], .c5wrapper .uneditable-input {
	height: 40px;
	padding: 10px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

/*================================================================
	5. BLOCK SPECIFIC STYLES
================================================================*/

/* Social Icons */

.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icons li {
	display: inline-block;
}
.social-icons li a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #232323;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.social-icons li a:hover {
	background-color: #0C59A4;
}
.social-icons li a.search {
	background-color: transparent;
	font-size: 16px;
}
.social-icons li a.search:hover {
	color: #232323;
}
.social-icons li a svg {
	transform: translateY(2px);
}

.footer-services {
	margin-bottom: 30px;
	text-align: center;
}

.footer-icons {
	text-align: center;
}
.footer-icons li a {
	margin: 0 2px;
	width: 34px;
	height: 34px;
	background-color: #fff;
	color: #232323;
	line-height: 34px;
}
.footer-icons li a:hover {
	background-color: #0C59A4;
	color: #fff;
}

.feed-icons {
	margin-bottom: 20px;
}
.feed-icons li a {
	margin: 0 2px;
	width: 34px;
	height: 34px;
	background-color: #fff;
	color: #232323;
	line-height: 34px;
}
.feed-icons li a:hover {
	background-color: #232323;
	color: #fff;
}

.msu-icons {
	text-align: right;
}
@media (max-width: 979px) {
	.msu-icons {
		text-align: center;
	}
}
.msu-icons li a {
	background-color: #0C59A4;
	font-size: 14px;
}
.msu-icons li a:hover {
	background-color: #232323;
}
.msu-icons li a.search {
	background-color: transparent;
	font-size: 16px;
}
.msu-icons li a.search:hover {
	color: #232323;
}
.msu-icons li a .icon-blackboard {
	margin-left: -4px;
	font-size: 13px;
}


/* page load modal */
#page-load-modal.modal {
	width: 90%;
	left: 5%;
	margin: auto;
	border-radius: 0;
	max-height: 90vh;
	top: 5vh;
}
#page-load-modal .modal-dialog{
	overflow-y: initial !important
}
#page-load-modal .modal-body{
	max-height: 90vh;
	overflow-y: auto;
}
.modal-content {
	position: relative;
}
.modal-content::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#page-load-modal.modal button.close {
	right: -11px;
	position: absolute;
	top: -8px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.5);
	line-height: 20px;
	padding: 0;
	margin: 0;
	opacity: 1;
	z-index: 999999;
}
#page-load-modal.modal button.close i {
	opacity: 0.4;
}
#page-load-modal.modal button.close:hover {
	border: 1px solid rgba(0,0,0,0.75);
}
#page-load-modal.modal button.close i:hover,
#page-load-modal.modal button.close:hover i {
	opacity: 0.75;
}
.suppression-link {
	color: #cacaca;
	text-align: right;
}
.suppression-link > a {
	color: #cacaca;
	font-size: .8em;
}
.suppression-link > a:hover {
	color: #373737;
}
@media (min-width: 768px) {
	#page-load-modal.modal {
		width: 80%;
		left: 10%;
	}
	#page-load-modal .modal-body{
		max-height: 90vh;
	}
}
@media (min-width: 992px) {
	#page-load-modal.modal {
		width: 60%;
		left: 20%;
	}
}
@media (min-width: 1024px) {
	#page-load-modal.modal {
		width: 800px;
		left: calc(50% - 400px);
	}
}

/* *** c5blurb *** */
.c5blurb {
	padding: 2rem;
}
.c5blurb .blurb-image img {
	border-radius: 2px;
	box-shadow: 0 0 8px #a1a1a1;
	border: 6px solid #0c59a4;
	-webkit-transition: all .2s ease;
	moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.c5blurb:hover .blurb-image img {
    /*transform: scale(1.01);*/
}
.c5blurb .blurb-content {
	padding: 1rem 0.5rem;
}
.c5blurb .blurb-content p:last-child {
	margin-bottom: 0;
}


.pl-majors-minors-new {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.pl-majors-minors-new > .c5blurb {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
}
.pl-majors-minors-new .blurb-image > a {
	display: block;
	width: 100%;
	height: 200px;
	background-size:cover;
	background-position: center center;
	border-radius: 2px;
	box-shadow: 0 0 8px #a1a1a1;
	border: 6px solid #0c59a4;
	-webkit-transition: all .2s ease;
	moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/* Date Nav */
.ccmDateNav li.pageNode > a {
	font-size: .8rem;
	line-height: 1.1rem;
	margin: 0.5rem 0;
	display: block;
}

/* Page List > Date Time List */
.date-time-list .event {
	margin-bottom: 12px;
}
.date-time-list .event-date {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}
.date-time-list .event-date .event-icon {
	width: 80px;
	height: 80px;
	padding: 15px;
	background: #0c59a4;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
.date-time-list .event-date .event-icon .month {
	display: block;
	font-family: 'nevis', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.date-time-list .event-date .event-icon .day {
	display: block;
	font-family: 'nevis', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
}
.date-time-list .event-info {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 25px;
}
.date-time-list .event-info .title h3 {
	margin-bottom: 0;
}
.date-time-list .event-info .date {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
}

/*================================================================
	6. PAGE SPECIFIC STYLES
================================================================*/

/* Home */

.home-banner {
	position: relative;
	padding: 120px 20px 20px 20px;
	background-image: url("../img/mayville-home-banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-color: #0C59A4;
}
.home-banner h1 {
	background-color: #fff;
	color: #222324;
	display: inline-block;
	padding: 10px;
}
.home-banner p {
	margin: 0;
}
.home-banner .blue {
	color: #0C59A4;
}
.home-banner .btn {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 17px 30px 15px 30px;
	border: 0;
	font-size: 20px;
	letter-spacing: 2px;
}

.home-banner-scroll-down {
	position: absolute;
	bottom: 40px;
	right: 60px;
	-webkit-transform: rotate(90deg) translateX(0);
	-ms-transform: rotate(90deg) translateX(0);
	transform: rotate(90deg) translateX(0);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	color: #fff;
	font-weight: 700;
	-webkit-animation: bounce 1s alternate infinite;
	animation: bounce 1s alternate infinite;
}
.home-banner-scroll-down img {
	position: relative;
	left: 3px;
	height: 20px;
}
.home-banner-scroll-down:hover, .home-banner-scroll-down:active, .home-banner-scroll-down:focus {
  color: #fff;
}
@-webkit-keyframes bounce {
  0%   {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(10px);
    transform: rotate(90deg) translateX(10px);
  }
}
@keyframes bounce {
  0%   {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(10px);
    transform: rotate(90deg) translateX(10px);
  }
}
@media (max-width: 767px) {
	.home-banner-scroll-down {
		display: none;
	}
}

.home-page-icons {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-page-icons:after {
	content: '';
	display: block;
	clear: both;
}
.home-page-icons li {
	float: left;
	width: 20%;
	padding: 15px;
	text-align: center;
}
.home-page-icons li a {
	color: #fff;
}
.home-page-icons li a h3 {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 18px;
}
.home-page-icons li a img {
	width: 100px;
	height: auto;
	-webkit-transform: scale(.95);
	    -ms-transform: scale(.95);
	        transform: scale(.95);
  -webkit-transition: all .2s ease;
  moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.home-page-icons li a:hover {
	text-decoration: none;
}
.home-page-icons li a:hover img {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
@media (max-width: 767px) {
	.home-page-icons li {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.home-page-icons li {
		float: left;
		width: 100%;
		text-align: center;
	}
}

/* Alert Bar */

.alert-bar {
	padding: 10px 15px;
	background: orange;
	color: #fff;
	text-align: center;
}
.alert-bar p {
	margin: 0;
}
.alert-bar a {
	color: #fff;
	text-decoration: underline;
}
.alert-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Icon Row */

.icons-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.icons-row li {
	width: 16.667%;
	padding: 15px;
	text-align: center;
}
.icons-row li a {
	color: #fff;
}
.icons-row li a h3 {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 18px;
}
.icons-row li a img {
	width: 100px;
	height: auto;
	-webkit-transform: scale(.95);
	        transform: scale(.95);
  -webkit-transition: all .2s ease;
  moz-transition: all .2s ease;
  transition: all .2s ease;
}
.icons-row li a:hover {
	text-decoration: none;
}
.icons-row li a:hover img {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
@media (max-width: 992px) {
	.icons-row li {
		width: 33.333%;
	}
}
@media (max-width: 768px) {
	.icons-row li {
		width: 50%;
	}
}

.cta-round,
.video-library {
	background-color: #0C59A4;
	background-image: url("../img/mayville-bkg-texture.png");
	background-repeat: repeat;
}

.flex-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.flex-box {
	width: 20%;
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1;
	text-align: center;
}
.flex-box h4 {
	text-transform: none;
}
.flex-box-bg-1,
.flex-box-bg-2,
.flex-box-bg-3,
.flex-box-bg-4,
.flex-box-bg-5 {
	min-height: 300px;
}
.flex-box-bg-1 {
	background-image: url('../img/mayville-grid-img-01.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.flex-box-bg-2 {
	background-image: url('../img/mayville-grid-img-02.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.flex-box-bg-3 {
	background-image: url('../img/mayville-grid-img-03.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.flex-box-bg-4 {
	background-image: url('../img/mayville-grid-img-04.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.flex-box-bg-5 {
	background-image: url('../img/mayville-grid-img-05.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.flex-boxes .flex-box h2 {
	font-size: 46px;
	margin-bottom: 0px;
	text-align: center;
}

.flex-boxes .flex-box h5 {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.flex-boxes .flex-box img {
	display: inline-block;
	width: 40px;
	border-right: solid 2px #0C59A4;
	padding-right: 3px;
	margin-right: 3px;
}

.flex-boxes .flex-box a {
	font-family: 'nevis', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding: 15px 10px;
}

.flex-boxes .flex-box a:hover {
	text-transform: uppercase;
	font-size: 11px;
	border: 2px solid #0C59A4;
	color: #0C59A4;
	padding: 15px 10px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
@media (min-width: 480px) and (max-width: 979px) {
	.flex-box {
		width: 50%;
	}
	.flex-box-bg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.flex-box-stat-1 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.flex-box-bg-2 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.flex-box-stat-2 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.flex-box-bg-3 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.flex-box-stat-3 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.flex-box-bg-4 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.flex-box-stat-4 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.flex-box-bg-5 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.flex-box-stat-5 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;
	}
}
@media (max-width: 479px) {
	.flex-box {
		width: 100%;
		padding: 30px;
	}
}

.event-section {
	padding: 0 20px;
	background-color: #fff;
	background-image: url("../img/mayville-zig-zag-bkg-pattern.png");
	background-repeat: repeat;
	border-top: 10px solid #0C59A4;
	border-bottom: 10px solid #0C59A4;
}
.event-section-header {
	position: relative;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.event-section-header .btn {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 479px) {
	.event-section-header .btn {
		position: relative;
		margin-bottom: 20px;
	}
}
.event-date {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}
.event-date .event-icon {
	width: 80px;
	height: 80px;
	padding: 15px;
	background: #0c59a4;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
.event-date .event-icon .month {
	display: block;
	font-family: 'nevis', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.event-date .event-icon .day {
	display: block;
	font-family: 'nevis', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
}
.event-info {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 25px;
}
.event-info .title h3 {
	margin-bottom: 0;
}
.event-info .date {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
}
.events .slick-prev {
	left: -15px;
	height: 0px;
}
.events .slick-next {
	right: -15px;
	height: 0px;
}
.events .slick-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 40px;
	color: #0c59a4;
}
.events .slick-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 40px;
	color: #0c59a4;
}

.msu-news {
	background-color: #7F7F7F;
	min-height: 270px;
}
.msu-news .h1 a {
	color:#fff;
}
.msu-news .h1 a:hover {
	color: #e6e6e6;
}
.msu-news .side-col {
	float: left;
	width: 15%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	white-space: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.msu-news .news-h2 {
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.msu-news .news-col {
	width: 85%;
	float: right;
}
.msu-news .news-col img {
	width: 100%;
}
.msu-news .news-col .news-content h3 {
	color: #0C59A4;
}
.msu-news .news-col .slick-slide:nth-of-type(odd) {
	background-color: #fff;
}
.msu-news .news-col .slick-slide:nth-of-type(even) {
	background-color: #e6e6e6;
}
.msu-news .news-col .news-content {
	padding: 50px 25px 5px 25px;
}
.msu-news .side-col h2 {
	margin: 0;
	padding: 10px;
	color: #fff;
}
.msu-news .slick-next {
	right: 0;
	width: 58px;
	height: 110px;
	margin-top: -55px;
}
.msu-news .slick-prev {
	display: none;
	left: 0px;
}
.msu-news .slick-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 80px;
	color: #fff;
	background-color: rgba(0, 51, 102, 0.8);
	padding: 15px;
}

@media (max-width: 767px){
	.events .slick-prev:before,
	.events .slick-next:before {
		font-size: 40px;
	}
	.events .slick-prev {
		left: -30px;
		width: 14px;
    height: 40px;
    margin-top: -20px;
	}
	.events .slick-next {
		right: -30px;
		width: 14px;
    height: 40px;
    margin-top: -20px;
	}
}



/* Mayville Minute */
.mmSidebar .ccm-search-block-form {
    display: flex;
    max-width: 100%;
}
.mmSidebar .ccm-search-block-form input[name=query] {
    margin-right: 8px;
    border-color: #2f2f2f;
    width: 100%;
    min-width: 0;
}
.mmSidebar .ccm-search-block-form input[type=submit] {
    padding: 0 8px;
    font-size: 14px;
}

/* Search > Results Only */
.ccm-search-block-form.results-only input[type=submit] {
    padding: 5px 12px;
    font-size: 14px;
}

/* Page Templates
----------------------------------------------------------------*/



/* Individual Pages
----------------------------------------------------------------*/

/* Subpage 1 */

.subpage-1-banner-top {
	padding: 120px 20px 20px 20px;
	background-image: url("../img/mayville-subpage-1-banner-top.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-color: #0C59A4;
}
.subpage-1-banner-top .banner-text h1 {
	background-color: #fff;
	color: #0C59A4;
	display: inline-block;
	padding:10px;
	// line-height: 1.5;
	// box-decoration-break: clone;
	// -webkit-box-decoration-break: clone;
}

.subpage-1-banner-bottom {
	padding: 80px 20px;
	background-image: url("../img/mayville-subpage-1-banner-bottom.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-color: #0C59A4;
	border-top: 10px solid #0c59a4;
	text-align: center;
}
.subpage-1-banner-bottom .banner-text h4 {
	margin: 0;
	padding: 30px 20px 50px 20px;
	background-color: rgba(12,89,164,0.9);
	color: #fff;
	font-size: 20px;
}
.subpage-1-banner-bottom .banner-text .btn.btn-primary {
	margin-top: -22px;
}

.cta {
	margin-top: 50px;
}
.cta .cta-col {
	text-align: center;
}
.cta .cta-col img {
	margin: 0 auto !important;
	float: none !important;
}
.cta .cta-col h4 {
	color: #0C59A4;
	min-height: 60px;
	margin-top: 30px;
}

@media (max-width: 992px) {
	.cta .cta-col {
		padding-bottom: 20px;
	}
	.cta .cta-col h4 {
		min-height: auto;
		margin-top: 20px;
	}
	.content .subpage-content-col img {
		float: none;
		margin: 0px;
	}
}

/* Subpage 2 */

.subpage-2-banner-top {
	padding: 120px 20px 20px 20px;
	background-image: url("../img/mayville-subpage-1-banner-top.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-color: #0C59A4;
}
.subpage-2-banner-top .banner-text h1 {
	background-color: #fff;
	color: #0C59A4;
	display: inline-block;
	padding:10px;
	// line-height: 1.5;
	// box-decoration-break: clone;
	// -webkit-box-decoration-break: clone;
}

.static-nav {
	text-align: center;
}
.static-nav > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
}
.static-nav > ul > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.static-nav > ul > li > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	padding: 20px;
	border-left: 1px solid #2d3135;
	color: #fff;
	font-family: 'nevis', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.static-nav > ul > li:last-child a {
	border-right: 1px solid #2d3135;
}
.static-nav > ul > li > a:hover, .static-nav > ul > li > a:focus {
	background-color: #7F7F7F;
}
@media (max-width: 767px) {
	.static-nav > ul {
		display: block;
	}
	.static-nav > ul > li {
		display: block;
	}
	.static-nav > ul > li > a {
		display: block;
		border: 0;
		border-bottom: 1px solid #2d3135;
	}
	.static-nav > ul > li:last-child a {
		border: 0;
		border-bottom: 0;
	}
}

.subpage-2-banner-bottom {
	padding: 80px 20px;
	background-image: url("../img/mayville-subpage-1-banner-bottom.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-color: #0C59A4;
	border-top: 10px solid #0c59a4;
	text-align: center;
}
.subpage-2-banner-bottom .banner-text h4 {
	margin: 0;
	padding: 30px 20px 50px 20px;
	background-color: rgba(12,89,164,0.9);
	color: #fff;
	font-size: 20px;
}
.subpage-2-banner-bottom .banner-text .btn.btn-primary {
	margin-top: -22px;
}

.subpage-2-testimonial {
	background-color: #0C59A4;
}

.subpage-2-testimonial .img-col {
	text-align: center;
}
/*
.subpage-2-testimonial .img-col > img {
    border-radius: 50%;
    border: 4px solid #fff;
}
*/
.subpage-2-testimonial .testimonial-col {
	padding-top: 5%;
}

.subpage-2-testimonial .testimonial-col h2 {
	color: #fff;
	/*text-transform: none;*/
}

.subpage-2-testimonial .testimonial-col h4 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 2;
	text-transform: none;
}

@media (min-width:768px) and (max-width:991px){
	.subpage-2-testimonial .testimonial-col {
		padding-top: 0px;
	}
}

@media (max-width: 767px) {
	.static-nav .static-nav-ul li {
		border-right: none;
		border-top: 2px solid #2d3135;
		padding: 5px 0;
	}
	.static-nav .static-nav-ul li:first-child {
		border-left: none;
		border-top: none;
	}
}

/* Majors & Minors */

.majors-minors-banner-top {
	padding: 120px 20px 20px 20px;
	background-image: url("../img/mayville-majors-minors-banner-top.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-color: #0C59A4;
}
.majors-minors-banner-top .banner-text h1 {
	background-color: #fff;
	color: #0C59A4;
	display: inline-block;
	padding:10px;
	// line-height: 1.5;
	// box-decoration-break: clone;
	// -webkit-box-decoration-break: clone;
}

.majors-minors {
	margin-bottom: 60px;
}

.majors-minors .button-col {
	text-align: center;
	margin-bottom: 50px;
}

.majors-minors .button-col .btn.btn-default {
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	width: 200px;
	background-color: #fff;
	color:  #0C59A4;
	border: solid 5px #0C59A4;
	font-family: 'nevis', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.majors-minors .button-col .btn.btn-default.active {
	background-color: #0C59AF;
	border: solid 5px #0C59A4;
	color: #fff;
}

.majors-minors .majors-minors-col .category {
	min-height: 175px;
}

.majors-minors .majors-minors-col .title .blue-bar {
	width: 315px;
	background-color: #0C59A4;
	display: inline-block;
	height: 80px;
	margin-left: -20px;
	vertical-align: middle;
	margin-top: 40px;
	position: relative;
}

.majors-minors .majors-minors-col .title img,
.majors-minors .majors-minors-col .title h3 {
	position: relative;
}

.majors-minors .majors-minors-col .title img {
	float: left;
}

.majors-minors .majors-minors-col .title h3 {
	padding-left: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%)
}

.majors-minors .majors-minors-col .title h3 a {
	color: #fff;
}
.majors-minors .majors-minors-col .title h3 a:hover,
.majors-minors .majors-minors-col .title h3 a:active,
.majors-minors .majors-minors-col .title h3 a:focus {
	color: #1784ee;
	text-decoration: none;
}

.majors-minors .majors-minors-col ul {
	margin-top: 15px;
	margin-left: 165px;
}

.majors-minors .majors-minors-col ul li:before {
	content: '\f019';
	font-family: 'FontAwesome';
	padding-right: 5px;
}

.majors-minors .majors-minors-col ul li a,
.majors-minors .majors-minors-col ul li a:hover,
.majors-minors .majors-minors-col ul li a:active,
.majors-minors .majors-minors-col ul li a:focus {
	text-decoration: none;
}

.back-to-top .back-to-top-col {
	text-align: center;
}

.back-to-top .back-to-top-col p {
	margin-top: 0px;
	text-transform: uppercase;
}

.majors-minors-banner-bottom {
	padding: 80px 20px;
	background-image: url("../img/mayville-subpage-1-banner-bottom.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-color: #0C59A4;
	border-top: 10px solid #0c59a4;
	text-align: center;
}
.majors-minors-banner-bottom .banner-text h4 {
	margin: 0;
	padding: 30px 20px 50px 20px;
	background-color: rgba(12,89,164,0.9);
	color: #fff;
	font-size: 20px;
}
.majors-minors-banner-bottom .banner-text .btn.btn-primary {
	margin-top: -22px;
}

.majors-minors .grid-item {
	width: 25%;
}

.majors-minors .grid-item--width2 {
	width: 50%;
}

@media (max-width: 767px) {
	.majors-minors .button-col .btn.btn-default {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.majors-minors .majors-minors-col .category {
		max-width: 285px;
		margin: 0 auto;
	}

	.majors-minors .majors-minors-col ul {
		margin-left: 0px;
	}

	.majors-minors .majors-minors-col .title {
		text-align: center;
	}

	.majors-minors .majors-minors-col .title img {
		display: none;
	}

	.majors-minors .majors-minors-col .title .blue-bar h3 {
		font-size: 18px;
		padding-left: 0px;
		text-align: center;
		position: relative;
	}

	.majors-minors .majors-minors-col .title .blue-bar {
		width: 285px;
		margin-left: 0px;
	}
}


.c5blurb {
	padding: 2rem;
}
.c5blurb .blurb-image img {
	border-radius: 2px;
	box-shadow: 0 0 8px #a1a1a1;
	border: 6px solid #0c59a4;
	-webkit-transition: all .2s ease;
	moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.c5blurb:hover .blurb-image img {
    /*transform: scale(1.01);*/
}
.c5blurb .blurb-content {
	padding: 1rem 0.5rem;
}
.c5blurb .blurb-content p:last-child {
	margin-bottom: 0;
}===============================================================
	7. MISCELLANOUS
================================================================*/

.c5wrapper table td,
.c5wrapper table th {
	vertical-align: middle;
	padding: 10px
}
.c5wrapper table thead th {
	text-align: center
}
.c5wrapper table.zebra-striped tr:nth-child(2n) td {
	background-color: #D3DFEE
}
.c5wrapper table.zebra-striped th {
	font-weight: 700;
	background-color: #8DB3E2
}

.spbg.nomobile {
	font-size: 11px;
}
.mobile-only {
	display: none;
}
@media (max-width: 1200px) {
	.spbg.nomobile {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

.home-social-header {
	position: relative;
	padding: 30px 15px;
	background-image: url('../img/mayville-bkg-texture.png');
	background-position: 50%;
	background-repeat: repeat !important;
	background-color: #0C59A4;
	color: #fff;
	text-align: center;
}
.home-social-header h2, .home-social-header p {
	display: block;
	margin: 0;
	color: #fff;
	line-height: 34px;
}
.home-social-header .feed-icons {
	display: inline-block;
	margin: 15px 0;
}
@media (min-width: 979px) {
	.home-social-header h2, .home-social-header p, .home-social-header .feed-icons {
		display: inline-block;
	}
	.home-social-header .feed-icons {
		margin: 0 15px;
	}
}

/*================================================================
	8. MEDIA QUERIES
================================================================*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Medium devices (desktops, 979px and up) */
@media (min-width: 979px) {}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Print */
@media print {
	.col-print-1 {
		width: 8%;
		float: left;
		margin-left: 0;
	}
	.col-print-2 {
		width: 16%;
		float: left;
		margin-left: 0;
	}
	.col-print-3 {
		width: 25%;
		float: left;
		margin-left: 0;
	}
	.col-print-4 {
		width: 33%;
		float: left;
		margin-left: 0;
	}
	.col-print-5 {
		width: 42%;
		float: left;
		margin-left: 0;
	}
	.col-print-6 {
		width: 50%;
		float: left;
		margin-left: 0;
	}
	.col-print-7 {
		width: 58%;
		float: left;
		margin-left: 0;
	}
	.col-print-8 {
		width: 66%;
		float: left;
		margin-left: 0;
	}
	.col-print-9 {
		width: 75%;
		float: left;
		margin-left: 0;
	}
	.col-print-10{
		width: 83%;
		float: left;
		margin-left: 0;
	}
	.col-print-11{
		width: 92%;
		float: left;
		margin-left: 0;
	}
	.col-print-12{
		width: 100%;
		float: left;
		margin-left: 0;
	}
	.hidden-print {
		display:none;
	}
	.visible-print {
		display:block;
	}
	.jumbotron {
		padding:0;
	}
	.content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	a[href]:after {
		content: '' !important;
	}
}

/* Large desktop */
@media (min-width: 1200px) { }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		padding-right: 0;
		padding-left: 0;
	}
	.home-banner {
		padding-top: 80px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	h1, .h1 {
		font-size: 26px;
	}
}
