﻿@charset "utf-8";
/* CSS Document */

/**
* @license
* MyFonts Webfont Build ID 3171780, 2016-02-15T10:27:00-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed fonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: MuseoSans-500 by exljbris
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500/
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
*
* Webfont: MuseoSans-100 by exljbris
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/100/
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
*
* Webfont: MuseoSans-900 by exljbris
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/900/
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
*
* Webfont: MuseoSlab-100 by exljbris
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/100/
* Copyright: Copyright (c) 2009 by Joas Buivenga. All rights reserved.
*
* Webfont: MuseoSlab-500 by exljbris
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/500/
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3171780
* Licensed pageviews: 5,000,000
*
* © 2016 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
	font-family: museo-sans-100;
	src: url(../fonts/museo-sans-100.woff);
}

@font-face {
	font-family: museo-sans-300;
	src: url(../fonts/museo-sans-300.woff);
}

@font-face {
	font-family: museo-sans-500;
	src: url(../fonts/museo-sans-500.woff);
}

@font-face {
	font-family: museo-sans-700;
	src: url(../fonts/museo-sans-700.woff);
}

@font-face {
	font-family: museo-sans-900;
	src: url(../fonts/museo-sans-900.woff);
}

@font-face {
	font-family: museo-slab-100;
	src: url(../fonts/museo-slab-100.woff);
}

@font-face {
	font-family: museo-slab-500;
	src: url(../fonts/museo-slab-500.woff);
}


/* -----------------------------------------------------------------------------------------
DEFAULT RULES
----------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-family:museo-sans-300, 'Open Sans', Arial, sans-serif;
	font-size:62.5%; }  /* =10px */

html,
body {
	width: 100%;
	background-color:#fff;
	overflow-x:hidden;
}

body {
	color: #1A1A1A;
	min-width: 318px;
}
    body * {
        font-family:museo-sans-300, 'Open Sans', Arial, sans-serif;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
table {
	width:100%;
	margin-bottom:30px; /*random number, could be too much*/
	border-bottom:solid 1px #1a85ff;
	background-color:#fff;
    border-collapse:collapse;
}
    tbody {
        border-bottom:solid 1px #1a85ff;
    }
    tbody tr:last-child td {
        border-bottom: solid 1px #1a85ff;
    }
    tbody th {
        background-color: #f2f2f2;
        font-family:museo-sans-500, 'Open Sans', Arial, sans-serif;
    }
        thead th {
            background-color:#d9d9d9;
            padding:15px;
            color: #1a1a1a;
            border:none;
            text-align:left;
            font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
            border-right:solid 1px #bfbfbf;
            text-align:center;
            vertical-align:middle;
        }
        thead tr,
        tfoot th,
        tfoot td {
            border-bottom:solid 1px #1a85ff;
        }
    tfoot tr td {
        border-top: solid 2px #d9d9d9;
    }
    tbody tr,
    tbody th {
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
    -o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
    }
    tfoot th,
    tfoot td {
        font-family:museo-sans-700;
        color:#767676;
    }
    tfoot tr {
        background-color: #f2f2f2;
    }
    td, th {
        border:none;
        border-bottom: 1px solid #d9d9d9;
        border-right:solid 1px #d9d9d9;
        padding: 15px;
        font-weight:normal;
        font-size:1.6rem;
        vertical-align:top; /*added for curriculum page table inside accordion */
    }
        td hr {
            margin:10px 0;
        }
    tr:nth-last-child(2) td[rowspan] { /* for the table inside the dantes exam for mscj accordion panel: http://cccmstest-01.ccis.edu/admissions/transfer/college-credit-sources */
        border-bottom: solid 1px #1a85ff;
    }

td:first-child {
	border-left: solid 1px #d9d9d9;
}
li p {
	margin:0;
	display:inline-block;
	width:100%;
}
label {
	font-size: 1.2rem;
	font-family: museo-sans-500;
	color: #595959;
    margin-top:10px;
    line-height:1.6rem;
}
input, select, textarea {
	width: 95%;
	padding: 5px;
	border-radius: 6px;
	border: solid 1px #d9d9d9;
    margin:8px 0 20px 0!important;
}
select {
    display:inline-block!important;
}
select > option {
    font-size:1.2rem;
}
dd {
  padding-left: 20px;
  border-left: 3px solid #d9d9d9;
  margin-bottom: 25px;
}
dt {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: museo-sans-900;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: .13rem;
  color: #0053b3;
}

/* ------------------------------------------ NORMALIZE.CSS RESETS ---------------------------- */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
template {
	display: none;
}

h1,
.cg-fake-h1,
h2,
h3,
h4,
h5,
h6 {
	color:#404040;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
	font-weight:normal;
}
h1,
.cg-fake-h1 {
	font-size:3rem;
	margin:20px 0 2rem 0;
	line-height: 3.8rem;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
}
h2 {
	font-size:2.2rem;
	margin: 3rem 0 2rem 0;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
}
h3 {
	font-size:1.8rem;
	margin: 2rem 0 1.5rem 0;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
}
h4 {
	font-size:1.6rem;
	margin: 1.5rem 0 1rem 0;
}
h5, h6 {
	font-size: 1.4rem;
	text-transform:uppercase;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
}
p {
	line-height: 2.6rem;
	font-size:1.6rem;
	margin: 0 auto 2.5rem auto;
}
ul,
ol {
	margin-bottom:30px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-left:30px;
}
li {
	margin: 0 auto 1.2rem auto;
	line-height: 2.4rem;
	padding-left: 10px;
	margin-left: 30px;
}
ol {
	list-style-type: none;
	counter-reset:step-counter;
}
ol > li {
	counter-increment: step-counter;
	margin-bottom: 20px;
}
ol > li:before {
	content: counter(step-counter)'.';
	margin-right: 20px;
	font-family: museo-sans-700;
	margin-left:-33px;
}
ol li:nth-child(n+10)::before {
	margin-right: 10px;
}
span,
i,
b,
em,
strong { /*add :not(span) when * is more developed*/
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	font-weight:inherit;
	line-height:inherit;
}
small {
	font-size: 80%;
	color:#8c8c8c;
}
sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	font-weight:inherit;
	font-family:inherit;
	font-size:inherit;
	font-size: 80%;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0 none;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color:#006be6;
	font-family:inherit;
	font-family:  museo-sans-300, "Open Sans", Arial, sans-serif;
	font-size:inherit;
	text-decoration:underline;
	background: transparent;
	outline-offset: 8px;
}
a:hover,
a:focus,
a:active {
	cursor: pointer;
}
a:focus {
	outline: solid 2px #1a85ff;
	outline-offset: 2px;
	-webkit-transition:outline-offset .3s ease;
	-o-transition:outline-offset .3s ease;
	transition:outline-offset .3s ease;
}
select {
	font-family: museo-sans-500, "Open Sans", Arial, sans-serif;
	padding: 5px;
}
select:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

