/* -------------------- VARIABLES & ALIGNMENT -------------------- */
/* SIZES */
/* COLORS */
.bg-white {
  background: #ffffff; }

.bg-lightest-gray {
  background: #f4f4f4; }

.bg-light-gray {
  background: #e9e9e9; }

.bg-gray {
  background: #b9b9b9; }

.bg-med-gray {
  background: #c4c4c4; }

.bg-dark-gray {
  background: #444444; }

.bg-darkest-gray {
  background: #242424; }

.bg-black {
  background: #000000; }

.bg-yellow {
  background: #ffffff; }

/* $sitewidth: 1366px; */
.centertext {
  text-align: center; }

.aligner-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

.aligner-left {
  display: flex;
  align-items: center; }

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #FFDF1C;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #FFDF1C;
  color: #000000;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* -- SITE WRAPPER -- */
#sitewrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1450px;
  position: relative; }

/* ---------- PAGE TRANSITIONS ---------- */
body {
  /*
  	opacity: 0;
  	@include fadein-slow;
  */
  font-size: 14px; }

body.interior-mfa {
  /* 	transform: translateX(100%); */
  /* 	opacity: 0; */ }

body.interior-mfa.loaded {
  /* 	transform: translateX(0px); */
  opacity: 1; }

body.interior-page {
  /* 	transform: translateX(-100%); */
  /* 	opacity: 0; */ }

body.interior-page.loaded {
  /* 	transform: translateX(0px); */
  opacity: 1; }

body.loaded {
  opacity: 1; }

/* Remove body scrolling when Swipebox is activated */
body.swipe {
  overflow: hidden; }

.wf-loading {
  visibility: hidden; }

.wf-active {
  visibility: visible; }

/* ---------- CONTAINERS & WIDTHS & HEIGHTS ---------- */
.container-regular, .articles > .article > a {
  padding: 5% 16%;
  overflow: auto; }

.container-narrow {
  max-width: 660px;
  margin: 0 auto;
  padding: 5% 0; }

.contained-large, .contained-large-lg {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5% 16%; }

.contained-large-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5% 16%;
  border-top: none; }

.contained-large-section ~ .contained-large-section {
  border-top: 1px solid #e9e9e9; }

body.interior-mfa .contained-large-section {
  border-top: none; }

body.interior-mfa .contained-large-section ~ .contained-large-section {
  border-top: 1px solid #242424; }

.contained-large h2, .contained-large-lg h2, .contained-large-lg h2, .contained-large-section h2, .contained-large-nobottom h2, .contained-large-notop h2 {
  margin-top: 0px; }

.contained-large-notop {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 16% 5% 16%; }

.contained-large-nobottom {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5% 16% 0 16%; }

.contained-extra-large {
  padding: 0 5%; }

.contained-extra-large-notop {
  padding: 0 5% 5% 5%; }

.contained-extra-large-nobottom {
  padding: 5% 5% 0 5%; }

.contained-large-lg {
  background: #e9e9e9;
  padding: 5% 16% !important;
  color: #999B9D;
  /* dje
  	@media screen and (max-width: $ipad-portrait) { 
  		.pod.columns {
  			display: block;
  		}
  		
  		.pod.columns .pod.column {
  			width: 30% !important!;
  			margin-right: 1% !important;
  			
  		}
  	}
  */ }
  .contained-large-lg p strong, .contained-large-lg h2, .contained-large-lg h3, .contained-large-lg h4 {
    color: #000000; }
  .contained-large-lg a {
    color: #000000; }

.fullheight {
  height: 100%; }

.flexbox-container, .flexbox, .pod.columns.flexbox > .pod.column {
  display: flex !important; }

.alignBottom, .bottom {
  align-self: flex-end; }

.asset {
  margin-bottom: 10px; }

.asset.pull-center {
  margin: 0 auto;
  text-align: center; }

.asset.pull-left {
  margin-right: 20px; }

.asset.pull-right {
  margin-left: 20px; }

/* -------------------- POD STYLES, PODS & CMS -------------------- */
.PADDED {
  padding: 0 5%;
  margin: 0 auto; }

.DIVIDER, .divider {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0; }

hr {
  border-top: 1px solid #e9e9e9;
  margin: 30px 0px; }

.pod.columns {
  overflow: hidden; }

.noflex .pod.columns, .pod.columns.noflex, .pod.columns .noflex, .noflex .column {
  display: block !important; }

.pod.columns .column {
  float: left;
  /* 	display: flex; */ }

.pod.column .pod.function {
  width: 100%; }

.gray-padded {
  background: #444444;
  padding: 5% 16% !important;
  color: #ffffff;
  overflow: auto; }
  .gray-padded a {
    color: #dcbf0b; }
    .gray-padded a:hover {
      color: #FFDF1C; }
  .gray-padded a:visited {
    color: #dcbf0b; }
  .gray-padded h2 {
    color: #ffffff;
    font-weight: 100; }

/* -- TIPDOWNS -- */
.pod.tipdown h3 a {
  text-decoration: none; }

.pod.regular.contained-large-section .pod.tipdown .js-tipdown-trigger, .pod.regular.contained-large .pod.tipdown .js-tipdown-trigger, .pod.regular.contained-large-lg .pod.tipdown .js-tipdown-trigger, .pod.regular.contained-large-notop .pod.tipdown .js-tipdown-trigger, .pod.regular.contained-nobottom .pod.tipdown .js-tipdown-trigger {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  padding: 0px 0px 16px 0px; }
.pod.regular.contained-large-section .tipdown-content, .pod.regular.contained-large .tipdown-content, .pod.regular.contained-large-lg .tipdown-content, .pod.regular.contained-large-notop .tipdown-content, .pod.regular.contained-nobottom .tipdown-content {
  padding: 0px; }

.pod.tipdown .js-tipdown-trigger {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 16% 16px 16%;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease; }

.tipdown-content {
  padding: 16px 16%; }

.tipdown-trigger.collapsed .tipdown-toggle {
  display: block;
  height: 16px;
  width: 16px;
  background: url("/sites/ccs/resources/images//icon-plus.png") no-repeat center center;
  background-size: cover;
  float: left;
  margin: 5px 20px 0px 0px; }

.tipdown-trigger .tipdown-toggle {
  display: block;
  height: 2px;
  width: 16px;
  background: url("/sites/ccs/resources/images//icon-minus.png") no-repeat center center;
  background-size: cover;
  float: left;
  margin: 12px 20px 0px 0px; }

/*
.pod.tipdown .fa.fa-arrow-circle-o-right {
	@include fadein;
}
*/
/*
.tipdown-trigger.collapsed i.fa.fa-arrow-circle-o-right {
    transform: rotate(0deg);
}

.tipdown-trigger i.fa.fa-arrow-circle-o-right {
    transform: rotate(90deg);
}
*/
.collapse, .collapsing {
  display: none; }

.collapse.in {
  display: block; }

/* -- TABS -- */
/* PLAIN HORIZONTAL TABS */
.plain-tabs .pod.tabbed.horizontal .tabContainer > {
  /*
  		.tab-pane.fade.active {
  			opacity: 1;
  		}
  */ }
  .plain-tabs .pod.tabbed.horizontal .tabContainer > .nav-tabs {
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid transparent; }
  .plain-tabs .pod.tabbed.horizontal .tabContainer > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
    display: flex;
    padding: 0px;
    font-size: 14px; }
    .plain-tabs .pod.tabbed.horizontal .tabContainer > ul li {
      float: left;
      display: flex;
      padding: 2px 16px; }
    .plain-tabs .pod.tabbed.horizontal .tabContainer > ul li.nav-tab-callout {
      font-size: 12px; }
    .plain-tabs .pod.tabbed.horizontal .tabContainer > ul li a b {
      font-weight: normal; }
    .plain-tabs .pod.tabbed.horizontal .tabContainer > ul li a {
      padding: 0px;
      text-decoration: none;
      color: #b9b9b9;
      font-weight: 500;
      outline: none;
      transition: 0.15s ease;
      -moz-transition: 0.15s ease;
      -webkit-transition: 0.15s ease;
      -o-transition: 0.15s ease; }
    .plain-tabs .pod.tabbed.horizontal .tabContainer > ul li.active {
      margin-bottom: 0px;
      border-bottom: none;
      border-top: none;
      border-left: none;
      border-right: none;
      color: #000000; }
      .plain-tabs .pod.tabbed.horizontal .tabContainer > ul li.active a {
        color: #000000;
        border-bottom: 1px solid black; }
      .plain-tabs .pod.tabbed.horizontal .tabContainer > ul li.active a b {
        font-weight: bold; }
  .plain-tabs .pod.tabbed.horizontal .tabContainer > .tab-content {
    padding: 2% 0%; }
  .plain-tabs .pod.tabbed.horizontal .tabContainer > .tab-pane {
    display: none;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
  .plain-tabs .pod.tabbed.horizontal .tabContainer > .tab-pane.active {
    display: block; }
  .plain-tabs .pod.tabbed.horizontal .tabContainer > .tab-pane.fade {
    opacity: 0;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transform: translateY(10px); }
  .plain-tabs .pod.tabbed.horizontal .tabContainer > .tab-pane.fade.in {
    opacity: 1;
    transform: translateY(0px); }

/* -- Horizontal Tabs -- */
/* MFA Template */
body.interior-mfa .pod.tabbed.horizontal .tabContainer ul li a,
body.interior-mfa .pod.tabbed.vertical .tabContainer ul li a {
  color: white; }

/* End MFA Template */
.pod.tabbed.horizontal > .tabContainer {
  /*
  		.tab-pane.fade.active {
  			opacity: 1;
  		}
  */ }
  .pod.tabbed.horizontal > .tabContainer > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    padding: 0px 10px; }
    .pod.tabbed.horizontal > .tabContainer > ul > li {
      float: left;
      display: flex; }
    .pod.tabbed.horizontal > .tabContainer > ul li a b {
      font-weight: normal; }
    .pod.tabbed.horizontal > .tabContainer > ul li a {
      padding: 10px 16px;
      text-decoration: none;
      color: #000000;
      font-weight: 100;
      outline: none;
      width: 100%; }
    .pod.tabbed.horizontal > .tabContainer > ul li.active {
      margin-bottom: -1px;
      border-bottom: 1px solid #ffffff;
      border-top: 1px solid #e9e9e9;
      border-left: 1px solid #e9e9e9;
      border-right: 1px solid #e9e9e9; }
      .pod.tabbed.horizontal > .tabContainer > ul li.active a b {
        font-weight: bold; }
  .pod.tabbed.horizontal > .tabContainer .tab-content {
    padding: 2%; }
  .pod.tabbed.horizontal > .tabContainer .tab-pane {
    display: none;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
  .pod.tabbed.horizontal > .tabContainer .tab-pane.active {
    display: block; }
  .pod.tabbed.horizontal > .tabContainer .tab-pane.fade {
    opacity: 0;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
  .pod.tabbed.horizontal > .tabContainer .tab-pane.fade.in {
    opacity: 1; }

/* VERTICAL TABS */
.pod.tabbed.vertical > .tabContainer {
  /*
  		.tab-pane.fade.active {
  			opacity: 1;
  		}
  */ }
  .pod.tabbed.vertical > .tabContainer .nav-tabs {
    float: left;
    width: 25%;
    border-right: 1px solid #e9e9e9;
    padding: 10px 0px; }
  .pod.tabbed.vertical > .tabContainer > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .pod.tabbed.vertical > .tabContainer > ul > li {
      float: left;
      width: 100%;
      clear: both;
      display: flex; }
    .pod.tabbed.vertical > .tabContainer > ul li a b {
      font-weight: normal; }
    .pod.tabbed.vertical > .tabContainer > ul li a {
      padding: 10px 16px;
      text-decoration: none;
      color: #000000;
      font-weight: 100;
      outline: none;
      width: 100%; }
      .pod.tabbed.vertical > .tabContainer > ul li a h3 {
        margin-top: 0px; }
    .pod.tabbed.vertical > .tabContainer > ul li.active {
      right: -1px;
      border-bottom: 1px solid #e9e9e9;
      border-top: 1px solid #e9e9e9;
      border-left: 1px solid #e9e9e9;
      position: relative;
      border-right: 1px solid #ffffff; }
      .pod.tabbed.vertical > .tabContainer > ul li.active a b {
        font-weight: bold; }
  .pod.tabbed.vertical > .tabContainer .tab-content {
    padding: 0 2% 2% 2%;
    float: left;
    width: 75%; }
  .pod.tabbed.vertical > .tabContainer .tab-pane {
    display: none;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
  .pod.tabbed.vertical > .tabContainer .tab-pane.active {
    display: block; }
  .pod.tabbed.vertical > .tabContainer .tab-pane.fade {
    opacity: 0;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
  .pod.tabbed.vertical > .tabContainer .tab-pane.fade.in {
    opacity: 1; }

/* Alternating Gray Boxes */
.gray-boxes > .pod.columns {
  display: flex; }

.gray-boxes {
  color: #808080; }

.gray-boxes p strong {
  color: #000000; }

.gray-boxes a {
  color: #000000; }

.gray-boxes h3 {
  color: #000000;
  /*
  	font-size: 14px;
  	font-weight: bold;
  */ }

.gray-boxes > .pod.columns > .pod.column {
  /* 	padding: 3%; */
  padding: 20px 40px;
  box-sizing: border-box;
  background: #f4f4f4; }

.gray-boxes > .pod.columns > .pod.column:nth-child(even) {
  background: #e9e9e9; }

@media screen and (max-width: 768px) {
  .gray-boxes > .pod.columns {
    display: block; }

  .gray-boxes > .pod.columns > .pod.column {
    width: 100% !important; } }
/* Interior Hero */
.hero-img {
  position: relative;
  display: block !important; }
  @media screen and (max-width: 560px) {
    .hero-img {
      overflow: hidden !important; } }

.hero-img .asset.pull-left, .hero-img .asset.pull-right {
  margin: 0;
  width: 100%; }

.hero-img img {
  width: 100%;
  height: auto;
  top: 0px !important; }
  @media screen and (max-width: 560px) {
    .hero-img img {
      width: auto;
      max-width: none;
      height: 500px; } }

.hero-img p {
  margin: 0; }

.hero-img h1 {
  position: absolute;
  color: white;
  bottom: 2%;
  left: 4%;
  font-weight: 300; }

/* Background Hero */
.bg-hero {
  height: 815px !important; }

body.base .bg-hero {
  height: 675px !important; }

.backstretch {
  height: 100% !important;
  display: block !important; }

.bg-hero h1 {
  position: absolute;
  color: white;
  bottom: 0%;
  left: 4%;
  font-weight: 300; }

.bg-hero p {
  margin: 0; }

/* Light Gray Background */
.bg-light-gray {
  background: #e9e9e9; }

/* -------------------- GLOBAL -------------------- */
body {
  font-family: "interstate";
  font-weight: 400;
  font-style: normal;
  background: #f2f2f2; }

body {
  /*
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  */ }

#sitewrapper {
  background: white;
  height: 100%; }

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

.pod.columns {
  display: flex; }

/*
	section#main { 
	.pod.column {
		display: flex;
		flex: 1;
		.pod.regular {
			flex: 1;
			align-self: center;
			}
		}
	}
*/
.pod.regular {
  /*
  	display: flex;
  	flex-direction: column;
  */
  display: block;
  overflow: auto; }

iframe {
  border: none; }

/* Alignment */
.clear-both {
  clear: both; }

a.email {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

a.rev {
  unicode-bidi: bidi-override;
  direction: rtl; }

/* -- Responsive Video -- */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: 54%;
  /* cuts off black bars */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoWrapper .player .controls {
  bottom: 2em !important; }

/* - MEJS OVERRIDE */
#swipebox-container .mejs-container {
  max-height: 600px !important; }

/* -- Fonts -- */
.interstate {
  font-family: Interstate;
  font-style: normal;
  font-weight: normal; }

.interstatelightitalic {
  font-family: "Interstate Light";
  font-style: italic;
  font-weight: normal; }

h1 {
  font-size: 60px;
  font-weight: 200;
  line-height: 1.1;
  /* Interstate Extra Light */ }

h2 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3; }

.contained-large h2:only-child, .contained-large-lg h2:only-child {
  margin-bottom: 0px; }

h3 {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 300; }

h4 {
  font-size: 18px;
  font-weight: bold; }

/*
.intro p {
	font-size: 22px;
	font-weight: 100;
}
*/
p.lead, .intro p {
  font-size: 22px;
  font-weight: 300;
  color: #c4c4c4;
  line-height: 1.4; }

.intro p {
  margin-top: 0px; }

h6 {
  font-weight: 400; }

p {
  font-family: "interstate";
  font-weight: 400;
  font-style: normal;
  /* 	font-size: 14px */
  line-height: 1.6; }

blockquote {
  margin: 2em 25px; }

blockquote p {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }

a:visited {
  color: black; }

.nomargin, .nomargin .asset {
  margin: 0 !important; }

span.caption {
  display: block;
  clear: both; }

/* -- ELEMENTS: BUTTONS -- */
/* /////////////////////////////BUTTON 01 */
.fullbutton .bttn, .fullbutton .button {
  width: 90%;
  text-align: center; }

.bttn, .button {
  background-color: transparent;
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  padding: 14px 21px;
  border: 2px solid #000000;
  border-radius: 8px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
  color: #000000 !important;
  display: inline-block;
  margin: 5px; }

.bttn:hover, .button:hover {
  color: #ffffff !important;
  background-color: #000000;
  -webkit-font-smoothing: antialiased; }

.bttn-yellow, .button-yellow {
  background-color: #FFDF1C;
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  padding: 14px 21px;
  border: 2px solid #FFDF1C;
  border-radius: 8px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  margin: 5px; }

.bttn-yellow:hover, .button-yellow:hover {
  color: #000000 !important;
  background-color: #cfb100; }

.bttn-gray, .button-gray {
  border: 2px solid #4b4b4b;
  color: #ffffff !important;
  margin: 5px;
  -webkit-font-smoothing: antialiased;
  background: #4b4b4b; }

.bttn-gray:hover, .button-gray:hover {
  color: #ffffff !important;
  background: #242424;
  border: 2px solid #242424; }

/* -- Change Button Color w MFA template -- */
body.interior-mfa .bttn, body.interior-mfa .button, body.ccs-tv .bttn, body.ccs-tv .button {
  border: 2px solid #ffffff;
  color: #ffffff !important;
  margin: 5px;
  -webkit-font-smoothing: antialiased; }
body.interior-mfa .bttn:hover, body.interior-mfa .button:hover, body.ccs-tv .bttn:hover, body.ccs-tv .button:hover {
  color: #000000 !important;
  background: #ffffff; }

/* /////////////////////////////BUTTON 02 */
.text-third .text-promo {
  width: 33.3333333% !important; }
  @media screen and (max-width: 560px) {
    .text-third .text-promo {
      width: 100% !important; } }

.text-promo {
  position: relative;
  display: block;
  width: 25%;
  height: 182px;
  border: 1px solid #efefef;
  border-left: none;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  float: left; }
  @media screen and (max-width: 768px) {
    .text-promo {
      width: 100%; } }

body.interior-mfa .text-promo {
  border: 1px solid #242424;
  border-left: none; }
  body.interior-mfa .text-promo:hover a, body.interior-mfa .text-promo:hover h4 {
    color: #000000; }
  body.interior-mfa .text-promo a {
    color: #ffffff; }
  body.interior-mfa .text-promo h4 {
    color: #ffffff;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease; }

.home .text-promo {
  border-top: 0px; }

.pod.regular .pod.function:last-child .text-promo {
  border-right: none; }

.text-promo a {
  color: #000000;
  text-decoration: none;
  display: block;
  height: 100%; }
  .text-promo a:hover {
    color: #000000; }

.text-promo h4 {
  font-family: 'Interstate';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  margin: 0;
  padding: 25px;
  color: black;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s; }

.text-promo.faculty-list {
  border-top: none;
  min-height: 182px; }

.text-promo.faculty-list h4 {
  padding-bottom: 0;
  position: relative; }

.text-promo.faculty-list > a > span {
  position: absolute;
  bottom: 25px;
  width: 100%; }

.text-promo.faculty-list span p {
  padding-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 85%;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.text-promo h6 {
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  margin: 0;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s; }
  @media screen and (max-width: 560px) {
    .text-promo h6 {
      font-size: 18px;
      text-align: right; }
      .text-promo h6 span {
        display: none; } }

.text-promo:hover {
  background-color: #FFDF1C; }

/* -------------------- COL PROMO-IMG (EXISTING PROMOS) -------------------- */
.promos {
  display: flex; }
  @media screen and (max-width: 768px) {
    .promos .pod.columns {
      flex-flow: row wrap; }
    .promos .pod.columns .pod.column {
      flex-basis: 50%; } }
  .promos .pod.columns .pod.column {
    display: flex; }
  .promos .pod.columns .pod.column .pod.function {
    display: flex; }
    .promos .pod.columns .pod.column .pod.function .apply-yellow {
      width: 100%;
      display: flex; }
      .promos .pod.columns .pod.column .pod.function .apply-yellow a {
        width: 100%;
        display: flex; }

.col.promo-img img {
  max-width: 100%; }

/* -------------------- PROMO HORIZONTAL -------------------- */
.promo-horizontal {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: #000000;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }
  .promo-horizontal:hover {
    background-color: #FFDF1C; }
    .promo-horizontal:hover img {
      opacity: 0; }
  .promo-horizontal .promo-textholder {
    position: absolute;
    bottom: 0px;
    left: 25px;
    overflow: hidden;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
  .promo-horizontal img {
    width: 100%; }
  .promo-horizontal a {
    color: #ffffff; }
    .promo-horizontal a:hover {
      color: #000000; }

/* -- Info Box -- */
.infobox {
  height: 100%;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease; }
  .infobox a {
    padding: 5% 8%;
    display: block;
    text-decoration: none;
    color: #000000; }
  .infobox h3 {
    margin-top: 3%; }
  .infobox p {
    font-weight: 500px; }
  .infobox:hover {
    background: #000000;
    color: #ffffff;
    -webkit-font-smoothing: antialiased; }
    .infobox:hover h3 {
      color: #ffffff; }
    .infobox:hover a {
      color: #ffffff; }

.bg-white,
.bg-lightest-gray,
.bg-light-gray,
.bg-gray,
.bg-yellow,
.bg-med-gray,
.bg-dark-gray,
.bg-darkest-gray,
.bg-black {
  height: 100%; }

.bg-white a, .bg-lightest-gray a, .bg-light-gray a, .bg-gray a, .bg-yellow a {
  color: #000000; }

.bg-med-gray a, .bg-dark-gray a, .bg-darkest-gray a, .bg-black a {
  color: #ffffff; }

.infobox h3 {
  font-size: 20px; }

/* -- Gray Text Promo -- */
.promo-gray {
  background: #F4F4F4;
  padding: 8%;
  /* 	height: 100%; */
  flex: 1;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  position: relative; }

.promo-gray h3 {
  /* 	height: 40%; */
  font-size: 20px;
  margin-top: 3%;
  font-weight: bold; }

.promo-gray p {
  color: #999B9D;
  font-weight: 500; }

/* -- Yellow Twitter Promo -- */
.promo-twitter {
  background: #FFDF1C;
  padding: 8%;
  /* 	height: 100%; */
  flex: 1;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  position: relative; }

.promo-twitter h3 {
  /* 	height: 40%; */
  font-size: 20px;
  margin-top: 3%;
  font-weight: bold;
  color: #B7A11D; }

.promo-twitter p {
  color: #B7A11D;
  /* 	font-weight: 500; */ }

.promos .promo-gray .pod.regular {
  position: absolute;
  bottom: 10px; }
  @media screen and (max-width: 560px) {
    .promos .promo-gray .pod.regular {
      position: relative; } }

/* -- Gray Text Promo on MFA Pages -- */
body.interior-mfa .promo-gray {
  background: #242424; }
  body.interior-mfa .promo-gray h3 {
    color: white; }
  body.interior-mfa .promo-gray p {
    color: #58595B; }

/* -- Yellow Text Promo -- */
.promo-yellow {
  background: #FFDF1C;
  padding: 5% 8%;
  /* 	height: 100%; */
  flex: 1;
  min-height: 193px;
  max-height: 362.5px;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative; }
  .promo-yellow a {
    text-decoration: none;
    color: #000000; }
  .promo-yellow p {
    font-weight: 500; }
  .promo-yellow h3 {
    font-weight: bold; }
  .promo-yellow:hover {
    background: #000000;
    color: #FFDF1C;
    -webkit-font-smoothing: antialiased; }
    .promo-yellow:hover h3 {
      color: #FFDF1C; }
    .promo-yellow:hover a {
      color: #FFDF1C; }

.promo-yellow h3 {
  position: absolute;
  bottom: 30px;
  font-size: 30px;
  margin-top: 3%; }

.promo-yellow h4 {
  margin-bottom: 0px;
  font-size: 20px;
  height: 40%;
  margin-top: 3%; }

.promo-yellow .arrow {
  position: absolute;
  transform: translateX(-10px) rotate(-90deg);
  right: 25px;
  bottom: 25px;
  width: 22px;
  margin: 15px 5px;
  stroke: #FFDF1C;
  fill: #FFDF1C;
  stroke-width: 12px;
  opacity: 0;
  -webkit-transition: fill 0.5s, stroke 0.5s, transform 0.5s, opacity 0.5s;
  transition: fill 0.5s, stroke 0.5s, transform 0.5s, opacity 0.5s; }

.promo-yellow:hover .arrow {
  fill: #FFDF1C;
  stroke: #FFDF1C;
  transform: translateX(0px) rotate(-90deg);
  opacity: 1; }

/* ---------- APPLY PROMO ---------- */
.apply-yellow {
  background: #FFDF1C;
  position: relative;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }
  @media screen and (max-width: 768px) {
    .apply-yellow {
      min-height: 362.5px; } }
  .apply-yellow:hover {
    color: #FFDF1C;
    background: #000000; }
    .apply-yellow:hover h3 {
      color: #FFDF1C !important; }
  .apply-yellow a {
    padding: 5% 8%;
    text-decoration: none; }
  .apply-yellow h3 {
    position: absolute;
    bottom: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #000000 !important; }
  .apply-yellow .arrow {
    position: absolute;
    transform: translateX(-10px) rotate(-90deg);
    right: 25px;
    bottom: 25px;
    width: 22px;
    margin: 15px 5px;
    stroke: #FFDF1C;
    fill: #FFDF1C;
    stroke-width: 12px;
    opacity: 0;
    -webkit-transition: fill 0.5s, stroke 0.5s, transform 0.5s, opacity 0.5s;
    transition: fill 0.5s, stroke 0.5s, transform 0.5s, opacity 0.5s; }
  .apply-yellow:hover .arrow {
    fill: #FFDF1C;
    stroke: #FFDF1C;
    transform: translateX(0px) rotate(-90deg);
    opacity: 1; }

/*	
.apply-yellow {
	background: $yellow;
	padding: 5% 8%;
	@include fadein-med;
	position: relative;
	
	a {
		text-decoration: none;
		color: $black;
	}
	
	p {
		font-weight: 500;
	}
	
	h3 {
		font-weight: bold;
	}
	
	&:hover {
		background: $black;
		color: $yellow;
		-webkit-font-smoothing: antialiased;
		
		h3 {
			color: $yellow;
		}
		
		a {
			color: $yellow;
		}
	}
}

.apply-yellow h3 {
	position: absolute;
	bottom: 30px;
	font-size: 30px;
	margin-top: 3%;
}
.apply-yellow h4 {
	margin-bottom: 0px;
	font-size: 20px;
	height: 40%;
	margin-top: 3%;	
}

.apply-yellow .arrow {
	position: absolute;
    transform: translateX(-10px) rotate(-90deg);
    right: 25px;
    bottom: 25px;
    width: 22px;
    margin: 15px 5px;
    stroke: #FFDF1C;
    fill: #FFDF1C;
    stroke-width: 12px;
    opacity: 0;
    -webkit-transition: fill 0.5s, stroke 0.5s, transform 0.5s, opacity 0.5s;
    transition: fill 0.5s, stroke 0.5s, transform 0.5s, opacity 0.5s;
}
.apply-yellow:hover .arrow {
	fill: #FFDF1C;
	stroke: #FFDF1C;
	transform: translateX(0px) rotate(-90deg);
	opacity: 1;
}
*/
/*
.promo-yellow p {
	color: #999B9D;
	font-weight: bold;
}
*/
/* -------------------- PROMO 1x1 / SQUARE BIGSQUARE AND SMALLSQUARE -------------------- */
.pod.function.fullheight .promo-square, .pod.function.fullheight .promo-square-info,
.pod.function.bigsquare .promo-square, .pod.function.bigsquare .promo-square-info {
  max-height: none;
  max-height: 725px; }

.pod.function.smallsquare, .grid-gray.smallsquare {
  width: 50% !important; }
  @media screen and (max-width: 600px) {
    .pod.function.smallsquare, .grid-gray.smallsquare {
      width: 100% !important; } }

.promo-square {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: #000000;
  max-height: 362.5px;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }
  @media screen and (max-width: 600px) {
    .promo-square {
      max-height: none; } }
  .promo-square:hover {
    background-color: #000000; }
    .promo-square:hover img {
      opacity: .5;
      transform: scale(1.05); }
  .promo-square .promo-textholder {
    position: absolute;
    bottom: 0px;
    padding: 0px 25px;
    overflow: hidden;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
    @media screen and (max-width: 560px) {
      .promo-square .promo-textholder {
        width: 100%; } }
    .promo-square .promo-textholder h2 {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 15px; }
    .promo-square .promo-textholder h6 {
      font-weight: 400;
      font-size: 13px;
      margin-top: 0px; }
      @media screen and (max-width: 560px) {
        .promo-square .promo-textholder h6 {
          text-align: right;
          font-size: 18px; }
          .promo-square .promo-textholder h6 span {
            display: none; } }
  .promo-square img {
    width: 100%;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease; }
  .promo-square a {
    color: #ffffff; }
    .promo-square a:hover {
      color: #ffffff; }

.promo-square.dark a {
  color: #000000; }

.promo-square-info {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: #000000;
  max-height: 362.5px;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }
  @media screen and (max-width: 600px) {
    .promo-square-info {
      max-height: none; } }
  .promo-square-info img {
    width: 100%; }
  .promo-square-info .promo-textholder {
    position: absolute;
    bottom: 0px;
    left: 25px;
    overflow: hidden;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
    .promo-square-info .promo-textholder h2 {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 8%;
      width: 90%;
      color: white;
      max-width: 480px; }
      @media screen and (max-width: 768px) {
        .promo-square-info .promo-textholder h2 {
          font-size: 18px; } }
    .promo-square-info .promo-textholder h2 em {
      color: #FFDF1C;
      font-style: normal; }
  .promo-square-info a {
    color: #ffffff; }
    .promo-square-info a:hover {
      color: #ffffff; }

.promo-square-info.dark h2 {
  color: #000000; }
  .promo-square-info.dark h2 em {
    color: #ffffff;
    font-style: normal; }

/* ---------- LARGE/WIDE SQUARE ---------- */
.promo-horizontal {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: #000000;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }
  .promo-horizontal:hover {
    background-color: #000000; }
    .promo-horizontal:hover img {
      opacity: .5;
      transform: scale(1.05); }
  .promo-horizontal .promo-textholder {
    position: absolute;
    bottom: 0px;
    left: 25px;
    overflow: hidden;
    transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease; }
    .promo-horizontal .promo-textholder h2 {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 5px; }
    .promo-horizontal .promo-textholder h6 {
      font-weight: 300;
      font-size: 13px;
      margin-top: 0px; }
  .promo-horizontal img {
    width: 100%;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease; }
  .promo-horizontal a {
    color: #ffffff; }
    .promo-horizontal a:hover {
      color: #ffffff; }

.promo-horizontal.dark a {
  color: #000000; }

/* /////////////////////////////BUTTON 08 - ALUMNI / FACULTY GRID OUTPUT */
/* ---------- ALUMNI SEARCH FORM & SEARCH ---------- */
#alumniSearchQuery, #searchText {
  padding: 14px;
  border: none;
  border-bottom: 2px solid black;
  background: none; }

#alumniSearchForm input[type="submit"],
body.search input[type="submit"] {
  background-color: transparent;
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  padding: 14px 21px;
  border: 2px solid #000000;
  border-radius: 8px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
  color: #000000 !important;
  display: inline-block;
  margin: 5px; }

#alumniSearchForm input[type="submit"]:hover,
body.search input[type="submit"]:hover {
  color: #ffffff !important;
  background-color: #000000;
  -webkit-font-smoothing: antialiased; }

/* -------------------- ALUMNI LIST -------------------- */
body.interior-mfa ul.faculty-list, body.interior-mfa ul.alumni-list {
  border-top: none !important; }

.pod.function .alumni-list-container ul.alumni-list, .pod.function .alumni-list-container ul.faculty-list, .pod.function .faculty-list-container ul.alumni-list, .pod.function .faculty-list-container ul.faculty-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efefef; }
  .pod.function .alumni-list-container ul.alumni-list li, .pod.function .alumni-list-container ul.faculty-list li, .pod.function .faculty-list-container ul.alumni-list li, .pod.function .faculty-list-container ul.faculty-list li {
    width: 25%;
    float: left;
    margin-bottom: 0px !important; }
    @media screen and (max-width: 768px) {
      .pod.function .alumni-list-container ul.alumni-list li, .pod.function .alumni-list-container ul.faculty-list li, .pod.function .faculty-list-container ul.alumni-list li, .pod.function .faculty-list-container ul.faculty-list li {
        width: 50%; } }

body.interior-mfa .alumni-list-container {
  background: #141414; }

li.alumni-list-item, li.faculty-list-item {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.alumni-bg, .faculty-bg {
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

li.alumni-list-item:hover, li.faculty-list-item:hover {
  background-size: 250% !important; }
  li.alumni-list-item:hover .alumni-bg, li.alumni-list-item:hover .faculty-bg, li.faculty-list-item:hover .alumni-bg, li.faculty-list-item:hover .faculty-bg {
    background: #FFDF1C;
    z-index: 10;
    /*         transform: scale(1.05); */
    opacity: 0; }

li.faculty-list-item .faculty-bg {
  background-color: #242424 !important; }

.alumni-overlay, .faculty-overlay {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  background: url("/sites/ccs/resources/images//alumni-overlay.png") no-repeat center center;
  background-size: cover;
  z-index: 12;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px; }
  .alumni-overlay:hover, .faculty-overlay:hover {
    background: none; }

.button08 {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  /* 	height: 362.5px; */
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  background: url("/sites/ccs/resources/images//alumni-overlay.png") no-repeat center center;
  background-size: cover; }
  .button08:hover {
    background: #FFDF1C; }
    .button08:hover .alumni-overlay, .button08:hover .faculty-overlay {
      display: none; }

.button08_textholder {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 280px;
  overflow: hidden;
  z-index: 15; }
  @media screen and (max-width: 560px) {
    .button08_textholder {
      width: 80%; } }

.button08 a {
  display: block;
  height: 100%;
  width: 100%; }

.button08 img {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }

.button08 h4 {
  text-align: left;
  font-family: 'Interstate';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin: 0;
  color: white;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }

.button08 p {
  /* 	width: 475px; */
  text-align: left;
  font-family: 'Interstate';
  font-weight: 400;
  line-height: 21px;
  position: relative;
  font-style: normal;
  font-size: 15px;
  margin: 0;
  margin-bottom: 15px;
  color: white;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }

.button08 h6 {
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  position: relative;
  margin: 0;
  color: white;
  -webkit-transition: bbackground-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }
  @media screen and (max-width: 560px) {
    .button08 h6 {
      font-size: 18px;
      text-align: right; }
      .button08 h6 span {
        display: none; } }

.button08 h3 {
  font-family: 'Interstate';
  font-weight: 100;
  font-style: normal;
  font-size: 90px;
  line-height: 90px;
  text-align: left;
  position: absolute;
  top: 25px;
  right: 25px;
  margin: 0;
  color: white !important;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translateX(20px); }

.button08:hover img {
  opacity: 0; }

.button08:hover h4, .button08:hover p, .button08:hover h6 {
  color: black; }

.button08:hover h3 {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.25s transform 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.25s transform 0.5s;
  transform: translateX(0px);
  opacity: 1; }

/* /////////////////////////////BUTTON 03 */
.splitbox a {
  text-decoration: none;
  color: #000000; }
  .splitbox a:hover {
    color: #000000; }

.button03 {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  cursor: pointer;
  background-color: #FFDF1C;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  overflow: hidden; }

.button03_textholder {
  position: absolute;
  bottom: 30px;
  left: 5%;
  width: 90%;
  overflow: hidden;
  height: 125px; }

.button03_textcontainer {
  position: absolute;
  top: 95px;
  left: 0px;
  width: 80%;
  height: 115px;
  -webkit-transition: top ease 1s;
  transition: top ease 1s; }

.button03 img {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.2s;
  transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.2s;
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1; }

.fullwidth .button03 img {
  width: 100%;
  height: auto;
  margin-top: -10%; }

.button03 h2 {
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  color: white;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 1s ease-in-out 0s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 1s ease-in-out 0s; }

.button03 p {
  width: 100%;
  text-align: left;
  line-height: 21px;
  /* 	position: absolute; */
  bottom: 0;
  font-style: normal;
  font-size: 13px;
  margin: 0;
  -webkit-transition: background-color 0.5s, color 0.6s, opacity 0.6s ease-in-out 0s, transform 1s;
  transition: background-color 0.5s, color 0.6s, opacity 0.6s ease-in-out 0s, transform 1s; }
  @media screen and (max-width: 1300px) {
    .button03 p {
      line-height: 18px; } }
  @media screen and (max-width: 768px) {
    .button03 p {
      display: none;
      opacity: 0; } }

.button03 h5 {
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  font-weight: 500;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.6s , transform 1s;
  transition: background-color 0.5s, color 0.5s, opacity 0.6s , transform 1s; }
  .button03 h5 span {
    display: none;
    opacity: 0; }
  @media screen and (max-width: 768px) {
    .button03 h5 {
      font-size: 18px; } }

.button03:hover img {
  opacity: 0;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0s;
  transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0s; }

.button03:hover .button03_textcontainer {
  top: 10px; }
  @media screen and (max-width: 768px) {
    .button03:hover .button03_textcontainer {
      top: 95px; } }

.button03:hover h2, .button03:hover p {
  color: black;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s;
  transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s; }

.button03:hover p {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s;
  transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    .button03:hover p {
      display: none; } }

.button03:hover h5 {
  opacity: 1;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s;
  transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s; }
  @media screen and (max-width: 768px) {
    .button03:hover h5 {
      font-size: 18px; } }

.deptvideos {
  background: #b9b9b9; }

.deptvideos .button03_textcontainer {
  width: 100%; }

.deptvideos .button03 h2::after {
  display: block;
  content: '\25BA';
  height: 115px;
  /* width: 100px; */
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: white; }

.deptvideos .button03 {
  background: black; }

.deptvideos .button03_textholder p {
  display: none; }

.deptvideos .button03 img {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.deptvideos .button03:hover img {
  opacity: 0.35;
  transform: scale(1.05); }

.deptvideos .button03:hover h2, .hoverdark .button03:hover p {
  color: white; }

.deptvideos .button03:hover .button03_textcontainer {
  top: 95px; }

.deptvideos .button03:hover .button03_textcontainer p {
  display: none; }

.deptvideos .button03:hover h5 {
  display: none; }

.hoverdark .button03 {
  background: black; }

.hoverdark .button03_textholder p {
  display: none; }

.hoverdark .button03 img {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.hoverdark .button03:hover img {
  opacity: 0.35;
  transform: scale(1.05); }

.hoverdark .button03:hover h2, .hoverdark .button03:hover p {
  color: white; }

.hoverdark .button03:hover .button03_textcontainer {
  top: 95px; }

.hoverdark .button03:hover .button03_textcontainer p {
  display: none; }

.hoveryellow .button03 {
  background: #FFDF1C; }

.hoveryellow .button03 img {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.hoveryellow .button03:hover img {
  opacity: 0;
  transform: scale(1); }

.hoveryellow .button03:hover h2, .hoveryellow .button03:hover p {
  color: black; }

.hoveryellow .button03:hover .button03_textcontainer {
  top: 95px; }

.hoveryellow .button03:hover .button03_textcontainer p {
  display: none; }

a.light .button03 h2 {
  color: #000000; }

.button03 h5 a.light {
  font-weight: 500 !important; }

#faculty-listing-list {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: 343px;
  cursor: pointer;
  overflow: hidden;
  background-color: #FFDF1C;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }
  #faculty-listing-list:hover {
    background-color: #000000; }

.faculty_textholder {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 280px;
  overflow: hidden; }

#faculty-listing-list img {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }

#faculty-listing-list h4 {
  text-align: left;
  font-family: 'Interstate';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin: 0;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }

#faculty-listing-list p {
  /* 	width: 475px; */
  text-align: left;
  font-family: 'Interstate';
  font-weight: 300;
  line-height: 21px;
  position: relative;
  font-style: normal;
  font-size: 15px;
  margin: 0;
  margin-bottom: 25px;
  color: #000000;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }

#faculty-listing-list h6 {
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  position: relative;
  margin: 0;
  color: #000000;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s; }

#faculty-listing-list h3 {
  font-family: 'Interstate';
  font-weight: 100;
  font-style: normal;
  font-size: 90px;
  text-align: left;
  position: absolute;
  top: 25px;
  right: 25px;
  margin: 0;
  color: #000000;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translateX(20px); }

#faculty-listing-list:hover img {
  opacity: 0; }

#faculty-listing-list:hover h4, #faculty-listing-list:hover p, #faculty-listing-list:hover h6 {
  color: #ffffff; }

#faculty-listing-list:hover h3 {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.25s transform 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.25s transform 0.5s;
  transform: translateX(0px);
  opacity: 1; }

/* ---------- BROWSE ALL AREAS ACADEMICS ---------- */
.browse-academics-item {
  width: 25%;
  float: left;
  overflow: hidden; }
  .browse-academics-item h3 {
    font-weight: bold;
    font-size: 18px;
    max-width: 230px; }
  @media screen and (max-width: 768px) {
    .browse-academics-item {
      width: 50%; } }
  .browse-academics-item a {
    display: block;
    position: relative;
    background: #000000; }
  .browse-academics-item .alumni-overlay {
    height: 80%;
    opacity: 0.9; }
  .browse-academics-item .alumni-overlay:hover {
    background: url("/sites/ccs/resources/images//alumni-overlay.png") no-repeat center center;
    background-size: cover; }
  .browse-academics-item span.browse-titles {
    position: absolute;
    color: white;
    bottom: 5%;
    padding-left: 10%;
    width: 100%;
    z-index: 13;
    display: block; }
  .browse-academics-item p {
    margin-top: 0px; }
  .browse-academics-item:hover img {
    opacity: 0.25;
    transform: scale(1.05); }
  .browse-academics-item:hover .alumni-overlay {
    display: block; }
  .browse-academics-item img {
    width: 100%;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease; }

@media screen and (max-width: 560px) {
  .browse-academics-item {
    width: 100%;
    max-height: 200px; }

  .browse-academics-item a {
    max-height: 200px; }

  .browse-academics-item p {
    font-size: 18px; }

  .browse-academics-item span.hide-view {
    display: none; } }
@media screen and (max-width: 560px) {
  .browse-academics-item {
    width: 100%;
    max-height: 200px; }

  .browse-academics-item a {
    max-height: 200px; }

  .browse-academics-item p {
    font-size: 18px; }

  .browse-academics-item span.hide-view {
    display: none; }

  p.browse-view {
    font-size: 18px !important; } }
/* -------------------- Table Tables -------------------- */
.table .table {
  background: none; }

/* -------------------- HEADER -------------------- */
body header {
  /* 	height: 66px; */
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  max-width: 1450px;
  z-index: 500;
  /* 	border-bottom: 1px solid transparent; */
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  top: 0; }
  body header:hover {
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9; }
    body header:hover .primary-nav ul > li > a {
      color: #575757; }
  body header .logo {
    position: relative;
    z-index: 700; }

body.interior-mfa header:hover {
  background: #000000;
  border-bottom: 1px solid #242424; }

/*
.content__extra:after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 150px;
  width: 100%;
  content: '';
  top: 0;
  z-index: 999;	
}
*/
/* DJE: This fades the navigation with an overlay so that the image doesn't need to, however I think there should be a template for images instead as this is kind of a hack */
/*
body.home header, body.base header {
	padding-bottom: 200px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(71,71,71,0.38) 62%, rgba(255,255,255,0.02) 98%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(71,71,71,0.38) 62%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(71,71,71,0.38) 62%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
}
*/
body.home .primary-nav ul > li > a,
body.base .primary-nav ul > li > a,
.icon--menu:before {
  color: #ffffff; }

body.home header.inview .primary-nav ul > li > a,
body.base header.inview .primary-nav ul > li > a,
.icon--menu:before {
  color: #575757; }

header:hover .constant-nav ul li a,
body.home header.inview .constant-nav ul li a,
body.base header.inview .constant-nav ul li a,
body.interior-page header.inview .constant-nav ul li a,
body.search header.inview .constant-nav ul li a,
body.interior-no-navigation header.inview .constant-nav ul li a,
body.interior-page header .constant-nav ul li a,
body.search header .constant-nav ul li a,
body.interior-no-navigation header .constant-nav ul li a,
body.person header .constant-nav ul li a,
.icon--menu:before {
  color: #b9b9b9; }

body.home header.inview .constant-nav ul li:last-child a,
body.base header.inview .constant-nav ul li:last-child a,
body.interior-page header.inview .constant-nav ul li:last-child a,
body.search header.inview .constant-nav ul li:last-child a,
body.interior-no-navigation header.inview .constant-nav ul li:last-child a,
body.interior-page header .constant-nav ul li:last-child a,
body.search header .constant-nav ul li:last-child a,
body.interior-no-navigation header .constant-nav ul li:last-child a,
body.person header .constant-nav ul li:last-child a {
  color: #444444; }

body.base.interior-mfa header.inview .constant-nav ul li:last-child a,
body.ccs-tv header.inview .constant-nav ul li:last-child a {
  color: #ffffff; }

body.interior-page header, body.search header body.sub-head header, body.interior-no-navigation header {
  border-bottom: 1px solid #e9e9e9; }

body.home header.inview,
body.base header.inview,
body.interior-page header.inview,
body.search header.inview,
body.interior-no-navigation header.inview,
body.sub-head header.inview,
body.person header,
body.article header {
  border-bottom: 1px solid #e9e9e9;
  background: #ffffff;
  padding-bottom: 0px;
  /* 	height: 66px; */ }

.logo img {
  height: 66px; }

/* -- SEARCH ICON -- */
.search-icon {
  height: 13px;
  width: 13px;
  display: block;
  padding: 18px 10px 5px 0px;
  margin: 0px 20px;
  background: url("/sites/ccs/resources/images//search-white.svg") no-repeat center center;
  float: right;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  position: absolute;
  right: 0px;
  top: 23px;
  z-index: 5; }
  .search-icon:hover {
    transform: scale(1.1); }
  @media screen and (max-width: 900px) {
    .search-icon {
      margin-right: 65px;
      height: 20px;
      width: 20px;
      margin-top: 1px; } }

header:hover .search-icon, body.home header.inview .search-icon,
body.base header.inview .search-icon,
body.interior-page header .search-icon,
body.search header .search-icon,
body.interior-no-navigation header .search-icon,
body.person header .search-icon {
  background: url("/sites/ccs/resources/images//search-dark.svg") no-repeat center center; }

body.interior-mfa .search-icon,
body.ccs-tv .search-icon {
  background: url("/sites/ccs/resources/images//search-white.svg") no-repeat center center !important; }

/* -- SEARCH MODAL -- */
/* SEARCH MODAL */
#search #search-txt {
  position: absolute;
  top: 3vw;
  left: 3%;
  border: none;
  outline: none;
  padding: 15px;
  font-family: 'Interstate';
  font-weight: 100;
  font-size: 80px;
  width: 90%;
  background: none; }

@media screen and (max-width: 769px) {
  #search #search-txt {
    font-size: 40px; } }
@media screen and (max-width: 400px) {
  #search #search-txt {
    font-size: 30px; } }
#search #search-title {
  text-align: center;
  color: #e56f0f;
  padding-bottom: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 3px; }

#search #search-submit {
  border: 3px solid #ffffff;
  padding: 10px 20px;
  width: 80%;
  -webkit-appearance: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  background: transparent;
  width: 120px;
  height: 50px;
  cursor: pointer;
  border-radius: 40px;
  clear: both;
  display: table;
  margin: 0 auto;
  letter-spacing: 3px;
  text-transform: uppercase;
  box-shadow: none;
  outline: none; }

#search #search-submit:hover {
  background: #e56f0f;
  border: 3px solid #e56f0f; }

/* -------------- */
.modal-hold {
  position: relative;
  width: 100%;
  left: 0px;
  text-align: center;
  color: #ffffff; }

.modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 0.5s, z-index 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s, transform 0.5s, z-index 0.5s; }

.modal-open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.95); }

.modal-close {
  position: absolute;
  width: 30px;
  right: 50px;
  top: 50px;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  z-index: 5; }

.modal-close:hover {
  opacity: 1;
  -webkit-opacity: 1; }

/*
	
	
/* -- SEARCH REUSLTS -- */
#searchText {
  min-width: 400px; }
  @media screen and (max-width: 560px) {
    #searchText {
      min-width: none; } }

#searchResults ol {
  padding: 0px; }

#searchResults ol li {
  margin-bottom: 40px; }

/* -- Primary Nav -- */
.primary-nav {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0; }

@media screen and (max-width: 1100px) {
  .primary-nav > ul {
    margin-left: 140px !important; } }

.primary-nav ul {
  list-style: none;
  display: table;
  margin: 0 auto; }
  .primary-nav ul li {
    float: left; }
    .primary-nav ul li > a {
      font-family: "interstate";
      font-weight: 500;
      font-style: normal;
      text-decoration: none;
      font-size: 12px;
      padding: 26px 0px 18px 0px;
      margin: 0px 12px;
      color: #575757;
      transition: 0.15s ease;
      -moz-transition: 0.15s ease;
      -webkit-transition: 0.15s ease;
      -o-transition: 0.15s ease;
      border-bottom: 6px solid transparent;
      display: block;
      pointer-events: none; }
    .primary-nav ul li ul {
      display: none; }
    .primary-nav ul li:hover > a {
      border-bottom: 6px solid #FFDF1C;
      color: #FFDF1C; }
    .primary-nav ul li.active > a {
      border-bottom: 6px solid #FFDF1C;
      color: #000000; }
  .primary-nav ul li:hover ul {
    /* 		display: block; */ }

/* ---------- DROPDOWNS ---------- */
.dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  background: #ffffff;
  top: 66px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  z-index: 999;
  color: #000000; }

.dropdown-menu strong a {
  color: #000000; }

.dropdown-menu a {
  text-decoration: none;
  color: #797979;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease; }
  .dropdown-menu a:hover {
    color: #9e9e9e; }
  .dropdown-menu a a:visited {
    color: black;
    text-decoration: none; }

.dropdown-menu > .pod {
  padding: 2% 16%; }

.primary-nav ul li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  /* 	top: 67px;	 */ }

.navborder {
  border-top: 1px solid #e9e9e9;
  padding: 1% !important; }

body.interior-mfa .navborder,
body.ccs-tv .navborder {
  border-top: 1px solid #242424; }

body.interior-mfa .dropdown-menu,
body.ccs-tv .dropdown-menu {
  border-top: 1px solid #242424; }

/* -- Site Map  -- */
.dropdown ul.sitemap {
  padding-top: 14px; }

.dropdown ul.sitemap li ul {
  overflow: auto;
  padding-bottom: 20px; }

.dropdown ul.sitemap ul.hasChildren li {
  width: 100%; }

.dropdown ul.sitemap {
  display: block; }

.dropdown ul.sitemap > li > a {
  font-weight: bold !important;
  font-size: 14px !important;
  color: black !important;
  padding: 0; }

.dropdown ul.sitemap > li > a > ul > li > a {
  padding: 0; }

.dropdown ul.sitemap li ul {
  display: block; }

.primary-nav .dropdown ul li:hover > a {
  border: none;
  color: black; }

.dropdown ul.sitemap a {
  font-size: 14px;
  border-bottom: 0px;
  line-height: 1.6;
  margin-left: 0;
  font-weight: 400;
  pointer-events: all;
  padding: 0;
  color: #797979 !important; }
  .dropdown ul.sitemap a:hover {
    color: #9e9e9e !important; }

/* -- Constant Nav -- */
.constant-nav {
  position: relative;
  z-index: 700;
  margin-right: 40px; }

.constant-nav ul {
  list-style: none;
  float: left; }
  .constant-nav ul li {
    float: left; }
    .constant-nav ul li a {
      font-family: "interstate";
      font-weight: 500;
      font-style: normal;
      text-decoration: none;
      font-size: 11px;
      padding: 5px 0px;
      margin: 0px 12px;
      color: #b9b9b9;
      color: #e8e8e8;
      /* 			border-bottom: 2px solid transparent; */
      transition: 0.15s ease;
      -moz-transition: 0.15s ease;
      -webkit-transition: 0.15s ease;
      -o-transition: 0.15s ease; }
      @media screen and (max-width: 1235px) {
        .constant-nav ul li a {
          margin: 0px 6px; } }
      .constant-nav ul li a:hover {
        /* 				border-bottom: 2px solid; */ }
    .constant-nav ul li ul {
      display: none; }
  .constant-nav ul li.active a {
    color: #ffffff; }
  .constant-nav ul li:last-child a {
    color: #f4f4f4; }

/* -------------------- HOME -------------------- */
/* -- GRID -- */
.grid-gray {
  position: relative; }

.grid-gray h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #999b9d; }
  @media screen and (max-width: 1200px) {
    .grid-gray h3 {
      font-size: 14px; } }

.grid-gray .asset {
  max-height: 362.5px;
  margin: 0 auto;
  float: none !important; }

.grid-gray .bottom {
  position: absolute;
  bottom: 0px;
  padding: 8%; }

.grid-gray p {
  display: none; }

.grid-gray .bottom p {
  display: inline-block;
  color: #999B9D;
  font-weight: 500;
  margin-bottom: 0px; }
  @media screen and (max-width: 1200px) {
    .grid-gray .bottom p {
      font-size: 12px; } }

.grid-gray img {
  width: 100%;
  max-height: 362.5px; }

.twitter-feed {
  position: relative; }

.twitter-feed a {
  display: block; }

.twitter-feed img {
  width: 100%;
  max-height: 362.5px; }

.twitter-feed svg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px; }

.twitter-feed span {
  position: absolute;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  padding: 25px;
  color: #bba01f;
  z-index: 55;
  bottom: 0px; }

.instagram-feed a {
  display: block;
  position: relative; }

.instagram-feed svg {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px; }

@media screen and (max-width: 768px) {
  .gridcontainer .pod.columns {
    display: block !important; }
    .gridcontainer .pod.columns > .pod.column.first, .gridcontainer .pod.columns > .pod.column.last {
      width: 100% !important; } }

.gridcontainer .instagram-feed,
.gridcontainer .twitter-feed {
  max-height: 362.5px;
  background: black;
  overflow: hidden; }

.gridcontainer > .pod.columns > .pod.column > .pod {
  float: left; }

.gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(1) {
  width: 100%; }

.instagram-feed > div {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.instagram-feed:hover > div {
  opacity: .5;
  transform: scale(1.05); }

/*
.gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(1) .promo-square, .gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(1) .promo-square-info {
max-height: 725px;
}
*/
.gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(2),
.gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(3),
.gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(5),
.gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(6) {
  width: 50%; }
  @media screen and (max-width: 600px) {
    .gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(2),
    .gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(3),
    .gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(5),
    .gridcontainer > .pod.columns > .pod.column.first > .pod:nth-child(6) {
      width: 100% !important; } }

.gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(1),
.gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(2),
.gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(4),
.gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(5) {
  width: 50%; }
  @media screen and (max-width: 600px) {
    .gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(1),
    .gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(2),
    .gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(4),
    .gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(5) {
      width: 100% !important; } }

.gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(6) {
  width: 100%; }

/*
.gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(6) .promo-square, .gridcontainer > .pod.columns > .pod.column.last > .pod:nth-child(6) .promo-square-info {
max-height: 725px;
}
*/
ul.hero li {
  margin-bottom: 0px !important; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-delay: 2s;
  animation-iteration-count: 1; }

/* -- HERO -- */
ul.hero {
  padding: 0;
  margin: 0;
  list-style: none; }

.cycle-slide ul.heroFeature {
  transition-delay: 1s;
  transform: translateX(-50px);
  transition: transform 1s ease 1s, opacity 1s ease 1s;
  -webkit-transition: transform 1s ease 1s, opacity 1s ease 1s;
  opacity: 0; }

/* Fade in Hero Text */
.cycle-slide-active ul.heroFeature {
  transform: translateX(0px);
  opacity: 1; }

ul.heroFeature {
  position: absolute;
  bottom: 60px;
  left: 60px;
  margin: 0;
  padding: 0;
  z-index: 400;
  list-style: none; }
  ul.heroFeature a {
    text-decoration: none; }
  ul.heroFeature .hero-toptitle, ul.heroFeature .hero-thumb {
    display: none; }
  ul.heroFeature .hero-maintitle {
    font-size: 45px;
    line-height: 54px;
    font-weight: 300;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: .5em !important; }
  ul.heroFeature .hero-bottomtitle em {
    background-color: transparent;
    font-family: 'Interstate';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    padding: 14px 21px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    font-style: normal; }
    ul.heroFeature .hero-bottomtitle em:hover {
      background: #ffffff;
      color: #000000 !important; }

ul.hero a li img {
  width: 100%; }
  @media screen and (max-width: 768px) {
    ul.hero a li img {
      width: auto;
      min-height: 700px;
      max-width: none; } }
  @media screen and (max-width: 560px) {
    ul.hero a li img {
      width: auto;
      min-height: 500px;
      max-width: none; } }

.cycle-slide {
  width: 100%; }

/* Fade Out Home Slide */
/* -- HOME CCS LOGO SLIDE -- */
.cycle-slide .homeslide ul.heroFeature {
  transition-delay: 1s;
  transform: translateX(0px) translateY(25px);
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  -webkit-transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  opacity: 0; }

/* Fade in Hero Text */
.cycle-slide-active .homeslide ul.heroFeature {
  transform: translateX(0px) translateY(0px);
  opacity: 1; }

/* -------------------- EXTRA -------------------- */
.content__extra {
  display: flex;
  flex-direction: column; }

/* -------------------- MAIN -------------------- */
section#main {
  clear: both;
  overflow: auto; }

main.content__main {
  overflow: hidden; }

body.interior-page section#main .content__main h1,
body.search section#main .content__main h1,
body.interior-mfa section#main .content__main h1,
body.interior-no-navigation section#main .content__main h1 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3; }

section#main .content__main ul li {
  margin-bottom: 1em; }

/* Standard Content Link Color */
a {
  color: #dcbf0b;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease; }
  a:hover {
    color: #FFDF1C; }

body.interior-page section#main,
body.search section#main,
body.interior-mfa section#main,
body.interior-no-navigation section#main,
body.person section#main,
body.ccs-tv section#main {
  padding-top: 66px; }

body.base.interior-mfa section#main {
  padding-top: 0px; }

/*
body.interior-mfa .content__main > .contained-large h2, 
body.interior-page .content__main > .contained-large h2,
body.interior-no-navigation .content__main > .contained-large h2 { 
	margin-top: 0px; 
}
*/
/* ---------- SUBHEADER ---------- */
#subheader {
  margin: 0 auto;
  padding: 0 5%;
  border-bottom: 1px solid #e9e9e9; }

/* Style like an h1 */
#subheader span {
  clear: both;
  padding-top: 120px;
  padding-bottom: 24px;
  margin: 0;
  font-family: "interstate";
  font-weight: 200;
  font-style: normal;
  font-size: 60px;
  font-weight: 200;
  line-height: 1.1; }

.breadcrumb {
  list-style: none;
  padding: 0px;
  padding-top: 15px;
  /* 	position: absolute; */
  font-size: 11px; }
  .breadcrumb li {
    float: left;
    font-size: 10px; }
    .breadcrumb li:first-child a {
      pointer-events: none; }
    .breadcrumb li a {
      color: #444444;
      text-decoration: none;
      padding: 10px 10px 10px 0px; }
      .breadcrumb li a:hover {
        color: #FFDF1C; }
      .breadcrumb li a::after {
        display: inline-block;
        content: '>';
        padding-left: 10px; }

/* -- section subnav -- */
#section-subnav-mobile .overview-nav {
  display: none;
  padding: 0;
  /*
  		@include fadein;
  		visibility: hidden;
  */ }

.overview-nav {
  padding: 0 5%; }

body.interior-mfa #section-subnav .overview-nav.with-child,
body.ccs-tv #section-subnav .overview-nav.with-child {
  background: #242424; }
  body.interior-mfa #section-subnav .overview-nav.with-child ul li a:hover,
  body.ccs-tv #section-subnav .overview-nav.with-child ul li a:hover {
    color: white; }

#section-subnav .overview-nav.with-child {
  overflow: auto;
  background: #fafafa; }
  #section-subnav .overview-nav.with-child ul li a:hover {
    color: black; }
  #section-subnav .overview-nav.with-child ul li a, #section-subnav .overview-nav.with-child ul li a.active {
    border-top: none !important;
    padding: 20px 0px 20px 0px; }

/* -------------------- tertiary nav -------------------- */
.overview-sub-nav {
  border-bottom: 1px solid #e9e9e9;
  overflow: auto;
  clear: both; }

body.interior-mfa .overview-sub-nav,
body.ccs-tv .overview-sub-nav {
  border-bottom: 1px solid #242424; }

.overview-sub-nav nav {
  color: #000000;
  line-height: 0px;
  padding: 0px 5%;
  clear: both; }

#section-subnav .overview-sub-nav ul li a {
  border-top: none;
  border-bottom: 6px solid transparent;
  padding-top: 26px;
  padding-bottom: 26px; }

#section-subnav .overview-sub-nav ul li a:hover {
  border-bottom: 6px solid #FFDF1C; }

#section-subnav .overview-sub-nav ul li a.active {
  border-bottom: 6px solid #FFDF1C;
  border-top: none; }

#section-subnav .overview-sub-nav ul li:hover a {
  border-top: none; }

/* -------------------- section subnav mobile -------------------- */
#section-subnav-mobile {
  padding: 0% !important;
  margin-bottom: 10px; }
  #section-subnav-mobile .overview-sub-nav nav {
    line-height: inherit;
    padding: 0px; }

#section-subnav-mobile .overview-nav.active {
  display: block; }

.section-subnav-trigger {
  width: 100%;
  padding: 16px 30px;
  color: black;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  border-left: 6px solid #FFDF1C;
  font-size: 18px; }

.section-subnav-trigger span {
  float: right;
  display: none; }

.section-subnav-trigger:after {
  content: '>';
  font-family: "interstate";
  font-weight: 100;
  font-size: 25px;
  color: gray;
  transform: rotate(90deg);
  float: right;
  margin-top: -5px; }

body #section-subnav-mobile ul li a {
  font-size: 18px !important;
  padding: 12px 28px 12px 36px !important; }

body #section-subnav-mobile ul li a:after {
  content: '>';
  font-family: "interstate";
  font-weight: 100;
  font-size: 25px;
  color: gray;
  transform: rotate(0deg);
  float: right;
  margin-top: -5px; }

#section-subnav-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    #section-subnav-mobile {
      display: block; } }

#section-subnav {
  display: block; }
  @media screen and (max-width: 768px) {
    #section-subnav {
      display: none; } }

#section-subnav-mobile ul li {
  border-bottom: 1px solid #e9e9e9; }

/*
#section-subnav-mobile ul li:first-child {
	margin-top: 10px;
}
*/
#section-subnav-mobile ul li a.active {
  background: none !important;
  border-top: 6px solid white !important; }

#section-subnav-mobile ul li a:hover {
  border-top: 6px solid white !important; }

#section-subnav, #section-subnav-mobile {
  clear: both;
  overflow: auto; }
  @media screen and (max-width: 768px) {
    #section-subnav ul li, #section-subnav-mobile ul li {
      width: 100%; }
      #section-subnav ul li a, #section-subnav-mobile ul li a {
        padding: 10px !important;
        width: 100%; }
        #section-subnav ul li a.active, #section-subnav-mobile ul li a.active {
          background: #FFDF1C;
          border-top: none !important; }
          #section-subnav ul li a.active:hover, #section-subnav-mobile ul li a.active:hover {
            border-top: none !important;
            color: black; } }
  #section-subnav ul, #section-subnav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #section-subnav ul li, #section-subnav-mobile ul li {
      float: left;
      font-size: 16px; }
      #section-subnav ul li a, #section-subnav-mobile ul li a {
        padding: 20px 0px 30px 0px;
        border-top: 6px solid transparent;
        margin-right: 40px;
        display: inline-block;
        text-decoration: none;
        color: #afafaf;
        font-size: 14px;
        transition: 0.15s ease;
        -moz-transition: 0.15s ease;
        -webkit-transition: 0.15s ease;
        -o-transition: 0.15s ease;
        font-weight: 400;
        font-style: normal; }
    #section-subnav ul li a.active, #section-subnav-mobile ul li a.active {
      color: #000000;
      border-top: 6px solid #FFDF1C;
      font-weight: bold; }
    #section-subnav ul li a:hover, #section-subnav-mobile ul li a:hover {
      color: #000000; }
    #section-subnav ul li:hover a, #section-subnav-mobile ul li:hover a {
      color: #FFDF1C;
      border-top: 6px solid #FFDF1C; }

/* -------------------- PERSON -------------------- */
.person-info h2, .person-info p {
  margin: 0px; }

body.faculty .person-position {
  font-weight: bold; }

body.faculty .person-year {
  display: none; }

.person-year {
  color: #c4c4c4;
  font-size: 90px;
  font-weight: 100;
  position: absolute;
  top: .25%;
  /* 	right: 2%; */
  right: 16%; }
  @media screen and (max-width: 560px) {
    .person-year {
      right: 7%;
      font-size: 60px; } }

.person-email {
  padding-top: 3px; }

.person-email a {
  /* 	font-weight: bold; */
  /* 	font-size: 15px; */
  text-decoration: none; }

/*
body.faculty .person-page {
	.pod.column.last {
		background: $yellow !important;
		
		a {
			color: #d5b604 !important;
			@include fadein;
			
			&:hover {
				color: $dark-gray !important;
			}
		}

	}
}
*/
/* -- Person Page: Global Alumni & Faculty -- */
body.person .person-page > .pod.column.last {
  min-height: 363px; }
  @media screen and (max-width: 560px) {
    body.person .person-page > .pod.column.last {
      min-height: 0px; } }

/* -- Person Page: Alumni -- */
body.person.alumni .person-page > .pod.column.first {
  padding-left: 16% !important;
  background: #f4f4f4 !important; }
  @media screen and (max-width: 560px) {
    body.person.alumni .person-page > .pod.column.first {
      padding-left: 7% !important; } }

body.person.alumni .person-page {
  background: #f4f4f4; }

body.person.alumni .person-page > .pod.column.last {
  background: #f4f4f4 !important; }

/* -- Person Page: Faculty -- */
body.person.faculty .person-page > .pod.column.first {
  padding-left: 16% !important;
  color: white; }
  @media screen and (max-width: 560px) {
    body.person.faculty .person-page > .pod.column.first {
      padding-left: 7% !important; } }
  body.person.faculty .person-page > .pod.column.first a {
    color: white; }

body.person.faculty .person-page > .pod.column.first {
  background-color: #7e7e7e; }

body.person.faculty.interior-mfa .person-page > .pod.column.first {
  background-color: #242424; }

body.person.faculty .person-page > .pod.column.last {
  background-color: #7e7e7e; }

body.person.faculty.interior-mfa .person-page > .pod.column.last {
  background-color: #242424; }

body.person.faculty .person-page.thechair > .pod.column.first {
  background: #FFDF1C;
  color: #000000; }
  body.person.faculty .person-page.thechair > .pod.column.first h3, body.person.faculty .person-page.thechair > .pod.column.first .person-position, body.person.faculty .person-page.thechair > .pod.column.first .person-info p {
    color: #8f7f2b; }
  body.person.faculty .person-page.thechair > .pod.column.first a {
    color: #8f7f2b; }

/* -------------------- GALLERY -------------------- */
/* For Alternate Sizes -- add class of 'gallerysizes' to containing div */
.gallerysizes .assetGallery ul li:nth-child(1), .gallerysizes .assetGallery ul li:nth-child(8), .gallerysizes .assetGallery ul li:nth-child(15) {
  width: 50%;
  /*         min-height: 725px; */ }
  @media screen and (max-width: 560px) {
    .gallerysizes .assetGallery ul li:nth-child(1), .gallerysizes .assetGallery ul li:nth-child(8), .gallerysizes .assetGallery ul li:nth-child(15) {
      width: 100%; } }

.gallerysizes .assetGallery ul li:nth-child(1) a, .gallerysizes .assetGallery ul li:nth-child(8) a, .gallerysizes .assetGallery ul li:nth-child(15) a {
  /* min-height: 725px; */ }

.gallerysizes .assetGallery ul li:nth-child(4), .gallerysizes .assetGallery ul li:nth-child(5), .gallerysizes .assetGallery ul li:nth-child(11), .gallerysizes .assetGallery ul li:nth-child(12) {
  width: 50%;
  max-height: 362px; }
  .gallerysizes .assetGallery ul li:nth-child(4) img, .gallerysizes .assetGallery ul li:nth-child(5) img, .gallerysizes .assetGallery ul li:nth-child(11) img, .gallerysizes .assetGallery ul li:nth-child(12) img {
    width: 50.1%;
    transform: scale(1); }

.gallerysizes .assetGallery ul li:nth-child(8), .gallerysizes .assetGallery ul li:nth-child(15), .gallerysizes .assetGallery ul li:nth-child(20) {
  clear: both; }

@media screen and (max-width: 768px) {
  .gallerysizes .assetGallery ul li:nth-child(20) {
    clear: none; } }
.assetGallery ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .assetGallery ul li.videoThumbnail:hover a {
    opacity: .5; }
  .assetGallery ul li.videoThumbnail {
    background: #191919;
    background: -webkit-linear-gradient(45deg, #191919, #2d2d2d);
    background: linear-gradient(45deg, #191919, #2d2d2d); }
  .assetGallery ul li.videoThumbnail::after {
    display: block;
    content: '\25BA';
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: white;
    font-size: 20px;
    z-index: 55; }
  .assetGallery ul li {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    /*
    		min-height: 362.5px;
    		max-height: 362.5px;
    */
    margin-bottom: 0px !important; }
    @media screen and (max-width: 768px) {
      .assetGallery ul li {
        width: 50%; } }
    .assetGallery ul li:hover a {
      transform: scale(1.05); }
    .assetGallery ul li a {
      display: block;
      /* 			min-height: 362.5px; */
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease; }
    .assetGallery ul li img {
      -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s;
      transition: background-color 0.5s, color 0.5s, opacity 0.6s ease-in-out 0.3s, transform 1s;
      transform: scale(1.05);
      width: 100%; }
    .assetGallery ul li .overlay {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #000000;
      opacity: 0;
      z-index: 2;
      top: 0;
      left: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .assetGallery ul li .overlay.gradient-overlay {
      -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
      transition: background-color 0.5s, color 0.5s, opacity 0.5s;
      background: url("/sites/ccs/resources/images//alumni-overlay.png") no-repeat center center;
      background-size: cover;
      z-index: 12;
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0px;
      opacity: 1; }
    .assetGallery ul li:hover img {
      transform: scale(1.1); }
    .assetGallery ul li:hover .overlay {
      opacity: 0.5; }
    .assetGallery ul li:hover .overlay.gradient-overlay {
      opacity: 1; }

/* -------------------- MODULES/FUNCTIONS -------------------- */
.file-list strong {
  font-weight: normal; }

/* -------------------- ARTICLES NEWS & EVENTS -------------------- */
/* MFA Template */
body.interior-mfa .articles .article {
  border-bottom: 1px solid #444444; }

body.interior-mfa .articles .article a {
  color: #ffffff; }

/* End MFA Template */
.articles .article {
  border-bottom: 1px solid #e9e9e9; }

.articles .article.single-article {
  border-bottom: none; }

.articles .article h2 {
  font-size: 20px;
  font-weight: bold; }

.articles .article a {
  display: block;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  text-decoration: none;
  color: #000000; }

.articles .article-date {
  font-size: 18px;
  color: #c4c4c4;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  padding-top: 20px; }

.pagination {
  display: flex;
  display: table;
  margin: 0 auto;
  padding: 30px; }
  .pagination .start, .pagination .end {
    display: none; }
  .pagination .prev, .pagination .next {
    float: left; }

section#main .vimeo-playlist-container .tabContainer {
  display: flex; }
section#main .vimeo-playlist-container ul {
  padding: 0;
  border-right: none;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
section#main .vimeo-playlist-container ul li {
  border: none !important;
  margin-bottom: 6px;
  display: flex;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1; }
  section#main .vimeo-playlist-container ul li:last-child {
    background: #FFDF1C !important;
    margin-bottom: 0px; }
    section#main .vimeo-playlist-container ul li:last-child a {
      color: #B7A11D; }
    section#main .vimeo-playlist-container ul li:last-child a::after {
      color: #B7A11D; }
  section#main .vimeo-playlist-container ul li.active a {
    color: #FFDF1C; }
  section#main .vimeo-playlist-container ul li.active a::after {
    color: #FFDF1C;
    content: '\25C0'; }
section#main .vimeo-playlist-container .tab-content {
  padding-left: 0px;
  padding: 0 0.5% 0 0;
  width: 85%; }
  @media screen and (max-width: 768px) {
    section#main .vimeo-playlist-container .tab-content {
      width: 100%;
      padding: 0; } }
section#main .vimeo-playlist-container .nav-tabs {
  width: 15%; }
  @media screen and (max-width: 768px) {
    section#main .vimeo-playlist-container .nav-tabs {
      display: none; } }
section#main .vimeo-playlist-container li.active {
  right: 0px; }
section#main .vimeo-playlist-container ul li a {
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  bottom: 0px;
  padding-right: 25%;
  align-items: flex-end;
  z-index: 55;
  display: flex; }
section#main .vimeo-playlist-container ul li a::after {
  content: '\25BA';
  right: 10px;
  position: absolute;
  bottom: 9px;
  font-size: 10px; }

.pagination .fa {
  font-size: 30px;
  color: #BEBEBE; }

.pagination #control_page, .pagination #control_of {
  position: relative;
  border: none;
  top: -5px;
  padding: 10px; }

.pagination ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  float: left;
  padding: 0 20px;
  /*
  	li:first-child, li:last-child {
  		span {
  			font-size: 14px;
  			top: -1px;
  		}
  	}
  */ }
  .pagination ol li {
    float: left;
    margin: 8px 10px 0px 10px;
    font-size: 12px;
    color: #b9b9b9;
    /*
    		span {
    			font-size: 22px;
    			font-weight: 100;
    			top: -7px;
    			position: relative;
    		}
    */ }
    .pagination ol li.current a {
      font-weight: bold;
      /*
      				font-size: 18px;
      			    top: -5px;
      			    position: relative;
      			    font-weight: 400;	
      */ }
    .pagination ol li a {
      text-decoration: none;
      color: #b9b9b9; }

/* -------------------- FOOTER -------------------- */
.footer {
  background: #242424; }

.footer h3 {
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 7px;
  margin-top: 0px; }
  .footer h3 a {
    color: #838383; }

.footer li {
  padding: 2px;
  font-weight: 500;
  font-size: 13px; }

.footer a {
  color: #535353;
  text-decoration: none;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease; }
  .footer a:hover {
    color: #777777; }

.footer ul.sitemap {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 20px;
  list-style: none; }

.footer ul.hasChildren {
  margin: 0;
  padding: 0;
  list-style: none; }

#bottom-footer {
  background: #000000;
  min-height: 100px;
  padding: 2%;
  overflow: auto; }
  #bottom-footer span {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 5%;
    color: #444444;
    width: 80%;
    letter-spacing: .5px; }

/*
.logo-alt img {
	height: 100px;
}
*/
#social {
  width: 100%; }

.socialicon {
  display: block;
  height: 25px;
  width: 25px;
  float: right;
  margin: 10px;
  float: right; }
  .socialicon svg {
    height: 25px;
    width: 25px; }

/* ---------- Footer Tablet ---------- */
@media screen and (max-width: 768px) {
  .footer > .footer-nav > .container-regular {
    display: none; }

  .footer .tablet-footer {
    display: block !important; }
    .footer .tablet-footer .sitemap a {
      line-height: 4;
      font-size: 14px; }

  .footer .pod.columns {
    display: block; }

  .footer .pod.columns .pod.column {
    width: 100% !important;
    margin-right: 0px !important; }

  .footer .pod.tipdown > p {
    margin-bottom: 0px; }

  .footer .pod.tipdown .js-tipdown-trigger {
    color: #646464;
    border-bottom: 1px solid #2F2F2F; }

  .footer .tipdown-trigger.collapsed .tipdown-toggle {
    float: right; }

  .footer .tipdown-trigger .tipdown-toggle {
    float: right; }

  #bottom-footer {
    display: block; }

  .logo-alt {
    display: table;
    max-width: 316px;
    margin: 0 auto; }
    .logo-alt img {
      margin-top: 5%;
      margin-bottom: 5%; }

  #bottom-footer span {
    width: auto;
    margin: 0 auto;
    display: table;
    padding-bottom: 5%; }

  #social {
    padding-top: 2.5%;
    display: table;
    width: auto;
    border-top: 1px solid #2F2F2F;
    padding-bottom: 2.5%;
    margin: 0 auto; } }
/* -------------------- CCS TV  ccstv -------------------- */
body.ccs-tv header {
  background: #151515;
  border-bottom: 1px solid #e9e9e9; }

body.ccs-tv section#main {
  background: #1f1f1f; }

body.ccs-tv {
  color: white;
  background: #151515; }

body.ccs-tv h2 {
  color: white; }

.ccstv-description {
  color: #515151; }

.ccs-tv-pagination {
  width: 113px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px; }
  .ccs-tv-pagination a {
    padding: 20px;
    font-size: 20px;
    color: #f1f1f1; }
    .ccs-tv-pagination a:hover {
      color: white; }

.ccstv-breadcrumb .breadcrumb {
  position: relative;
  float: left;
  width: 100%;
  margin-left: 40px; }

.ccstv-breadcrumb .breadcrumb li {
  color: #FFDF1C !important;
  font-size: 13px;
  pointer-events: all; }

.ccstv-breadcrumb .breadcrumb li:first-child {
  display: none; }

.ccstv-breadcrumb .breadcrumb li a {
  color: #FFDF1C !important;
  font-size: 13px;
  pointer-events: all; }

.ccstv-info {
  clear: both;
  float: left;
  padding: 0px 40px 20px 40px; }

.ccstv-info h2 {
  /* 		margin-top: 0; */ }

.ccstv-info h3 {
  color: white; }

.channel-back-navigation {
  font-size: 20px;
  position: absolute;
  bottom: 30px; }
  .channel-back-navigation a {
    color: #515151; }
    .channel-back-navigation a:hover {
      color: white; }

.ccstv-breadcrumb ul li:nth-child(1) {
  padding: 0px 40px 10px 40px; }

/*
		    .ccstv-breadcrumb ul li:nth-child(2) {
			    clear: both;
			    width: 100%;
			    border-top: 1px solid #515151;
			    padding-top: 40px;
			    margin-bottom: 0px !important;
			   
				a {
					color: #515151 !important;
					font-size: 20px;
				}
		    }
*/
/*
		    .ccstv-breadcrumb ul li:nth-child(2) a::after {
				display: none;
		    }
		    
		    .ccstv-breadcrumb ul li:nth-child(3) {
			    display: none;
		    }
		    
		    .ccstv-breadcrumb ul li:nth-child(3) a::after {
			    display: none;
		    }
*/
.tvaccordion {
  width: 70%;
  overflow: hidden;
  float: right; }

.tvaccordion ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.tvaccordion ul li {
  vertical-align: bottom;
  position: relative;
  width: 100%;
  margin: 0px !important;
  height: 235px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  cursor: pointer;
  background-size: cover;
  overflow: hidden; }

.gradient-overlay {
  -webkit-transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, color 0.5s, opacity 0.5s;
  background: url("/sites/ccs/resources/images//alumni-overlay.png") no-repeat center center;
  background-size: cover;
  z-index: 12;
  height: 180%;
  width: 100%;
  position: absolute;
  bottom: 0px; }

.tv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.tv_text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  text-align: left;
  color: white;
  z-index: 55; }

.tv_text h4 {
  font-family: 'Interstate';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  transition: font-size 0.5s ease;
  -webkit-transition: font-size 0.5s ease; }

.tv_text h6 {
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  margin: 0; }

.tvaccordion ul:hover li .tv_overlay {
  opacity: 0.7; }

.tvaccordion ul:hover li .tv_text h4 {
  font-size: 20px; }

.tvaccordion ul:hover li:hover .tv_text h4 {
  font-size: 24px; }

.tvaccordion ul:hover li:hover {
  height: 315px; }

.tvaccordion ul:hover li:hover .tv_overlay {
  opacity: 0; }

/*
.tvaccordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.tvaccordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
*/
@media screen and (max-width: 600px) {
  body {
    margin: 0; }

  .tvaccordion {
    height: auto; }

  .tvaccordion ul li,
  .tvaccordion ul li:hover,
  .tvaccordion ul:hover li,
  .tvaccordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none; } }
/* ---------- MFA Template ---------- */
body.interior-mfa,
body.ccs-tv {
  background: #151515;
  color: #ffffff;
  -webkit-font-smoothing: antialiased; }
  body.interior-mfa .constant-nav ul li:last-child a,
  body.ccs-tv .constant-nav ul li:last-child a {
    color: #b9b9b9; }
  body.interior-mfa #main,
  body.ccs-tv #main {
    background: #000000; }
    body.interior-mfa #main h3,
    body.ccs-tv #main h3 {
      color: #b9b9b9; }
  body.interior-mfa .breadcrumb li a, body.interior-mfa .breadcrumb li,
  body.ccs-tv .breadcrumb li a,
  body.ccs-tv .breadcrumb li {
    color: #ffffff; }
    body.interior-mfa .breadcrumb li a:hover, body.interior-mfa .breadcrumb li:hover,
    body.ccs-tv .breadcrumb li a:hover,
    body.ccs-tv .breadcrumb li:hover {
      color: #FFDF1C; }
  body.interior-mfa #subheader,
  body.ccs-tv #subheader {
    border-bottom: 1px solid #242424; }
  body.interior-mfa #subheader h1,
  body.ccs-tv #subheader h1 {
    color: #ffffff; }
  body.interior-mfa #subheader h1::after,
  body.ccs-tv #subheader h1::after {
    content: 'MFA';
    padding-left: 20px;
    font-size: 30px;
    color: #FFDF1C; }
  body.interior-mfa .primary-nav ul > li > a,
  body.ccs-tv .primary-nav ul > li > a {
    color: #ffffff !important; }
  body.interior-mfa header,
  body.ccs-tv header {
    border-bottom: 1px solid #242424; }
  body.interior-mfa #section-subnav ul li a.active, body.interior-mfa #section-subnav-mobnile ul li a.active,
  body.ccs-tv #section-subnav ul li a.active,
  body.ccs-tv #section-subnav-mobnile ul li a.active {
    color: #ffffff; }

body.base.interior-mfa header {
  border-bottom: 1px solid transparent; }

body.interior-mfa header.inview {
  background: #000000;
  border-bottom: 1px solid #242424; }

/* -- Change Dropdown w/ MFA template -- */
body.interior-mfa .dropdown-menu,
body.ccs-tv .dropdown-menu {
  color: #ffffff;
  background: #000000;
  border-bottom: 1px solid #444444;
  -webkit-font-smoothing: antialiased; }
body.interior-mfa .primary-nav ul li .dropdown-menu a,
body.ccs-tv .primary-nav ul li .dropdown-menu a {
  color: #ffffff;
  transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease; }
  body.interior-mfa .primary-nav ul li .dropdown-menu a:hover,
  body.ccs-tv .primary-nav ul li .dropdown-menu a:hover {
    color: #b9b9b9; }

.flexslider {
  border: none !important; }

/* -------------------- LIVE BANNER -------------------- */
.live-banner .mejs-background, .live-banner .mejs-mediaelement {
  position: relative !important;
  line-height: 0px;
  pointer-events: none; }
.live-banner .mejs-container .mejs-controls {
  visibility: hidden !important; }
.live-banner video, .live-banner #mep_0, .live-banner .mejs-poster, .live-banner .mejs-overlay {
  width: 100%    !important;
  height: auto   !important;
  cursor: initial; }
.live-banner .mejs-overlay-button {
  min-height: 360px;
  width: 100%;
  position: relative;
  background: none !important;
  top: 0;
  left: 0;
  margin: 0; }

/* -------------------- QUICK ADDS -- CLEAN THIS UP -------------------- */
.fillsquare {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 768px) {
  .container-regular, .contained-large, .contained-large-lg, .contained-large-lg, .contained-large-section, .contained-large-notop, .contained-large-nobottom {
    padding-left: 7%;
    padding-right: 7%; }

  .dropdown-menu > .pod {
    padding: 2% 7%; }

  .tipdown-content {
    padding: 16px 7%; }

  .pod.tipdown .js-tipdown-trigger {
    padding: 16px 7% 16px 7%; }

  .gray-padded {
    padding: 5% 7% !important; } }
@media screen and (max-width: 560px) {
  .container-regular, .contained-large, .contained-large-lg, .contained-large-lg, .contained-large-section, .contained-large-notop, .contained-large-nobottom {
    padding-left: 7%;
    padding-right: 7%; }

  .dropdown-menu > .pod {
    padding: 2% 7%; }

  .tipdown-content {
    padding: 16px 7%; }

  .pod.tipdown .js-tipdown-trigger {
    padding: 16px 7% 16px 7%; }

  .gray-padded {
    padding: 5% 7% !important; }

  ul.heroFeature {
    bottom: 40px;
    left: 40px; }

  .footer li {
    font-size: 18px; }

  body .promos .pod.columns .pod.column {
    width: 100% !important; }

  .text-promo {
    height: auto; }

  .text-promo h4 {
    font-size: 18px; }

  .text-promo h4:after {
    content: '>';
    float: right;
    margin-top: 0px;
    font-weight: 400; }

  body.home .text-promo h4:after {
    margin-top: -8px; }

  .text-promo h6 {
    display: none; }

  .bttn, .button {
    font-size: 14px;
    padding: 16px 22px; }

  h1 {
    font-size: 48px; }

  h2 {
    font-size: 30px;
    text-align: left !important; }

  .browse-academics-item h3, .browse-academics-item p {
    max-width: 75%; }

  body.home .pod.slideshow, body.base .bg-hero {
    height: 80vh !important; }

  ul.hero a li img {
    height: 80vh !important; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 16px; }

  ul.hero a li img {
    height: 80vh !important; }

  .menu__breadcrumbs a {
    color: #FFDF1C !important; }

  .promos .pod.columns .pod.column {
    width: 50% !important; }

  .footer .tipdown-toggle {
    display: none !important; }

  .footer a.js-tipdown-trigger::after {
    content: '>';
    font-family: "interstate";
    font-weight: 300;
    font-size: 18px;
    color: gray;
    transform: rotate(-90deg);
    float: right;
    margin-top: -5px; }

  .footer a.js-tipdown-trigger.collapsed::after {
    transform: rotate(90deg); }

  .footer .pod.tipdown .js-tipdown-trigger {
    padding: 16px 7% 16px 7%; }

  .footer .pod.tipdown > p {
    margin-top: 0px; } }
.homeslide ul.heroFeature {
  position: absolute;
  bottom: 45%;
  margin: 0;
  padding: 0;
  z-index: 400;
  list-style: none;
  left: 0;
  right: 0; }

.flexslider {
  opacity: 1;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

/*
body.loaded .flexslider {
opacity: 1;
}
*/
.hoverdark .button03 h5 {
  display: none; }

tr.altRow {
  color: #717171; }

.dropdown ul.sitemap ul.hasChildren li {
  width: 100%; }

.dropdown ul.sitemap {
  display: block; }

.dropdown ul.sitemap > li > a {
  font-weight: bold !important;
  font-size: 14px !important;
  color: black !important;
  padding: 0; }

.dropdown ul.sitemap > li > a > ul > li > a {
  padding: 0; }

.dropdown ul.sitemap li ul {
  display: block; }

.primary-nav .dropdown ul li:hover > a {
  border: none;
  color: black; }

.dropdown ul.sitemap a {
  font-size: 14px;
  border-bottom: 0px;
  line-height: 1.6;
  margin-left: 0;
  font-weight: 400;
  pointer-events: all;
  padding: 0; }

/*
.logo-alt img { 
height: 125px;
}
*/
.homeslide .hero-bottomtitle {
  display: none !important; }

.homeslide ul.heroFeature .hero-thumb {
  display: block !important;
  width: 100%;
  position: relative;
  transform: translateY(50px);
  transition-delay: 1s;
  margin: 0 auto; }
  .homeslide ul.heroFeature .hero-thumb img {
    display: table;
    margin: 0 auto; }

.alumni-list-container {
  overflow: auto;
  background: #e9e9e9; }

.pod.function.hoverblack .promo-square:hover img {
  opacity: 0; }

.pod.function.hoverblack .promo-square.dark:hover h2, .pod.function.hoverblack .promo-square.dark:hover h6 {
  color: #FFDF1C; }

.bg-dark-gray {
  color: white !important; }

.gray-padded .button, .gray-padded .bttn,
.bg-dark-gray .button, .bg-dark-gray .bttn {
  color: white !important;
  border: 2px solid white; }

.gray-padded .button:hover, .gray-padded .bttn:hover,
.bg-dark-gray .button:hover, .bg-dark-gray .bttn:hover {
  color: black !important;
  border: 2px solid white;
  background: white; }

.gray-padded .button:visited, .gray-padded .bttn:visited
.bg-dark-gray .button:visited, .bg-dark-gray .bttn:visited {
  color: white !important;
  border: 2px solid white; }

.content__main > .pod.regular.contained-large:first-child h2, .content__main > .pod.regular.contained-large-lg:first-child h2 {
  margin-top: 0px; }

body.interior-mfa .DIVIDER {
  border: 1px solid #242424; }

.hoverdark .button03 {
  background: black; }

.hoverdark .button03 img {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.hoverdark .button03:hover img {
  opacity: 0.35;
  transform: scale(1.05); }

.hoverdark .button03:hover h2, .hoverdark .button03:hover p {
  color: white; }

.hoverdark .button03:hover .button03_textcontainer {
  top: 95px; }

.hoverdark .button03:hover .button03_textcontainer p {
  display: none; }

.hoveryellow .button03 {
  background: #FFDF1C; }

.hoveryellow .button03 img {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease; }

.hoveryellow .button03:hover img {
  opacity: 0;
  transform: scale(1); }

.hoveryellow .button03:hover h2, .hoveryellow .button03:hover p {
  color: black; }

.hoveryellow .button03:hover .button03_textcontainer {
  top: 95px; }

.hoveryellow .button03:hover .button03_textcontainer p {
  display: none; }

.pod.regular.contained-large > h2, .pod.regular.contained-large-lg > h2 {
  margin-top: 0; }

.promos {
  background: #c4c4c4; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .logo-alt {
    max-width: 300px; } }
.pod.function.gallerysizes, .assetGallery, .pod.regular.apply-yellow {
  overflow: hidden; }

.primary-nav {
  top: 0px; }

.constant-nav {
  position: absolute !important;
  right: 40px;
  margin-right: 0px;
  top: 23px; }

.fadeOut {
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .hero-center img {
    margin-left: -50%; }

  body.home .pod.regular.responsive, body.home .fadeOut {
    min-height: 500px; } }
@media screen and (max-width: 1056px) {
  .constant-nav ul li a {
    margin: 0 6px; } }
@media screen and (max-width: 972px) {
  .primary-nav ul li > a {
    margin: 0 8px; }

  .constant-nav ul li a {
    font-size: 10px; } }
@media screen and (max-width: 885px) {
  .primary-nav > ul {
    margin-left: 150px; } }
@media screen and (max-width: 806px) {
  .primary-nav ul li > a {
    margin: 0 6px; }

  .constant-nav ul li a {
    margin: 0 4px;
    font-size: 9px; } }
.assetGallery ul li {
  transform: scale(1.005); }

body .slideshow-delay {
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  transition-delay: 1.5s; }

body.loaded .slideshow-delay {
  opacity: 1; }

body .fadeOut {
  opacity: 1;
  -moz-transition: opacity 4s linear;
  -o-transition: opacity 4s linear;
  -webkit-transition: opacity 4s linear;
  transition: opacity 4s linear;
  transition-delay: 3.75s; }

body.loaded .fadeOut {
  opacity: 0; }

body.ccs-tv .dropdown-menu {
  background: #141414; }

body.person.interior-mfa header {
  background: black; }

@media screen and (max-width: 400px) {
  .menu__link {
    padding: 0px; } }
#section-subnav-mobile .overview-nav.with-child li a {
  display: none !important; }

#section-subnav-mobile .overview-nav.with-child li a.active {
  display: block !important; }

#section-subnav-mobile .overview-nav.with-child ul li a.active:after, #section-subnav-mobile .mobile-overview-nav ul li a.active:after {
  transform: rotate(90deg); }

#section-subnav-mobile .mobile-overview-nav.with-child ul li a:hover, #section-subnav-mobile .mobile-overview-nav.with-child ul li:nth-child(1) a {
  border-top: 6px solid transparent !important; }

.text-promo.faculty-list {
  max-height: 170px;
  min-height: 170px; }

#section-subnav-mobile ul li a {
  margin-right: 0px; }

#section-subnav-mobile ul li a.active {
  border-left: 6px solid #FFDF1C; }

#section-subnav-mobile .overview-nav.with-child ul li a.active {
  border-left: none; }

/* #section-subnav-mobile .overview-nav ul li:first-child {
display: none;
} */
#section-subnav-mobile .overview-nav {
  display: block; }

#section-subnav-mobile .mobile-overview-nav.with-child {
  background: #FAFAFA;
  overflow: auto; }

#section-subnav-mobile .mobile-overview-nav.with-child ul li a.active {
  border-left: none; }

#section-subnav-mobile .mobile-overview-nav.with-child ul li a.active:after {
  transform: rotate(90deg); }

#section-subnav-mobile li#sublink-0 a.active {
  border-left: 6px solid #FFDF1C;
  padding-left: 30px !important; }

#section-subnav-mobile li#sublink-0 a.active:after {
  transform: rotate(90deg); }

body.interior-mfa #section-subnav-mobile ul li:hover a {
  border-top: 6px solid transparent !important; }

body.interior-mfa #section-subnav-mobile ul li a:hover {
  border-top: 6px solid transparent !important; }

body.interior-mfa #section-subnav-mobile ul li a.active:hover {
  border-top: 6px solid transparent !important; }

body.interior-mfa #section-subnav-mobile ul li a.active {
  border-top: 6px solid transparent !important; }

body.interior-mfa .section-subnav-trigger {
  color: white; }

body.interior-mfa .section-subnav-trigger {
  border-bottom: 1px solid #242424; }

body.interior-mfa #section-subnav-mobile ul li {
  border-bottom: 1px solid #242424; }

body.interior-mfa #section-subnav-mobile ul li a.active {
  color: white; }

#section-subnav-mobile {
  margin-bottom: 0px; }

.section-subnav-trigger {
  display: none; }

/* .section-subnav-trigger:after {
    position: absolute;
    padding-left: 10px;
    background: white;
    left: 30px;
    font-weight: bold;
    margin-top: 0;
    transform: none;
    font-size: 18px;
    float: none;
    text-indent: 0px;
    content: 'Overview';
    color: black;
    width: 80%;
} */
.socialicon {
  display: inline-block; }

.footer .tablet-footer .sitemap a {
  line-height: 2; }

.homeslide ul.heroFeature .hero-thumb {
  transform: translateY(50%); }

#subheader h1 {
  clear: both;
  padding-top: 120px;
  padding-bottom: 24px;
  margin: 0;
  font-size: 60px;
  font-weight: 200;
  line-height: 1.1; }

.action--open, .action--close {
  z-index: 10; }

.menu__breadcrumbs {
  z-index: 5; }

.menu__wrap ul:first-child li a:nth-child(2) {
  width: 100%;
  float: right;
  text-align: right; }

.menu__item {
  position: relative; }

.menu__item a:nth-child(2) {
  width: 60px;
  position: absolute;
  right: 3%;
  top: 5px; }

@media screen and (max-width: 768px) {
  .logo-alt img {
    padding-left: 5%;
    padding-right: 5%; }

  #bottom-footer {
    padding: 0px; }

  .contained-large-lg {
    padding-left: 7% !important;
    padding-right: 7% !important; }

  h1 {
    font-size: 48px !important; }

  .socialicon {
    float: none; }

  #social {
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    width: 100%; }

  #bottom-footer span {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center; }

  .channel-back-navigation {
    position: relative;
    bottom: 0px; }

  .ccstvsidebar {
    width: 100% !important;
    margin-top: 70px !important; }

  .tvaccordion, .ccstvvideo {
    clear: both;
    width: 100% !important; } }
/* General Blueprint Style */
#ml-menu a {
  text-decoration: none;
  color: white;
  font-weight: 500; }

@font-face {
  font-family: 'bpicons';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/bpicons/bpicons.eot");
  src: url("../fonts/bpicons/bpicons.eot?#iefix") format("embedded-opentype"), url("../fonts/bpicons/bpicons.woff") format("woff"), url("../fonts/bpicons/bpicons.ttf") format("truetype"), url("../fonts/bpicons/bpicons.svg#bpicons") format("svg"); }
/* Made with http://icomoon.io/ */
/* Resets */
*,
*:after,
*:before {
  box-sizing: border-box; }

/* Helper classes */
.cf:before,
.cf:after {
  content: ' ';
  display: table; }

.cf:after {
  clear: both; }

/* Blueprint header */
.bp-header {
  display: -webkit-flex;
  display: flex; }

.bp-header__main {
  margin: 0 0 0 auto;
  padding: 2em 3em 0;
  text-align: right; }

.bp-header__title {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0.25em 0 0; }

.bp-header__present {
  font-size: 0.75em;
  font-weight: 700;
  position: relative;
  z-index: 100;
  display: block;
  margin: 0 -8px 0 0;
  padding: 0 0 0.6em 0;
  text-indent: 3px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #5c5edc; }

.bp-tooltip:after {
  position: relative;
  top: -8px;
  left: -8px;
  display: inline-block;
  width: 0;
  height: 0; }

.bp-tooltip:hover:before {
  content: attr(data-content);
  font-size: 110%;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 1.5em;
  right: 0;
  width: 50vw;
  padding: 0.8em 1em;
  text-align: right;
  text-indent: 0;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  background: #5c5edc; }

.bp-nav {
  margin: 0.5em 0 0 auto;
  text-align: right; }

.bp-nav__item {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 0.1em;
  text-align: left;
  border-radius: 50%; }

.bp-nav__item > span {
  display: none; }

.bp-nav__item:hover:before {
  content: attr(data-info);
  font-size: 0.85em;
  font-weight: bold;
  position: absolute;
  top: 120%;
  right: 0;
  width: 600%;
  text-align: right;
  pointer-events: none;
  color: #595a5f; }

.bp-nav__item:hover {
  background: #5c5edc; }

.bp-icon:after {
  font-family: 'bpicons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-align: center;
  text-transform: none;
  color: #5c5edc;
  -webkit-font-smoothing: antialiased;
  speak: none; }

.bp-nav .bp-icon:after {
  line-height: 2.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0; }

.bp-nav a:hover:after {
  color: #fff; }

.bp-icon--next:after {
  content: '\e000'; }

.bp-icon--drop:after {
  content: '\e001'; }

.bp-icon--archive:after {
  content: '\e002'; }

.bp-icon--about:after {
  content: '\e003'; }

.bp-icon--prev:after {
  content: '\e004'; }

.dummy-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 120px;
  padding: 1em 0 0 0;
  text-align: center;
  color: #3b3d4a;
  background: #1c1d22; }

.dummy-icon {
  font-size: 4em; }

.dummy-heading {
  font-size: 0.75em;
  letter-spacing: 2px;
  text-transform: uppercase; }

.content {
  position: relative;
  min-height: 300px;
  margin: 0 0 0 300px; }

.content--loading {
  background: url(../img/loading.svg) no-repeat 50% 50%; }

.info {
  font-size: 1.1em;
  font-weight: bold;
  padding: 20vh 1em 0;
  text-align: center;
  color: #47484c; }

body #cdawrap {
  top: auto;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.1); }

body #cdawrap .carbon-text {
  color: #505158; }

body #cdawrap a.carbon-poweredby {
  color: #7883c4; }

body #cdawrap a:hover.carbon-poweredby {
  color: #fff; }

.bp-header {
  padding-top: 3em; }

.bp-header__main,
.bp-nav {
  width: 100%;
  text-align: center; }

.dummy-logo {
  display: none; }

.content {
  margin: 0; }

body,
.container {
  height: auto;
  overflow: auto; }

/* Icons (made with Icomoon.io) */
@font-face {
  font-family: 'feather';
  font-weight: normal;
  font-style: normal;
  src: url("/sites/ccs/resources/fonts/feather/feather.eot?1gafuo");
  src: url("/sites/ccs/resources/fonts/feather/feather.eot?1gafuo#iefix") format("embedded-opentype"), url("/sites/ccs/resources/fonts/feather/feather.woff2?1gafuo") format("woff2"), url("/sites/ccs/resources/fonts/feather/feather.ttf?1gafuo") format("truetype"), url("/sites/ccs/resources/fonts/feather/feather.woff?1gafuo") format("woff"), url("/sites/ccs/resources/fonts/feather/feather.svg?1gafuo#feather") format("svg"); }
.icon {
  font-family: 'feather';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-size: 24px;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

.icon--arrow-left:before {
  content: '\e901'; }

.icon--menu:before {
  content: '\e903'; }

.icon--cross:before {
  content: '\e117'; }

/* Menu styles */
.menu {
  position: fixed;
  left: 0;
  background: #242424;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.menu--open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.menu__wrap {
  position: absolute;
  top: 6em;
  bottom: 0;
  overflow: hidden;
  width: 100%; }

.light {
  font-weight: 300 !important; }

.menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: calc(100% + 50px);
  height: 100%;
  margin: 0;
  padding: 1.5em 0em 0em 0em;
  list-style-type: none;
  margin: 0em 3em 1em 1.5em;
  opacity: 0; }

.menu__level:focus {
  outline: none; }

.menu__level--current {
  visibility: visible;
  opacity: 1; }

.menu__item {
  display: block;
  width: calc(100% - 75px);
  padding: .5em .5em .5em 0; }
  .menu__item a:nth-child(2) {
    float: right;
    width: 60px; }
  .menu__item a:nth-child(2):after {
    content: '\e904';
    font-family: 'feather';
    right: 1.5em;
    padding: 0.25em 1.25em;
    color: #4e4e4e; }

.menu__wrap ul:first-child li a:nth-child(1) {
  pointer-events: none; }

.menu__link {
  display: none !important; }

.menu__link[data-submenu] {
  display: block !important; }

.tier0 {
  display: inline-block !important;
  font-size: 13px !important;
  border: 2px solid white;
  border-radius: 4px;
  margin: 5px;
  padding: 12px 24px !important;
  color: white !important; }

.tier0:hover {
  color: #242424 !important;
  background-color: white !important; }

.tier0_container {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 15px; }

.menu__link {
  font-weight: normal;
  font-size: 24px;
  position: relative;
  display: block;
  font-size: 20px;
  /* 	padding: 0.55em 2.4em 0.55em 1.25em; */
  color: white;
  -webkit-transition: color 0.1s, background-color 0.3s;
  transition: color 0.1s, background-color 0.3s;
  letter-spacing: 0.2px;
  text-decoration: none; }
  .menu__link a:nth-child(2) {
    float: right;
    background: blue;
    height: 10px;
    width: 10px; }

.tier2 {
  font-weight: normal;
  font-size: 17px !important;
  position: relative;
  display: block;
  padding: 0.4em 1.25em !important;
  color: #6f6f6f;
  -webkit-transition: color 0.1s, background-color 0.3s;
  transition: color 0.1s, background-color 0.3s;
  letter-spacing: 0.2px; }

.tier2_push {
  margin-top: 5px; }

/*
.menu__link[data-submenu]::after {
	content: '\e904';
	font-family: 'feather';
	position: absolute;
	right: 0;
	padding: 0.25em 1.25em;
	color: #4e4e4e;
}
*/
.menu__link:hover,
.menu__link:focus,
.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
  color: #FFDF1C; }

.menu__item:last-child {
  margin-bottom: 200px; }

/*
.menu__link--current::before {
	content: '\00B7';
	font-size: 1.5em;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	height: 4px;
	color: #FFDF1C;
}
*/
[class^='animate-'],
[class*=' animate-'] {
  visibility: visible !important;
  opacity: 1; }

.animate-outToRight .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.menu__breadcrumbs {
  font-size: 12px;
  line-height: 1;
  position: relative;
  padding: 6em 3em 1em 2.2em;
  border-bottom: 1px solid #454545;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  text-transform: capitalize;
  color: #FFDF1C;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.menu__breadcrumbs a:last-child {
  pointer-events: none; }

.menu__breadcrumbs a:hover,
.menu__breadcrumbs a:focus {
  color: #ae9e37; }

.menu__breadcrumbs a:not(:last-child)::after {
  content: '\e902';
  font-family: 'feather';
  display: inline-block;
  padding: 0 0.5em;
  color: #33353e;
  vertical-align: middle; }

.menu__breadcrumbs a:not(:last-child):hover::after,
.menu__breadcrumbs a:not(:last-child):focus::after {
  color: #33353e; }

.menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 1.5em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  color: #45464e;
  border: none;
  background: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.menu__back--hidden {
  pointer-events: none;
  opacity: 0; }

.menu__back:hover,
.menu__back:focus {
  color: #fff;
  outline: none; }

/* Open and close buttons */
.action {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none; }

.action:focus {
  outline: none; }

.action--open {
  font-size: 1.5em;
  top: 1em;
  right: 1em;
  display: none;
  color: #7B7B7B;
  position: fixed;
  z-index: 1000; }

.action--close {
  font-size: 1.1em;
  top: 1.25em;
  right: 1em;
  display: none;
  color: #45464e; }

.action--open,
.action--close {
  display: block; }

.nav_logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 4em 0em 1.5em 0em;
  background: -moz-linear-gradient(top, rgba(36, 36, 36, 0) 0%, #242424 62%, #242424 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36, 36, 36, 0) 0%, #242424 62%, #242424 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 0%, #242424 62%, #242424 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242424', endColorstr='#242424',GradientType=0 );
  /* IE6-9 */ }

.nav_logo img {
  position: relative;
  width: 75%;
  max-width: 400px;
  display: block;
  margin: auto; }

@media screen and (max-width: 400px) {
  .menu__link {
    font-weight: normal;
    position: relative;
    display: block;
    font-size: 18px;
    /* 	padding: 0.45em 2.4em 0.45em 1.25em; */
    color: white;
    -webkit-transition: color 0.1s, background-color 0.3s;
    transition: color 0.1s, background-color 0.3s;
    letter-spacing: 0.2px; }

  .tier2 {
    font-weight: normal;
    font-size: 16px !important;
    position: relative;
    display: block;
    padding: 0.4em 1.25em !important;
    color: #6f6f6f;
    -webkit-transition: color 0.1s, background-color 0.3s;
    transition: color 0.1s, background-color 0.3s;
    letter-spacing: 0.2px; } }
/* -------------------- CUSTOM -------------------- */
@media screen and (max-width: 1035px) {
  .footer .pod.columns {
    display: block; }
    .footer .pod.columns .pod.column {
      width: 48% !important; } }
@media screen and (max-width: 450px) {
  .footer .pod.columns {
    display: block; }
    .footer .pod.columns .pod.column {
      width: 100% !important;
      margin-right: 0% !important; } }
/* -------------------- TABLET -------------------- */
.mobile-navigation-button {
  display: none; }

@media screen and (max-width: 900px) {
  /* Show Nav Button */
  .mobile-navigation-button {
    display: block; }

  .primary-nav, .constant-nav {
    display: none; }

  .pod.tabbed.vertical .tabContainer .nav-tabs {
    width: 100%;
    border-right: none; }
  .pod.tabbed.vertical .tabContainer ul li.active {
    border-right: 1px solid #e9e9e9;
    right: 0px; }
  .pod.tabbed.vertical .tabContainer ul li a {
    width: 100%; }
  .pod.tabbed.vertical .tabContainer .tab-content {
    width: 100%; } }
/* -------------------- MOBILE -------------------- */
@media screen and (max-width: 560px) {
  .pod.columns {
    display: block; }
    .pod.columns .pod.column {
      width: 100% !important;
      margin-right: 0% !important; } }

/*# sourceMappingURL=style.css.map */