b,
strong {
	font-family: museo-sans-700, "Open Sans", Arial, sans-serif;
	font-weight: normal;
	font-size:inherit;
}
hr {
	margin: 40px 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre {
	overflow: auto;
    /* added for test component page - 3/24/20 EG */
	overflow: visible;
    white-space:pre-wrap;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0 2px; /* 2 */
	font-family: museo-sans-500, 'Open sans', Arial, sans-serif;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}

/* ------------------------------------------- ELEMENTS ---------------------------- */



details {
  border-bottom: solid 1px #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
}
    details:first-of-type {
      border-top: solid 1px #d9d9d9;
    }
    details[open] {
      background-color: rgba(217, 217, 217, .5);
    }
    details summary:first-child {
      text-decoration: underline;
      font-family: museo-sans-700;
      padding-left: 30px;
      position: relative;
      color: #006be6;
    }
        details summary:first-child:before {
          content: '+';
          position: absolute;
          left: 15px;
        }
            details[open] summary:first-child:before {
              content: '-';
            }
        details summary:first-child:focus,
        details summary:first-child:hover {
            outline: none;
            text-decoration: underline;
            cursor:pointer;
        }
        details summary:nth-child(n+2) {
          padding: 15px;
        }
        details summary::-webkit-details-marker {
            color: transparent;
        }



@media screen and (min-width: 768px) {
	a[name] {
		position: relative;
		display: block;
		top: -100px;
		visibility: hidden;
	}
}




/* ------------------------------------ MDB ADDITIONS < 769 --------------------------------------- */

.card-group, .card-body {
  width: 100%;
}
.card-group > .card:not(:last-child) {
	margin-right:10px;
}
.card {
	border-radius: 6px;
	border: 0;
	font-weight: 400;
	height: 100%;
}
.card .card-body {
	position: relative;
}
.card.card-cascade.wider {
	background-color: transparent;
}
.card.card-cascade .view {
	border-radius: 0.25rem;
	z-index: 2;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
	cursor: default;
}
.z-depth-1, .card, 
.card.card-cascade.wider .card-body {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-0, 
.card.card-cascade.wider,
.card.card-cascade {
	box-shadow: none;
}
.card .card-body h1, 
.card .card-body h2, 
.card .card-body h3, 
.card .card-body h4, 
.card .card-body h5, 
.card .card-body h6 {
	font-weight: 400;
}
/*.magazine-section {
	/*margin-top:100px; removing for department pages. EG - 8/2/19 */
/*} */
a .fa-external-link-alt,
a .fa-lock {
    font-size:70%;
}
.align-items-stretch .cg-wrapper-link { /*makes card item full height - minors page example */
	height: 100%;
}
.md-form input + label {
    font-size:1.4rem;
}
.md-form input:focus + label { /*makes label shrink up to top when the focus is on input */
  top: -20px;
  font-size: 1.1rem;
}

/* ---------------------------------------------- RMI FORM < 769 --------------------- */

.actions {
  text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}
.offstate {
  display: none;
}
.errMsg {
  color: #E92F32;
  font-weight: bolder;
  font-size: 1.4rem;
}
.reqMark:after {
  content: ' *';
}
.wFormContainer {
border: none!important;
}
.wForm {
padding: 0!important;
text-align: left;
}
.oneField {
margin: 0 !important;
padding: 0 !important;
min-width: 100%;
}
.inputWrapper input, .inputWrapper select {
margin: 0 !important;
padding: 5px 10px!important;
width: 100% !important;
min-width: 100%;
}
.inputWrapper {
font-size: 1.6rem !important;
width: 100%;
min-width: 100% !important;
}
.primaryAction.cg-button {
font-family: museo-sans-700 !important;
font-size: 1.4rem;
margin: 10px 0 !important;
}
.wFormFooter {
display: none;
}


/* ---------------------------------------------- GENERAL MODIFIERS < 769 -------------------------------------- */

.cg-heading {
	margin:0 0 15px 0;
	color:#595959;
	color:inherit;
	font-family:museo-sans-700;
	font-size:2rem;
	line-height: 2.4rem;
	font-weight:normal;
}
.cg-heading-small {
    letter-spacing: .25rem;
	font-size: 1.2rem;
        line-height:1.8rem;
    text-transform: uppercase;
	margin:10px 0 5px 0;
	font-family:museo-sans-900;
	color:#767676;
}

.cg-heading-large { /*needed? */
	font-size:2.8rem;
	font-family:museo-sans-700;
	line-height:3.2rem;
	margin:0;
}
.cg-support {
	display:block;
	margin-top:5px;
}
.cg-heading span.cg-support { /* changed some styles for directory - eg 2-3-20 */
    margin-top: 0;
    font-family: museo-sans-900;
    line-height: 1.8rem;
    color: #0053b3;
	margin-bottom:0;
	font-size:1.2rem!important;
}
    h1 .cg-support {
		font-family: museo-sans-900 !important;
		font-size: 1.4rem;
		line-height: 2.5rem;
		color:#0053b3;
		text-transform: uppercase;
		letter-spacing: .08rem;
	}
	h2 span.cg-support,
    h3 .cg-support,
    h4 .cg-support,
    h5 .cg-support {/* changed from museo-slab-500, 2.4rem. Used on about/strategic-plan */
		font-family: museo-sans-900;
		font-size: 1.2rem;
		line-height: 1.6rem;
		color: #0053b3;
		text-transform: uppercase;
		letter-spacing: .2rem;
	}
	.cg-lead p:not(.cg-subtle-text),
    .cg-lead li {
		font-size:2rem;
		font-family:museo-sans-300;
		line-height: 3rem;
		color:#000;
	}
.cg-subtle-text {
	color: #767676;
	font-size: 1.2rem;
	line-height:2rem;
	margin: 2px 0;
}
.cg-feature-text {
	font-size: 2.4rem;
	font-family: museo-sans-100;
	line-height: 3rem;
}
.cg-divider {
	margin:80px 0;
}

.cg-attribute {
	font-size: 70%;
	opacity: .7;
	line-height: normal;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
}
.cg-hr-yellow {
	border-top: solid 3px #f0c200;
	opacity: 1;
	width: 50px;
	display: inline-block;
	margin: 15px calc(50% - 25px) 20px !important;
}

/* ------------------------------------------------- UTILITIES ---------------------------------------------------------- */

.cg-blue {
	color:#1a85ff;/* removing !important because it's causing issues with .cg-heading, which causes other issues if I then add !important to it. EG - 20210920 */
}
.cg-navy:not(.cg-button) {
    color:#002855!important;
}
.cg-orange {
	color:#f78937;
}
.cg-orange-35 {
	color:#b34a00;
}
.cg-blue-35 {
	color:#0053b3;
}
.cg-green-45 {
	color:#86b431;
}
.cg-yellow {
	color:#f0c200;
}
.cg-navy.fa {
	color:#002855;
	background-color:transparent;
}
.cg-center {
	text-align: center;
}
.cg-left {
	text-align: left;
}
.cg-icon {
    height:100px;
}
.cg-icon img {
    height:100%;
    width:auto;
}
.cg-30px {
    width:30px;
}
.cg-40px {
    width:40px;
}
.cg-50px {
    width:50px;
}
.cg-60px {
    width:60px;
}
.cg-70px {
    width:70px;
}
.cg-75px {
    width:75px;
}
.cg-80px {
    width:80px;
}
.cg-label {
	font-family: museo-sans-700, 'Open Sans', Arial, sans-serif;
	color:#404040;
}
a.cg-wrapper-link {
	text-decoration: none;
	color: #1a1a1a;
	display:inline-block;/*tab focus looks strange without*/
}
.cg-wrapper-link.cg-blue {
	color:#006be6;
}
a.cg-wrapper-link[href=""] {
	pointer-events: none;
}
a.cg-wrapper-link[href=""] .cg-link-standalone {
	display:none;
}
.cg-list-condensed li {
	font-size: 1.4rem;
	margin-bottom: 0px;
}
.cg-list-no-bullets {
	list-style-type: none;
	margin-left: 0;
}
.cg-list-no-bullets li {
	margin-left: 0;
}
.cg-list-no-bullets li:not(.card-body) {
	padding-left:0;
}
.cg-list-no-bullets li::before { /* needed for ordered lists */
	content: none;
}
.cg-list-leaders {
    padding: 0;
    overflow-x: hidden;
}
.cg-list-leaders li {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.cg-list-leaders li::before {
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    flex-grow: 1;
    order: 2;
}
.cg-list-leaders span {
    display:inline-block;
}
.cg-list-leaders span:last-child {
    background-color: #fff;
    padding-left: 5px;
    text-align: right;
    order: 3;
    max-width:33%;
}
.cg-list-leaders span:first-child {
    padding-right: 5px;
    justify-self: flex-start;
    max-width:47%;

}

.cg-three-columns,
.cg-three-columns,
.in-content-wrapper .cg-three-columns{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	list-style-position: inside;
	padding-left: 20px;
}
.cg-two-columns,
.cg-three-columns,
.in-content-wrapper .cg-two-columns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	list-style-position: outside; /* changed from inside for SC9 - minors example page */
	padding-left: 0;
}
.cg-two-columns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
.cg-iframe-wrapper {
	position: relative;
	padding-bottom: 51%;/*16:9*/
	padding-top: 25px;
	height: 0;
	margin: 30px 0;
	border: 1px solid #e5e5e5;
	border-radius:4px;
	overflow:hidden;
}
.cg-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cg-screen-reader-only {
	position:absolute;
	left:-10000px;
}
.cg-modal-indicator:after {
    content:'\21f1';
    transform:rotate(90deg);
    font-weight:bolder;
    display:inline-block;
}
.cg-large-text {
    font-size: 8rem;
    font-family: museo-sans-900;
    vertical-align: top;
    line-height: 8.4rem;
}
.cg-medium-text {
	font-size:4rem!important;
	font-family:museo-sans-900;
	line-height:4.8rem!important;
}
.cg-round-image {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}
	.cg-round-image img {
		height: auto;
		width: 100%;
	}
.cg-background {
    background-color:#f2f2f2;
}

.cg-padding {
    padding:20px 30px;
}
p.cg-emphasis-text {
	font-size: 2.2rem!important;
	font-family: museo-sans-100;
	line-height: 3.2rem!important;
}

.cg-hr-narrow {
    margin:15px 0;
    width:50px;
}

.cg-divider-styled {
    width: calc(100% + 40px);
    height: 55px;
    background-image: repeating-linear-gradient(45deg, #d9d9d9 7px, #d9d9d9 8px, transparent 9px, transparent 20px);
    background-color: #fff;
    margin:50px -20px;
    /*border-right-radius:50%; */
}
/* added this to give texture to degree page highlights */
.cg-divider-styled-yellow {
    position: absolute;
	width: 40%;
	bottom: -10px;
    right:0;
	background-color: transparent;
	background-image: repeating-linear-gradient(135deg, #f0c200 7px, #f0c200 8px, transparent 9px, transparent 20px);
	margin: 0;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 380px;
	height: 30px;
    z-index:1;
}
.cg-main-content-full > .cg-divider-styled, .cg-divider-styled.cg-divider-accent { /* meant to draw the eye into the next section so it doesn't look like the footer. EG 4/19/21 */
	position: absolute;
	width: 30%;
	top: -2px;
    left:0;
	background-color: transparent;
	background-image: repeating-linear-gradient(45deg, #f0c200 7px, #f0c200 8px, transparent 9px, transparent 20px);
	margin: 0;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 380px;
    z-index:1;
}

.cg-section-cutout:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  border-left: 100px solid transparent;
  border-right: 45vw solid transparent;
  border-top: 60px solid #fff;
}

/* -------------------------------------- LINK AND BUTTON MODIFIERS < 769 ------------------------------ */




.cg-button,
.cg-button:visited,
/* remove the btn classes once they're all gone. - EG 5/3/2021 */
.btn,
.btn:visited,
.btn-primary,
.btn-primary:visited {
	background-color: #fff;
	border: 2px solid #f0c200;
	color: #1a1a1a;
	font-size: 1.3rem;
	font-family:museo-sans-500, 'Open Sans', Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 7px 20px;
	display: inline-block;
	min-width: 0;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	border-radius:100px;
	min-width:170px;
	vertical-align:top;
}
a.cg-button:hover,
a.cg-button:focus,
button.cg-button:hover,
button.cg-button:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #f0c200;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	    transform: none;
	outline:none;
	text-decoration:underline;
/*	color:#1a1a1a; removing because it's causing a flashing effect on buttons with blue background. Day location page is an example. */
}
.cg-button.cg-fill {
	letter-spacing: .1rem;
	word-spacing: .15rem;
}
.cg-button.cg-fill:hover {
	-webkit-box-shadow:0 3px 5px #a6a6a6;
	        box-shadow:0 3px 5px #a6a6a6;
}
.cg-button.cg-fill.cg-yellow,
.cg-button.cg-yellow:hover,
.cg-button.cg-yellow:focus {
	background-color:#f0c200;
	border-color:#f0c200;
	color:#1a1a1a;
}
.cg-button.cg-yellow {
	border-color:#f0c200;
}
.cg-button.cg-fill.cg-blue,
.cg-button.cg-blue:hover,
.cg-button.cg-blue:focus {
	background-color:#006be6;
	border-color:#006be6;
	color:#fff;
}
.cg-button.cg-blue {
	border-color:#006be6;
}
.cg-button.cg-fill.cg-navy,
.cg-button.cg-navy:hover,
.cg-button.cg-navy:focus {
	background-color:#002855;
	border-color:#002855;
	color:#fff;
}
.cg-button.cg-navy {
	border-color:#002855;
}
.cg-white, .cg-white:hover,
.cg-white:visited {
	color:#fff;
}
.cg-button.cg-white {
	background-color:transparent;
	border-color:#fff;
	color:#fff;
}
.cg-button.cg-fill.cg-white,
.cg-button.cg-white:hover,
.cg-button.cg-white:focus {
	background-color:#fff;
	border-color:#fff;
	color:#1a1a1a;
}
.cg-outline.cg-orange {
	border-color:transparent;
	background-color:transparent;
	text-decoration:underline;
	color:#ee6600;
}
.cg-outline.cg-orange:hover {
	color:#1a1a1a;
	border-color:#e66000;
}
.cg-button-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap:  nowrap;
    -ms-flex-wrap:  nowrap;
    -o-flex-wrap:  nowrap;
    flex-wrap:  nowrap;
    align-items:center;
}
.cg-button-group a:not(:last-child) {
	width:auto;
	margin-right:25px;
}
.cg-button-group .cg-label {
	/*margin: 10px 0;*/
	margin-right: 5px;
}
.cg-button-group a.cg-link-standalone {
	margin:0 10px;
	text-transform:none;
	font-size:1.4rem;
}
a.cg-link-standalone,
span.cg-link-standalone,
a.cg-link-standalone:visited,
span.cg-link-standalone:visited,
button.cg-link-standalone {
	display: inline-block;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
	font-size: 1.6rem;
	color: #1a85ff;
	text-decoration: underline;
	background-color:transparent;
	border:none;
	padding-right:20px;
}
a.cg-link-standalone:hover,
span.cg-link-standalone:hover,
button.cg-link-standalone:hover,
a.cg-link-standalone:focus,
span.cg-link-standalone:focus,
button.cg-link-standalone:focus {
	text-decoration: underline;
}
a.cg-link-standalone.cg-teal,
button.cg-link-standalone.cg-teal {
	color:#3caaa2;
}
a.cg-link-standalone.cg-yellow,
button.cg-link-standalone.cg-yellow {
	color:#f0c200;
}
a.cg-link-standalone.cg-white {
	color:#fff;
}
.cg-link-button {
	display:inline-block;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
	font-size:1.4rem;
	/*margin:0 10px 15px auto; making things weird in directory*/
	border-radius:20px;
	border:solid 2px transparent;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	padding:7px 20px;
	color:#1a85ff;
}
.cg-link-button:focus,
.cg-link-button:hover {
	border-color: #f0c200;
	color: #1a1a1a;
	outline: none;
}

.cg-link-button:last-child,
.cg-link-standalone:last-child {
	margin-right: 0;
}
.cg-button:last-child {
	margin-right:auto;
}
.cg-link-standalone:last-child {
	padding-right:0;
}

/* TEMPORARY */
.cg-floating-buttons {
	position:fixed;
	bottom:5vh;
	right:2vw;
	width:50px;
	width:55px;
	height:55px;
	border: solid 1px #bfbfbf;
	border-radius:100%;
	background-color:#1a85ff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
	        box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
	text-align:center;
	font-size:2.2rem;
	line-height:5rem;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	cursor:pointer;
	z-index:4;
	vertical-align:middle;
}
.cg-floating-buttons .fa {
	line-height: 5.3rem;
	color:#fff;
}
.cg-floating-buttons:hover > .fa {
	-webkit-transform:scale(1.2);
	    -ms-transform:scale(1.2);
	        transform:scale(1.2);
}
.cg-floating-buttons a {
	border-radius:100%;
	width:50px;
	height:50px;
	display:inline-block;
	display:none;
	text-align:center;
	margin-bottom:10px;
	font-size:2rem;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
	        box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
}
.cg-floating-buttons a .fa {
	line-height:4.9rem;
	color:#fff;
}
.cg-floating-buttons .cg-floating-apply .fa {
	color:#767676;
}
.cg-floating-buttons .cg-floating-chat {
	background-color:#1a85ff;
}
.cg-floating-buttons .cg-floating-request {
	background-color:#98ca3c;
}
.cg-floating-buttons .cg-floating-apply {
	background-color:#f0c200;
}

/* -----------------------------------------------------------------------------------------------------------------------
LAYOUTS
----------------------------------------------------------------------------------------------------------------------- */
.cg-page-wrapper {
	margin-top: 40px;
}
.cg-intro-image + .row .cg-content-paper {
	background-color: rgba(255, 255, 255, .7)!important;
	height: 200px;
	margin-bottom: -200px;
	padding-top:20px;
}
.cg-main-content {
	max-width:700px;
	margin:0 auto;
}
.cg-main-content-intro {
	text-align: center;
}
.cg-main-content-intro::after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    background-color: #f0c200;
    margin: 50px auto;
}
.cg-main-content-intro h1 {
	margin-bottom:1.5rem;
}
.cg-lead {
	margin-top:3rem;
}
.cg-section-summary {
    font-size: 2.2rem;
    color: #595959;
    line-height: 3.2rem;
    font-family: museo-sans-100;
}
.cg-main-content-wide {
	max-width:1000px;
	margin:20px auto;
}
.cg-right-rail {
	padding-top: 30px;
	max-width:450px;
}
.cg-right-rail * {
	font-size: 1.4rem;
	line-height:2.2rem;
	color:#595959;
}
.cg-main-content-full {
	margin-left:-15px;
	margin-right:-15px;
	width:calc(100% + 30px);
	/*min-height:250px;*/
	height:auto;
	margin-bottom:25px;
	margin-top:25px;
}
.cg-full-width-body {
	margin: 0 20px;
	padding:20px 0;
}

.cg-main-content-full .ls-content-blocks {
	background-size: cover;
	background-position: center;
	padding: 50px;
	color: #fff;
}

/* -------------------------------- Visit Page: Personalized campus visits --------------------------- */
.cg-split-body {
	max-width: 100%;
	margin: 0px auto;
	padding: 0px;
}

.cg-split-row {
	max-width: 520px;
	margin: 0 auto;
}

.cg-split-h2 {
	margin: 10px 0px 10px;
	text-align:center;
	font-size: 2.4rem;
	font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
	line-height: 2.8rem;
}
.cg-split-p {
	text-align:center;
	margin-bottom: 0px;
}

.mobile-space{
	background-size: cover;
    background-position: center;
    color: #fff;
	padding: 50px 10px;
}

.slim {
	max-width: 1200px;
	margin: auto;
}

@media screen and (min-width:600px) {
	.cg-split-body {
		max-width: 75%;
		margin: 0px auto;
		padding: 0px;
	}
	.cg-split-h2 {
		margin: 10px 0px 20px;
		text-align:center;
		font-size: 3.4rem;
		font-family:museo-sans-700, 'Open Sans', Arial, sans-serif;
		line-height: 3.8rem;
	}
}

@media screen and (min-width:1167px) {
	.cg-split-body {
		max-width: 520px;
		margin: 0px auto;
		padding: 0px 30px 0px 0px;
	}
}
/* ---------------------- INTRO SECTION < 769 ------------------------ */

.cg-intro-image h1,
.cg-intro-image .cg-fake-h1 {
	color:#404040;
	margin:0 0 2rem 0;
}
.cg-intro-feature {
	padding:50px 80px;
	min-height:250px;
	width:100%;
	max-height:400px;
}
.cg-intro-feature .ng-intro-form {
	z-index: 1;
}
.cg-intro-form {
	margin-bottom: -65px;
	z-index:3;
}
.cg-intro-text {
	color:#fff;
	font-size:5.5rem;
	font-family:museo-sans-100;
	line-height:6rem;
}

/* -------------------------------------------------------------------------------------------------
MODULES (LAYOUTS FOUND IN NAVIGATION.CSS)
----------------------------------------------------------------------------------------------------- */

/* ---------------------------------------- HERO -------------------------------- */

.cg-paper-overlay {
	left: 0;
	bottom: -30px;
	position: absolute;
	width: 100%;
}


/* --------------------------- DATE BLOCK (use with events. Example on dept page) ----------------------- */

.cg-date-block {
  text-align: center;
}
.cg-date-block-month {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: museo-sans-900;
  color: #767676;
  letter-spacing: .2rem;
}
.cg-date-block-day {
  color: #767676;
  font-size: 3.5rem;
  font-family: museo-sans-700;
  letter-spacing: .2rem;
}
.cg-date-block-year {
  font-family: museo-sans-900;
  letter-spacing: .3rem;
  color: #767676;
}

/* ----------------- newer better ----------------- */

.cg-date-blurb-wrapper {
    display:flex;
    margin:5px 0;
    align-items:center;
}
.cg-event-date {
    text-align: center;
    display: inline-block;
    vertical-align: top;
/*    max-width:50px;*/
}
.cg-month {
    font-family: museo-sans-900;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.4rem;
/*    margin-top: -10px;*/
    font-size: 1.6rem;
}
.cg-day {
    font-family: museo-sans-900;
    font-size: 3.5rem;
    line-height: 3rem;
    display: inline-block;
    display: block;
}
.cg-year {
    font-family: museo-sans-500;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 1.4rem;
}


/* -------------------------------------- LISTS < 769 ----------------------------- */
.cg-list-steps {
	list-style-type: none;
	margin-bottom:20px;
    margin:0 auto;
}
.cg-list-steps .cg-steps-item {
	counter-increment: step-counter;
	padding: 10px 0;
	margin-bottom:0;
	margin-left:0;
    flex:1;
    position:relative;
}
.cg-steps-horizontal .cg-steps-item::before {
	content: counter(step-counter);
	border-radius: 100%;
    line-height:1rem;
    position:absolute;
    height:33px;
    width:33px;
    top:1px;
    background-color:transparent;
    color:#404040;
    border:solid 2px #1a85ff;
}
.cg-list-steps .cg-heading-small {
    font-family:museo-sans-900, 'Open Sans', Arial, sans-serif;
    color:#767676;
    letter-spacing: 3px;
    font-size:1.2rem;
    text-transform:uppercase;
    display:inline-block;
    margin:0 0 15px 0;
}
.cg-list-steps .cg-steps-item {
  margin-left:0;
}
.cg-steps-body a {
    font-size:1.4rem;
}
.cg-list-steps .cg-steps-item > p, .cg-steps-body {
    display:block;
    color:#444444;
    border-left: solid 2px #d9d9d9;
    font-size:1.6rem;
    padding:20px 35px;
    margin:0 0 0 17px;
    border-left: solid 2px #d9d9d9;
    padding:20px 10px 10px 30px;
}
.cg-steps-horizontal {
    margin-left:50px;
}
.cg-steps-horizontal .cg-steps-item {
    display: inline-block;
/*    margin-left:50px; removing for mobile sizes. EG 5/14/21*/
}
.cg-steps-horizontal .cg-steps-item:before {
    padding: 10px 11px;
    font-family: museo-sans-300;
    vertical-align:top;
    margin:0 20px 0 0;
    display:flex;
    align-items:center;
}
.cg-steps-horizontal .cg-steps-item:first-child {
	margin-left:0;
}
.cg-steps-horizontal .cg-steps-body {
	font-size: 1.4rem;
	display:inline-block;
	width:100%;
}
.cg-steps-horizontal .cg-heading-small {
    margin:0 0 -11px 49px;
}
.cg-steps-vertical {
	max-width: 800px;
	margin: 0 auto;
}
.cg-steps-vertical .cg-steps-item {
  list-style-type: none;
  margin-left: 0;
  position: relative;
}
.cg-steps-vertical .cg-steps-item:before {
    content:counter(step-counter);
  height: 30px;
  width: 30px;
  position: absolute;
  left: 34px;
  border-radius: 50px;
  border: solid 2px #006be6;
  top: 4px;/* changed from 5px for /degrees/diploma - EG 6/9/21 */
    text-align:center;
    padding:2px; /* added 6/9/21 for /degrees/diploma - EG */
}
.cg-steps-vertical .cg-heading-small {
	color:#0053b3;
	font-size:1.4rem;
	display:inline-block;
	margin-bottom:0;
	margin-top:0;
	line-height:1.8rem;
    margin-left:50px;
}
.cg-steps-vertical .cg-steps-item > .cg-steps-body {
	display:block;
	padding: 10px 35px;
	color:#404040;
	border-left: solid 2px #1a85ff;
	margin: 0 0 0 15px;
}
.cg-steps-vertical .cg-steps-item > .cg-steps-body:first-of-type {
	padding: 20px 35px 10px 35px;
}
.cg-steps-vertical .cg-steps-item > .cg-steps-body:last-child {
	padding: 10px 35px 20px 35px;
}
.cg-steps-vertical .cg-steps-body, .cg-steps-vertical .cg-steps-body li {
	color:#595959!important;
	font-size:1.4rem!important;
	line-height:2.4rem!important;
}

ol.cg-lower-latin {
	list-style-type:none;
	margin-top:20px;
}
ol.cg-lower-latin li {
	counter-increment: lower-latin;
}
ol.cg-lower-latin li:before {
	content:counter(lower-latin, lower-latin)'.';
	font-family:museo-sans-700;
}
ol.cg-upper-latin {
	list-style-type:none;
	margin-top:20px;
}
ol.cg-upper-latin li {
	counter-increment: upper-latin;
}
ol.cg-upper-latin li:before {
	content:counter(upper-latin, upper-latin)'.';
	font-family:museo-sans-700;
}
ol.cg-upper-latin.cg-list-section li::before {
  content: counter(section)'.'counter(upper-latin, upper-latin)'.';
}
ol.cg-list-section {
  counter-reset:item;
}
ol.cg-list-section li::before {
  counter-reset:revert;
  counter-increment: section;
}
ol.cg-lower-roman {
	list-style-type:none;
	margin-top:20px;
}
ol.cg-lower-roman li {
	counter-increment: lower-roman;
}
ol.cg-lower-roman li:before {
	content:counter(lower-roman, lower-roman)'.';
	font-family:museo-sans-700;
}
.list-inline-item {
	padding-left:0;
	margin-left:0;
}
.cg-talking-point {
	list-style-type: none;
}
	p.cg-talking-point {
			padding-left: 10px;
			margin-left: 30px;
	}
	.cg-talking-point li::before,
p.cg-talking-point::before {
		content: '\25E3';
		color: #0053b3;
		display: inline-block;
		margin-left: -35px;
		margin-right: 20px;
	}
	.cg-talking-point.cg-red li::before,
p.cg-talking-point.cg-red::before {
		color: #E92F32;
	}
.cg-checkbox-list {
	margin-left: 30px;
}
.cg-checkbox-list [type="radio"] + label,
.cg-checkbox-list [type="checkbox"] + label {
  height:17px;
  margin-left:-27px;
}

/* ------------------------------------------- CARDS < 769 ---------------------------------- */

.cg-card-hover.card-body {
    border-radius: 3px;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
}
.cg-card-hover.card-body:hover {
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
             box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}


/* ---------------------------------------- LOCATION DROPDOWN ---------------------------------- */

/*Example on /degrees/course-schedules  - EG 5/13/21 */

.cg-location-dropdown .cg-dropdown-bar, .cg-dropdown-alt .cg-dropdown-bar { /*renaming to .cg-dropdown-alt to make more generic. EG 11/30/21 */
	border: solid 1px #d9d9d9;
	display: block;
	padding: 3px 10px;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0 !important;
}
.cg-location-dropdown .cg-dropdown-bar::after, .cg-dropdown-alt .cg-dropdown-bar::after {
	content: '\25BE';
	position: absolute;
	right: 10px;
}
.cg-location-dropdown .cg-list-no-bullets, .cg-dropdown-alt .cg-list-no-bullets {
  border: solid 1px #d9d9d9;
  position: absolute;
  background-color: #fff;
  width: 85%;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 1;
  max-height: 300px;
  overflow-y: scroll;
}
.cg-location-dropdown + .cg-dropdown-bar:focus .cg-list-no-bullets, .cg-location-dropdown:focus-within .cg-list-no-bullets, .cg-dropdown-alt + .cg-dropdown-bar:focus .cg-list-no-bullets, .cg-dropdown-alt:focus-within .cg-list-no-bullets {
  visibility: visible;
}
.cg-location-dropdown .cg-list-no-bullets li a, .cg-dropdown-alt .cg-list-no-bullets li a {
  padding: 4px 10px;
  display: block;
  border-bottom: solid 1px #f2f2f2;
  text-decoration: none;
}
.cg-location-dropdown .cg-list-no-bullets li, .cg-dropdown-alt .cg-list-no-bullets li {
  margin-bottom: 0;
}
.cg-location-dropdown .cg-list-no-bullets li a:hover,
.cg-location-dropdown .cg-list-no-bullets li a:focus, 
.cg-dropdown-alt .cg-list-no-bullets li a:hover,
.cg-dropdown-alt .cg-list-no-bullets li a:focus {
  background-color: #f2f2f2;
}

/* ----------------------------------------------------------------------- MDB TABS OVERRIDES < 769 ----------------------------------- */

/* default colors - subtle */
.tabs-wrapper {
	margin:20px 0;
}
.classic-tabs {
  border-bottom: solid 1px #d9d9d9;
  border-bottom-left-radius: .125em;
  border-bottom-right-radius: .125em;
	-ms-flex-wrap:nowrap;
	    flex-wrap:nowrap;
}
.classic-tabs .tab-content {
  padding: 15px;
  margin-top: 20px;
    border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
}
.classic-tabs .nav-link,
.classic-tabs .nav-link.active {
	padding:12px 10px;
	color:#006be6;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
    border-top:solid 3px;
}
.classic-tabs .nav-link {
	width:100%;
	color:#006be6;
	text-decoration:none;
	position:relative;
	border-top-color:transparent;
    height:100%; /*added for tuition-financial-aid/bachelors-and-associate page, on mobile, "online & nationwide" wraps and makes height strange for "main campus". This seemed to fix. EG - 9/13/21 */
}
.classic-tabs .nav-link:hover {
	color:#fff;
	border-color:#006be6;
}
.classic-tabs .nav-link.active {
	color:#003c80;
}
.classic-tabs .nav-link.active:hover {
	color:#003c80;
	border-top-color:#003c80;
}
.classic-tabs .nav-item {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	margin:0;
	padding:0;
}
/*
.classic-tabs li:first-child {
	margin:0;
	padding:0;
} causing problems with tabs component - EG - 4/3/21
*/
.card .classic-tabs .nav {
	margin-bottom:15px;
}
.tab-content h3 {
	font-size:2rem;
	margin-bottom:10px;
}
.cg-tabs-alternate .tab-content {
	border: none;
	border-bottom: solid 1px #003c80;
	border-radius:0;
}
.cg-tabs-alternate .nav-link {
	text-transform:none;
}
.tabs-wrapper.cg-tabs {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow:0 0 5px rgba(218, 218, 218, .9);
	        box-shadow:0 0 5px rgba(218, 218, 218, .9);
}
.cg-tabs .nav-link,
.cg-tabs .nav-link.active {
	border: none;
	color: #767676;
	font-size:1.4rem;
}
.cg-tabs .tab-content {
	border:none;
}
.cg-tabs .nav-link {
	background-color:#f2f2f2;
}
.cg-tabs .nav-link.active {
	-webkit-box-shadow: 0 8px 6px -6px #767676;
	        box-shadow: 0 8px 6px -6px #767676;
	background-color:#fff;
	color:#595959;
	border-top-right-radius:6px;
}
.tab-content h3 {
	font-family:museo-sans-700;
	font-size:1.8rem;
	margin-top:0;
}

/* ------------------------ TABS THEMES < 769 --------------------------- */

.classic-tabs li a:focus {
	background-color:#e6f1ff;
	outline:none;
}
.classic-tabs.cg-blue {
	background-color:#b3d6ff;
}
.classic-tabs.cg-blue li a {
	color:#006be6;
	border-color: #80bbff;
}
.classic-tabs.cg-blue li a:focus {
	color:#003c80;
	background-color:#80bbff;
}
.classic-tabs.cg-blue li a.active {
	color: #003c80;
	border-color: #0053b3;
}
.classic-tabs.cg-blue li a.active::after {
	border-color:#0053b3;
}

/* ------------------------------------------------------------------------ ACCORDIONS < 769 ---------------------- */

/*.accordion { taking out for degree page accordions - ***** compare with directory/institutional-research/quick-facts
    max-width: 700px;
    margin: 0 auto;
}*/
.accordion {
    max-width:700px;
    margin:20px auto;/*changed from 0 auto to 20px auto - eg 8/19/20 */
}
.accordion .cg-heading {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-transform: none;
    overflow: hidden; /*negate h5 style*/
	width:calc(100% - 30px);
    /*makes long headings not overflow so there's only one line*/
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
	font-family:museo-sans-500;
}
    .accordion .collapse:not(.collapsed) .cg-heading {
        /*makes ellipsis text show on accordion open*/
        white-space: normal;
        overflow: auto;
        height: auto;
        text-overflow: unset;
    }
.accordion .card-body {
	background-color:#f2f2f2;
}
.accordion .card-body h2 {
  font-size: 2.2rem;
  margin: 2rem 0 1rem;
}
.accordion .card-body h3 {
  font-size: 1.8rem;
  font-family: museo-sans-700;
  margin: 2rem 0 1rem;
}
.accordion .card-body h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
}
.accordion .card-body thead tr {
  background-color: #d9d9d9;
}
.accordion .card-body caption {
  caption-side: top;
}
.accordion:not(.ng-left-menu) a.collapse {
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	padding:10px 10px 10px 30px;
	display:block;
	border-bottom:solid 1px #d9d9d9;
	outline:none;
}
.accordion-panel a:focus {
	background-color:#e6f1ff;
}
.accordion-panel a[aria-expanded="true"] {
	background-color: #e6f1ff;
	border-bottom:none;
}

.accordion/*:not(.ng-left-menu):not(.cg-accordion-subtle) .collapse.show, :not(.list-group-flush) .collapse.show -- not working for collapsible blocks - EG 10/20/20 */ .card-body {
	border-bottom: solid 1px #d9d9d9;
}
.accordion:not(.ng-left-menu):not(.cg-gray-fill) { /* was ".accordion-panel:first-child a", switched to just ".accordion" for use with .ls-or on degree pages. Unsure why it was set up this way - EG 4/13/20 */
	border-top:solid 5px #003c80;
	border-radius:3px;
}
.cg-accordion-subtle .accordion-panel a:not(.collapsed) {
	border-top: none;
	background-color: transparent;
}
.cg-accordion-subtle a.collapse {
	padding-left:10px!important;
	text-decoration:none;
}
.cg-accordion-subtle .accordion-panel a:after {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family:museo-sans-900;
}
.accordion-panel {
	position: relative;
}
.cg-accordion-subtle .accordion-panel:first-child a {
	border-top: none;
	border-radius:0;
}
.accordion .fa-angle-down.rotate-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.cg-accordion-subtle.accordion .fa-angle-down.rotate-icon {
  top: 8px;
}
.accordion a.collapse-toggle-inline {
  padding: 0;
  border-bottom: none;
  display: inline-block;
}
.collapse-content {
  padding: 10px;
  border-bottom: none;
  -webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-content p:last-child {
  margin-bottom: 0;
}
.cg-accordion-subtle + .cg-accordion-subtle {
  margin-top: -20px;
}
.accordion.cg-accordion-subtle { /* for use on PFS section of locations pages - EG 7/9/21 */
  border: none !important;
}
.cg-accordion-subtle .accordion-panel a:not(.collapsed):focus {
  outline: none;
  text-decoration: underline;
}
.cg-accordion-subtle .accordion-panel a:focus {
  outline: none !important;
}
.cg-accordion-subtle .accordion-panel a:not(.collapsed) {
  border-top: none;
  color: #1a1a1a;
  text-decoration: none;
}
.cg-accordion-subtle .collapse.show {
  border-bottom: none;
}
.collapse-toggle-inline {
  position: relative;
}
.collapse-toggle-inline:not(.collapsed):before, .collapse-toggle-inline.collapsed:before {
  position: absolute;
  left: -15px;
}
.collapse-toggle-inline.collapsed:before {
  content: '+';
}
.collapse-toggle-inline:not(.collapsed):before {
  content: '-';
}

/* ------------------------------------ ACCORDION THEMES < 769 ---------------------------------------- */

.accordion.cg-gray-fill .accordion-panel a.collapse {
    background-color:#d9d9d9;
    margin-bottom:2px;
    border-radius:6px;
}

/* ----------------------------------- COLLAPSIBLE BLOCKS < 769 ------------------------ */

.collapse-toggle {
	display: block;
	background-color: #f2f2f2!important;
	padding: 5px 20px;
	border-radius: 4px;
	width: 100%;
    position:relative; /*so +/- will stay close - EG 10/20/20 */
}
.collapse-content {
	padding: 30px 20px 20px 20px;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
}
/*.collapse-content:hover {
	background-color:#d9d9d9; removed for curriculum page nested subtle accordion
}*/
.collapse-toggle.collapsed:before {
	content: '+';
}
.collapse-toggle:before {
	content: '-';
	position: absolute;
	right: 10px;
}
.collapse-toggle:not(.collapsed) {
	border-radius: 4px 4px 0 0;
}
.collapse-toggle-inline {
	border: none !important;
	padding: 0 !important;
	display: inline-block;
	margin-left: 15px;
}
/* unsure if above are needed - below used on state regulatory page and location pages */
.cg-hide {
  display: none;
  padding-left: 20px;
  border-left: solid 2px #d9d9d9;
}
.cg-collapsible-toggle.active + .cg-hide {
  display: block;
}
.cg-collapsible-toggle.active:before {
  content: '-';
  position: absolute;
  left: -14px;
  top: -3px;
}
.cg-collapsible-toggle {
  margin-left: 17px;
  position: relative;
}
.cg-collapsible-toggle:before {
  content: "+";
  position: absolute;
  left: -17px;
  font-family: museo-sans-900;
  top: -3px;
}

/* ------------------------------------------- TESTIMONIALS < 769 ------------------- */

.cg-testimonial {
	background-color:#f2f2f2;
	padding:0 30px 60px 30px!important;
	margin-top:100px;
}
.cg-testimonial-content {
    text-align:center;
}
.cg-testimonial-image {
	height:150px;
	width:150px;
	border-radius:100%;
	margin-right:30px;
	margin-top:-50px;
	margin-bottom:20px;
    -webkit-box-shadow: 0 0 10px 0 #767676;
            box-shadow: 0 0 10px 0 #767676;
}
.cg-testimonial-quote {
	font-family:museo-slab-100;
	font-style:italic;
	color:#767676;
	font-size:2.5rem;
	line-height:3.5rem;
}
.cg-testimonial-source {
	font-size:1.4rem;
	color:#767676;
	-webkit-box-flex:4;
	    -ms-flex:4;
	        flex:4;
}
.cg-testimonial-name {
	font-family:museo-sans-700;
	color:#0053b3;
	font-size:1.6rem;
}
.cg-testimonial-degree {
	font-style:italic;
	font-size:1.4rem;
}
.cg-testimonial a.cg-link-standalone {
	display:inline-block;
	width:auto;
	color:#1a85ff;
	font-size:1.4rem;
    text-transform:none;
}

/* ------------------------------------------- FILMSTRIP < 769 -------------------- */

.cg-filmstrip-blurb { /*these are from campus-experience.aspx - ep*/
    padding: 10px 15px;
}
.cg-filmstrip-mobile {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
    height: 200px;
}
    .cg-filmstrip-mobile .cg-filmstrip-image {
        -webkit-box-flex:1;
            -ms-flex:1;
                flex:1;
    }
        .cg-filmstrip-mobile .cg-filmstrip-image:last-of-type {
            -webkit-box-flex:2;
                -ms-flex:2;
                    flex:2;
            border-left: solid 3px #fff;
        }
        .cg-filmstrip-mobile .cg-filmstrip-image img {
            height: 200px;
        }

/* ----------------------------------------- FIGCAPTION < 769 ---------------------- */

figcaption {
	font-size:1.4rem;
	color:#8c8c8c;
	font-style:italic;
	line-height:1.8rem;
    margin:10px;
}
figcaption * {
	font-size:inherit;
	color:inherit;
	line-height:inherit;
}


/* ------------------------------------------ PULLQUOTE < 769 ---------------------- */

.cg-pull-right:before,
.cg-pull-left:before {
	padding: 10px 20px;
	border: none;
	content: attr(data-pullquote);
	font-size: 2.2rem;
	color: #0053b3;
	text-shadow: none;
	font-style: italic;
	line-height: 3.2rem;
	font-family:museo-slab-100;
    border-top: solid 1px #1a85ff;
    display: block;
    line-height: 3.2rem;
    border-bottom: solid 1px #1a85ff;
    margin-bottom: 20px;
}
.cg-quote-marks:before {
    content: '"' attr(data-pullquote) '"';
}
.cg-photo-pull-right {
    float:right;
    max-width:250px;
    margin-left:20px;
}
.cg-quote * {
	color: #767676;
	font-style: italic;
	padding-left: 30px;
	border-left: solid 3px #006be6;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

/* --------------------------------------- LIGHTBOX < 769 -------------------------- */

.cg-lightbox {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
    z-index:1;
}
.cg-lightbox-inner {
	position:absolute;
	top: 5%;
	left: calc(50% - 90vh);
	right: calc(50% - 90vh);
	bottom: 0;
	margin: auto;
}
.cg-lightbox-close {
	display: block;
	position: absolute;
	width: 30px;
	top: -30px;
	left: -30px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 50px;
	line-height: 10px;
	padding: 5px;
}
.cg-lightbox img {
	margin: auto;
	max-height:90vh;
	border: 2px solid white;
	box-sizing: border-box;
}
.cg-lightbox:target,
.cg-lightbox:target .cg-lightbox-inner {
	visibility: visible;
	opacity: 1;
}
.cg-lightbox:target img {
	opacity: 1;
}
.cg-lightbox-img-close {
	margin: 3vh auto !important;
	display: table;
	position: relative;
}

/* ------------------------------------------------ STYLED DIVS  < 769 ---------------------- */
/* Added cg-highlight-box for HASS degree pages to highlight features of the degree. */
.cg-highlight-box {
	border: 1px solid #1a85ff;
	width:100%;
	background-color: #1a85ff;
	color:white;
	border-radius:6px;
	padding: 25px 30px;
	margin: 20px auto;
	position:relative;
	max-width:700px;
}

.cg-highlight-box p {
	font-family: museo-sans-300, 'Open Sans', Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
}

.cg-outline-box,
.cg-background-box {
	width:100%;
	border-radius:6px;
	padding: 25px 30px;
	margin: 20px auto;
	position:relative;
	max-width:700px;
}
.cg-background-box {
/*	background: rgba(242,242,242, .6); changed for curriculum on degree page*/
    background-color:#f2f2f2;
	padding:20px 15px;
	border:solid 1px #d9d9d9;
}
	.cg-background-box.cg-left {
		text-align:left;
	}
.cg-heading-small .fa { /* this may be too generic. Used with .cg-background-box for contact blocks */
	font-size: 2rem;
	margin-right: 10px;
	color: #f0c200;
}
.cg-outline-box {
	border: 1px solid #1a85ff;
	color:#404040;
	max-width:700px;
	margin:20px auto;
}
.cg-outline-box p:last-child {
    margin-bottom:0;
}
.cg-outline-box .fa {
	color:#1a85ff;
}
.cg-outline-box .cg-link-button,
.cg-outline-box .cg-link-button:focus {
	color:#006be6;
}
.cg-outline-box .cg-link-button:hover,
.cg-outline-box .cg-link-button:focus {
	border-color:#1a85ff;
	color:#1a1a1a;
}
.cg-outline-box .cg-link-standalone {
	color:#006be6;
}
.cg-background-box p:not(:last-of-type):not(:only-child),
.cg-background-box ul,
.cg-outline-box p,
.cg-outline-box ul {
	margin-bottom:20px;
}
.cg-background-box p,
.cg-background-box li,
.cg-outline-box p,
.cg-outline-box li {
	color:#767676;
	font-size:1.4rem;
	line-height:2rem;
}
.cg-background-box :last-child { /*This seems like it'll be fine so far but could cause problems with elements of different types*/
    margin-bottom:0;
}
.cg-background-box li {
	margin-bottom:0;
}
.cg-background-box hr {
	margin:15px 0;
}
.cg-background-box .cg-heading-small {
    color: #595959;
	margin-top:10px;
}
.cg-background-box .cg-subtle-text .fa {
    color: #a6a6a6;
}
/*.cg-outline-box p:last-child, .cg-background-box p:last-child {
	margin: 0;
} removing for use in contact background box */
.cg-background-box .cg-label,
.cg-outline-box .cg-label {
    color: inherit;
    font-family: museo-sans-700;

}
.cg-disclaimer,
.cg-disclaimer p {
	color: #8c8c8c;
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin-bottom:1rem;
}
.cg-disclaimer {
	border-top:solid 1px #d9d9d9;
	padding-top:30px;
	margin-top:30px;
}
    .cg-disclaimer :target + small {
        background-color: #f0c200;
    }

        a[name]:target > .cg-disclaimer, .cg-disclaimer a[name]:target + p  {
          animation: targetHighlight 4s ease .3s 1;
        }
        @-webkit-keyframes targetHighlight {
          0% {
            background-color:yellow;
          }
          100% {
            background-color:transparent;
          }
        }
        @keyframes targetHighlight {
          0% {
            background-color:yellow;
          }
          100% {
            background-color:transparent;
          }
        }
.cg-subject-icon { /*icon that floats in in the top left corner of an element */
    position: absolute;
	left: -22px;
	top: calc(50% - 22px);
	border-radius: 30px;
	height:42px;
	width:42px;
	-webkit-box-shadow: 0 0 5px rgba(140, 140, 140, .9);
	        box-shadow: 0 0 5px rgba(140, 140, 140, .9);
	background-color:#1a85ff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color:#fff;
	z-index:1;
}
.cg-outline-box .cg-subject-icon {
	background-color:#1a85ff;
	color:#fff;
}
.cg-subject-icon.cg-left {
	left:-22px;
	right:auto;
}
.cg-subject-icon.cg-right {
	right:-22px;
	left:auto;
}
.cg-subject-icon.cg-top {
  top:-25px;
	left:calc(50% - 25px);
	right:auto;
}
.cg-subject-icon.cg-white {
	background-color: #fff;
}
.cg-day-callout .cg-subject-icon {
	background-color:#fff;
	color:#f0c200!important;
}
.cg-outline-box.cg-red .cg-subject-icon {
	background-color:#e92f32;
	color:#fff;
}
.cg-red.cg-subject-icon {
    background-color:#e92f32;
}
.fa.cg-red:not(.cg-subject-icon) {
    color:#e92f32!important;
}
.cg-yellow.cg-subject-icon {
    background-color:#ffd51a;
    color:#404040;
}
/*for highlight boxes*/
.cg-yellow-blue.cg-subject-icon { 
    background-color:#ffd51a;
    color:#1a85ff;
}
.cg-day-callout .custom-select {
  border-radius: 4px;
  border: none;
  padding: 6px;
}
.cg-profile {
	text-align:left;
    padding-left:15px;
    margin-left:20px;
}
.cg-profile .cg-profile-thumb {
	height:55px;
	width:55px;
	position:absolute;
	top:calc(25% - 18px);
	left:-38px;
	border-radius:100%;
}
.cg-profile-thumb:not([src]) {
  display:none;
}
.nav.classic-tabs.d-none + .tab-content {
	padding:0;
	border-bottom:none;
}
.cg-dividers {
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  margin: 50px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cg-divider-top {
  border-top: solid 1px #d9d9d9;
    margin-top:50px;
    padding-top:50px;
}
.cg-divider-bottom {
  border-bottom: solid 1px #d9d9d9;
    margin-bottom:50px;
    padding-bottom:50px;
}
    .cg-dividers h2 {
      margin-top: 0;
    }

/* ----------------------- STYLED DIVS THEMES < 769 ----------------------- */

.cg-outline-box.cg-gray {
	border: solid 1px #d9d9d9;
}
.cg-background-box.cg-yellow {
	background-color:#fff4b3;
}
.cg-background-box.cg-yellow .cg-subject-icon {
	background-color:#ffb580;
	background-color:#fff;
}
.cg-background-box.cg-yellow .cg-heading {
	color:#f78937;
	margin-bottom:10px;
}
.cg-background-box.cg-yellow .fa {
	color:#ffb580;
}
.cg-background-box.cg-green {
	background-color:#dfefc3;
}
.cg-background-box.cg-teal .fa {
	color:#4ec1ba;
}
.cg-background-box .fa.cg-gray {
	color:#bfbfbf;
}
.cg-outline-box.cg-green {
	border-color:#98ca3c;
}
.cg-outline-box.cg-green .fa {
	color:#98ca3c;
	vertical-align:top;
	background-color:transparent!important;/*override*/
}
.cg-outline-box.cg-green .cg-link-standalone {
	color:#98ca3c;
}
.cg-outline-box.cg-teal {
	border-color:#4ec1ba!important;
	background-color:transparent!important;/*override*/
}
.cg-outline-box.cg-teal .fa {
	color:#4ec1ba;
	vertical-align:top;
}
.cg-outline-box.cg-teal .cg-link-standalone {
	color:#2e847e;
}
.cg-outline-box.cg-red {
	border-color:#e92f32;
	background-color:transparent!important;/*override*/
}
.cg-outline-box.cg-red .fa:not(.cg-subject-icon) {
	color:#e92f32;
}

/* ----------------------------- STYLED DIVS CONTENT ----------------------------- */

.cg-background-box .cg-day {
  font-size: 2rem;
  line-height: 2.2rem;
}
.cg-background-box .cg-month {
  font-size: 1.1rem;
  display: block;
  line-height: 1.4rem;
  letter-spacing: .2rem;
  font-family: museo-sans-900;
}
.cg-background-box .cg-event-date {
	color: #1A85FF;
	padding: 0;
	width: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.cg-background-box .cg-date-blurb p {
    margin-bottom:0;
}

/* -------------------------------------------------- TOOLTIPS <769 ------------------------------ */

.cg-tooltip {
  cursor:pointer;
  position:relative;
	outline:none;
}
.cg-tooltip::before {
  position: absolute;
  bottom: 27px;
  left: -73px;
  background-color: rgba(0, 40, 85, .9);
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  padding: 1rem;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 160px;
}
.cg-tooltip::after {
  position: absolute;
  top: -12px;
  left: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #002855;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}
.cg-tooltip::before,
.cg-tooltip::after {
  color: #efefef;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-family:museo-sans-500;
  font-size:1.4rem;
}
.cg-tooltip:focus::before,
.cg-tooltip:focus::after,
.cg-tooltip:hover::before,
.cg-tooltip:hover::after {
  opacity: 1;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.cg-tooltip-icon {
  width: 15px;
  margin-left: 5px;
    height:16px;
}


/* ----------------------------------------- EVENT WIDGET < 769 -------------------------- */

.cg-event-widget {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.cg-event-widget-items {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.cg-widget-event-item,
.cg-event-item-emphasis {
	padding:0;
}
.cg-event-item-emphasis {
	margin-right:10px;
	height: calc(100% - 50px);
}
.cg-widget-event-item {
	-ms-flex-preferred-size:auto;
	    flex-basis:auto;
	margin-bottom:10px;
	position:relative;
}
.cg-event-widget img {
	width:100%;
}
.cg-event-widget .card-body {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.cg-event-widget .card-body img {
	max-height:30px;
}
.cg-event-widget .card-body a {
	display:inline-block;
	width:30px;
}
.cg-event-widget .cg-event-date {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .85);
	color: #003c80;
	width:100px;
	height:110px;
}
.cg-event-widget .cg-month {
	font-family:museo-sans-700;
	margin-top:0;
	font-size:2.6rem;
}
.cg-event-widget .cg-day {
	font-size:5.5rem;
	line-height:5rem;
}
.cg-event-widget .cg-year {
	font-size:2.4rem;
}

/* --------------------------------------- PHOTO OVERLAY < 769 ------------------------------- */

.cg-blurb-half {
	padding: 30px;
}
.cg-blurb-half h2 {
	margin-top: 0;
}
.cg-blurb-photo .cg-photo {
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;

            order:1;
}
.cg-blurb-photo .cg-blurb {
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
}
.cg-photo-overlay {
	width: 90%;
	background-color: rgba(0, 60, 128, .9);
	border-radius: 6px;
	padding: 20px;
	color: #fff;
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
  margin:-30px auto 0 auto;
    color:#fff;
}
    .ie .cg-photo-overlay {
        margin:0 auto;
    }
.cg-photo-overlay-wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
    .ie .cg-photo-overlay-wrap {
        display:block;
    }
.cg-photo-overlay h3 {
	margin-top: 0;
	color: #fff;
}
.cg-photo-overlay .cg-heading-small,
.cg-photo-overlay .cg-label {
    color:#fff!important;
}

/* ----------------------------------- BACKGROUND OVERLAY < 769 --------------------- -*/

.cg-background-overlay {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 50px;
}
.cg-background-overlay .cg-card-group {
	margin-top: -50px;
}
.cg-background-overlay .cg-main-content-wide :not(.card-body):not(.cg-button),
.cg-background-overlay .cg-main-content :not(.card-body):not(.cg-button) {
	color: #fff;
}


/* ------------------------------------- HERO GRID < 769 -------------------------------- */

.cg-hero {
    width: calc(100% + 50px);
    height:auto;
}
.cg-hero-photo {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.cg-grid-hero-one {
    margin-bottom:10px;
}
.cg-grid-hero-three {
    height:auto;
    margin-left:10px;
    margin-right:10px;
    background-position:bottom;
}
.cg-grid-hero-four {
    height:auto;
    background-position:bottom;
}
.cg-grid-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cg-paper-overlay {
	position: absolute;
	width: 100%;
	margin-top: -30px;
    align-self:center;
}
.cg-urgent-announcement {
  padding: 60px 15px 20px 15px;
}
.cg-urgent-announcement .cg-urgent,
.cg-urgent-announcement .cg-announcement {/* for urgent notices on locations pages - EG 10/6/20 */
	background-color: rgba(255, 255, 255, .95) !important;
	margin-top: 0;
}
.cg-urgent-announcement .cg-urgent {
	border-width: 3px;
}
.cg-button-group a.cg-button {
	margin: 10px auto;
/*    width:30%; removing for longer words - EG 3/12/21 */
    min-width:30%;
}
.ie .cg-button-group a.cg-button {
    width:50%;
}
.cg-hero-announcements {
  height: 100%;
  width: calc(100% + 30px);
  margin-left: -15px;
    min-height:300px;
}

/* -------------------------------------- DYNAMIC PIECES < 769 ---------------------------- */

.cg-related-links,
.cg-happenings-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin: 20px auto;
}
.cg-related-links {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.cg-related-item {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	margin:5px;
}
.cg-related-link {
	background-color:#f2f2f2;
	text-align:center;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	color:#1a85ff;
	font-family:museo-sans-700;
	padding:10px 15px;
	width:100%;
	display:inline-block;
	padding:50px 15px;
}
.cg-related-link:not(:last-of-type),
.cg-happenings-link:not(:last-of-type) {
	margin-right:10px;
}
.cg-related-link:hover {
	background-color:#bfbfbf;
	text-decoration:underline;
}
.cg-related-link,
.cg-happenings-link {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	-webkit-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all .2s cubic-bezier(0.4, 0, 0.6, 1);
}
.cg-happenings {
	border-top:solid 1px #bfbfbf;
	padding-top:10px;
	margin-top:40px;
}
.cg-happenings .cg-photo {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:90px;
	display:inline-block;
	border-radius:4px 4px 0 0;
}
.cg-happenings .cg-photo.one {
	background-image: url(../img/2016_day_btwn-class.jpg);
}
.cg-happenings .cg-photo.two {
	background-image: url(../img/8.25.15_AthleticCheering_IMG_0577.JPG);
}
.cg-happenings .cg-photo.three {
	background-image: url(../img/advising.jpg);
}
.cg-happenings .cg-photo.four {
	background-image: url(../img/day-class-painting.jpg);
}
.cg-happenings .cg-photo.five {
	background-image: url(../img/day-parents.jpg);
}
.cg-happenings-links {
	overflow-x:scroll;
	margin-right:-30px;
	margin-left:-30px;
	padding-left:30px;
	padding-right:45px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-direction:row;
	        flex-direction:row;
	overflow:-moz-scrollbars-none;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.cg-happenings-link {
	padding-left:0;
	border-radius:4px;
	-webkit-box-shadow:0 0 5px rgba(218, 218, 218, .9);
	        box-shadow:0 0 5px rgba(218, 218, 218, .9);
	min-width:150px;
}
.cg-happenings-link a {
	text-decoration:none;
	color:#767676;
}
.cg-happenings-link p {
	padding:10px;
	line-height:normal;
	font-size:1.2rem;
	margin-bottom:5px;
}
.cg-happenings img {
	height:80px;
	width:100%;
	overflow:hidden;
}
/*
.cg-promotion * { causing the external link indicators to turn white, even with .cg-yellow - EG 4/29/21
    color:#fff;
}
*/
.cg-promotion {
		-webkit-filter:opacity(.95);
		        filter:opacity(.95);
	width:calc(100% + 30px);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
/*	width:100%; causing them to not be full-width? EG 20210901 */
    min-height:250px;
/*    overflow:hidden; removed for cg-card-top-overlap - EG 9/25/2020*/
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    color:#fff;
    padding:70px 30px;
    position:relative;/* added for ie. 3/25/2020 - EG */
}
.cg-promotion h2, .cg-promotion a:not(.cg-button) {
    color:#fff;
}
.ie .cg-promotion .cg-main-content,
.ie .cg-promotion .cg-main-content-wide {
    z-index:1;
    width:100%;
}
.cg-promotion .cg-overlay {
    position:absolute;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 40, 85, .9)), to(rgba(0, 83, 179, .9)));
    background-image: -o-linear-gradient(top left, rgba(0, 40, 85, .9), rgba(0, 83, 179, .9));
    background-image: linear-gradient(to bottom right, rgba(0, 40, 85, .9), rgba(0, 83, 179, .9));
    right:0;
    left:0;
    top:0;
    bottom:0;
    z-index:-1;
}
.ie .cg-promotion .cg-overlay {
    z-index:0;
}
.cg-promotion .cg-heading {
    font-size: 3rem;
    line-height: 3.4rem;
}

.cg-day-callout-modal {
	top:25vh;
}
.cg-promotion-content {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-top: 90px;
	color: #fff;
}
.cg-day-callout .dropdown {
	max-width: 230px;
	margin: 0 auto;
	padding-top: 0;
}
.cg-day-callout .dropdown .dropdown-item {
	white-space: normal;
}
.cg-day-callout .dropdown-menu {
	margin-top: -5px;
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(218, 218, 218, .9);
	        box-shadow: 0 0 5px rgba(218, 218, 218, .9);
}
.cg-day-callout .cg-button {
	min-width: 230px;
}
.cg-background-box.cg-yellow .cg-button {
	border: solid 2px #f78937;
}
.cg-background-box.cg-yellow .cg-button:hover,
.cg-background-box.cg-yellow .cg-button:focus {
	background-color: #f78937;
	color: #fff;
}


/* -------------------------------- CG-ICON-BLOCKS, CG-STUDENT-TYPE < 769 -------------------------- */

.cg-icon-blocks {
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, .6))), url(../img/online.jpg);
	background:-o-linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .6)), url(../img/online.jpg);
	background:linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .6)), url(../img/online.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom:80px;
	padding-top:50px;
	margin-top:50px;
}
.cg-student-type {
	margin-bottom:100px;
}
.cg-icon-blocks h2,
.cg-student-type h2 {
	margin-bottom:50px;
}
.cg-icon-blocks .fa {
	margin-bottom:15px;
}
.cg-student-type .cg-wrap-group {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* --------------------------------- FORMS ---------------------------------------------- */


form .cg-button {
    width: 50%;
	margin: 10px auto;
/*	display: inherit; unsure what this was for but is making buttons align left?*/
}
.cg-sc-form .cg-button {
    width:auto;
}

/* below styles for underline search with spyglass icon - faculty page example */
.cg-search-group .cg-search-button {
	border: none;
	background-color: transparent;
}
.cg-search-group .form-control {
	width: calc(100% - 50px);
}


/* ----------------------------------- TABLES ------------------------------------ */

.cg-table-condensed thead th {
	padding:10px 5px;
}
.cg-table-condensed tbody th,
.cg-table-condensed td,
.cg-table-condensed tfoot th {
	padding:5px;
}


/* -------------------------------------- CG-IMAGE-BLURB  < 769 -------------------------- */

.cg-image-blurb {
	margin-top:100px;
}

/* ----------------------------------------- CG-WRAP-GROUP < 769 ------------------------------------ */


.cg-wrap-item {
	width:32%;
	margin-right:10px;
}

/* ---------------------------------------- FILMSTRIP < 769 --------------------------------- */

.cg-filmstrip {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   height: 360px;

}
.cg-filmstrip .cg-filmstrip-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 3px solid #fff;
}
.cg-filmstrip-image img{
    display: block;
    height: 150px;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.cg-filmstrip .cg-filmstrip-image:nth-of-type(1) {
-webkit-box-flex: 1.5;
    -ms-flex: 1.5;
        flex: 1.5;
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
}


/* --------------------------------------- MDB OVERRIDES < 769 ------ NEEDED??????? ----- */

hr {
	border-top:1px solid rgba(0, 0, 0, .1);
}
.dropdown-menu {
	right:0;
	left:auto;
	top:50px;
}
.cg-card-top-stripe.card-header {
	background-color: #003c80;
	color: #fff;
    border-top-right-radius:6px;
    border-top-left-radius:6px;
}
.card-body + img {
	border-radius:0;
}
.dropdown-toggle::after {
	content:'';
	display:none;
}
.card-header {
	border:none;
	background-color:transparent;
    padding:1.5rem 1rem;
}
.card-group .col {
	min-width:100%;
	margin-bottom:25px;
}
.ls-non-degree .card-group .col {
    min-width: 260px;
}
.card {
    border-radius:6px;
}
.card-header .cg-heading {
	padding: 0;
	margin:0;
}
.card hr, .cg-tile hr {
	margin: 10px 0;
}
.card-group {
	margin:20px 0;
}
.card-group .card {
	height:100%;
        max-width:300px;/*previously commented out for some reason. Added back for Events page. Doesn't seem to affect all-degrees page - EG 5/15/21 */
        width:100%;
        min-width:240px;/* Same as above */
        margin-bottom:10px;
}
.card-body p,
.card-body li,
.card-body td,
.card-body i,
.card-body span:not(.cg-large-text):not(.fa),
.card-body b {
	font-size:1.4rem;
	line-height:2.2rem;
	margin-bottom:10px;
}
.card-footer p {
	margin-bottom:0;
}
.cg-card-photo {
    min-height:200px;
    width:100%;
    max-height:300px;
    background-position:center;
    background-size:cover;
    position:relative;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
li.list-group-item {
	margin-bottom:0;
	border-bottom:none;
}
.list-inline-item:not(:last-child) {
	margin-right: 2rem;
}

/* -------------------------------------------------------- CG-BUTTON-LIST < 769 ---------------------------*/
.cg-button-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

	.cg-button-list li {
		margin: 5px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: center;
		padding-left: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
	}
.cg-two-columns.cg-button-list li:first-child {
    margin-top:0;
}
		.cg-button-list li a {
			width: 100%;
			display: inline-block;
			padding: 7px 20px;
			-webkit-transition: all .2s ease;
			-o-transition: all .2s ease;
			transition: all .2s ease;
			text-decoration: none;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			font-size: 1.4rem;
			font-family: museo-sans-500;
			white-space:nowrap;
			color:#1a1a1a;
			border:solid 2px #f0c200;
			border-radius:60px;
		}
        .cg-button-list.cg-fill.cg-navy li a {
            border:solid 2px #002855;
            color:#fff;
            background-color:#002855;
        }
            .cg-button-list.cg-fill.cg-navy li a:hover {
                        -webkit-box-shadow:0 3px 5px #a6a6a6;
                                box-shadow:0 3px 5px #a6a6a6;
            }
.cg-button-list.cg-blue li a {
	border-color: #1a85ff;
}
.cg-button-list.cg-blue li a:hover {
	background-color: #1a85ff;
	color: #fff;
}
            .cg-button-list li p { /* for items that need to be in the list but don't have attached links. Examples are the schiffman child pages. */
                padding: 7px 20px;
                white-space: nowrap;
                border: solid 2px #d9d9d9;
                border-radius: 60px;
                font-size: 1.4rem;
                color: #767676;
            }

/* button list plus two columns */
.cg-button-list.cg-two-columns li {
  display: block;
  max-width: unset;
}
.cg-button-list.cg-two-columns {
  display: block;
}
.cg-directory-item {
	margin-bottom: 15px;
}
	.cg-directory .card {
		min-height: 230px;
	}
		.cg-directory .card-body {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}


/* ------------------------------------------------ BLOG STYLES < 769 --------------------------------- */

.blog-metadata {
	color: #767676;
	font-size: 1.2rem;
}
.blog-post-author {
    margin-right: 20px;
}

/* -------------------------------------- THUMBNAIL < 769 -------------------------------- */

.cg-circle-thumbnail {
	height: 150px;
	width: 150px;
	overflow: hidden;
	border-radius: 100%!important;
}
/* -------------------------------- PULL PHOTO < 769 ----------------------------------- */

    .cg-photo-pull-right {
        float:right;
        margin-left:10px;
        max-width:120px;
    }
    .cg-photo-pull-left {
        float:left;
        margin-right:10px;
        max-width:120px;
    }

/* ----------------------------------- FORM < 768 ------------------------------------------ */

    .cg-sc-form input[type="radio"] {
        position: static;
        visibility: visible;
        width: 30px;
    }
    .cg-sc-form input[type="checkbox"] {
      position: static;
      visibility: visible;
      width: auto;
      margin-right: 10px !important;
    }
    .cg-sc-form .form-check.cg-sc-two-columns label {
      width: 49%;
      display: inline-block;
    }
    .cg-sc-form .form-check.cg-sc-two-columns {
      margin-bottom: 20px;
    }
    .cg-sc-form .form-check-label {
      margin: 8px 20px 5px 0px;
    }
    .cg-sc-form .form-check {
      padding-left: 0;
    }
    .cg-sc-form .field-validation-valid {
        vertical-align:top;
        display:none;
    }
    .cg-sc-form .field-validation-error span {
        color: #e92f32;
        font-weight: bolder;
        display: block;
        font-size: 1.4rem;
        margin-top: -14px;
        line-height: 1.4rem;
        text-align: right;
    }
    .cg-sc-form .field-validation-valid::before {
        content: '* ';
        color: #e92f32;
        font-weight: bold;
        vertical-align: super;
    }
    .cg-sc-form label {
        font-size:1.3rem;
        font-family:museo-sans-700;
        display:block;
    }



.cg-cost-calculator {
	max-width: 700px;
	margin: 0 auto;
}
.cg-range-slider-box {
	display: inline;
}
.cg-range-slider-box-value {
	width: auto;
}
.cg-indent, .cg-calculator-result-box {
	margin-left: 85px;
}
.cg-cost-calculator .cg-range-slider-box-value {
	border: none;
	padding: 5px;
	font-family: museo-sans-700, 'Open Sans', Arial, sans-serif;
	font-size: 1.4rem;
	border-bottom: solid 1px #d9d9d9;
	margin-left:10px;
}
.cg-range-slider-box-value.cg-calculator-result {
	font-size: 3rem;
	width: 90px;
	border:none;
}
.cg-cost-calculator-fees {
	position: relative;
	animation: reveal .5s ease 1 both;
	transition: all .2s ease;
	transform-origin: 0% 0%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.cg-cost-calculator-fees .cg-indent {
	color:#767676;
}
.cg-calculator-total-line {
	position: relative;
	margin: 20px 0;
}
.cg-calculator-total-line::after {
	content: 'Total';
	background-color: #fff;
	bottom: -11px;
	position: absolute;
	padding-right: 10px;
	font-size: 1rem;
	color: #a6a6a6;
	text-transform: uppercase;
	font-family: museo-sans-700;
	letter-spacing: .08rem;
}
.cg-calculator-result-box .cg-subtle-text {
	display: inline-block;
}


@-webkit-keyframes reveal {
  0% {
    -webkit-transform:scaleY(0);
            transform:scaleY(0);
  }
  100% {
    -webkit-transform:scaleY(1);
            transform:scaleY(1);
    height:100%;
    opacity:1;
  }
}
@keyframes reveal {
  0% {
    -webkit-transform:scaleY(0);
            transform:scaleY(0);
  }
  100% {
    -webkit-transform:scaleY(1);
            transform:scaleY(1);
    height:100%;
    opacity:1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } 
}

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } 
}

/* ------------------------------------------- JUMP LINKS < 768 ---------------------------------- */

.cg-jump-link {
	font-family: inherit;
}

@media screen and (min-width:600px) {

	.cg-three-columns,
    .in-content-wrapper ul.cg-three-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.cg-two-columns,
    .in-content-wrapper ul.cg-two-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}


	.cg-button-group {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-direction:row;
		        flex-direction:row;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}

	.cg-button-group .cg-button:not(:last-child),
    .cg-button-group .cg-button-subtle:not(:last-child),
    .cg-button-group .cg-button-emphasis:not(:last-child) {
		margin-right:10px;
	}
	.cg-button-group * {
		display:inline;
		white-space:nowrap;
	}
	.card-group.cg-degrees {
		max-width:1366px;
	}
.card-group .col {
	min-width:280px;
	margin-bottom:30px;
	max-width:350px;
}

/* ----------------------------------------- .CG-BUTTON-LIST > 600 ----------------------------------------- */

	.cg-button-list li {
		display: block;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}

		.cg-button-list li a:hover {
			background-color: #f0c200;
		}
}

@media screen and (min-width:768px) { /* -------------------------------- 769 ----------------- */

	/* ------------------------------------ ELEMENTS ---------------------------------------- */


	h1, .cg-fake-h1 {
		font-size:3.5rem;
		line-height:3.8rem;
	}
	h2 {
		font-size:2.2rem;
		margin: 3rem 0 2rem 0;
	}
	h3 {
		font-size:1.8rem;
		margin: 2rem 0 1.5rem 0;
	}
	h4 {
		font-size:1.6rem;
		margin: 1.5rem 0 1rem 0;
	}
	h5, h6 {
		font-size: 1.4rem;
		text-transform:uppercase;
	}

	/* ----------------------------------------- UTILITIES ---------------------------------- */

	.cg-background-box .cg-heading-small {
		margin-top:0;
	}

    .cg-padding {
        padding:20px;
    }
	.cg-urgent {
		position:relative;
		/*! top: -140px; */
	}
    .cg-button {
        font-size:1.4rem;
    }

	/* -------------------------- INTRO SECTION 769 --------------------- */

	.cg-intro-image {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 60, 128, .6)), color-stop(rgba(26, 133, 255, .7)), color-stop(rgba(128, 187, 255, .7)), to(rgba(255, 255, 255, 1))), url('../../ep/img/international-tablet.png'); /* FIX - EG 5-19-21 */
		background-image: -o-linear-gradient(top, rgba(0, 60, 128, .6), rgba(26, 133, 255, .7), rgba(128, 187, 255, .7), rgba(255, 255, 255, 1)), url('../../ep/img/international-tablet.png');
		background-image: linear-gradient(to bottom, rgba(0, 60, 128, .6), rgba(26, 133, 255, .7), rgba(128, 187, 255, .7), rgba(255, 255, 255, 1)), url('../../ep/img/international-tablet.png');
		background-size: cover;
		background-repeat:no-repeat;
		background-position:center;
		min-height:200px;
	}
	.cg-intro-feature {
		display:inline-block;
	}


	/* ---------------------------------------------------------------------------------
	MODULES 769
	------------------------------------------------------------------------------------ */


    /* -------------------------------------- HERO 769 ----------------------------- */

    .cg-button-group a.cg-button {
        width:30%;
    }
	.cg-related-links {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		    -ms-flex-direction:row;
		        flex-direction:row;
	}
	.cg-happenings-link:hover {
		-webkit-transform: translateY(-10px);
		    -ms-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	.cg-promotion {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 85, .8)), to(rgba(48, 7, 69, .8)));
		background-image: -o-linear-gradient(rgba(0, 40, 85, .8), rgba(48, 7, 69, .8));
		background-image: linear-gradient(rgba(0, 40, 85, .8), rgba(48, 7, 69, .8));
	}
	
	
	/* ---------------------------------------- TESTIMONIALS 769 ------------------------------- */
	
	.cg-testimonial {
        padding:100px 30px!important;
        margin-top:0!important;
        width:100%!important;
    }
    .cg-testimonial-content {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        max-width:1280px;
        margin:0 auto;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        text-align:left;
    }
    .cg-testimonial-image {
        margin-top:0;
        min-width:250px;
        height:250px;
        -webkit-box-flex:1;
            -ms-flex:1;
                flex:1;
        max-width:250px;
    }
    .cg-testimonial-copy {
        -webkit-box-flex:3;
            -ms-flex:3;
                flex:3;
    }
    .cg-testimonial-meta {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }

	/* ------------------------------------- FILMSTRIP 769 ----------------------------------- */

	/*Filmstrips - flex images*/

.cg-filmstrip {
   height: 150px;

}
.cg-filmstrip-image img{
    height: 150px;
}
.cg-filmstrip .cg-filmstrip-image:nth-of-type(1),
    .cg-filmstrip .cg-filmstrip-image:nth-of-type(5) {
-webkit-box-flex: 1.5;
    -ms-flex: 1.5;
        flex: 1.5;
}
.cg-filmstrip .cg-filmstrip-image:nth-of-type(2),
    .cg-filmstrip .cg-filmstrip-image:nth-of-type(4) {
-webkit-box-flex: 2;
    -ms-flex: 2;
        flex: 2;
}
.cg-filmstrip .cg-filmstrip-image:nth-of-type(3) {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.cg-filmstrip .cg-filmstrip-image:nth-of-type(5) {

display: none;
}
.cg-filmstrip .cg-filmstrip-image:last-of-type {
    border-right: none;
}
.cg-filmstrip.cg-filmstrip-with-blurb { /*these are from campus-experience.aspx - ep*/
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    background-color: #f2f2f2;
}
.cg-filmstrip.cg-filmstrip-with-blurb .cg-filmstrip-image {
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
}
    .cg-filmstrip-blurb {
        -webkit-box-flex: 1.5;
            -ms-flex: 1.5;
                flex: 1.5;
        padding: 0 15px;
        height: 150px;
    }
.cg-filmstrip.cg-filmstrip-with-blurb .cg-filmstrip-image:nth-of-type(3) {
    border-left: solid 3px #fff;
    -webkit-box-flex: .75;
        -ms-flex: .75;
            flex: .75;
}
    .cg-filmstrip .cg-filmstrip-image:nth-of-type(1),
    .cg-filmstrip .cg-filmstrip-image:nth-of-type(2),
    .cg-filmstrip .cg-filmstrip-image:nth-of-type(3),
    .cg-filmstrip .cg-filmstrip-image:nth-of-type(4),
    .cg-filmstrip .cg-filmstrip-image:nth-of-type(5)  {
        background-size: cover;
        background-position:center;
        background-repeat:no-repeat;
    }

/* -------------------------------------------------- COLORED CARDS 769 ----------------------------------- */

    .card.cg-navy {
        background-color: #003c80;
    }
    .card.cg-navy .card-body :not(a) {
        color: #fff;
    }

/* ---------------------------------------- PHOTO OVERLAY 769 ------------------------------------ */


.cg-photo-overlay {
  position: absolute;
  top: 0px;
  width:30%;
  min-width: 400px;
}
.cg-photo-overlay-wrap {
  position: relative;
  padding: 30px 0;
}
    .cg-photo-overlay-alt img {
        width: 80%;
    }
.cg-photo-overlay p:last-child {
  margin-bottom: 0;
}
.cg-photo-overlay.cg-overlay-left {
  left: 3%;
}
.cg-photo-overlay.cg-overlay-right {
  right: 3%;
}
.cg-photo-overlay-alt .cg-photo-overlay {
    top: auto;
    bottom:100px;
}

/* ---------------------------------------- BACKGROUND OVERLAY 769 ----------------------- */

.cg-button-group {
	position: absolute;
	top: -30px;
	left: calc(50% - 325px);
    min-width:660px;
}
    .cg-button-group a.cg-button {
        min-width:170px;
        width:auto;
    }
.cg-hero {
    height:100%;
    min-height: 310px;
    position: absolute;
}
.cg-hero::after {
	content: '';
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255, 1)));
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255, 1));
	background: linear-gradient(rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255, 1));
	height: 100px;
	position: absolute;
	bottom: 0px;
}
.cg-paper-overlay {
  width: calc(90% + 20px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgb(255, 255, 255, 1)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgb(255, 255, 255, 1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgb(255, 255, 255, 1));
  height: 280px;
  margin-top: -180px;
  z-index: 0;
  position: absolute;
  margin-left: 4%;
  border-radius: 6px;
  bottom:-200px;
    left:0;
}
    .ie .cg-paper-overlay {
      background-color:rgba(255, 255, 255, .9);/*for ie */
    }
    .cg-hero-one {
    height:auto;
    margin-bottom:10px;
    }

.cg-paper-overlay:before {
  content: '';
  width: 100%;
  height: 140px;
  border-radius: 6px;
  -webkit-box-shadow: 0px -10px 15px -10px #767676;
          box-shadow: 0px -10px 15px -10px #767676;
  display: inline-block;
  background-color: rgba(255, 255, 255, .1);
  z-index: 0;
}
.cg-hero-announcements {
  background-image:none!important;
}

.cg-urgent-announcement {
  padding-top: 50px;
  padding-bottom: 110px;
  animation: fadeInDown 1s ease .5s 1 forwards;
/*    visibility:hidden; Not sure why this was added, but was keeping the notices from displaying at all. EG 7/8/21 */
}
.ie .cg-button-group a.cg-button {
    width:auto;
}
    /*-----.cg- ------------------------------------- NEEDS FIXED - GRID HERO? ----------
	{
  width: calc(90% + 20px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgb(255, 255, 255, 1)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgb(255, 255, 255, 1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgb(255, 255, 255, 1));
  height: 300px;
  margin-top: -140px;
  z-index: 0;
  position: absolute;
  margin-left: 4%;
  border-radius: 6px;
  bottom:-170px;
    left:0;
}---- */

    /* -------------------------------------- FORM STYLES 768 ---------------------------- */

    .cg-form-section-half {
        width:47%
    }
}

@media screen and (min-width:992px) { /* ------------------------------- 992 ---------------------------------- */

	/* --------------------------------------- ELEMENTS 992 -------------------------------------- */

	h1,
    .cg-fake-h1 {
		font-size:6rem;/*trying bigger headings. Was 5rem - EG 9/28/20 */
		line-height:5.6rem;
        width: calc(100% + 200px);
        margin-left: -100px;
        font-family:museo-sans-900;
	}
	h2 {
		font-size:3.4rem;
		margin: 4rem 0 2rem 0;
		line-height:3.5rem;
	}
	h2+h3 {
		margin-top: 3rem;
	}
	h3 {
		font-size:2rem;
		margin: 4rem 0 2rem 0;
		line-height:3rem;
	}
	h4 {
		font-size:1.8rem;
		margin: 3rem 0 2rem 0;
		font-family:museo-sans-700;
	}
	h5,
    h6 {
		font-size: 1.4rem;
		text-transform:uppercase;
		font-family:museo-sans-700;
		color:#1a1a1a;
	}
	h5,
    h6 {
		text-transform:uppercase;
	}
	h1 .cg-support {
		font-family: museo-sans-900 !important;
		font-size: 1.4rem;
		line-height: 2.5rem;
		color:#0053b3;
		text-transform: uppercase;
		letter-spacing: .08rem;
	}
	h2 span.cg-support,
    h3 .cg-support {/* changed from museo-slab-500, 2.4rem. Used on about/strategic-plan */
		font-family: museo-sans-900;
		font-size: 1.2rem;
		line-height: 1.6rem;
		color: #0053b3;
		text-transform: uppercase;
		letter-spacing: .2rem;
	}
/*    tbody tr:hover {
        background-color:rgba(217, 217, 217, .4);
    }
    tbody tr:hover th {
        background-color: rgba(179, 214, 255, 1);
    }
    /* DELETE IF POSSIBLE *
    tr:hover th[rowspan]  {
      background-color:#f2f2f2;
    }
    th[rowspan]:hover ~ th {
      background-color:#f2f2f2;
    }

    th[rowspan]:hover ~ td {
      background-color:#fff;
    }
*/
    details:hover {
        background-color: rgba(217, 217, 217, .5);
        transition: all .2s ease;
    }
.local_course-schedules tbody tr:hover {
	background-color: transparent;
}
	.cg-lead p:not(.cg-subtle-text),
    .cg-lead li {
		font-size:2rem;
		font-family:museo-sans-300;
		line-height: 3rem;
		color:#000;
	}

	/* ------------------------------------------------------------------------------------------
	LAYOUTS 992
	------------------------------------------------------------------------------------------ */

	.cg-intro-image {
		padding-bottom:200px;
		margin-bottom:-100px;
	}
	/*.cg-page-wrapper {
		margin-top: 120px;  changed from 90 because removed height of empty row divs - for bare pages with left menu - EG - 8/2/19
	}*/
	.cg-intro-image + .cg-content-paper {
		margin-top: -100px;
	}
	.cg-content-paper {
		margin-top:0;
		-webkit-box-shadow:0 -10px 12px -10px rgba(64, 64, 64, .3);
		        box-shadow:0 -10px 12px -10px rgba(64, 64, 64, .3);
		padding-top:50px;
		min-height: 300px;
		position: absolute;
		width: 100%;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 1)));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1));
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1));
	}
    .cg-lead {
        margin-top:3rem;
        width: calc(100% + 200px);
        margin-left: -100px;
    }

	/* -----------------------------------------------------------------------------------------------
	MODULES 992
	------------------------------------------------------------------------------------------------ */

	.cg-happenings-links {
		overflow-x: visible;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding-top:10px;
	}
	.cg-wrap-group {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.card.cg-blue {
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 83, 179, 0.16), 0 2px 10px 0 rgba(0, 83, 179, 0.12);
		        box-shadow: 0 2px 5px 0 rgba(0, 83, 179, 0.16), 0 2px 10px 0 rgba(0, 83, 179, 0.12);
	}
    .card.cg-navy {
        margin: 50px 0;
        height: calc(100% - 100px);
        position: absolute;
    }
    .card.cg-navy.cg-right {
        left: -60px;
        right: 60px;
    }
    .card.cg-navy.cg-left {
        left: 60px;
        right: -60px;
        z-index:1;
    }
	.cg-wrap-item {
		width:32%;
		margin-right:10px;
		margin-bottom:10px;
		text-align:center;
	}
	.cg-wrap-item p {
		margin-bottom:0;
	}
	.cg-wrap-item .cg-heading {
		margin-bottom:10px;
	}
	.cg-anchors {
		display:block;
		background-color:transparent;
		max-width:700px;
		margin:0 auto 20px auto;
		padding:0;
	}
    .cg-anchors.cg-background-box {
        border:none;
        border-radius:0;
    }
	.cg-anchors h2 {
        font-size: 1.2rem;
        margin: 10px 0;
        text-transform: uppercase;
        font-family: museo-sans-900;
        letter-spacing: .2rem;
        color: #595959;
    }
	.cg-anchors ul {
		margin-bottom:0;
		padding-left: 10px;
		border-left: solid 3px #d9d9d9;
	}
	.cg-anchors ul ul {
		margin-left: 25px;
	}
	.cg-anchors ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		line-height: 1.3rem;
		display:inline-block;
		/*margin-right:10px;*/
		width:100%;
        font-size:1.4rem;
	}
	.cg-anchors ul li a {
		display: inline-block;
		font-family:museo-sans-300;
        text-decoration: none;
	}
        .cg-anchors ul li a:hover {
            text-decoration: underline;
        }

.cg-blurb-photo .cg-photo { /* section with a photo on one side and blurb on the other */
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
}
.cg-blurb-photo .cg-blurb {
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
}


/* --------------------------------- PULLQUOTE 992 --------------------------------------------- */

.cg-pull-right:before {
	float: right;
	width: 60%;
	margin: 20px;
	position: relative;
	top: -15px;
	right:-30px;
    border:none;
	border-left: solid 6px #1a85ff;
	margin-right: -180px;
}
.cg-pull-left:before {
	float: left;
	width: 60%;
	margin: 20px;
	position: relative;
	top: -15px;
	left:-30px;
    border:none;
	border-right: solid 6px #1a85ff;
	margin-left: -180px;
	text-align:right;
}
.cg-photo-pull-right {
	float: right;
	margin-right: -100px;
	margin-left: 20px;
    max-width:300px;
}
.cg-photo-pull-left {
	float: left;
	margin-left: -100px;
	margin-right: 20px;
	max-width: 300px;
}

/* ------------------------------------------- LIST STEPS 992 ---------------------------------------- */

  .cg-steps-horizontal {
    flex-direction:row;
      display:flex;
  }
  .cg-list-steps .cg-steps-item {
    flex-basis:auto;
    flex:1;
  }
  .cg-steps-horizontal li h2 {
    line-height:2rem;
  }

.cg-card-top-overlap {
    margin-top:-90px;
}
	
	/* ---------------------------------- TESTIMONIALS 992 -------------------------------------- */
	
	.cg-testimonial-quote {
        font-size:3.5rem;
        line-height:5rem;
    }

}

@media screen and (min-width:1200px) {

  .card-footer li {
    margin-bottom: 0;
  }
.card-footer {
  background-color: #f2f2f2;
  border-top: 0;
  padding: 5px 10px;
}

	/* ------------------------------------- UTILITIES 1200 ----------------------------------------- */
	.cg-three-columns{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
.cg-wrapper-link:hover .cg-hover-underline {
        text-decoration: underline;
    }
.tab-content {
  position: relative;
}
	/* ------------------------------- INTRO SECTION 1200 ------------------------------- */

	.cg-intro-image {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 60, 128, .6)), color-stop(rgba(26, 133, 255, .7)), color-stop(rgba(128, 187, 255, .7)), to(rgba(255, 255, 255, 1))), url('../../ep/img/international.png');
		background-image: -o-linear-gradient(top, rgba(0, 60, 128, .6), rgba(26, 133, 255, .7), rgba(128, 187, 255, .7), rgba(255, 255, 255, 1)), url('../../ep/img/international.png');
		background-image: linear-gradient(to bottom, rgba(0, 60, 128, .6), rgba(26, 133, 255, .7), rgba(128, 187, 255, .7), rgba(255, 255, 255, 1)), url('../../ep/img/international.png');
	}
	.cg-promotion {
		-webkit-filter:opacity(.95);
		        filter:opacity(.95);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 85, .9)), to(rgba(48, 7, 69, .9)));
		background-image: -o-linear-gradient(rgba(0, 40, 85, .9), rgba(48, 7, 69, .9));
		background-image: linear-gradient(rgba(0, 40, 85, .9), rgba(48, 7, 69, .9));
	}


	/* -------------------------------------------------------------------------------------
	MODULES 1200
	--------------------------------------------------------------------------------------- */

	.cg-wrap-item {
		width:24%;
	}

	/* -------------------------- FILMSTRIP 1200 ---------------------------------- */
    
	.cg-filmstrip,
    .cg-filmstrip-image img {
	 	height: 200px;
	}
	.cg-filmstrip .cg-filmstrip-image:nth-of-type(5) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

    /* -------------------------------- GRID HERO 1200 --------------------------- */

    .cg-hero,
    .cg-grid-hero-three,
    .cg-grid-hero-four {
        height: 100%;
    }
    .cg-grid-hero-one,
    .cg-grid-hero-two {
        height: calc(50% - 5px);
    }
    .cg-grid-hero-one, .cg-grid-hero-two {
        height:calc(50% - 10px);
    }
    .cg-hero-announcements {
        min-height:400px;
    }
    .cg-hero {
        min-height:410px;
    }

}
@media screen and (min-width:1366px) {

    .cg-main-content.cg-padding {
        padding:0;
    }
}
