/*
** NOTE: This file is generated by Gulp and should not be edited directly!
** Any changes made directly to this file will be overwritten next time its asset group is processed by Gulp.
*/

@charset "UTF-8";
/*
	Import different scss files
*/
/* Fonts File - add fonts to the Media in Orchard admin */
/*
	Variables for color, text and other re-usable bits 
*/
/****************************************
	Colors
*/
/****************************************
	Fonts
*/
/*Links*/
a.button.secondary.link-button {
  float: left;
  width: 115px;
  background-color: #fff;
  color: #c00009;
  margin-top: 1em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 0;
  font-family: "Trade Gothic Bold",sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin: 0; }

a.button.secondary:hover, a.button.secondary:focus {
  color: #333;
  background-color: #fff;
  text-decoration: none; }

.primary-start-banner .button.secondary:hover, .primary-start-banner .button.secondary:focus {
  color: #333;
  background: #fff;
  text-decoration: none; }

/*Select / dropdowns*/
select.dropdownlist {
  width: 100%;
  height: 3.125rem;
  margin: .5rem 0 1.5rem;
  padding: 0.625rem;
  background: url(/Media/Default/CTU/icons/i-down-arrow-bl.png) no-repeat 98% center/6px #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 1.375rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select.dropdownlist::-ms-expand {
    display: none; }
  select.dropdownlist:hover {
    background-color: #f3f3f3;
    border-color: #999; }

select#StartDateList {
  background: #fff url(/Media/Default/CTU/icons/i-down-arrow-bl.png) no-repeat right 10px center;
  -moz-appearance: none;
  margin: 5px 0 0 0;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0 0 0 10px;
  color: #c00005;
  font-family: 'Trade Gothic Bold';
  font-size: 20px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 37px;
  width: 217px;
  float: left; }
  @media (min-width: 768px) and (max-width: 979px) {
    select#StartDateList {
      width: 182px; } }
  @media (min-width: 980px) and (max-width: 1200px) {
    select#StartDateList {
      width: 200px; } }
  select#StartDateList::-ms-expand {
    display: none; }
  select#StartDateList:hover {
    background-color: #f3f3f3;
    border-color: #999; }

/*GLOBAL COLORS*/
.ctu-primary-text {
  color: #c00009; }

.ctu-primary-background {
  background: #c00009; }

.ctu-primary-dark-text {
  color: #8d0004; }

.ctu-primary-dark-background {
  background: #8d0004; }

.ctu-primary-black-text {
  color: #000000; }

.ctu-primary-black-background {
  background: #000000; }

.ctu-primary-white-text {
  color: #ffffff; }

.ctu-primary-white-background {
  background: #ffffff; }

.ctu-secondary-text {
  color: #0e6291; }

.ctu-secondary-background {
  background: #0e6291; }

.ctu-secondary-light-text {
  color: #d48a00; }

.ctu-secondary-light-background {
  background: #d48a00; }

.ctu-secondary-light-2-text {
  color: #fe7600; }

.ctu-secondary-light-2-background {
  background: #fe7600; }

.ctu-secondary-dark-text {
  color: #005968; }

.ctu-secondary-dark-background {
  background: #005968; }

.ctu-secondary-dark-2-text {
  background: #56004f; }

.ctu-secondary-dark-2-background {
  background: #56004f; }

.ctu-secondary-cool-grey-text {
  color: #5b5b5e; }

.ctu-secondary-cool-grey-background {
  background: #5b5b5e; }

.ctu-secondary-warm-grey-text {
  color: #dbdad7; }

.ctu-secondary-warm-grey-background {
  background: #dbdad7; }

.ctu-secondary-darker-grey-text {
  color: #8c8e8e; }

.ctu-secondary-darker-grey-background {
  background: #8c8e8e; }

.ctu-primary-body-background {
  background: #222; }

.ctu-border-dark {
  border: 2px solid #cd666a; }

.ctu-almost-black-text {
  color: #333333; }

.ctu-secondary-light-grey-background {
  background: #f2f2f2; }

.font-bold {
  font-weight: bold; }

/*GLOBAL PADDING SPACING*/
.pa0 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }

.pa5 {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px; }

.pa10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px; }

.pa15 {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px; }

.pa20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

.pa25 {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px; }

.pa30 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px; }

.pa35 {
  padding-top: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 35px; }

.pa40 {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px; }

.pt0 {
  padding-top: 0px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pr0 {
  padding-right: 0px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

.pb0 {
  padding-bottom: 0px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pl0 {
  padding-left: 0px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

/*GLOBAL MOBILE SPACING*/
@media screen and (max-width: 992px) {
  .m-pa0 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .m-pa5 {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px; }
  .m-pa10 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; }
  .m-pa15 {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px; }
  .m-pa20 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px; }
  .m-pa25 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px; }
  .m-pa30 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px; }
  .m-pa35 {
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px; }
  .m-pa40 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px; }
  .m-pt0 {
    padding-top: 0px; }
  .m-pt5 {
    padding-top: 5px; }
  .m-pt10 {
    padding-top: 10px; }
  .m-pt15 {
    padding-top: 15px; }
  .m-pt20 {
    padding-top: 20px; }
  .m-pt25 {
    padding-top: 25px; }
  .m-pt30 {
    padding-top: 30px; }
  .m-pt35 {
    padding-top: 35px; }
  .m-pt40 {
    padding-top: 40px; }
  .m-pr0 {
    padding-right: 0px; }
  .m-pr5 {
    padding-right: 5px; }
  .m-pr10 {
    padding-right: 10px; }
  .m-pr15 {
    padding-right: 15px; }
  .m-pr20 {
    padding-right: 20px; }
  .m-pr25 {
    padding-right: 25px; }
  .m-pr30 {
    padding-right: 30px; }
  .m-pr35 {
    padding-right: 35px; }
  .m-pr40 {
    padding-right: 40px; }
  .m-pb0 {
    padding-bottom: 0px; }
  .m-pb5 {
    padding-bottom: 5px; }
  .m-pb10 {
    padding-bottom: 10px; }
  .m-pb15 {
    padding-bottom: 15px; }
  .m-pb20 {
    padding-bottom: 20px; }
  .m-pb25 {
    padding-bottom: 25px; }
  .m-pb30 {
    padding-bottom: 30px; }
  .m-pb35 {
    padding-bottom: 35px; }
  .m-pb40 {
    padding-bottom: 40px; }
  .m-pl0 {
    padding-left: 0px; }
  .m-pl5 {
    padding-left: 5px; }
  .m-pl10 {
    padding-left: 10px; }
  .m-pl15 {
    padding-left: 15px; }
  .m-pl20 {
    padding-left: 20px; }
  .m-pl25 {
    padding-left: 25px; }
  .m-pl30 {
    padding-left: 30px; }
  .m-pl35 {
    padding-left: 35px; }
  .m-pl40 {
    padding-left: 40px; } }

.ma0 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }

.ma5 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px; }

.ma10 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px; }

.ma15 {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px; }

.ma20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px; }

.ma25 {
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px; }

.ma30 {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px; }

.ma35 {
  margin-top: 35px;
  margin-right: 35px;
  margin-bottom: 35px;
  margin-left: 35px; }

.ma40 {
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px; }

.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mr0 {
  margin-right: 0px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mb0 {
  margin-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.ml0 {
  margin-left: 0px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

@media screen and (max-width: 992px) {
  .m-ma0 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
  .m-ma5 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px; }
  .m-ma10 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px; }
  .m-ma15 {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px; }
  .m-ma20 {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px; }
  .m-ma25 {
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px; }
  .m-ma30 {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px; }
  .m-ma35 {
    margin-top: 35px;
    margin-right: 35px;
    margin-bottom: 35px;
    margin-left: 35px; }
  .m-ma40 {
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px; }
  .m-mt0 {
    margin-top: 0px; }
  .m-mt5 {
    margin-top: 5px; }
  .m-mt10 {
    margin-top: 10px; }
  .m-mt15 {
    margin-top: 15px; }
  .m-mt20 {
    margin-top: 20px; }
  .m-mt25 {
    margin-top: 25px; }
  .m-mt30 {
    margin-top: 30px; }
  .m-mt35 {
    margin-top: 35px; }
  .m-mt40 {
    margin-top: 40px; }
  .m-mr0 {
    margin-right: 0px; }
  .m-mr5 {
    margin-right: 5px; }
  .m-mr10 {
    margin-right: 10px; }
  .m-mr15 {
    margin-right: 15px; }
  .m-mr20 {
    margin-right: 20px; }
  .m-mr25 {
    margin-right: 25px; }
  .m-mr30 {
    margin-right: 30px; }
  .m-mr35 {
    margin-right: 35px; }
  .m-mr40 {
    margin-right: 40px; }
  .m-mb0 {
    margin-bottom: 0px; }
  .m-mb5 {
    margin-bottom: 5px; }
  .m-mb10 {
    margin-bottom: 10px; }
  .m-mb15 {
    margin-bottom: 15px; }
  .m-mb20 {
    margin-bottom: 20px; }
  .m-mb25 {
    margin-bottom: 25px; }
  .m-mb30 {
    margin-bottom: 30px; }
  .m-mb35 {
    margin-bottom: 35px; }
  .m-mb40 {
    margin-bottom: 40px; }
  .m-ml0 {
    margin-left: 0px; }
  .m-ml5 {
    margin-left: 5px; }
  .m-ml10 {
    margin-left: 10px; }
  .m-ml15 {
    margin-left: 15px; }
  .m-ml20 {
    margin-left: 20px; }
  .m-ml25 {
    margin-left: 25px; }
  .m-ml30 {
    margin-left: 30px; }
  .m-ml35 {
    margin-left: 35px; }
  .m-ml40 {
    margin-left: 40px; } }

.mtn-80 {
  margin-top: -80px; }

@media screen and (max-width: 992px) {
  .mtn-80 {
    margin-top: 0px; } }

.m-width-100 {
  width: 100% !important; }

.padding-collapse {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .padding-collapse-xs {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .padding-collapse-sm {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .padding-collapse-md {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1201px) {
  .padding-collapse-lg {
    padding-left: 0;
    padding-right: 0; } }

body {
  overflow-x: hidden; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: #222; }

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

@media (min-width: 1025px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  line-height: 1.1; }

h1, .h1 {
  color: #272727;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 20px; }

h2, .h2 {
  color: #272727;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 20px; }

h3, .h3 {
  color: #272727;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 15px; }

h4, .h4 {
  color: #272727;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 15px; }

h5, .h5 {
  color: #272727;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 15px; }

h6, .h6 {
  color: #272727;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 15px; }

a {
  color: #c00009; }

.admission-action-blocks a {
  color: #c00009; }

.simpleMenu a {
  color: #c00009;
  text-decoration: none; }

.simpleMenu a:hover {
  color: #4b4b4b;
  text-decoration: none; }

a.wrapper-link {
  color: #333; }

a.wrapper-link :hover,
a.wrapper-link :focus,
a.wrapper-link :active {
  color: #333; }

.wrapper-link h4 {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-family: trade gothic bold; }

.wrapper-link p {
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1.25em;
  font-size: 14px; }

.wrapper-link .link-m-button {
  color: #c00009;
  display: block;
  padding-top: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }

.wrapper-link .link-m-button:hover {
  text-decoration: none;
  color: #333; }

@media only screen and (max-width: 414px) {
  .link-m-button {
    background: #c00009;
    color: #fff !important;
    padding: 10px 20px;
    text-align: center;
    clear: both;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1em; }
  .link-m-button:hover, .link-m-button:focus, .link-m-button:active {
    background: #c00009 !important;
    color: #fff !important; } }

.ui-greybg .admission-action-blocks {
  padding: 20px; }

#learnMoreCTA {
  background: #f1efe9 url(/Media/Default/CTU/bg/content_bg.gif);
  color: #4b4b4b;
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 20px 0; }

#learnMoreCTA .PromotionBar a.ui-button {
  width: auto;
  padding: 0.5em;
  position: relative; }
  @media (min-width: 768px) {
    #learnMoreCTA .PromotionBar a.ui-button {
      margin: 0; } }

#learnMoreCTA p.disclaimer {
  font-size: 14px;
  font-style: italic;
  color: #888;
  float: left;
  width: 80%;
  margin: 0 !important;
  padding: 10px 0 !important;
  line-height: 1.4em;
  font-family: arial; }

.ui-greybg {
  background: #f1efe9 url(/Media/Default/CTU/bg/content_bg.gif);
  color: #4b4b4b; }

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.glyph {
  font-size: 32px;
  width: 33%;
  padding-bottom: 0;
  margin-bottom: 0;
  float: left;
  overflow: hidden;
  color: #000; }

.glyph .i-ctu-logo-red {
  font-size: 37px;
  line-height: 1; }

.mls {
  font-size: 18px; }

.disclaimer {
  margin: 25px 0; }

.ui-button.rounded {
  border-radius: 5px; }

.ui-button.large {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px; }

a.ui-button {
  width: auto;
  padding: 0.5em;
  position: relative;
  text-decoration: none; }

.ui-tradebold {
  font-family: "Trade Gothic Bold"; }

.ui-uppercase {
  text-transform: uppercase; }

.ui-button {
  display: inline-block;
  zoom: 1;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
  text-decoration: none; }

.ui-button.red {
  background: #c00009;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: none; }

@media (min-width: 1025px) {
  .ui-button.red:hover {
    background-color: #232323;
    box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.5);
    text-decoration: none; } }

.ui-wide-btn {
  padding: 5px 35px !important;
  font-size: 18px;
  width: 100% !important; }

.ctu-sprites, .ctu-sprites-static {
  background: url("/Media/Default/CTU/sprites/ctu-sprites.png") 0 0 no-repeat;
  display: inline-block;
  position: relative; }

.ctu-icons.i-fast-track-stack {
  font-size: 86px;
  margin-top: 15px;
  margin-bottom: 7px;
  line-height: 113px; }

.ctu-icons.i-iPhone {
  font-size: 87px;
  margin-top: 15px;
  margin-bottom: 7px;
  line-height: 113px; }

.ctu-icons.i-star {
  font-size: 88px;
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 113px; }

.ctu-icons.i-veteran {
  font-size: 87px;
  margin-top: 10px;
  margin-bottom: 11px;
  line-height: 113px; }

.PromotionBar {
  padding: 15px 0; }

.PromotionBar h4 {
  margin: 0;
  padding-top: 10px;
  padding-right: 50px;
  font-size: 18px;
  font-family: "Trade Gothic Bold";
  font-weight: 400;
  color: #252525;
  width: 83.33333%;
  padding: 0 !important; }

.hp-seo-more-copy-btn {
  font-size: 16px;
  color: #c00009;
  line-height: 24px;
  cursor: pointer; }
  .hp-seo-more-copy-btn:hover {
    color: #333333; }
  .hp-seo-more-copy-btn:focus {
    color: #0078a0; }

section.container-fluid.starterRIblock {
  display: none; }

.slider-hero-nav-mobile {
  display: none; }

#lpGlobalHeader a:hover {
  text-decoration: none; }

.slider-hero-nav-desktop li {
  max-height: 44px; }

.top-bar .name {
  padding: 15px 15px 0 15px;
  height: 82px;
  display: block; }

.top-bar .name a {
  width: 200px;
  display: inline-block;
  height: 60px; }

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    position: relative; }
  .glyph {
    width: 50%;
    margin-right: 0; }
  section.container-fluid.starterRIblock {
    display: block; }
  .starterRI {
    background-color: #c00009;
    height: 210px; }
    .starterRI h3 {
      font-size: 27px;
      line-height: 30px;
      color: white;
      font-family: "Trade Gothic",Arial,"Helvetica Neue",Helvetica,sans-serif;
      padding: 10px;
      text-align: center; }
    .starterRI select {
      margin-top: 10px;
      margin-bottom: 16px;
      width: 75%;
      height: 37px;
      padding-left: 10px;
      background-size: 6px;
      border: none;
      border-radius: 0;
      -webkit-appearance: none !important;
      -moz-appearance: none;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
      background-position: 104% center;
      background-size: 46px;
      background-repeat: no-repeat;
      line-height: normal;
      background-color: #ffffff; } }
    @media (max-width: 768px) and (min-width: 420px) and (max-width: 980px) {
      .starterRI select {
        background-position: 102% center; } }

@media (max-width: 768px) {
      .starterRI select::-ms-expand {
        display: none; }
    .starterRI a.link-m-button {
      background-color: #00598c;
      width: 65%;
      font-weight: bold;
      color: #fff;
      display: inline-block;
      line-height: 40px;
      height: 40px;
      margin-top: 3%; }
      .starterRI a.link-m-button.inactiveClick, .starterRI a.link-m-button.inactiveClick {
        pointer-events: none; }
    .starterRI .link-m-button:hover {
      background-color: #00598c !important; }
  .flex-control-nav {
    top: 160px; }
  .slider-home-nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    .slider-home-nav.slider-hero-nav {
      left: 0;
      margin-top: 0;
      width: 100%; }
      .slider-home-nav.slider-hero-nav ul {
        padding: 0; }
    .slider-home-nav .slider-hero-nav-mobile {
      display: block; }
      .slider-home-nav .slider-hero-nav-mobile .ctu-icons {
        margin-left: 2px;
        margin-top: 8px;
        width: 36px; }
      .slider-home-nav .slider-hero-nav-mobile ul.degreeSelectOpt {
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0; }
        .slider-home-nav .slider-hero-nav-mobile ul.degreeSelectOpt li {
          font-size: 12px;
          max-height: 44px; }
          .slider-home-nav .slider-hero-nav-mobile ul.degreeSelectOpt li .ctu-icons {
            font-size: 22px; }
          .slider-home-nav .slider-hero-nav-mobile ul.degreeSelectOpt li:first-child {
            border-radius: 0;
            border-top: none; } }

@media (max-width: 414px) {
  .glyph {
    width: 100%; } }

.starterRI a.link-m-button {
  line-height: 24px;
  font-size: 16px; }
  .starterRI a.link-m-button.inactiveclick, .starterRI a.link-m-button.inactiveClick {
    pointer-events: none; }

.ctu-icons {
  font-family: 'ctu-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto; }

@font-face {
  font-family: 'ctu-icons';
  src: url("/Media/Default/CTU/fonts/ctu-icons.woff") format("woff"), url("/Media/Default/CTU/fonts/ctu-icons.ttf") format("truetype"); }

@font-face {
  font-family: 'Trade Gothic Bold';
  src: url(/Media/Default/CTU/fonts/tradegothic-boldcondtwenty-webfont.woff) format("woff"); }

@font-face {
  font-family: 'Trade Gothic';
  src: url(/Media/Default/CTU/fonts/tradegothic-condeighteen-webfont.woff) format("woff"); }

/* CTU Icon Fonts =========== */
.i-alarm-clock:before {
  content: "\e900"; }

.i-arrow-down:before {
  content: "\e901"; }

.i-associate:before {
  content: "\e902"; }

.i-bachelors:before {
  content: "\e903"; }

.i-bullet:before {
  content: "\e904"; }

.i-business-management:before {
  content: "\e905"; }

.i-calculator:before {
  content: "\e906"; }

.i-campus-COS:before {
  content: "\e907"; }

.i-campus-DEN:before {
  content: "\e908"; }

.i-campus-ONL:before {
  content: "\e909"; }

.i-ccne-seal:before {
  content: "\e90a"; }

.i-chat:before {
  content: "\e90b"; }

.i-check-circle:before {
  content: "\e90c"; }

.i-check-mark:before {
  content: "\e90d"; }

.i-clipboard:before {
  content: "\e90e"; }

.i-clock:before {
  content: "\e90f"; }

.i-close-x:before {
  content: "\e910"; }

.i-coffee-mug:before {
  content: "\e911"; }

.i-com-eng:before {
  content: "\e912"; }

.i-computer-arrow:before {
  content: "\e913"; }

.i-computer-mouse:before {
  content: "\e914"; }

.i-computer-science:before {
  content: "\e915"; }

.i-crime-investigation:before {
  content: "\e916"; }

.i-CTU-icon:before {
  content: "\e917"; }

.i-ctu-logo-red:before {
  content: "\e918"; }

.i-cyber-security:before {
  content: "\e919"; }

.i-degree:before {
  content: "\e91a"; }

.i-doctorate:before {
  content: "\e91b"; }

.i-download:before {
  content: "\e91c"; }

.i-download-web:before {
  content: "\e91d"; }

.i-electrical-engineering:before {
  content: "\e91e"; }

.i-engineering-comp-sci:before {
  content: "\e91f"; }

.i-facebook:before {
  content: "\e920"; }

.i-fast-track-stack:before {
  content: "\e921"; }

.i-general-studies:before {
  content: "\e922"; }

.i-globe:before {
  content: "\e923"; }

.i-google-plus:before {
  content: "\e924"; }

.i-grad-cap:before {
  content: "\e925"; }

.i-graph:before {
  content: "\e926"; }

.i-group-people:before {
  content: "\e927"; }

.i-hamburger-menu:before {
  content: "\e928"; }

.i-health-admin:before {
  content: "\e929"; }

.i-health-care:before {
  content: "\e92a"; }

.i-health-sciences:before {
  content: "\e92b"; }

.i-homeland-security:before {
  content: "\e92c"; }

.i-idea:before {
  content: "\e92d"; }

.i-info-i:before {
  content: "\e92e"; }

.i-info-systems-tech:before {
  content: "\e92f"; }

.i-info-tech:before {
  content: "\e930"; }

.i-instagram:before {
  content: "\e931"; }

.i-iPad:before {
  content: "\e932"; }

.i-iPhone:before {
  content: "\e933"; }

.i-laptop:before {
  content: "\e934"; }

.i-left-arrow:before {
  content: "\e935"; }

.i-linkedin:before {
  content: "\e936"; }

.i-magnifying-glass:before {
  content: "\e937"; }

.i-magnify-small:before {
  content: "\e938"; }

.i-map-pin:before {
  content: "\e939"; }

.i-masters:before {
  content: "\e93a"; }

.i-military-pillars:before {
  content: "\e93b"; }

.i-military-star:before {
  content: "\e93c"; }

.i-nursing:before {
  content: "\e93d"; }

.i-nursing-accreditation:before {
  content: "\e93e"; }

.i-nursing-admissions:before {
  content: "\e93f"; }

.i-nursing-RSN:before {
  content: "\e940"; }

.i-phone-landline:before {
  content: "\e941"; }

.i-play-button:before {
  content: "\e942"; }

.i-play-button-box:before {
  content: "\e943"; }

.i-pointer-finger:before {
  content: "\e944"; }

.i-project-docs:before {
  content: "\e945"; }

.i-project-management:before {
  content: "\e946"; }

.i-psychology:before {
  content: "\e947"; }

.i-ribbon:before {
  content: "\e948"; }

.i-right-arrow:before {
  content: "\e949"; }

.i-security-studies:before {
  content: "\e94a"; }

.i-share:before {
  content: "\e94b"; }

.i-side-ways-people:before {
  content: "\e94c"; }

.i-SpeechBubble:before {
  content: "\e94d"; }

.i-speech-pro:before {
  content: "\e94e"; }

.i-spouse:before {
  content: "\e94f"; }

.i-square:before {
  content: "\e950"; }

.i-star:before {
  content: "\e951"; }

.i-sub-menu:before {
  content: "\e952"; }

.i-talking-people:before {
  content: "\e953"; }

.i-target:before {
  content: "\e954"; }

.i-twitter:before {
  content: "\e955"; }

.i-up-arrow:before {
  content: "\e956";
  position: absolute;
  top: -5px; }

.i-veteran:before {
  content: "\e957"; }

.i-vimeo:before {
  content: "\e958"; }

.i-viral-world-wide:before {
  content: "\e959"; }

.i-wifi:before {
  content: "\e95a"; }

.i-youTube:before {
  content: "\e95b"; }

#sideForm {
  margin: 0 !important; }

div#sideForm span.infolabel {
  color: #fff;
  font-weight: normal;
  font-family: "Trade Gothic";
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  background-color: #c00009;
  width: 100%;
  display: block;
  margin-bottom: 3px; }

.form select {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #CCC;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  margin: 0 0 15px;
  padding: 6px;
  height: 32px;
  width: 100%;
  transition: all .15s linear;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 104% center;
  background-size: 46px;
  background-repeat: no-repeat;
  line-height: normal; }
  .form select::-ms-value {
    background: transparent;
    color: #222; }

label select::-ms-value {
  background: transparent;
  color: #000; }

@media only screen and (min-width: 768px) {
  .CTUStats.three > div, .CTUStats > div, .PromotionBar a.ui-button, .PromotionBar h4, .PromotionBar.twoCta h4, .articlelist .article-thumbs, .awards-accredidations .rankings-accredidations-slider, .behind-the-scenes .acc-content, .behind-the-scenes .tab-holder, .blog-article article, .blogsidebar, .content .content-column, .content .fullwidth, .content .fullwidth .column, .content .hasside, .content .sidebar, .content ul.threecollist li, .content.widgetarea .rightwidgets, .content.widgetarea .roundslider, .contentSlider .cs-slide .copy, .contentSlider .cs-slide .img, .ctu-cta-list, .degreeresults, .disclosure-container .container-col, .featuredarticles .featured-main, .featuredarticles .featured-thumbs, .footerlegal .legal, .footerlegal .sociallinks, .footermenu > li, .footernavigation ul, .fourboxes .box, .header .logo, .header .navigation, .hero .hero-slide .copy, .intellipath-top-content .logo-int, .intellipath-top-content p, .leadform.horizontal .apply, .leadform.horizontal .info, .main-content, .main-content.full-content, .mediafilter .category-filter, .mediafilter .category-filter.column3, .mediafilter .content-filter, .mediafilter .content-filter.column3, .mediafilter .program-filter, .mediafilter .program-filter.column3, .mediafilter .submit-container, .messagebox .info-card .person, .messagebox .info-card img, .navigation ul, .navside, .numbers-slider, .numbers-slider .boxes .box, .numbers-slider .numbers-slider-top .cta, .numbers-slider .numbers-slider-top .info, .numbers-slider .numbers-slider-top .info.no-cta, .personprofile .three .person, .program-detail-tabs .tabs, .program-detail-tabs .tabs-content, .program-quick-info li, .redbar .search, .redbar .time-filter, .redform .apply, .redform .apply .form .form_submit, .redform .apply .form fieldset, .redform .info, .rightrail, .roundslider, .sharethis, .sidebar, .simpleboxes.three .box, .socialPanel .sp-content, .socialPanel .sp-content li, .socialPanel .sp-content li.sp-error, .socialPanel .sp-controls, .studyareas > div > ul, .studyareas > div > ul > li > ul .copy, .studyareas > div > ul > li > ul .list, .studyareas > div > ul > li > ul .photo, .tabular, .tabular.mba, .technology-slider, .threecol .column, .threecolList li, .threecolList ul.listcol, .threecolprofiles li, .threecolprofiles li .blurb, .threecolprofiles li .portrait, .thumbnailSlider .sliderWrapper .bg-img, .thumbnailSlider .sliderWrapper > div .graduationhero-bg, .thumbnailSlider .sliderWrapper > div .graduationhero-content, .topbar .portal_drop, .topbar .rightmenu, .twoboxes .twobox, .twoboxes .twobox.first, .twoboxes .twobox.second, .twoboxes .twobox.third, .twocollist li, .twocolumn .column, .verticalfilter, ul.breadcrumbs {
    position: relative;
    min-height: 1px;
    padding: 0 15px; }
  .ui-arrow.down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin-top: -2px;
    position: absolute;
    top: 46%;
    right: 10px; }
  .ui-arrow {
    display: inline-block;
    zoom: 1;
    vertical-align: middle; }
  .right {
    float: right !important; }
  .simpleMenu {
    width: 100%; }
  .simpleMenu li ul {
    display: none;
    position: absolute;
    margin: 0 0 0 -15px;
    z-index: 998;
    background: #fff;
    border-top: 1px solid #cacaca; }
  .simpleMenu.horiz li ul {
    width: 100%;
    background: #fff; }
  .row:after {
    clear: both; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  ul, ol, dl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside; }
  .CTUStats.three > div, .CTUStats > div, .PromotionBar a.ui-button, .PromotionBar h4, .PromotionBar.twoCta h4, .articlelist .article-thumbs, .awards-accredidations .rankings-accredidations-slider, .behind-the-scenes .acc-content, .behind-the-scenes .tab-holder, .blog-article article, .blogsidebar, .content .content-column, .content .fullwidth, .content .fullwidth .column, .content .hasside, .content .sidebar, .content ul.threecollist li, .content.widgetarea .rightwidgets, .content.widgetarea .roundslider, .contentSlider .cs-slide .copy, .contentSlider .cs-slide .img, .ctu-cta-list, .degreeresults, .disclosure-container .container-col, .featuredarticles .featured-main, .featuredarticles .featured-thumbs, .footerlegal .legal, .footerlegal .sociallinks, .footermenu > li, .footernavigation ul, .fourboxes .box, .header .logo, .header .navigation, .hero .hero-slide .copy, .intellipath-top-content .logo-int, .intellipath-top-content p, .leadform.horizontal .apply, .leadform.horizontal .info, .main-content, .main-content.full-content, .mediafilter .category-filter, .mediafilter .category-filter.column3, .mediafilter .content-filter, .mediafilter .content-filter.column3, .mediafilter .program-filter, .mediafilter .program-filter.column3, .mediafilter .submit-container, .messagebox .info-card .person, .messagebox .info-card img, .navigation ul, .navside, .numbers-slider .boxes .box, .numbers-slider .numbers-slider-top .cta, .numbers-slider .numbers-slider-top .info, .numbers-slider .numbers-slider-top .info.no-cta, .personprofile .three .person, .program-detail-tabs .tabs, .program-detail-tabs .tabs-content, .program-quick-info li, .redbar .search, .redbar .time-filter, .redform .apply, .redform .apply .form .form_submit, .redform .apply .form fieldset, .redform .info, .rightrail, .roundslider, .sharethis, .sidebar, .simpleboxes.three .box, .socialPanel .sp-content, .socialPanel .sp-content li, .socialPanel .sp-content li.sp-error, .socialPanel .sp-controls, .studyareas > div > ul, .studyareas > div > ul > li > ul .copy, .studyareas > div > ul > li > ul .list, .studyareas > div > ul > li > ul .photo, .tabular, .tabular.mba, .threecol .column, .threecolList li, .threecolList ul.listcol, .threecolprofiles li, .threecolprofiles li .blurb, .threecolprofiles li .portrait, .thumbnailSlider .sliderWrapper .bg-img, .thumbnailSlider .sliderWrapper > div .graduationhero-bg, .thumbnailSlider .sliderWrapper > div .graduationhero-content, .topbar .portal_drop, .topbar .rightmenu, .twoboxes .twobox, .twoboxes .twobox.first, .twoboxes .twobox.second, .twoboxes .twobox.third, .twocollist li, .twocolumn .column, .verticalfilter, ul.breadcrumbs {
    float: left; }
  .redform .form input,
  .redform .form input[type='text'],
  .redform .form input.text {
    margin: 0;
    height: 37px;
    line-height: 37px;
    padding: 0 6px;
    font-size: 16px;
    color: #333;
    width: 100%;
    float: none;
    clear: both; }
  .redform .form input, .redform .form input[type='text'], .redform .form input.text {
    font-size: 16px; }
  .footermenu > li {
    width: 33.1%;
    text-align: center; }
  a.back-to-top:hover, a.back-to-top:active, a.back-to-top:focus {
    color: #fff !important; }
  a.back-to-top {
    -webkit-transform: translate3d(0, 0, 0);
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    font-size: 50px;
    font-weight: bold;
    z-index: 1001;
    right: 20px;
    bottom: 20px;
    background: #c00009;
    color: #fff;
    border-radius: 30px; }
  .back-to-top::after {
    -webkit-transform: translate3d(0, 0, 0);
    top: 30px;
    color: #fff;
    content: "TOP";
    display: block;
    font-family: arial;
    font-size: 11px;
    left: 50%;
    margin-left: -11px;
    position: relative;
    width: 50px;
    z-index: 9999999; }
  .i-up-arrow:before {
    content: "\e956";
    position: absolute;
    top: -5px; }
  .sociallinks .ctu-icons {
    font-size: 40px; }
  .sociallinks .i-facebook {
    color: #3b5998; }
  .sociallinks .i-linkedin {
    color: #007bb6; }
  .sociallinks .i-twitter {
    color: #00aced; }
  .sociallinks .i-youTube {
    color: #bb0000; }
  a {
    color: #c00009;
    text-decoration: none;
    line-height: inherit; }
  p {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 1.25em;
    font-size: 14px; }
  .read-more-container {
    width: 850px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    padding: 1em;
    font-size: 14px; }
  .content-center {
    margin: 0 auto; }
  b {
    font-weight: 400;
    font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin: 0 0 20px;
    line-height: 1.1; } }

.youtube-modal button.close {
  font-size: 36px;
  line-height: 0.9em;
  background: #c00009;
  padding: 0 5px; }

.youtube-modal .modal-content {
  padding: 16px;
  border-radius: 0; }

body.modal-open {
  position: relative;
  width: 100%; }

@media (max-width: 1024px) {
  .read-more-container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .PromotionBar .ui-button {
    width: 100% !important;
    margin-top: 10px !important; }
  .PromotionBar h4 {
    text-align: center;
    padding: 10px 15px;
    width: 100%; }
  .social .ctu-icons, .sociallinks .ctu-icons {
    font-size: 3em; }
  .social .i-facebook, .sociallinks .i-facebook {
    color: #3b5998; }
  .social .i-linkedin, .sociallinks .i-linkedin {
    color: #007bb6; }
  .social .i-twitter, .sociallinks .i-twitter {
    color: #00aced; }
  .social .i-youTube, .sociallinks .i-youTube {
    color: #bb0000; } }

@media only screen and (max-device-width: 736px) and (min-width: 320px) {
  #learnMoreCTA p.disclaimer {
    width: 100%;
    text-align: center !important;
    font-size: 12px; } }

.sq-bullets {
  margin-left: 1.4rem;
  padding-left: 0;
  list-style: none; }
  .sq-bullets li {
    width: 90%;
    margin-bottom: 2em;
    padding-left: 25px;
    background: url(/Media/Default/CTU/icons/sq-bullet.png) no-repeat 0 7px;
    color: #000000; }
  @media only screen and (max-width: 768px) {
    .sq-bullets li {
      width: 100%; } }

.row.full-width {
  max-width: 100%; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

select#exams-locations {
  padding-left: 10px;
  padding-right: 2em;
  border-radius: 6px;
  color: #c00009;
  background-color: #fff;
  background-image: url(/~/media/ctu/Images/icons/i-down-arrow-bl.png);
  background-position: 95% center;
  height: 44px;
  margin-bottom: 0;
  border-color: #c00009;
  font-family: "Trade Gothic Bold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px !important;
  outline: none;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none; }

.text-white,
.white-text {
  color: #fff; }
  .text-white a,
  .white-text a {
    color: #fff;
    text-decoration: underline; }
    .text-white a:hover,
    .white-text a:hover {
      text-decoration: none;
      color: #fff; }

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .landscape-xs-6 {
    width: 50%; } }

@media (min-width: 420px) and (max-width: 767px) {
  .col-xsl-1 {
    width: 8.333333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-2 {
    width: 16.66666666666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-4 {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-5 {
    width: 41.66666666666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-6, .wrapper-link .col-xs-12 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-7 {
    width: 58.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-8 {
    width: 66.66666666666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-9 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-10 {
    width: 83.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-11 {
    width: 91.66666666666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xsl-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

.disclaimers p {
  font-size: 11px;
  line-height: 15.4px;
  margin-bottom: 0; }

.flex-video iframe {
  width: 100%;
  height: 100%; }

@media only screen and (orientation: landscape) {
  .starterRI a.link-m-button {
    line-height: 40px; } }

@media only screen and (min-width: 440px) and (max-width: 767px) {
  .four-col-images .col-xs-12, .admission-action-blocks .col-xs-12 {
    width: 50%; }
    .four-col-images .col-xs-12:nth-child(odd), .admission-action-blocks .col-xs-12:nth-child(odd) {
      clear: left; } }

@media only screen and (max-width: 439px) {
  .modal-dialog {
    margin-top: 60px; } }

@media only screen and (min-width: 420px) and (max-width: 767px) {
  .modal-dialog {
    width: 80%;
    margin: 4% auto; } }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .modal-dialog {
    width: 600px;
    margin: 60px auto 0; } }

@media (min-width: 981px) and (max-width: 1024px) {
  .modal-dialog {
    width: 860px;
    margin: 60px auto 0; } }

@media (min-width: 1025px) and (max-width: 1170px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto 0; } }

@media (min-width: 1171px) and (max-width: 1440px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto 0; } }

@media (min-width: 1441px) {
  .modal-dialog {
    width: 1200px;
    margin: 60px auto 0; } }

@media (max-width: 1024px) {
  .main-content-wrap {
    overflow-x: hidden;
    max-width: 100vw; } }

.ctu-menu-container header div {
  display: inline-block;
  float: left; }

.ctu-menu-container > header {
  margin: 0 auto; }
  .ctu-menu-container > header a:hover, .ctu-menu-container > header a:active {
    color: #8d0004 !important;
    text-decoration: none; }
  .ctu-menu-container > header nav {
    float: right; }
    .ctu-menu-container > header nav a {
      display: block;
      float: left;
      position: relative;
      width: 2.5em;
      height: 2.5em;
      background: #ffffff;
      border-radius: 50%;
      color: transparent;
      margin: 0 0.1em;
      text-indent: -8000px; }
      .ctu-menu-container > header nav a:after {
        content: attr(data-info);
        position: absolute;
        width: 600%;
        top: 120%;
        text-align: right;
        right: 0;
        opacity: 0;
        pointer-events: none; }
      .ctu-menu-container > header nav a:hover:after {
        opacity: 1; }
      .ctu-menu-container > header nav a:hover:before {
        color: #ffffff; }

/*@media (min-width: 969px) {
  .ctu-menu-container > header {
    max-width: 970px;
  }
}*/
.ctu-menu {
  width: 100%;
  color: #ffffff;
  /*background: #C00009;*/
  float: left; }
  .ctu-menu ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none; }

@media (min-width: 800px) {
  .background-shadow-class {
    background: #8b0009;
    background: linear-gradient(to bottom, #8b0009 0%, #c00009 8%, #c00009 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0009', endColorstr='#c00009',GradientType=0 ); } }

@media (max-width: 799px) {
  .ctu-menu {
    background: #C00009; } }

.dt-top-icons a {
  display: block;
  float: left;
  color: #c00009;
  text-decoration: none; }

ul.apply-now-content {
  padding: 0; }

.ctu-menu > ul, .ctu-menu .ctu-menu-sub-inner {
  margin: 0 auto;
  letter-spacing: -4px;
  padding-bottom: 1px; }

.ctu-menu > ul > li {
  display: inline-block;
  letter-spacing: normal; }

#dt-search-pulldown {
  display: inline-block;
  width: 222px;
  float: right;
  margin-top: 13px;
  letter-spacing: normal;
  text-decoration: none; }
  #dt-search-pulldown a {
    font-size: 16px; }

.ctu-menu > ul > li {
  line-height: 20px;
  /*&.ctu-menu-open {
            a, > a:hover {
              background: $ctu-primary-dark;
              color: $ctu-primary-white;
            }
          }*/ }
  .ctu-menu > ul > li > a {
    font-family: "Trade Gothic Bold" !important;
    font-size: 18px;
    font-weight: normal;
    padding: 15px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0s linear 100ms;
    transition-delay: .8s; }
  .ctu-menu > ul > li .ctu-menu-sub {
    visibility: hidden;
    transition: all 0s linear 100ms;
    transition-delay: .8s;
    position: absolute;
    background-color: #8d0004;
    width: 100%;
    left: 0;
    padding: 30px 0 30px 45px;
    letter-spacing: normal;
    z-index: 99999;
    box-shadow: 0 8px 6px -6px black; }
    .ctu-menu > ul > li .ctu-menu-sub h4 {
      color: #ffffff;
      margin: 10px 0 0 0;
      text-transform: uppercase;
      font-size: 16px;
      font-family: "trade gothic bold"; }
    .ctu-menu > ul > li .ctu-menu-sub a, .ctu-menu > ul > li .ctu-menu-sub a:hover {
      background: #8d0004;
      color: #ffffff; }
    .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner > div {
      width: 33%;
      float: left;
      padding: 0 0 0 9em;
      border-right: 1px solid #560104;
      box-shadow: 1px 0 0 #b7272c;
      height: 275px; }
      .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner > div:first-child {
        padding-left: 15px; }
      .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner > div:last-child {
        border-right: none;
        box-shadow: none;
        padding-left: 6em; }
      .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner > div:nth-child(2) {
        padding-left: 6em; }
    .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner:before {
      content: " ";
      display: table; }
    .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner:after {
      content: " ";
      display: table;
      clear: both; }
    .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner > div a {
      line-height: 2em;
      text-decoration: none;
      letter-spacing: normal; }
      .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner > div a:hover {
        text-decoration: underline; }
    .ctu-menu > ul > li .ctu-menu-sub .ctu-menu-sub-inner .menu-block-container {
      letter-spacing: normal; }
  .ctu-menu > ul > li:hover > a, .ctu-menu > ul > li:hover > a:hover {
    background: #8d0004;
    transition-delay: .6s; }
  .ctu-menu > ul > li:hover .ctu-menu-sub {
    opacity: 1;
    visibility: visible;
    transition-delay: .6s;
    padding-bottom: 3em; }
  @media (max-device-width: 1024px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
    .ctu-menu > ul > li .menu-frame {
      transition-delay: 0s; }
    .ctu-menu > ul > li > a, .ctu-menu > ul > li > a:hover {
      transition-delay: 0s; }
    .ctu-menu > ul > li:hover > a, .ctu-menu > ul > li:hover > a:hover {
      transition-delay: 0s; }
    .ctu-menu > ul > li:hover .ctu-menu-sub {
      transition-delay: 0s; } }

/*.ctu-menu-open .ctu-menu-sub {
  display: block;
  padding-bottom: 3em;
}*/
#fin-aid-tuition .ctu-menu > ul {
  margin: 0 auto !important; }

#ctu-menu-1 {
  margin-left: -15px; }

.dt-logo .i-ctu-logo-red {
  font-size: 105px;
  line-height: 45px;
  padding-top: 5px;
  color: #c00009; }

#dt-phone {
  padding-left: 30px;
  margin-top: 0;
  text-decoration: none;
  padding-top: 9px;
  font-size: 20px; }
  #dt-phone .i-phone-landline {
    vertical-align: middle;
    font-size: 26px;
    margin-right: 5px;
    text-decoration: none; }
  #dt-phone:hover {
    background-color: transparent; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: inherit; }

#dt-chat {
  margin-right: 25px;
  margin-top: 3px;
  text-decoration: none; }
  #dt-chat .i-chat {
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px;
    text-decoration: none; }
  #dt-chat:hover {
    background-color: transparent; }

#lpButton2 .LPMcontainer .LPMoverlay a {
  line-height: inherit !important; }

.lpChat {
  display: none !important; }

/* Remove Liven Engage being "turned off"
#lpGlobalHeader, #lpGlobalHeader2, #lpGlobalMobileHeader1, #lpGlobalMobileHeader2, #lpButton, #lpButton2, #lpButton3, #lpButton4 { display: none !important;}
*/
#dt-request-info {
  background-color: #c00009;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 0 10px;
  margin-right: 25px;
  line-height: 36px;
  text-decoration: none;
  font-size: 16px; }
  #dt-request-info .i-info-i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #C00009;
    text-align: center;
    margin-right: 7px;
    padding-top: 4px;
    margin-top: -1px;
    text-decoration: none; }

.i-info-i {
  padding-right: 2px; }

#dt-request-info:hover {
  background-color: #8d0004; }

#dt-apply-now {
  border-radius: 6px;
  color: #c00009;
  padding: 0 10px 0 8px;
  line-height: 34px;
  border: 1px solid #c00009;
  text-decoration: none;
  font-size: 16px; }
  #dt-apply-now .i-check-circle {
    font-size: 28px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
    text-decoration: none; }
  #dt-apply-now:hover {
    background-color: #8d0004;
    color: #ffffff !important;
    border: 1px solid #8d0004;
    text-decoration: none; }

.dt-i-apply-now-wh {
  background: #c00009 url(/~/media/ctu/Images/desktop-menu/i-apply-now-wh.png) no-repeat 10px center !important;
  margin: 30px 0 0 -40px;
  max-width: 270px;
  border-radius: 6px;
  padding: 10px;
  color: #c00009;
  padding: 13px 10px 5px 45px;
  font-size: 11px;
  font-family: "Arial";
  font-weight: bold; }
  .dt-i-apply-now-wh a {
    text-decoration: none !important;
    background: none !important;
    color: #ffffff !important; }
    .dt-i-apply-now-wh a:hover, .dt-i-apply-now-wh a:active {
      text-decoration: none !important;
      background: none !important;
      color: #ffffff !important; }
  .dt-i-apply-now-wh h5 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Trade Gothic Bold";
    font-weight: normal;
    line-height: .6;
    margin-bottom: 0; }

.apply-now-content {
  background: #8d0004;
  list-style-type: none;
  position: absolute;
  z-index: 1002;
  color: #ffffff;
  font-size: 16px;
  display: block;
  font-family: "Trade Gothic Bold";
  font-weight: normal;
  margin-left: 0;
  top: 36px;
  width: 100%; }
  .apply-now-content li {
    color: #ffffff;
    border-bottom: 1px solid #a60106;
    box-shadow: 0 1px 0 #690003;
    margin-bottom: 1px;
    cursor: pointer;
    text-decoration: none;
    width: 100%; }
  .apply-now-content a {
    color: #ffffff;
    float: none;
    padding: 10px; }

.ctu-menu-container > header .apply-now-content a:hover {
  background: #C00009;
  color: #ffffff !important; }

h4.dt-h4-icon {
  padding: 0 0 0 45px;
  margin-left: -45px;
  min-height: 27px; }

.nav-dropdown {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 222px;
  font-family: "Trade Gothic Bold";
  font-weight: normal; }

a.nav-login {
  background: #ffffff;
  font-size: 14px;
  position: absolute;
  z-index: 110;
  color: #000;
  display: block;
  padding: 0 0 0 20px;
  line-height: 25px;
  border-radius: 6px;
  width: 185px;
  text-decoration: none;
  cursor: pointer; }
  a.nav-login .i-arrow-down {
    float: right;
    font-size: 16px;
    margin-right: 7px;
    margin-top: 4px; }
  a.nav-login#pulldown-active {
    background-color: #ffffff !important;
    border-radius: 6px 6px 0 0;
    color: #8d0004 !important; }
  a.nav-login:hover {
    background-color: #ffffff !important;
    color: #8d0004 !important; }

.nav-drop-menus {
  background: #8d0004;
  position: absolute;
  z-index: 120;
  display: none;
  top: 25px;
  border-radius: 0;
  width: 186px; }
  .nav-drop-menus ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    padding: 0; }

.nav-dropdown li a {
  color: #ffffff;
  font-size: 18px;
  display: block;
  font-family: "Trade Gothic Bold";
  font-weight: normal;
  border-bottom: 1px solid #a60106;
  box-shadow: 0 1px 0 #690003;
  margin-bottom: 1px;
  padding: 10px;
  cursor: pointer;
  text-decoration: none; }
  .nav-dropdown li a:hover {
    color: #ffffff;
    background: #C00009 !important;
    text-decoration: none; }
  .nav-dropdown li a:active {
    color: #ffffff !important; }

.ctu-menu > ul > #dt-search-pulldown li.ctu-menu-open a:hover {
  background: none !important;
  text-decoration: none; }

#search_container {
  position: relative;
  overflow: hidden;
  border-radius: 6px; }
  #search_container input[type=button] {
    border: none;
    -webkit-appearance: none;
    background: #ffffff url("/media/default/CTU/sprites/ctu-sprites.png") 0 0 no-repeat;
    background-position: 0 -1555px;
    border-radius: 5px;
    height: 25px;
    width: 26px;
    color: #ffffff;
    position: absolute;
    right: 0;
    z-index: 192;
    cursor: pointer;
    outline: 0;
    top: 0; }
  #search_container input[type=search] {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #5b5b5e;
    height: 28px;
    border-right: none;
    margin: 0;
    width: 205px;
    position: absolute;
    border: 1px solid #ffffff !important;
    z-index: 191;
    right: -205px;
    top: 0;
    -webkit-appearance: none;
    padding: 0 0 0 10px; }
  #search_container -webkit-search-cancel-button {
    display: none !important; }

#login-dtmenu {
  margin-top: 10px;
  padding: 15px;
  text-transform: uppercase;
  font-family: "trade gothic";
  font-size: 16px; }

#hint {
  margin-top: 25px;
  background-color: #c00009; }

.find-program {
  width: 300px;
  margin-left: 10px;
  margin-top: -25px; }

.dt-top-icons {
  float: right !important;
  padding-top: 22px;
  font-family: "Trade Gothic Bold" !important;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase; }

li.apply-current .apply-now-pulldown {
  border-radius: 6px 6px 0 0; }

.dt-logo {
  padding: 15px 0;
  width: 210px; }

.navflex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

a.apply-now-pulldown {
  background: url(/Media/Default/CTU/icons/i-apply-now.png) no-repeat 10px;
  border-radius: 6px;
  padding: 10px;
  color: #c00009;
  padding: 9px 0 9px 50px !important;
  border: 1px solid #c00009;
  z-index: 1040;
  position: relative !important;
  text-decoration: none;
  line-height: 1 !important;
  font-size: 16px; }
  a.apply-now-pulldown:hover, a.apply-now-pulldown:active {
    text-decoration: none;
    background-color: transparent !important;
    background: url(/Media/Default/CTU/icons/i-apply-now.png) no-repeat 10px;
    cursor: pointer;
    color: #c00009; }
    a.apply-now-pulldown:hover > .ctu-icons.i-arrow-down, a.apply-now-pulldown:hover > .ctu-icons.i-arrow-down::before, a.apply-now-pulldown:active > .ctu-icons.i-arrow-down, a.apply-now-pulldown:active > .ctu-icons.i-arrow-down::before {
      color: #8d0004; }
  a.apply-now-pulldown .ctu-icons.i-arrow-down {
    padding-left: 15px;
    padding-right: 10px;
    float: right; }
    a.apply-now-pulldown .ctu-icons.i-arrow-down::before {
      color: #000; }

.apply-current a.apply-now-pulldown {
  color: #8d0004; }
  .apply-current a.apply-now-pulldown > .ctu-icons.i-arrow-down {
    color: #8d0004; }
    .apply-current a.apply-now-pulldown > .ctu-icons.i-arrow-down::before {
      color: #8d0004; }
  .apply-current a.apply-now-pulldown:hover, .apply-current a.apply-now-pulldown:active, .apply-current a.apply-now-pulldown:hover > .ctu-icons.i-arrow-down, .apply-current a.apply-now-pulldown:active > .ctu-icons.i-arrow-down, .apply-current a.apply-now-pulldown:hover > .ctu-icons.i-arrow-down::before, .apply-current a.apply-now-pulldown:active > .ctu-icons.i-arrow-down::before {
    color: #8d0004; }

a {
  color: #c00009; }
  a:hover {
    color: #333; }

#hpAB1 #ctu-menu-hd, #hpAB1 .ctu-mobile-btn {
  display: none; }

.tabz a.btn.print {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: none;
  margin: 0;
  padding-left: 0;
  color: #333;
  background: url("/Media/Default/CTU/sprites/ctu-sprites.png") 0 -1390px no-repeat;
  z-index: 999999; }

.i-menu-gradient {
  width: 100%;
  height: 6px;
  background-position: 0 -77px;
  position: absolute;
  background-repeat: repeat-x;
  left: 0; }

.ctu-menu-container h1, .ctu-menu-container h2, .ctu-menu-container h3, .ctu-menu-container h4, .ctu-menu-container h5 {
  font-weight: 400;
  font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  margin: 0 0 20px;
  color: #272727;
  line-height: 1.1; }

.ctu-menu-container a.nav-login {
  background: #ffffff;
  font-size: 14px;
  position: absolute;
  z-index: 110;
  color: #000;
  display: block;
  padding: 0 0 0 20px;
  line-height: 25px;
  border-radius: 6px;
  width: 185px;
  text-decoration: none;
  cursor: pointer; }

.ctu-menu-container a:hover {
  text-decoration: none;
  color: #ffffff; }

@media (min-width: 802px) {
  .madpow-mobile {
    display: none; } }

@media (max-width: 801px) {
  .madpow-mobile {
    display: block; } }

.eacdisclaimer {
  display: none !important; }

#TranscriptRequestDropdownDisplay {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.reset {
  padding: 0; }

.resp-tab-content {
  padding: 15px 0 0;
  background-color: #f0f0f0;
  float: left;
  width: 100.2%;
  border-top: 1px solid #e5e0d3; }

ul.resp-tabs-list {
  display: table;
  width: 101%;
  float: left;
  border: hidden; }
  ul.resp-tabs-list li a, ul.resp-tabs-list li a:hover, ul.resp-tabs-list li a:focus {
    background-color: #7f7f7f;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 12px 10px;
    margin: 0 5px 0 0;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    height: 43px;
    line-height: 18px;
    border-bottom: none; }
    ul.resp-tabs-list li a:hover, ul.resp-tabs-list li a:hover:hover, ul.resp-tabs-list li a:focus:hover {
      border-color: #7f7f7f;
      background: #7f7f7f; }
  ul.resp-tabs-list li.active a, ul.resp-tabs-list li.active a:hover, ul.resp-tabs-list li.active a:focus {
    background-color: #c00009;
    color: #ffffff;
    margin-bottom: -1px !important;
    border-color: #c00009; }

.resp-tab-item {
  padding: 0;
  min-width: 33%; }

div#tabSectionContent ul {
  list-style: none;
  padding: 0; }

#tabSectionContent h4 {
  font-size: 21px; }

div#multiTabSection-accordion .panel-body h4 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 21px; }

div#multiTabSection-accordion ul {
  padding: 0; }

div#multiTabSection-accordion li:before {
  content: "";
  text-indent: 0px; }

div#multiTabSection-accordion .panel-body {
  padding: 0;
  border: 0; }

@media (max-width: 768px) {
  #multiTabSection-accordion {
    margin-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #c1c1c1; }
    #multiTabSection-accordion .panel-default {
      margin: 0;
      border-bottom: 1px solid #c1c1c1; }
    #multiTabSection-accordion .panel-heading {
      border: 0;
      padding: 7px 0 7px 5px; }
      #multiTabSection-accordion .panel-heading a {
        font-size: 18px;
        letter-spacing: -1px;
        color: #c00005; }
        #multiTabSection-accordion .panel-heading a:after {
          display: block;
          content: "\2796";
          /* Unicode character for "minus" sign (-) */
          font-size: 11px;
          color: #676767;
          float: right;
          margin-right: 7px;
          text-decoration: none; }
      #multiTabSection-accordion .panel-heading a.collapsed {
        color: #272727; }
        #multiTabSection-accordion .panel-heading a.collapsed:after {
          content: '\02795';
          /* Unicode character for "plus" sign (+) */
          font-size: 11px;
          color: #676767; }
    #multiTabSection-accordion ul {
      margin-bottom: 20px;
      padding: 0;
      list-style: none; } }

.admissions-flow-chart {
  padding-top: 40px;
  background: url("/Media/Default/CTU/icons/admission-line-bg.jpg") 53px 140px no-repeat; }
  .admissions-flow-chart .admission-step {
    padding: 100px 0 25px 140px;
    position: relative; }
    .admissions-flow-chart .admission-step .step-header {
      background: #edeae3 url("/Media/Default/CTU/icons/admission-step-header.jpg");
      height: 75px;
      position: absolute;
      padding: 12px 0 0 140px;
      top: 0;
      left: 0;
      right: 0; }
      .admissions-flow-chart .admission-step .step-header h3 {
        font-size: 16px;
        font-family: georgia;
        color: #919191;
        text-transform: uppercase;
        margin-bottom: 0; }
      .admissions-flow-chart .admission-step .step-header h2 {
        color: #333333;
        font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      @media only screen and (max-width: 768px) {
        .admissions-flow-chart .admission-step .step-header h2 {
          margin-bottom: 5px; } }
      .admissions-flow-chart .admission-step .step-header .ui-button {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px;
        font-size: 15px;
        line-height: 23px; }
      .admissions-flow-chart .admission-step .step-header .icon {
        position: absolute;
        width: 122px;
        height: 122px;
        top: -25px;
        left: 0; }
    .admissions-flow-chart .admission-step .links-box {
      border: 1px solid #adadad;
      padding: 20px;
      overflow: hidden;
      zoom: 1; }
      .admissions-flow-chart .admission-step .links-box .offset {
        padding: 0 8px; }
      @media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
        .admissions-flow-chart .admission-step .links-box .offset {
          width: 50%; } }
      .admissions-flow-chart .admission-step .links-box .border-right {
        border-right: 1px solid #000; }
      @media only screen and (max-width: 768px) {
        .admissions-flow-chart .admission-step .links-box .border-right {
          border: none; } }
      .admissions-flow-chart .admission-step .links-box ul {
        float: left;
        margin: 0;
        padding-left: 20px; }
        .admissions-flow-chart .admission-step .links-box ul li {
          list-style: none;
          margin: 18px 0 0; }
          .admissions-flow-chart .admission-step .links-box ul li:first-child {
            margin: 0; }

.admission-step .step-header.step1 .icon {
  background: url("/Media/Default/CTU/icons/admission-icon-step1.png"); }

.admission-step .step-header.step2 .icon {
  background: url("/Media/Default/CTU/icons/admission-icon-step2.png"); }

.admission-step .step-header.step3 .icon {
  background: url("/Media/Default/CTU/icons/admission-icon-step3.png"); }

@media (max-width: 767px) {
  .admissions-flow-chart {
    background: 0 0; }
    .admissions-flow-chart .admission-step {
      padding: 0 0 25px 20px; }
      .admissions-flow-chart .admission-step .step-header {
        padding: 12px 0 10px 20px;
        position: static;
        margin: 0 0 20px -20px;
        height: auto; }
        .admissions-flow-chart .admission-step .step-header .icon {
          display: none; }
  .PromotionBar a.ui-button, .admissions-flow-chart .admission-step .step-header .ui-button, .behind-the-scenes .acc-content, .verticalfilter .inside .togglefields {
    position: static; } }

.admission-action-blocks h4 {
  margin-bottom: 5px;
  margin-top: 10px; }

@media (min-width: 990px) and (max-width: 1199px) {
  ul.resp-tabs-list li a {
    font-size: 14px; }
  .admissions-flow-chart {
    margin-right: -15px; }
    .admissions-flow-chart h2 {
      font-size: 28px; } }

/*Start Date Banner*/
.primary-start-banner {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: -.02em;
  background-color: #c00009;
  border-radius: 5px;
  padding: 1em 15px;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  display: block; }
  @media (max-width: 767px) {
    .primary-start-banner .ribbon-content ul.buttons-wrap li {
      padding-bottom: 6px; } }
  .primary-start-banner .ribbon-content ul.buttons-wrap li:first-child {
    padding-right: 15px; }
  @media (min-width: 1024px) and (max-width: 1280px) {
    .primary-start-banner .ribbon-content ul.buttons-wrap li:first-child {
      padding-right: 0; } }

.primary-start-banner h2, .primary-start-banner h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 60px; }

.primary-start-banner h2 {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 5px;
  padding-top: 5px;
  letter-spacing: 0; }

.primary-start-banner h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: -.02em; }

@media (min-width: 420px) and (max-width: 667px) {
  .primary-start-banner .enroll {
    padding: 0; } }

@media (min-width: 320px) and (max-width: 640px) {
  .primary-start-banner h2 {
    font-size: 26px !important; }
  .primary-start-banner h3 {
    font-size: 18px !important; } }

/*End Start Date Banner*/
.flexslider {
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  width: 100%;
  position: relative;
  clear: both;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
  .flexslider .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .flexslider li {
    display: none; }
    .flexslider li.flex-active-slide {
      display: block; }

#online-degrees {
  display: block; }

.slider-hero-nav,
.slider-home-nav {
  z-index: 99;
  width: 340px;
  position: absolute;
  margin-top: 20px;
  left: 10%; }

.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0; }

.red-opacity {
  top: 0;
  position: absolute;
  height: 100%;
  padding: 0; }
  @media (max-width: 767px) {
    .red-opacity {
      padding-bottom: 35px;
      width: 70%; } }
  .red-opacity:before {
    background-color: #990000;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 450px; }
    @media (max-width: 767px) {
      .red-opacity:before {
        width: auto; } }

.hero-center-text h1,
.hero-left-text h1,
.slider-text h1 {
  font-size: 48pt;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -.02em;
  padding-bottom: 24px; }

.hero-text-white {
  color: #fff !important;
  position: relative; }

.ctu-ft-white-inline img {
  max-height: 36px !important;
  max-width: 272px !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 10px; }

.hero-center-text .slider-button {
  bottom: 15%;
  left: 41%; }

.slider-button {
  background: #c00009;
  font-family: "Trade Gothic Bold";
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .slider-button:hover {
    background-color: #000;
    color: #fff; }
  .slider-button.slider-button-black {
    margin-left: 0;
    background-color: #000;
    color: #fff;
    bottom: 20%; }
    @media (min-width: 420px) and (max-width: 767px) {
      .slider-button.slider-button-black {
        bottom: 14%; } }
    @media (min-width: 960px) and (max-width: 1030px) {
      .slider-button.slider-button-black {
        bottom: 10%; } }
    .slider-button.slider-button-black:hover {
      background-color: #c00009;
      text-decoration: none; }

.hero-center-text .slider-text {
  position: absolute;
  left: 37%;
  top: 53px; }

.slider-text {
  height: 100%;
  display: block;
  margin: 0;
  padding: 53px 20px 0;
  z-index: 10; }
  @media (max-width: 767px) {
    .slider-text {
      padding: 18px 15px 0; } }
  @media (min-width: 960px) and (max-width: 1030px) {
    .slider-text {
      padding: 30px 15px 0; } }
  .slider-text h1,
  .slider-text h2 {
    line-height: 1; }

.row.slider-nav-row,
.row.slider-nav-container {
  width: 100%; }

.hero-center-text h2,
.hero-left-text h2,
.slider-text h2 {
  font-size: 34pt;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -.02em;
  line-height: 1; }

.slider-text h2 {
  font-size: 48px !important;
  font-family: "trade gothic bold"; }

.homepage-flexslider .container.intro-body {
  width: 100%;
  padding: 0; }

section.container-fluid.homepage-flexslider {
  padding: 0; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 5px;
  z-index: 99;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1; }

#online-degrees .flex-control-nav li,
.big-slider .flex-control-nav li {
  margin: 0 5px; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: none;
  box-shadow: none; }

#online-degrees .flex-control-paging li a.flex-active,
#tablet-slider .flex-control-paging li a.flex-active,
.big-slider .flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active {
  background: black !important; }

/*section.container-fluid.homepage-flexslider-grid {
	padding: 0;
}*/
.slider-hero-nav {
  left: 18%; }
  .slider-hero-nav ul {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    list-style: none;
    margin: 0 auto; }
  .slider-hero-nav li {
    font-size: 15px;
    background-color: #fff;
    border-left: 1px solid #bdbec0;
    border-right: 1px solid #bdbec0;
    border-bottom: 1px solid #bdbec0;
    cursor: pointer;
    width: 100%;
    float: left;
    line-height: 43px; }
    .slider-hero-nav li a {
      color: #000000;
      border: none; }
    .slider-hero-nav li:first-child {
      border-radius: 5px 5px 0 0;
      border-top: 1px solid #bdbec0; }
    .slider-hero-nav li:last-child {
      border-radius: 0 0 5px 5px; }
    .slider-hero-nav li:hover, .slider-hero-nav li:hover a, .slider-hero-nav li:hover a:hover {
      background-color: #666;
      color: #fff; }
      .slider-hero-nav li:hover .ctu-icons, .slider-hero-nav li:hover a .ctu-icons, .slider-hero-nav li:hover a:hover .ctu-icons {
        color: #fff; }
    .slider-hero-nav li .ctu-icons {
      color: #c00009;
      width: 52px;
      font-size: 36px;
      margin-top: 10px;
      display: block;
      float: left;
      text-align: center; }
      .slider-hero-nav li .ctu-icons.i-laptop {
        font-size: 36px;
        margin-top: 4px; }
      .slider-hero-nav li .ctu-icons.i-engineering-comp-sci {
        font-size: 35px;
        margin-top: 4px; }
      .slider-hero-nav li .ctu-icons.i-associate {
        font-size: 40px;
        margin-top: 3px; }
      .slider-hero-nav li .ctu-icons.i-bachelors {
        font-size: 40px;
        margin-top: 0; }
      .slider-hero-nav li .ctu-icons.i-masters {
        font-size: 40px;
        margin-top: 2px; }
      .slider-hero-nav li .ctu-icons.i-doctorate {
        font-size: 37px;
        margin-top: 3px; }

#hpAB1 .slider-hero-nav .ctu-icons {
  width: 60px; }

.aurora-slider ul.slides li {
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  opacity: 0;
  display: block;
  z-index: 1; }

#aurora-slider.flexslider {
  display: inline-block; }

#aurora-slider > .flex-control-nav {
  margin-top: -20px !important; }

#aurora-slider .flex-control-paging li a {
  background: #fff; }

@media (max-width: 768px) {
  .ctu-ft-white-inline img {
    margin-left: 0 !important; }
  .slider-text h2 {
    font-size: 32px !important; } }

@media (max-width: 767px) {
  .slider-button-white {
    left: 0 !important; }
  .ctu-ft-white-inline img {
    margin-bottom: 5px;
    margin-left: 0 !important; } }

@media (max-width: 414px) {
  .slider-texth2 {
    font-size: 26px !important; }
  .ctu-ft-white-inline img {
    max-height: 24px !important; } }

.hero-center-text .hero-date-block {
  left: 37%; }

.hero-center-text .hero-text-half h1 {
  font-size: 42pt; }

.hero-center-text h3,
.hero-left-text h3 {
  font-size: 26pt; }

.military-slider-badge .slider-text {
  background: url("/~/media/CTU/Images/military/red-badge-sm.png") no-repeat;
  background-size: cover;
  width: 239px;
  height: 237px; }

.military-center-slider h2 {
  font-size: 33px !important;
  line-height: 30px;
  width: 188px;
  margin-top: 22px; }

.military-center-slider h3 {
  font-size: 24px !important;
  line-height: 19px;
  width: 188px;
  margin-top: 22px;
  margin-bottom: 5px; }
  .military-center-slider h3 span {
    font-size: 16px;
    line-height: 15px; }

.military-center-slider h5 {
  font-size: 15px !important;
  width: auto; }

.hero-disclaimer {
  margin-bottom: 10px; }

.hero-date-block .slider-button {
  left: 0 !important; }

@media only screen and (max-width: 1300px) {
  .hero-left-text .hero-date-block {
    left: 5%; }
  .hero-left-text .slider-button {
    left: 5%; }
  .hero-center-text h3,
  .hero-left-text h3,
  .slider-text h3 {
    font-size: 25pt; } }

@media (max-width: 1024px) {
  .slider-text .i-ccne-seal {
    font-size: 65px;
    line-height: 40px; } }

@media (max-width: 1000px) {
  .hero-center-text .hero-date-block {
    left: 38%; }
  .slider-text h1,
  .hero-left-text h1 .hero-center-text h1 {
    font-size: 36pt; }
  .hero-center-text h2,
  .hero-left-text h2,
  .slider-text h2 {
    font-size: 28pt; }
  .hero-center-text h3,
  .hero-left-text h3,
  .slider-text h3 {
    font-size: 25pt; } }

@media (max-width: 768px) {
  .hero-date-block .slider-button {
    bottom: 0; }
  .flexslider .slider-text img.slider-ft-logo {
    height: 23px !important;
    margin-left: 0 !important;
    max-width: 100% !important; }
  .slider-button.slider-button-military {
    bottom: 27px;
    left: 41.5% !important; }
  #divFilters .show-for-small {
    display: block !important; } }

@media (max-width: 767px) {
  .hero-center-text .hero-date-block,
  .hero-left-text .hero-date-block {
    left: 15px; }
  .slider-button {
    left: 15px;
    font-size: 18px;
    bottom: 15px; }
  .hero-center-text h1,
  .hero-left-text h1,
  .slider-text h1 {
    font-size: 50px;
    margin-bottom: 0; }
  .hero-center-text h2,
  .hero-left-text h2,
  .slider-text h2 {
    font-size: 42px;
    margin-bottom: 0; }
  .hero-center-text h3,
  .hero-left-text h3,
  .slider-text h3 {
    font-size: 28px;
    margin-bottom: 0; }
  .hero-center-text h4,
  .hero-left-text h4,
  .slider-text h4 {
    font-size: 18px;
    padding-right: 0;
    border-right: none; }
  .hero-text-half {
    width: 330px; }
  .hero-text-half h2 {
    margin-bottom: 15px; }
  .hero-text-half h3 {
    font-size: 28px;
    padding-right: 82px; }
  .hero-disclaimer {
    font-size: 18px;
    margin-bottom: 10px; }
  .hero-left-text .slider-text {
    left: 15px;
    padding-right: 10px;
    top: 20px; }
  .hero-date-block .i-clock {
    font-size: 46px;
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-right: 10px; }
  .military-center-slider h2,
  .military-center-slider h3 {
    margin-bottom: 5px; }
  .military-slider-badge .slider-text {
    padding-right: 0; }
  .slider-button.slider-button-military {
    left: 4% !important; }
  .slider-text .i-ccne-seal {
    font-size: 45px;
    line-height: 27px; } }

@media (max-width: 414px) {
  .hero-center-text {
    height: 186px !important; }
  .hero-center-text h1,
  .hero-left-text h1,
  .slider-text h1 {
    font-size: 24pt;
    margin-bottom: 0; }
  .hero-center-text h2,
  .hero-left-text h2,
  .slider-text h2 {
    font-size: 20pt; }
  .hero-center-text h3,
  .hero-left-text h3,
  .slider-text h3 {
    font-size: 17pt; }
  .slider-button {
    width: 60%;
    line-height: 30px; }
  .hero-text-half {
    width: 65%; }
  .hero-center-text .hero-text-half h1 {
    font-size: 36px; }
  .hero-text-half h2 {
    padding-right: 0; }
  .hero-text-half h3 {
    padding-right: 50px;
    font-size: 20px !important; }
  .hero-left-text .slider-text {
    left: 10px; }
  .hero-left-text .hero-date-block {
    left: 10px; }
  .hero-left-text .slider-button {
    left: 10px; }
  .hero-date-block .slider-button {
    bottom: 0 !important;
    width: auto;
    left: 0; }
  .military-slider-badge .slider-text {
    background: none;
    padding-right: 10px; }
  .military-center-slider h2,
  .military-center-slider h3 {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    margin-top: 10px; }
  .military-center-slider h2,
  .military-center-slider h5 {
    color: #000 !important; }
  .military-center-slider h5 {
    font-weight: bold !important;
    letter-spacing: -.02em; }
  .slider-button.slider-button-military {
    left: 5% !important; }
  #hpAB1 .transcript-tests4col p {
    padding-bottom: 0; }
  #hpAB1 .link-m-button {
    margin-top: 10px; } }

@media only screen and (max-width: 360px) {
  .hero-disclaimer {
    font-size: 14px !important; }
  .slider-text .i-ccne-seal {
    font-size: 38px; }
  .military-center-slider h2 {
    font-size: 33px !important;
    line-height: 30px !important; }
  .hero-center-text {
    height: 182px !important; } }

@media only screen and (max-width: 320px) {
  .hero-center-text h1,
  .hero-left-text h1,
  .hero-text-half h1,
  .slider-text h1 {
    font-size: 24px !important;
    margin-bottom: 0; }
  .hero-center-text h2,
  .hero-left-text h2,
  .hero-text-half h2,
  .slider-text h2 {
    font-size: 19px !important; }
  .hero-center-text h3,
  .hero-left-text h3,
  .hero-text-half h3,
  .slider-text h3 {
    font-size: 17px !important; }
  .font-size-48px {
    font-size: 40px;
    line-height: 30px; }
  .font-size-40px {
    font-size: 30px; }
  .hero-date-block .i-clock {
    display: none; }
  .hero-center-text {
    height: 157px !important; } }

@media only screen and (max-width: 736px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .hero-center-text {
    height: 360px !important; } }

@media only screen and (max-width: 667px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .hero-center-text {
    height: 330px !important; } }

@media only screen and (max-width: 640px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .hero-center-text {
    height: 315px !important; } }

@media only screen and (max-width: 568px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .hero-center-text {
    height: 280px !important; } }

@media (max-width: 1715px) {
  .slider-hero-nav {
    left: 17%; } }

@media (max-width: 1575px) {
  .slider-hero-nav {
    left: 5.5%; } }

@media (max-width: 1300px) {
  .slider-hero-nav {
    left: 0; } }

@media (max-width: 1024px) {
  .slider-hero-nav {
    left: 0;
    margin-top: 10px; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .slider-hero-nav li {
    font-size: 13px; }
  .slider-hero-nav {
    width: 292px;
    left: -33px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) and (-webkit-min-device-pixel-ratio: 1) {
  .slider-hero-nav {
    width: 320px;
    left: -45px; } }

@media (max-width: 767px) {
  .slider-hero-nav {
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 0;
    position: relative;
    float: left;
    margin-bottom: 20px; }
  #online-degrees {
    margin-top: -15px !important; }
  .i-ctu-logo-red {
    font-size: 93px;
    line-height: 50px;
    padding-top: 5px;
    display: block; } }

.mfooter {
  display: none; }

.mdesktop ul li h4 a {
  font-size: 18px;
  color: #c00009; }

.mdesktop ul li a {
  font-size: 12px;
  transition: all 0.5s ease-in-out; }

.mdesktop li a {
  color: black; }

.mdesktop {
  padding: 30px 0; }

.studentLoginDropdown {
  padding: 0; }

.ui-footer-desktop ul {
  padding: 0; }

.ui-arrow.up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  margin-top: -2px;
  position: absolute;
  top: 46%;
  right: 10px; }

.mdesktop ul {
  float: left;
  width: 20%;
  margin: 0px 0px 0px; }

.mdesktop ul li {
  line-height: 1em;
  margin-bottom: 6px;
  margin-right: 20px;
  display: list-item;
  list-style: none; }

.mdesktop ul h4 {
  margin-bottom: 10px;
  color: #212121; }

.mdesktop h4 {
  text-transform: uppercase;
  font-size: 18px; }

.mdesktop ul li a {
  text-decoration: none; }

.mdesktop h4 {
  font-family: trade gothic bold; }

.footer-icons li.sociallinks {
  list-style-type: none;
  padding-top: 20px; }

.footer-icons li.sociallinks a {
  margin-right: 0; }

.mdesktop ul li a {
  font-size: 12px;
  transition: all 0.5s ease-in-out; }

.ui-footer-desktop {
  padding-bottom: 25px; }

.ui-footer-desktop .legalcopy {
  background: url(/Media/Default/CTU/sprites/ctu-sprites.png) no-repeat;
  height: 77px;
  background-position: 0 0;
  margin-top: 20px; }

.footer-legal {
  display: inline-block;
  margin-top: 20px; }
  .footer-legal .i-50years {
    display: inline-block;
    float: left; }
  .footer-legal p {
    display: inline-block;
    float: left;
    width: calc(100% - 77px);
    padding-left: 20px;
    font-size: 11px;
    text-align: justify; }

.footer-legal-links {
  float: left;
  font-size: 11px;
  padding-left: 98px; }

.footer-legal-links a {
  margin-right: 20px; }

.footer-icons li.sociallinks {
  list-style-type: none;
  padding-top: 20px; }

.footermenu li {
  font-size: 20px; }

.footermenu > li {
  width: 33.1%;
  text-align: center; }

.footermenu > li ul, .footermenu > li > a {
  margin: 0 -15px; }

.footernavigation {
  padding-top: 30px; }

.footernavigation ul {
  width: 16.66667%;
  margin: 0; }

.footernavigation ul li {
  list-style: none;
  line-height: 1em;
  margin-bottom: 6px;
  width: auto !important;
  float: none !important; }

.footernavigation ul li a {
  transition: all .5s ease-in-out;
  font-size: 12px; }

.footernavigation ul li a:hover {
  text-decoration: underline; }

.footernavigation ul h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #212121; }

.footersocial {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  margin: 30px 0 20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.simpleMenu {
  margin: 20px 0; }

.simpleMenu.tradeBold li a {
  font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px; }
  @media (min-width: 768px) and (max-width: 801px) {
    .simpleMenu.tradeBold li a {
      font-size: 14px; } }

.simpleMenu a, .simpleMenu li {
  transition: all .5s ease-in-out; }

.simpleMenu li {
  list-style: none;
  position: relative; }

.simpleMenu li > a {
  display: inline-block;
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0 -15px;
  width: 111%; }

.simpleMenu li ul {
  display: none;
  position: absolute;
  margin: 0 0 0 -15px;
  z-index: 998;
  background: #fff;
  border-top: 1px solid #cacaca; }

.simpleMenu li ul li {
  background: #e1e1e1; }

.simpleMenu li ul li a {
  background: 0 0;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cacaca;
  margin: 0;
  width: auto;
  font-size: 18px;
  color: #797979 !important; }

.simpleMenu li ul li:hover {
  background: #d4d4d4;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5); }

.simpleMenu li ul li:hover a {
  color: #c00009 !important; }

.simpleMenu li.active > a {
  background: #dcdcdc; }

.simpleMenu li.active:hover ul {
  animation: fadein2 none;
  -moz-animation: fadein2 none;
  -webkit-animation: fadein2 none;
  -o-animation: fadein2 none; }

.simpleMenu li.active ul {
  display: block; }

.simpleMenu.horiz li {
  position: relative; }

.simpleMenu.horiz li ul {
  width: 100%;
  background: #fff; }

.simpleMenu.horiz li ul li a {
  padding: 5px; }

/*Desktop Footer */
.mdesktop ul {
  float: left;
  width: 20%;
  margin: 0px 0px 0px; }

.mdesktop ul li {
  line-height: 1em;
  margin-bottom: 6px;
  margin-right: 20px;
  display: list-item;
  list-style: none; }

.mdesktop ul li a {
  font-size: 12px;
  transition: all 0.5s ease-in-out; }

.mdesktop li a {
  color: black; }

.mdesktop ul h4 {
  margin-bottom: 10px;
  color: #212121; }

.mdesktop h4 {
  text-transform: uppercase;
  font-size: 18px; }

.mdesktop ul li h4 a {
  font-size: 18px;
  color: #c00009; }

.mdesktop ul h4 {
  margin-bottom: 10px;
  color: #212121; }

.mdesktop h4 {
  text-transform: uppercase;
  font-size: 18px; }

.simpleMenu li > a {
  display: inline-block;
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0 -15px;
  width: 111%; }

.simpleMenu.horiz li {
  position: relative; }

.ui-arrow.down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  margin-top: -2px;
  position: absolute;
  top: 46%;
  right: 10px; }

.simpleMenu li > a {
  display: inline-block;
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0 -15px;
  width: 111%; }

span.ctu-sprites.i-50years {
  width: 77px;
  height: 77px;
  background-position: 0 0; }

.footer-legal-links a {
  color: #c00009; }

.footer-legal a {
  color: #c00009; }

.footer-legal a:hover, .footer-legal-links a:hover {
  color: #333;
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .footer-legal p {
    width: 88%;
    margin-bottom: 5px; }
  .footer-icons li.sociallinks a {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left; } }

@media (max-width: 767px) {
  .ui-footer-desktop {
    display: none; }
  .mfooter {
    display: block; } }

.page-title {
  color: #232323;
  font-weight: 400;
  font-size: 32px;
  font-family: 'Trade Gothic Bold';
  margin: 10px;
  padding-left: 5px; }

.adobe {
  padding: 0 15px;
  position: relative;
  margin-bottom: 60px; }
  .adobe #queryHead {
    font-size: 16px;
    border-bottom: 3px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 17px; }
  .adobe #rslt-listing {
    list-style: none;
    margin: 0;
    padding: 0; }
    .adobe #rslt-listing li {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 6px; }
      .adobe #rslt-listing li h3 {
        margin: 0 0 1px;
        font-weight: 700; }
      .adobe #rslt-listing li a {
        font-size: 12px;
        font-family: Arial,sans-serif; }
    .adobe #rslt-listing p {
      font-size: 12px;
      margin-bottom: 10px;
      display: block; }

.padding-left-15 {
  padding-left: 15px; }

.pager li > a {
  margin-bottom: 10px; }

.admissions-accordion {
  margin-bottom: 0;
  /*  Duplicate CSS is Duplicate - Keeping in case this is a nesting mistake
        @media screen and (max-width: 414px){
        .off-canvas-fixed-menu{
            background: url('/Media/Default/CTU/icons/off-canvas-hamburger.png') no-repeat 20px 9px;
	        height: 30px;
	        width: 50px;
            opacity: 0.5;
            float: right;
            position: fixed;
            top: 21%;
            right: 2%;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            z-index: 1004;
          }
        .panel-default{
              border-left-color: #f8f8f8;
              border-top-color: #f8f8f8;
          }
    }*/
  /*.accordion .main-menu .collapse .in{
        display: block;
        right: 0px;
        top: 195px;
        position: fixed;
        width: 89%;
        left: 50px;
    }

    .accordion .sub-menu .collapse .in{
        display: block;
        right: 0px;
        position: fixed;
        width: 89%;
        left: 50px;
    }*/ }
  .admissions-accordion.accordion ul {
    background: #f8f8f8;
    border-top: 0px solid #dddddd; }
  .admissions-accordion.accordion a {
    text-decoration: none;
    color: #000; }
    .admissions-accordion.accordion a.active {
      color: #c00005; }
    .admissions-accordion.accordion a[aria-expanded=true] {
      color: #c00005; }
  .admissions-accordion.accordion .panel {
    margin: 0px;
    border-radius: 0px; }
    .admissions-accordion.accordion .panel .panel-group {
      margin-bottom: 0; }
    .admissions-accordion.accordion .panel .panel-heading {
      padding: 8px 0 8px 10px;
      line-height: 19px;
      border-top: none; }
      .admissions-accordion.accordion .panel .panel-heading .panel-title {
        font-family: Arial, sans-serif;
        font-weight: bold;
        width: 100%; }
        .admissions-accordion.accordion .panel .panel-heading .panel-title > a {
          display: block;
          font-size: 16px;
          font-weight: bold; }
          .admissions-accordion.accordion .panel .panel-heading .panel-title > a:after {
            display: block;
            content: "\2796";
            /*Unicode character for "minus" sign (-)*/
            font-size: 11px;
            font-weight: bold;
            color: #000;
            float: right;
            margin-right: 15px;
            text-decoration: none; }
          .admissions-accordion.accordion .panel .panel-heading .panel-title > a.collapsed:after {
            content: '\02795';
            /* Unicode character for "plus" sign (+) */
            font-size: 11px;
            color: #000; }
    .admissions-accordion.accordion .panel .panel-collapse .panel-body {
      padding: 0px;
      border-top: 0px solid #dddddd; }
      .admissions-accordion.accordion .panel .panel-collapse .panel-body ul {
        padding-left: 15px;
        list-style-type: none;
        margin: 0px; }
        .admissions-accordion.accordion .panel .panel-collapse .panel-body ul li > a {
          display: block;
          font-size: 16px;
          line-height: 19px;
          padding-top: 5px;
          padding-bottom: 5px; }
          .admissions-accordion.accordion .panel .panel-collapse .panel-body ul li > a:before {
            content: "- ";
            margin-left: -5px; }
          .admissions-accordion.accordion .panel .panel-collapse .panel-body ul li > a[aria-expanded=true]:before {
            color: #c00005; }
  .admissions-accordion.accordion.panel-group .panel-heading + .panel-collapse > .list-group, .admissions-accordion.accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #dddddd; }
  .admissions-accordion .off-canvas-x {
    background: url("/Media/Default/CTU/icons/off-canvas-x.png") no-repeat center;
    height: 30px;
    width: 30px;
    margin-left: 14px;
    opacity: 1;
    float: right;
    position: fixed;
    box-sizing: border-box;
    margin: 0;
    left: 21px;
    background-color: #f8f8f8;
    z-index: 1004; }
  .admissions-accordion .accordion-fixed {
    position: fixed;
    width: 88%;
    z-index: 1005;
    left: 50px; }
  .admissions-accordion #grey-menu.stick {
    position: fixed;
    top: 65px;
    z-index: 10000;
    left: 84%; }
  .admissions-accordion .dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: 900;
    background-color: #000;
    opacity: 0.25;
    overflow: overlay;
    transition: width 3s; }
  @media screen and (max-width: 414px) {
    .admissions-accordion .flashOn {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 150%;
      z-index: 1050;
      background-color: #A9DDF1;
      opacity: 0.5;
      overflow: overlay; }
    .admissions-accordion .flashOff {
      display: none;
      visibility: hidden; } }
  .admissions-accordion .scroll-lock {
    height: 100% !important;
    width: 100%;
    position: fixed;
    overflow: hidden; }
  .admissions-accordion.panel-group .accordion .collapse {
    z-index: 0; }
  .admissions-accordion a.acc-nav-icon:after {
    display: none; }
  .admissions-accordion#accordion .panel-title > a.acc-tier2 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
    line-height: 19px; }
    .admissions-accordion#accordion .panel-title > a.acc-tier2:after {
      display: none; }
  .admissions-accordion.panel-group a.acc-tier2.collapsed .acc-nav-icon {
    display: block;
    background: url("/Media/Default/CTU/icons/arrow-right.png") no-repeat 0px center;
    width: 10px;
    height: 10px;
    margin-top: -15px; }
  .admissions-accordion.panel-group a.acc-tier2 .acc-nav-icon {
    display: block;
    background: url("/Media/Default/CTU/icons/arrow-down.png") no-repeat 0px center;
    width: 10px;
    height: 10px;
    margin-top: -15px; }
  @media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
    .admissions-accordion#accordion .col-xs-12 .col-sm-4 {
      width: 33.3% !important; } }
  @media screen and (max-width: 1023px) {
    .admissions-accordion#accordion .col-xs-12 .col-sm-4 {
      float: left;
      margin-top: 10px;
      width: 100%; } }
  .admissions-accordion .panel + .panel {
    margin-top: 0; }
  .admissions-accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none; }
  .admissions-accordion .panel-default {
    border-bottom: none; }
    .admissions-accordion .panel-default:last-child {
      border-bottom: 1px solid #ddd; }
  .admissions-accordion#accordion .panel-title a.acc-tier2 {
    margin-left: -3px; }
    .admissions-accordion#accordion .panel-title a.acc-tier2 .acc-nav-icon {
      margin-left: -12px; }

@media screen and (min-width: 440px) {
  #accordion {
    display: block;
    padding-bottom: 5px;
    height: auto !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  #accordion {
    display: block;
    padding-bottom: 5px; } }

@media only screen and (min-width: 420px) and (max-width: 767px) {
  .admissions-accordion {
    margin-left: -15px;
    margin-right: -15px; } }

@media screen and (max-width: 414px) {
  .off-canvas-fixed-menu {
    background: url("/Media/Default/CTU/icons/off-canvas-hamburger.png") no-repeat 20px 9px;
    height: 30px;
    width: 50px;
    opacity: 0.5;
    float: right;
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 0px;
    z-index: 1004; }
  .panel-default {
    border-left-color: #f8f8f8;
    border-top-color: #f8f8f8; } }

.off-canvas-x {
  background: url("/Media/Default/CTU/icons/off-canvas-x.png") no-repeat center;
  height: 30px;
  width: 30px;
  margin-left: 14px;
  opacity: 1;
  float: right;
  position: fixed;
  box-sizing: border-box;
  margin: 0;
  padding: 10;
  left: 21px;
  background-color: #f8f8f8;
  z-index: 1004; }

.accordion-fixed {
  position: fixed;
  width: 88%;
  z-index: 1005;
  left: 50px; }

#grey-menu.stick {
  position: fixed;
  top: 75px;
  z-index: 10000;
  left: 84%; }

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 900;
  background-color: #000;
  opacity: 0.25;
  overflow: overlay;
  transition: width 3s; }

.scroll-lock {
  height: 100% !important;
  width: 100%;
  position: fixed;
  overflow: hidden; }

.notActive {
  padding-left: 20px; }
  .notActive:hover {
    cursor: pointer; }
  .notActive:before {
    content: "" !important; }

/*
	Variables for color, text and other re-usable bits 
*/
/****************************************
	Colors
*/
/****************************************
	Fonts
*/
#calc-main-section {
  overflow: auto;
  padding: 0 1em;
  padding-bottom: 0px; }

#calc-totals-section {
  position: fixed;
  bottom: 0;
  clear: both;
  width: 100%;
  left: 0px;
  z-index: 99999; }

#calc-totals {
  background-color: #c00009;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.row-eq-height {
  /* Safari */
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  #calc-totals .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 5px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px; } }

#calc-totals .columns {
  padding: 0 !important; }

#calc-totals h3 {
  color: #eceaea;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  padding-top: 5px; }

#calc-totals h3 sup {
  font-size: smaller; }

#calc-totals h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 990px) {
    #calc-totals h2 {
      font-size: 38px; } }

.row:before, .row:after {
  content: " ";
  display: table; }

.mil-step, .calc-step {
  position: relative;
  background-color: #c00009;
  display: block;
  float: left;
  width: 13.5%;
  border-radius: 20px; }

.calc-steps-mobile {
  display: none; }

.mil-steps-desktop, .calc-steps-desktop {
  float: left;
  background-color: #f1f1f1;
  margin-bottom: 21px;
  width: 100%;
  border-radius: 20px; }

.mil-steps-desktop h2.mil-step-num, .calc-steps-desktop h2.calc-step-num {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  padding: 0;
  line-height: 74px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%); }

.calc-steps-desktop h2.calc-step-num {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px; }

.mil-step-desc, .calc-step-desc {
  background: url("/Media/Default/CTU/icons/mil-step-arrow.png") no-repeat left;
  width: 83.5%;
  float: left;
  padding: 20px 0 0 2.2em; }

.calc-step-desc {
  padding-bottom: 20px;
  width: 84%;
  display: block; }

.mil-step-desc h4, .calc-step-desc h4 {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0; }

.calc-step-desc h4 {
  font-family: "Trade Gothic Bold";
  margin-bottom: 10px;
  font-weight: normal; }

.calc-steps-desktop .calc-lead-form input[type="text"], .calc-steps-desktop .calc-lead-form input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 10px !important;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 15px; }

#financial-calculator .row .row {
  margin: 0 -1rem; }
  #financial-calculator .row .row .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
  #financial-calculator .row .row .row .row .col {
    padding: 0 0.5rem;
    height: auto; }

.calc-lead-form {
  height: auto; }

.calc-lead-form label {
  margin-bottom: 0;
  font-family: "Trade Gothic Bold";
  font-weight: normal;
  font-size: 15px;
  color: #000;
  height: 100%;
  line-height: 1.5;
  width: 100%; }

.name-field {
  height: 100%; }

.calc-lead-form input[type="text"],
.calc-lead-form input[type="date"],
.calc-lead-form input[type="datetime"],
.calc-lead-form input[type="datetime-local"],
.calc-lead-form input[type="month"],
.calc-lead-form input[type="week"],
.calc-lead-form input[type="email"],
.calc-lead-form input[type="number"],
.calc-lead-form input[type="search"],
.calc-lead-form input[type="tel"],
.calc-lead-form input[type="time"],
.calc-lead-form input[type="url"],
.calc-lead-form input[type="color"],
.calc-lead-form textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 15px;
  margin: 0 0 10px 0 !important;
  padding: 0.5rem;
  height: 33.125px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear; }

@media (min-width: 768px) {
  .subButtons {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  #step3CourseLoad .ui-calc-button {
    width: 100%; }
  .row-eq-height {
    display: inherit; } }

@media only screen and (min-width: 768px) and (max-width: 968px) {
  #step3CourseLoad .ui-calc-button {
    width: 300px; } }

.subButtons {
  clear: both;
  font-family: "Trade Gothic Bold";
  font-weight: normal; }

.calc-steps-desktop .ui-red-button {
  border: none;
  margin-bottom: 0;
  margin-right: 10px; }

.calc-steps-desktop .ui-white-button {
  margin-right: 10px;
  border-radius: 5px !important;
  margin-bottom: 15px;
  outline: none;
  cursor: pointer; }

.ui-white-button {
  background: #fff;
  color: #c00009;
  border: 1px solid #c00009;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  font-family: "Trade Gothic Bold";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal !important; }

.ui-red-button {
  background: #c00009;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold";
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px; }

.calc-steps-desktop .ui-calc-button {
  margin-right: 10px;
  border-radius: 5px !important;
  margin-bottom: 15px;
  outline: none;
  cursor: pointer; }

.ui-calc-button {
  background: #fff;
  color: #c00009;
  border: 1px solid #c00009;
  padding: 0 20px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold";
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px; }

.calc-steps-desktop .ui-calc-button.selected {
  background-color: #0e6291;
  color: #fff;
  border: none; }

.calc-steps-desktop .ui-calc-button.disabled {
  background-color: #999;
  color: #fff;
  border: none;
  cursor: not-allowed;
  pointer-events: none; }

.calc-step-desc p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px; }

#step4_main .inputChoice {
  width: 250px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  box-sizing: border-box;
  transition: all 0.15s linear; }

@media only screen and (max-device-width: 767px) {
  #step4_main .inputChoice {
    width: 95%; } }

.alert-box.warning, #financial-calculator small.error, #financial-calculator .error small.error {
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
  background-color: #F08A24;
  border-color: #de770f;
  border-width: 1px;
  border-radius: 0;
  padding: 14px;
  color: #fff;
  background: #ed9c55;
  background: linear-gradient(to bottom, #ed9c55 1%, #ed7607 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9c55', endColorstr='#ed7607',GradientType=0 ); }

.alert-box .close {
  font-size: 30px;
  opacity: 1;
  background: none;
  margin-top: -6px;
  padding: 0 6px 4px;
  line-height: .9;
  right: 0.25rem;
  color: #333; }

@media only screen and (max-width: 767px) and (max-device-aspect-ratio: 1 / 1) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .alert-box span {
    display: inline-block;
    width: 85%; }
  .alert-box .close {
    margin-top: 0; } }

.calc-lead-form .alert-box {
  margin-top: -11px;
  padding-top: 5px;
  padding-bottom: 5px; }

.calc-step-desc fieldset.degree-pulldown {
  margin-left: 0;
  padding: 0 10px 15px 0;
  min-width: 135px;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block; }

fieldset.degree-pulldown select {
  width: 100%;
  height: 44px;
  margin: 0 0 1rem 0;
  outline: 0;
  padding-left: 10px;
  padding-right: 2em;
  border-radius: 6px;
  border-color: #c00009;
  text-transform: uppercase;
  font-family: "Trade Gothic Bold";
  font-size: 15px !important;
  cursor: pointer;
  color: #c00009;
  font-weight: normal;
  background: url("/Media/Default/CTU/icons/i-down-arrow-bl.png") no-repeat 95% center #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  fieldset.degree-pulldown select::-ms-expand {
    display: none; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (max-device-aspect-ratio: 1 / 1) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  fieldset.degree-pulldown select {
    width: 270px; } }

#step-final h2.calc-step-num {
  width: auto;
  height: auto;
  border-radius: 6px;
  font-size: 26px;
  background-color: transparent;
  color: #fff; }

.conclusion-well {
  font-family: "Trade Gothic Bold";
  font-weight: 600; }

.conclusion-well h4 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 5px; }

.conclusion-well h5 {
  font-size: 18px;
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .yourTuition h5 {
    display: block;
    height: 35px; } }

@media (min-width: 480px) and (max-width: 1023px) {
  .yourTuition h5 {
    height: 55px; } }

.conclusion-well span {
  color: #c00009;
  font-size: 20px; }

#next-steps h2.calc-step-num {
  width: auto;
  height: auto;
  border-radius: 6px;
  font-size: 26px;
  background-color: transparent;
  color: #fff; }

#next-steps a h3.calc-next-steps, #next-steps h3.calc-next-steps {
  margin-bottom: 0;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none; }
  #next-steps a h3.calc-next-steps:hover, #next-steps h3.calc-next-steps:hover {
    color: #c00009 !important; }

#next-steps a p.calc-next-steps, #next-steps p.calc-next-steps {
  text-decoration: none;
  color: #333;
  font-size: 14px; }
  #next-steps a p.calc-next-steps:hover, #next-steps p.calc-next-steps:hover {
    color: #c00009 !important; }

#next-steps .col {
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
  position: relative;
  padding-left: .5em;
  padding-right: .5em; }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  #next-steps .col {
    width: 33.33333%; } }

.calc-steps-desktop#next-steps .calc-step-desc {
  /* Safari */
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  .calc-steps-desktop#next-steps .calc-step-desc {
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.calc-lead-form-static .lead-field {
  margin-bottom: 10px; }

.alert.alert-box.warning {
  display: none; }

.alert-box.warning.field-validation-valid {
  display: none; }

.alert-box.warning.field-validation-error {
  display: block; }

.subFooter {
  font-size: 12px;
  font-style: italic;
  padding-bottom: 10px;
  line-height: 1.5; }
  .subFooter p {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 0; }

.subButtons, .subFooter {
  width: 100%;
  float: left; }

#financial-calculator .disclaimer p {
  font-size: 12px;
  font-style: italic;
  color: #222; }

.calculator-footer .disclaimer p {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #000; }

@media only screen and (max-width: 767px) {
  .calc-steps-desktop {
    background-color: #ffffff;
    margin-bottom: 5px; }
  #calc-totals {
    background-color: #ffffff !important; }
    #calc-totals h3 {
      font-size: 18px !important;
      color: #000 !important; }
    #calc-totals h2 {
      font-size: 28px !important;
      color: #c00009 !important; }
  .calc-step {
    width: 100%;
    height: inherit !important;
    border-radius: 10px;
    float: none;
    margin-top: 3px; }
  .calc-step-num {
    display: none; }
  .calc-steps-mobile {
    display: block; }
  .calc-step-desc {
    height: auto;
    width: 100%;
    padding: 20px 10px 10px;
    background: #f1f1f1;
    margin-top: -10px;
    z-index: 1;
    position: relative;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px; }
  .calc-steps-desktop .ui-white-button {
    margin-bottom: 10px;
    margin-right: 5px; }
  .calc-step-desc fieldset.degree-pulldown {
    width: 100%; } }

@media only screen and (max-width: 767px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .ui-white-button {
    padding: 0 10px !important; }
  .mediaNxt {
    -ms-flex-direction: column;
        flex-direction: column; } }

.calc-steps-mobile .accordion-toggle {
  background: url(all.css) #c00009 no-repeat 95%;
  border-radius: 10px 10px 0 0;
  margin-bottom: 6px;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: auto; }
  .calc-steps-mobile .accordion-toggle a {
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    text-decoration: none; }

@media only screen and (max-width: 968px) {
  #calc-totals h3 {
    font-size: 22px; } }

.calc-date-m {
  display: none; }

@media only screen and (max-width: 667px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .calc-date-d {
    display: none; }
  .calc-date-m {
    display: block; }
  #lblEstimatedDateSticky {
    display: none; } }

.mil-steps-mobile {
  display: none; }

@media only screen and (max-width: 767px) {
  .mil-step {
    height: inherit !important;
    border-radius: 10px 10px 0 0;
    float: none;
    margin-top: 3px; }
  .mil-steps-mobile {
    display: block; }
  .mil-steps-mobile .mil-accordion-toggle {
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    margin-bottom: 6px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: auto; }
  .mil-step-desc {
    height: auto;
    width: 100%;
    padding: 20px 10px 10px;
    background: #f1f1f1;
    z-index: 1;
    position: relative;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px; }
  .mil-step, .mil-step-desc fieldset.degree-pulldown {
    width: 100%; } }

.detail-degree-page {
  /* Should not need this anymore - AS
	.degree-top-text {
		padding: 0;
	}

		.p1 {
		.col-xs-12 {
			padding: 0;
		}
	}

	.p2 {
		.col-xs-12 {
			padding: 0;

			.tile-wrap {
				float: left;
			}
		}
	}

	.p3 {
		.col-xs-12 {
			padding: 0;
		}

		.col-lg-3 {
			padding: 0;
		}
	}*/ }
  .detail-degree-page .icon-dd-badges {
    list-style-type: none;
    padding: 0; }
    .detail-degree-page .icon-dd-badges li a img {
      padding: 0; }
  .detail-degree-page .program-detail-tabs {
    width: 100%;
    padding: 0;
    margin-right: 0; }
    .detail-degree-page .program-detail-tabs .tab-content {
      width: 100%;
      padding-right: 0;
      list-style: none;
      margin: 65px 0 24px 0;
      padding-left: 0; }
      .detail-degree-page .program-detail-tabs .tab-content .tab-pane li {
        list-style-type: disc; }

.summary-tile-wrap .tile h4 {
  font-size: 16px;
  font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 5px; }

.summary-tile-wrap .tile .callout {
  color: #c00009;
  font-family: 'Trade Gothic Bold';
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.02em; }
  @media (min-width: 992px) {
    .summary-tile-wrap .tile .callout {
      line-height: 40px; } }

.summary-tile-wrap .tile .prog-avl ul {
  padding: 0;
  margin: 0; }
  .summary-tile-wrap .tile .prog-avl ul li {
    list-style: none;
    padding: 0;
    margin: 0; }

.asterisk p {
  font-size: 11px;
  line-height: 15px;
  color: #333333; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .summary-tile-wrap .classes-start-date select {
    width: 182px !important; }
  .summary-tile-wrap .col-xs-6 {
    padding-right: 0;
    padding-left: 55px; }
  .summary-tile-wrap .tile {
    padding-top: 0; } }

@media only screen and (max-width: 768px) {
  .redform .form .btn.ui-button {
    width: 75%;
    padding: 0 15px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .summary-tile-wrap .col-xs-6 {
    padding-left: 50px; } }

@media only screen and (max-device-width: 767px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .summary-tile-wrap .classes-start-date select {
    width: 90% !important; } }

.degree-tab-content .ui-button {
  margin-bottom: 17px; }

/*
	Variables for color, text and other re-usable bits 
*/
/****************************************
	Colors
*/
/****************************************
	Fonts
*/
.programDisclosures {
  padding-top: 20px; }
  .programDisclosures p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #333333; }
  .programDisclosures .fontFix {
    margin-top: 0;
    font-size: inherit; }
  .programDisclosures .program-disclosures-heading {
    letter-spacing: -1px;
    font-size: 30px;
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 15px;
    color: #333; }
  .programDisclosures .location-select,
  .programDisclosures .disclosure-select {
    background-color: #0e6291;
    border-radius: 5px;
    margin-bottom: 1.25em;
    padding: 10px 10px 5px 15px; }
    .programDisclosures .location-select .labelTitle,
    .programDisclosures .disclosure-select .labelTitle {
      color: #fff !important;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px; }
    .programDisclosures .location-select .label,
    .programDisclosures .disclosure-select .label {
      display: inline;
      padding: 0;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      color: #fff;
      text-align: left;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 5px; }
    .programDisclosures .location-select .lblSelect,
    .programDisclosures .disclosure-select .lblSelect {
      width: 70%; }
    .programDisclosures .location-select select,
    .programDisclosures .disclosure-select select {
      display: block;
      width: 100%;
      border: 1px solid #ccc;
      margin: 5px 0 16px 0;
      padding: 10px;
      border-radius: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
      background-position: 100% center;
      background-color: #fafafa;
      background-repeat: no-repeat;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: rgba(0, 0, 0, 0.75);
      line-height: normal;
      cursor: pointer;
      -webkit-appearance: none !important;
      -moz-appearance: none; }
      .programDisclosures .location-select select::-ms-expand,
      .programDisclosures .disclosure-select select::-ms-expand {
        display: none; }
  .programDisclosures .disclosure-body-employ .location-content-title {
    margin: 15px 0;
    padding: .5em 0 0 0;
    font-weight: bold;
    line-height: 29px; }
    .programDisclosures .disclosure-body-employ .location-content-title span {
      font-family: "Trade Gothic", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-style: italic;
      font-weight: normal; }
  .programDisclosures .disclosure-body-employ .employment-rates {
    background-color: #ededed;
    border: 2px solid #dedadb;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    margin-top: .5em;
    padding: 7px; }
    .programDisclosures .disclosure-body-employ .employment-rates h3 {
      margin-top: 2px;
      margin-bottom: 4px;
      border-bottom: 3px double #dedadb;
      font-size: 16px;
      font-weight: bold; }
    .programDisclosures .disclosure-body-employ .employment-rates .select-string {
      line-height: normal;
      font-size: 11px;
      margin: 10px 0; }
  .programDisclosures .disclosure-body-employ .agency-stats {
    display: none;
    padding: 0; }
  .programDisclosures .disclosure-body-employ .agency-stats p {
    color: #626262; }
  .programDisclosures .disclosure-body-employ .selectTitle {
    font-style: italic;
    font-family: "Trade Gothic", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .programDisclosures .disclosure-body-grad {
    background-color: #ededed;
    border: 2px solid #dedadb;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    margin-top: .5em; }
    .programDisclosures .disclosure-body-grad .graduation-rate h3 {
      margin: 2px 7px 4px 0;
      padding-left: 7px;
      border-bottom: 3px double #dedadb;
      font-size: 16px;
      font-weight: bold; }
    .programDisclosures .disclosure-body-grad .graduation-rate p {
      padding-left: 7px;
      padding-right: 7px;
      font-size: 11px;
      line-height: normal;
      color: #626262; }
    .programDisclosures .disclosure-body-grad .graduation-rate .select-string {
      padding-left: 7px;
      line-height: normal;
      font-size: 11px;
      margin: 10px 0; }
  .programDisclosures .graduation-percent {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #333333; }
  .programDisclosures .disclosure-select {
    margin: 0 0 2em 0; }
    .programDisclosures .disclosure-select .disclosures-instructions {
      display: block;
      text-align: left;
      font-weight: bold;
      color: #fff;
      line-height: 21px;
      font-size: 14px; }
  .programDisclosures h3.title-discl {
    font-weight: 400;
    font-family: "Trade Gothic Bold";
    margin-bottom: 5px;
    color: #272727;
    line-height: 1.1;
    font-size: 18px; }
  .programDisclosures .learnMore-bar {
    width: 100%;
    padding: 3px 4px;
    background-color: #bfbdbe;
    border-radius: 0 0 5px 5px; }
  .programDisclosures .learnMore {
    padding-left: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
    outline: 0; }
  .programDisclosures #campusGradRatePercent {
    float: right;
    width: 100px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: #000; }
  .programDisclosures .g-e-disclosures-wrap {
    position: relative;
    float: right;
    padding: .5em 0; }
  .programDisclosures .agencyListing {
    margin-bottom: 10px; }
  .programDisclosures .agency-title h5 {
    margin: 0;
    font-size: 12px; }
  .programDisclosures .boldTitle {
    font-weight: bold;
    color: #626262; }
  .programDisclosures .date-period {
    padding-top: 10px;
    padding-left: 5px; }
  .programDisclosures .agency-right {
    width: 100%; }
  .programDisclosures .agency-right h5 {
    margin-bottom: 5px;
    font-size: 12px;
    border-bottom: 3px double #dedadb; }
  .programDisclosures .agency-rate-num {
    margin-left: 10px;
    font-weight: bold;
    font-size: 11px;
    color: #626262; }
  .programDisclosures .agency-rate-num span {
    float: right;
    color: #333333; }
  .programDisclosures .missingValue {
    color: #757575 !important; }
  .programDisclosures .prog-rate-disclaimer {
    font-size: 16px;
    color: #333333;
    line-height: 24px; }
  .programDisclosures .agency-learn-more {
    float: right; }
    .programDisclosures .agency-learn-more a {
      padding-right: 15px;
      background: none;
      font-weight: bold;
      color: #c00009;
      text-transform: uppercase;
      outline: 0; }
      .programDisclosures .agency-learn-more a:hover {
        color: #333; }
  .programDisclosures .agencyBottomBar {
    width: 48%;
    height: 4px;
    margin: 0 26%;
    border-bottom: 3px double #dedadb;
    font-size: 4px;
    overflow: hidden; }
  .programDisclosures .modal-body p {
    font-size: 14px !important;
    color: #222 !important;
    line-height: 1.4em !important; }

.student-disclosures ol {
  margin-left: 22.4px;
  padding: 0; }

.student-disclosures ul {
  margin-left: 17.6px;
  padding: 0; }

.disclosures-wrap {
  position: relative;
  margin: 1em auto;
  padding: 0 10px; }
  .disclosures-wrap h5 {
    margin-bottom: 5px; }
  .disclosures-wrap .student-disclosures-heading {
    font-weight: 400;
    font-family: "Trade Gothic Bold";
    margin-bottom: 5px;
    color: #272727;
    line-height: 1.1;
    font-size: 18px; }
  .disclosures-wrap .disclosure-select {
    margin: 0 0 2em 0;
    padding-bottom: 10px;
    background-color: #0e6291;
    -khtml-border-radius: 10px;
    border-radius: 10px; }
    .disclosures-wrap .disclosure-select select {
      display: block;
      background-color: #fafafa;
      background-position: 100%;
      border-style: solid;
      border-width: 1px;
      border-color: #cccccc;
      padding: 10px;
      font-size: 14px;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal;
      color: #222;
      line-height: normal;
      border-radius: 0;
      cursor: pointer;
      margin: 10px 0 15px;
      width: 100%;
      -webkit-appearance: none !important;
      -moz-appearance: none;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
      background-position: 102% center;
      background-size: 46px;
      background-repeat: no-repeat;
      line-height: normal; }
      @media (max-width: 420px) {
        .disclosures-wrap .disclosure-select select {
          background-position: 104% center; } }
      @media (min-width: 421px) and (max-width: 980px) {
        .disclosures-wrap .disclosure-select select {
          background-position: 102% center; } }
      .disclosures-wrap .disclosure-select select::-ms-expand {
        display: none; }
  .disclosures-wrap .disclosures-instructions {
    margin: 0 10px;
    padding: 10px 10px 5px 15px;
    background-color: #0e6291;
    color: #ffffff;
    text-align: left;
    cursor: default;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0; }
  .disclosures-wrap .disclosure-select label.lblSelect {
    width: 75%;
    margin-left: 25px;
    line-height: normal;
    font-weight: 100; }

.disclosures {
  width: 100%;
  margin: 0;
  padding: 0; }

.degree-finder {
  position: relative; }
  .degree-finder .degree-search-header.sticky-filters {
    top: 0;
    z-index: 999;
    padding-top: 10px; }
    @media only screen and (min-width: 990px) {
      .degree-finder .degree-search-header.sticky-filters {
        left: 0;
        right: 0; }
        .degree-finder .degree-search-header.sticky-filters.ctu-sticky {
          position: fixed;
          margin-top: 0;
          top: 0;
          bottom: auto; }
        .degree-finder .degree-search-header.sticky-filters.ctu-stuck {
          position: absolute;
          top: auto;
          bottom: 0; } }
  .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-dropdown {
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding-right: 2em;
    padding-left: 10px;
    border-color: #c00009;
    border-radius: 6px;
    background: url("/Media/Default/CTU/icons/i-down-arrow-bl.png") no-repeat 95% center #fff;
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px !important;
    font-weight: normal;
    color: #c00009;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(enabled = false);
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-dropdown::-ms-expand {
      display: none; }
    .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-dropdown:focus::-ms-value {
      color: #c00009;
      background: transparent; }
  .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox input {
    height: 44px;
    border-radius: 6px 0 0 6px; }
    .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox input:focus {
      /* FF 4-18 */ }
      .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox input:focus::-webkit-input-placeholder {
        opacity: 0; }
      .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox input:focus::-moz-placeholder {
        opacity: 0; }
      .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox input:focus:-moz-placeholder {
        opacity: 0; }
      .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox input:focus:-ms-input-placeholder {
        opacity: 0; }
  .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox .degree-input-text {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    border: 1px solid #c00009;
    line-height: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    padding-left: 10px;
    height: 44px;
    float: left;
    width: calc(100% - 34px);
    border-right: none; }
    .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox .degree-input-text::-webkit-input-placeholder {
      font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #a9a9a9; }
    .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox .degree-input-text:-ms-input-placeholder {
      font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #a9a9a9; }
    .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox .degree-input-text::placeholder {
      font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #a9a9a9; }
  .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd .degree-searchbox .degree-search {
    float: left;
    clear: none;
    display: inline-block;
    background: url("/Media/Default/CTU/icons/i-search-grey.png") no-repeat;
    width: 38px;
    border: none;
    margin-left: -5px;
    outline: none; }
  @media only screen and (min-width: 1025px) {
    .degree-finder .degree-search-header #degree-finder-filter.degree-filter-bkgd {
      z-index: 99; } }
  @media only screen and (min-width: 1366px) {
    .degree-finder .degree-search-header #degree-finder-filter .width-fix {
      width: auto;
      margin-right: 3em; } }
  @media only screen and (min-width: 1024px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
    .degree-finder .degree-search-header #degree-finder-filter .width-fix:first-child {
      width: auto;
      margin-right: 3em; } }
  @media only screen and (min-width: 1024px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
    .degree-finder .degree-search-header #degree-finder-filter .width-fix {
      width: 50%;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 1024px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
    .degree-finder .degree-search-header #degree-finder-filter .search-box {
      width: 50%; } }
  .degree-finder .table.degree-table tr.stripe {
    background-color: #ffffff; }
  .degree-finder .table.degree-table tr td {
    vertical-align: middle !important;
    font-size: 13px;
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 5px; }
    .degree-finder .table.degree-table tr td:first-child {
      width: 235px;
      padding-left: 18px;
      text-align: left; }
    .degree-finder .table.degree-table tr td:nth-child(2) {
      width: 32%; }
    .degree-finder .table.degree-table tr td:nth-child(4) {
      width: 17%;
      padding-right: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .degree-finder .table.degree-table tr td:nth-child(4) {
        width: 13%; } }
  .degree-finder .table.degree-table th:first-child {
    padding-left: 18px;
    text-align: left; }
  .degree-finder .degree-ui-bluebutton {
    border: 1px solid #00598c;
    border-radius: 6px;
    color: #00598c;
    display: inline-block;
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    width: 88px; }
    .degree-finder .degree-ui-bluebutton:hover {
      background-color: #00598C;
      color: #ffffff; }
  .degree-finder h4.results {
    background: #f1f1f1;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 5px; }
  .degree-finder h5.label-degree-results {
    margin: 15px 0 0 0;
    padding-top: 5px; }
  @media only screen and (max-width: 992px) {
    .degree-finder .label-degree-results {
      margin-left: 15px !important; } }
  .degree-finder tr.visible {
    background-color: #ffffff !important; }
  .degree-finder .rwd-table td:first-child {
    padding-left: 18px;
    text-align: left; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .degree-finder .tablet-fluid {
      width: 100%; }
      .degree-finder .tablet-fluid > .row > .col-xs-12 {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 1023px) {
    .degree-finder .degree-search-header.sticky-filters {
      position: static;
      top: auto; } }
  @media (min-width: 768px) {
    .degree-finder .mobile-degree-button {
      display: none !important; } }
  @media (max-width: 768px) {
    .degree-finder #degree-finder-filter > div {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
      .degree-finder #degree-finder-filter > div [class^='col-xs'], .degree-finder #degree-finder-filter > div [class^='col-sm'] {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .degree-finder .degree-searchbox {
      display: none; } }

.grey-bar-degree-btns {
  float: left;
  width: 100%;
  display: block; }
  .grey-bar-degree-btns h4 {
    margin: 0 auto;
    padding: 12px 0;
    font-size: 18px; }
  .grey-bar-degree-btns .ui-button {
    float: left;
    margin-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 27px !important; }

.program-detail-tabs {
  width: 83%;
  padding: 0;
  margin-right: 260px; }
  .program-detail-tabs dd {
    margin-left: 0;
    padding: 0 !important;
    border-bottom: 1px solid #ccc;
    width: 144px; }
    .program-detail-tabs dd a {
      background: 0 0;
      color: #c00009;
      font-size: 12px;
      padding: 13px;
      text-transform: uppercase;
      display: block; }
      .program-detail-tabs dd a:hover {
        color: #333; }
    .program-detail-tabs dd.active {
      background: url(/Media/Default/CTU/icons/right-red-arrow.png) left center no-repeat; }
      .program-detail-tabs dd.active a {
        background: 0 0;
        font-weight: 400;
        color: #333; }
  .program-detail-tabs .tab-content {
    width: 82%;
    padding-right: 0;
    list-style: none;
    margin: 68px -37px 0; }
  .program-detail-tabs dl.navbar.navbar-toggleable-md.navbar-light.bg-faded.hidden-md-down.tab-padding.col-md-4 {
    margin: inherit; }

th.remove-stripes, td.remove-stripes {
  background-color: white;
  white-space: nowrap; }

h5.remove-stripes-mobile, td.remove-stripes-mobile {
  background-color: white;
  white-space: nowrap; }

.remove-wordwrap {
  white-space: nowrap; }

.acc-tabs-mobile #accordion .panel-default > .panel-heading {
  color: #333333;
  background-color: #fff; }

.dyn-tab-content table, .dyn-tab-content .acc-tabs-mobile table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
  table-layout: auto;
  width: 100%;
  border-spacing: 2px;
  display: table;
  /*tr {
            &:last-child {
                font-weight: bold;
            }
        }*/ }
  .dyn-tab-content table td, .dyn-tab-content .acc-tabs-mobile table td {
    vertical-align: middle;
    padding: 5px; }
    .dyn-tab-content table td:last-child, .dyn-tab-content .acc-tabs-mobile table td:last-child {
      text-align: center; }

tr.credit-hours {
  font-weight: bold; }

p.total-hrs {
  text-align: right;
  font-weight: bold; }

.panel-body table tr .total-hrs {
  font-weight: bold; }

.text-left {
  text-align: left; }

.acc-section p {
  font-family: Arial;
  color: #222; }

.program-details-part-container a.collapse:after {
  content: "\2212";
  float: right;
  color: grey; }

.program-details-part-container a.collapse.collapsed:after {
  content: "\2b";
  float: right;
  color: grey; }

.acc-tabs-mobile #accordion .panel-default > .panel-heading a {
  width: 100%; }

.acc-tabs-mobile #accordion .panel-title, .acc-tabs-mobile #accordion .panel-title > a {
  font-style: normal;
  font-size: 18px; }
  .acc-tabs-mobile #accordion .panel-title .glyphicon, .acc-tabs-mobile #accordion .panel-title > a .glyphicon {
    color: #676767;
    font-size: 12px; }

.acc-tabs-mobile #accordion .panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  border-top: 1px solid #c1c1c1; }

.acc-tabs-mobile #accordion .panel {
  border: 1px solid #c1c1c1;
  border-width: 1px 0px 0 0;
  border-radius: 0;
  box-shadow: none; }
  .acc-tabs-mobile #accordion .panel:last-child {
    border-bottom-width: 1px; }

.acc-tabs-mobile #accordion .panel-body {
  padding: 15px; }

.acc-tabs-mobile #accordion .panel-group {
  margin-bottom: 0;
  font-style: normal; }
  .acc-tabs-mobile #accordion .panel-group .panel + .panel {
    margin-top: 0; }

.acc-tabs-mobile #accordion .panel-group h2 {
  font-size: 30px;
  padding: 8px 13px 0px; }

.acc-tabs-mobile .glyphicon {
  position: relative;
  top: -1px;
  right: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.acc-tabs-mobile [aria-expanded=true] {
  color: #222; }

.table-striped > tbody > tr:nth-child(2n+2) > td, .table-striped > tbody > tr:nth-child(2n+2) > th {
  background-color: #f1f1f1; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff; }

.dyn-tab-content {
  padding: 0; }

dl.bg-faded.hidden-md-down.navbar.navbar-light.navbar-toggleable-md.tab-padding dd {
  padding: 15px 0 15px 12px; }

dl.navbar.navbar-toggleable-md.navbar-light.bg-faded.hidden-md-down.tab-padding {
  margin: -30px 0px 0 209px; }

.col-lg-9.degree-tab-content {
  margin: 1px 3px 11px 176px;
  width: 407px; }

.acc-tabs-mobile #accordion .panel-default > .panel-heading a {
  text-transform: capitalize;
  display: block; }

.program-details-part-container {
  padding: 0; }

.container.program-detail-tabs {
  margin: 0 0 0 -17px; }

.col-md-8.degree-tab-content {
  margin: 0 0 0 12px; }

h2.remove-wordwrap {
  margin: 11px 31px 8px 22px;
  font-size: 30px; }

@media (max-width: 1024px) {
  .container.acc-tabs-mobile {
    display: block; }
  .container.program-detail-tabs {
    display: none; } }

@media only screen and (min-width: 768px) {
  .container.program-detail-tabs {
    display: block; }
  .col-md-8.degree-tab-content {
    margin: 0 0 0 50px; } }

@media only screen and (max-width: 1024px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .container.acc-tabs-mobile {
    display: block !important; }
  dl.bg-faded.hidden-md-down.navbar.navbar-light.navbar-toggleable-md.tab-padding dd {
    padding: 15px 0 15px 12px;
    white-space: normal; }
  table.degrees-mobile.table-striped.table-courses {
    width: 100%; }
  .detail-degree-page .program-detail-tabs .tab-content {
    width: 90%;
    padding-right: 0;
    list-style: none;
    margin: 65px 2px 26px 15px;
    padding-left: 1.5em; }
  .program-detail-tabs dl.navbar.navbar-toggleable-md.navbar-light.bg-faded.hidden-md-down.tab-padding.col-md-4 {
    margin: 0 0 0 14px; } }

@media only screen and (max-width: 1023px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .program-detail-tabs dd a {
    background: 0 0;
    color: #c00009;
    font-size: 12px;
    padding: 0px 0 10px 10px;
    text-transform: uppercase;
    border-right: none;
    display: block;
    position: relative;
    margin-bottom: 0 !important;
    white-space: normal; }
  dl.bg-faded.hidden-md-down.navbar.navbar-light.navbar-toggleable-md.tab-padding dd {
    padding: 21px 0px 8px 2px; }
  .program-details-part-container {
    padding: 0 16px 0px 16px !important; } }

dl.bg-faded.hidden-md-down.navbar.navbar-light.navbar-toggleable-md.tab-padding dd {
  padding: 15px 0 15px 12px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .container.acc-tabs-mobile {
    display: none !important; } }

.degrees.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none; }

.acc-tabs-mobile #accordion .panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  padding: 2px 10px 2px 0; }

.acc-tabs-mobile div#accordion {
  padding: 5px 1px 19px 12px;
  margin: 9px -14px 4px -26px; }

div.degrees h2 {
  margin: 0 0 18px 12px; }

.acc-tabs-mobile #accordion .panel-title .glyphicon, .acc-tabs-mobile #accordion .panel-title > a .glyphicon {
  color: #676767;
  font-size: 12px;
  margin: 5px; }

/* This is used for the overlay form */
.overlayBackground {
  background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100001; }

.InlayForm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -50%;
  z-index: 99999;
  width: 100%;
  float: left;
  margin: 0 auto;
  height: 103%;
  overflow-y: scroll;
  background: none !important;
  z-index: 100003; }
  .InlayForm .date-countdown {
    background: #000000;
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 10; }
  .InlayForm .overlay-container {
    background: #5F5F5F;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 100px auto 0 auto;
    max-width: 100%;
    min-width: 550px;
    padding: 0 0 20px;
    position: relative;
    width: 550px; }
    .InlayForm .overlay-container .img-bg-cover {
      background-image: url("/Media/Default/CTU/carousel/ctu-fast-track-woman-sitting.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 150px;
      width: 100%;
      top: 0;
      left: 0;
      border-radius: 0;
      text-transform: uppercase;
      color: #fff;
      margin: 0 0 20px;
      padding: 10% 0 0 20px;
      font-size: 36px;
      line-height: 1.1;
      text-decoration: underline; }
    .InlayForm .overlay-container span.close {
      content: "\2716";
      background: #333 none repeat scroll 0 0;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      height: 33px;
      padding: 8px 0 0 10px;
      position: absolute;
      right: -35px;
      top: -35px;
      width: 35px;
      opacity: 1; }
    .InlayForm .overlay-container span.help-block.form-error {
      color: #EA827A; }
    .InlayForm .overlay-container .leadform-introtext {
      padding: 0;
      font-size: 14px; }
    .InlayForm .overlay-container div > fieldset:not(.leadForm-textArea) {
      height: auto;
      line-height: 13px;
      display: inline-block;
      border: 0;
      margin: 2px 0; }
    .InlayForm .overlay-container .leadForm-tcpadisclaimertext {
      display: inline-block;
      float: left;
      width: 100%; }
    .InlayForm .overlay-container .leadForm-textArea {
      border: none;
      margin-top: 0; }
    .InlayForm .overlay-container div > fieldset label {
      cursor: default;
      line-height: 1.1; }
    .InlayForm .overlay-container div > fieldset select {
      cursor: pointer; }
    .InlayForm .overlay-container p {
      color: #fff;
      font-size: 10px;
      text-rendering: optimizeLegibility;
      font-weight: normal; }
    .InlayForm .overlay-container small.error {
      padding: 5px 0 0 0;
      background: 0;
      color: #EA827A; }
    .InlayForm .overlay-container .btn-submit {
      font-size: 16px;
      text-transform: uppercase;
      width: 33%;
      border-radius: 5px;
      -webkit-appearance: none !important;
      font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      display: inline-block;
      zoom: 1;
      border: none;
      padding: 10px 20px;
      font-weight: 400;
      text-align: center;
      cursor: pointer; }
    .InlayForm .overlay-container select {
      border-radius: 0;
      background-color: #FAFAFA;
      background-position: 100% center;
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 1px;
      border-color: #ccc;
      padding: 8px;
      font-size: 14px;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      color: #222;
      line-height: normal;
      border-radius: 0;
      height: 37px;
      -webkit-appearance: none !important;
      -moz-appearance: none;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
      background-position: 102% center;
      background-size: 46px;
      background-repeat: no-repeat;
      line-height: normal; }
      .InlayForm .overlay-container select::-ms-expand {
        display: none; }
    .InlayForm .overlay-container input[type="text"], .InlayForm .overlay-container input[type="password"], .InlayForm .overlay-container input[type="date"], .InlayForm .overlay-container input[type="datetime"], .InlayForm .overlay-container input[type="datetime-local"], .InlayForm .overlay-container input[type="month"], .InlayForm .overlay-container input[type="week"], .InlayForm .overlay-container input[type="email"], .InlayForm .overlay-container input[type="number"], .InlayForm .overlay-container input[type="search"], .InlayForm .overlay-container input[type="tel"], .InlayForm .overlay-container input[type="time"], .InlayForm .overlay-container input[type="url"], .InlayForm .overlay-container input[type="color"], .InlayForm .overlay-container textarea {
      -webkit-appearance: none;
      border-radius: 0;
      background-color: #fff;
      font-family: inherit;
      border-style: solid;
      border-width: 1px;
      border-color: #ccc;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      color: #222;
      display: block;
      font-size: 14px;
      margin: 0 0 18px 0;
      padding: 8px;
      height: 37px;
      width: 100%;
      box-sizing: border-box;
      transition: all 0.15s linear; }
    .InlayForm .overlay-container .input-validation-error {
      border: 1px solid #c00009 !important; }
    .InlayForm .overlay-container .field-validation-error {
      color: #cd666a;
      font-size: 11px;
      margin-top: -14px;
      display: block; }
    .InlayForm .overlay-container .tcpa-wrap a {
      color: #ffffff;
      text-decoration: underline; }

.ui-white-button {
  background: #fff;
  color: #c00009;
  border: 1px solid #c00009;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  font-family: "Trade Gothic Bold";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal !important; }

.ui-red-button {
  background: #c00009;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold";
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px; }
  .ui-red-button:hover {
    color: #ffffff; }

.ui-calc-button {
  background: #fff;
  color: #c00009;
  border: 1px solid #c00009;
  padding: 0 20px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold";
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px; }
  .ui-calc-button.selected {
    background-color: #0e6291;
    color: #fff;
    border: none; }

.ui-button {
  display: inline-block;
  zoom: 1;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out; }
  .ui-button.red {
    background: #c00009;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: none; }
    .ui-button.red:hover {
      background-color: #232323;
      box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.5); }
  .ui-button.white {
    background: #fff;
    color: #c00009; }
  .ui-button.blue {
    background: #0e6291;
    color: #fff; }
  .ui-button.green {
    background: #007903;
    color: #fff; }
  .ui-button.black {
    background: #000;
    color: #fff; }
  .ui-button.rounded {
    border-radius: 5px; }

.history_container {
  top: 30px;
  font-family: TradeGothicW01-Cn18;
  font-size: 13px;
  float: left;
  position: relative;
  margin-bottom: 70px;
  width: 100%; }

.shadow {
  position: absolute;
  top: 454px;
  left: -5px; }

.preload {
  position: absolute;
  top: 220px;
  left: 450px; }

#timeline_container {
  position: relative;
  background-color: #e9e9e9;
  border: 4px solid #bbb;
  opacity: 0; }

#timeline .hidden {
  display: none; }

#timeline .viewport {
  overflow: hidden;
  position: relative;
  background: url("/Media/Default/CTU/timeline/background.jpg") no-repeat; }

#timeline .viewport .images {
  position: absolute;
  padding: 0;
  margin: 0; }

#timeline .viewport .images img {
  float: left;
  margin: 0; }

#timeline .milestones {
  overflow: hidden;
  position: relative;
  border-top: 4px solid #bbb; }

#timeline .milestones .content {
  position: absolute;
  padding: 0;
  margin: 0; }

#timeline .column_first {
  float: left;
  padding: 0;
  margin: 14px 0 0 20px; }

#timeline .column {
  float: left;
  padding: 0 0 0 10px;
  margin: 14px 0 0 50px;
  height: 150px;
  border-left: 1px solid #ccc; }

#timeline .c100 {
  width: 100px; }

#timeline .c125 {
  width: 125px; }

#timeline .c150 {
  width: 150px; }

#timeline .c175 {
  width: 175px; }

#timeline .c200 {
  width: 200px; }

#timeline .c225 {
  width: 225px; }

#timeline .c250 {
  width: 250px; }

#timeline .c275 {
  width: 275px; }

#timeline .c300 {
  width: 300px; }

#timeline .c325 {
  width: 325px; }

#timeline .c350 {
  width: 350px; }

#timeline .c375 {
  width: 375px; }

#timeline .c400 {
  width: 400px; }

#timeline span {
  display: block; }

#timeline .date {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  color: #b20000; }

#timeline .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #565656;
  margin: 8px 0 0; }

#timeline .thumb_description {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #6f6f6f;
  clear: left; }

#timeline .thumb {
  margin: 14px 0 0; }

#timeline .image_rollover, #timeline .video_rollover {
  position: relative;
  float: left; }

#timeline .image_rollover span, #timeline .video_rollover span {
  left: 0;
  top: 0;
  display: none;
  position: absolute;
  background: url("/Media/Default/CTU/timeline/thumb_video_hover.png") no-repeat;
  width: 113px;
  height: 67px; }

#timeline .image_rollover span {
  background: url("/Media/Default/CTU/timeline/thumb_image_hover.png") no-repeat;
  width: 113px;
  height: 67px; }

#timeline .link {
  font-size: 12px;
  font-weight: 700; }

#timeline .link a {
  color: #888; }

#timeline .link a:hover {
  color: #0096ff;
  text-decoration: underline; }

#timeline .big_link {
  font-size: 11px;
  font-weight: 700;
  margin: 10px 0 0;
  padding: 1px 5px 2px;
  float: left;
  background-color: #bbb; }

#timeline .big_link a {
  color: #0096ff;
  text-decoration: none; }

#timeline .big_link a:hover {
  color: #fff; }

#timeline .scrollbar {
  background: url("/Media/Default/CTU/timeline/scrollbar_background.png") repeat-x;
  position: absolute; }

#timeline .dragger {
  background: url("/Media/Default/CTU/timeline/scrollbar_dragger.png") no-repeat;
  cursor: pointer;
  position: absolute; }

#timeline .mark {
  background: url("/Media/Default/CTU/timeline/scrollbar_mark.png") no-repeat;
  cursor: pointer;
  height: 21px;
  width: 13px;
  left: 600px;
  position: absolute;
  display: none;
  opacity: 0; }

#timeline .drag_icon {
  cursor: move; }

#timeline .audio_player {
  position: absolute;
  top: 1px;
  right: 7px; }

.GetStartedForm {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px; }
  .GetStartedForm .date-countdown {
    background: #000000;
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 10; }
  .GetStartedForm h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 38px;
    line-height: 1; }
  .GetStartedForm .leadform-introtext {
    padding: 0;
    font-size: 14px; }
  .GetStartedForm div > fieldset:not(.leadForm-textArea) {
    height: auto;
    line-height: 13px;
    display: inline-block;
    border: 0;
    margin: 2px 0; }
  .GetStartedForm .leadForm-tcpadisclaimertext {
    display: inline-block;
    float: left;
    width: 100%; }
  .GetStartedForm .leadForm-textArea {
    border: none;
    margin-top: 0; }
  .GetStartedForm div > fieldset label {
    cursor: default;
    line-height: 1.1; }
  .GetStartedForm div > fieldset select {
    cursor: pointer; }
  .GetStartedForm p {
    color: #fff;
    font-size: 10px;
    text-rendering: optimizeLegibility;
    font-weight: normal; }
  .GetStartedForm small.error {
    padding: 5px 0 0 0;
    background: 0;
    color: #ff7f55; }
  .GetStartedForm .btn-submit {
    font-size: 16px;
    text-transform: uppercase;
    width: 33%;
    border-radius: 5px;
    -webkit-appearance: none !important;
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    zoom: 1;
    border: none;
    padding: 10px 20px;
    font-weight: 400;
    text-align: center;
    cursor: pointer; }
  .GetStartedForm select {
    border-radius: 0;
    background-color: #FAFAFA;
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 8px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #222;
    line-height: normal;
    border-radius: 0;
    height: 37px;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 104% center;
    background-size: 46px;
    background-repeat: no-repeat;
    line-height: normal; }
    @media (min-width: 420px) and (max-width: 980px) {
      .GetStartedForm select {
        background-position: 102% center; } }
    .GetStartedForm select::-ms-expand {
      display: none; }
  .GetStartedForm input[type="text"], .GetStartedForm input[type="password"], .GetStartedForm input[type="date"], .GetStartedForm input[type="datetime"], .GetStartedForm input[type="datetime-local"], .GetStartedForm input[type="month"], .GetStartedForm input[type="week"], .GetStartedForm input[type="email"], .GetStartedForm input[type="number"], .GetStartedForm input[type="search"], .GetStartedForm input[type="tel"], .GetStartedForm input[type="time"], .GetStartedForm input[type="url"], .GetStartedForm input[type="color"], .GetStartedForm textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #222;
    display: block;
    font-size: 14px;
    margin: 0 0 18px 0;
    padding: 8px;
    height: 37px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear; }
  .GetStartedForm .input-validation-error {
    border: 1px solid #c00009 !important; }
  .GetStartedForm .field-validation-error {
    color: #ff7f55;
    font-size: 11px;
    margin-top: -14px;
    display: block; }

/*THIS IS MOVED TO THE EAC THEME STYLES
	
	.eac-canvas {
	h1 {
		font-family: $ctu-primary-font-bold;
		font-size: 54px;
		letter-spacing: -0.5px;
		line-height: 54px;
		margin-bottom: 16px;
	}

	h2 {
		font-family: $ctu-primary-font-bold;
		font-size: 38px;
		letter-spacing: -0.384px;
		margin-bottom: 16px;
	}

	h4 {
		font-family: "Trade Gothic",Arial,"Helvetica Neue",Helvetica,sans-serif;
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 3px;
	}

	p {
		font-family: $ctu-primary-font-light;
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 22px;

		&.small {
			display: inline-block;
			font-size: 12px;
			line-height: 19px;
			padding: 0;
			text-align: justify;
			width: 100%;
		}

		&.fine-print {
			font-size: 16px;
			line-height: 22px;
		}
	}

	ul {
		margin: 0;
		padding: 0;
		line-height: 33px;

		&.points {
			h4 {
				margin-bottom: 6px;
			}

			li {
				font-family: $ctu-primary-font-light;
				font-size: 20px;
				line-height: 25px;
				margin-bottom: 12px;
				list-style: none;

				ul {
					padding-left: 20px;
					margin-bottom: 2px;

					li {
						list-style: disc;
					}
				}
			}
		}
	}

	img {
		margin: 8px 0;
	}

	.compareTable {
		font-family: $ctu-primary-font-light;
		font-size: 24px;
		margin: 0 0 10px;
		width: 100%;

		td {
			background: $ctu-primary-white none repeat scroll 0 0;
			border: 1px solid #ddd;
			font-size: 24px;
			letter-spacing: -0.8px;
			line-height: 32px;
			padding: 10px 20px;
			vertical-align: top;
		}

		th {
			background: #001576 none repeat scroll 0 0;
			color: #87d5f7;
			font-family: $ctu-primary-font-bold;
			font-size: 45px;
			font-weight: bold;
			padding: 42px 20px 25px;
			position: relative;
			text-align: left;
			width: 53%;

			.initialArrow::after {
				border-bottom: 38px solid transparent;
				border-left: 37px solid #001576;
				border-top: 38px solid transparent;
				content: "";
				height: 0;
				position: absolute;
				top: 0;
				right: -35px;
				bottom: 0;
				margin: auto;
				width: 0;
				z-index: 100;
			}

			&:nth-child(2) {
				background: #0f99d6 none repeat scroll 0 0;
				color: #001576;
				padding-left: 50px;
			}
		}

		td {
			border: 1px solid #ddd;
			letter-spacing: -0.8px;
			padding: 10px 20px;
			vertical-align: top;

			&:nth-child(2) {
				padding-left: 50px;
			}
		}

		.alt td {
			background: #e7f6fd none repeat scroll 0 0;
		}
	}

	[class^="section-"] {
		margin-bottom: 67px;
	}

	.text-center {
		img {
			margin-left: auto;
			margin-right: auto;
		}
	}

	.btn1 {
		background: $ctu-primary-dark none repeat scroll 0 0;
		border-radius: 5px;
		color: $ctu-primary-white;
		display: block;
		font-family: $ctu-primary-font-medium;
		font-size: 17px;
		font-weight: normal;
		line-height: 22px;
		padding: 10px;
		position: static;
		text-align: center;
		text-transform: uppercase;
	}

	.btn2 {
		background: $ctu-primary none repeat scroll 0 0;
		border: 0 none;
		border-radius: 5px;
		box-shadow: 0 -1px 1px 0 $ctu-primary inset;
		color: $ctu-primary-white;
		font-family: $ctu-primary-font-medium;
		font-size: 19px;
		padding: 10px 20px 8px 14px;
		position: relative;
		transition: all 0.2s linear 0s;
	}

	.section-2 {
		h2 {
			line-height: 16px;
		}

		h4 {
			line-height: 30.4px;
		}
	}

	.section-5 {
		margin: 80px 0;
	}

	.home {
		.GetStartedForm {
			max-width: 392px;

	  
		}

		.iconCont {
			border-left: 1px solid #00105d;
			height: 100%;
			position: absolute;
			right: 0;
			top: 0;
			width: 38px;
		}

		.icon-arrow-right5 {
			-moz-border-bottom-colors: none;
			-moz-border-left-colors: none;
			-moz-border-right-colors: none;
			-moz-border-top-colors: none;
			border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
			border-image: none;
			border-style: solid;
			border-width: 10px;
			content: " ";
			height: 0;
			margin-top: -10px;
			pointer-events: none;
			position: absolute;
			right: 5px;
			top: 50%;
			width: 0;
		}

		.section-5 {
			background: #232320 url('/Media/Default/CTU/ptnrs/bg_homeSteps.jpg') no-repeat scroll center center / cover;
			margin-bottom: 40px;
			padding: 35px 0 20px 0;

			.title {
				color: $ctu-primary-white;
				font-size: 80px;
				line-height: 0.9;
				margin: 0 0 10px;
			}

			.btnWrapper3 {
				.btn2 {
					padding-right: 45px;
				}
			}

			ul {
				list-style-type: none;
				margin: 0;
				padding: 0;

				li {
					color: $ctu-primary-white;
					font-family: $ctu-primary-font-light;
					font-size: 24px;
					line-height: 28.8px;
					max-width: 440px;
					padding: 0 0 30px 55px;
					position: relative;

					.num {
						border: 2px solid #87d5f7;
						border-radius: 20px;
						color: #87d5f7;
						font-family: $ctu-primary-font;
						font-size: 24px;
						left: 0;
						line-height: 32px;
						position: absolute;
						text-align: center;
						top: 4px;
						width: 35px;
					}

					&.buttonwrap {
						&::before {
							border-bottom: 0 none;
							border-left: 1px dashed #fff;
							content: "";
							height: 40px;
							left: 18px;
							position: absolute;
							top: -36px;
						}

						&::after {
							border-bottom: 1px dashed $ctu-primary-white;
							content: "";
							left: 18px;
							position: absolute;
							top: -1px;
							width: 32px;
						}
					}

					&::after {
						border-left: 1px dashed $ctu-primary-white;
						content: "";
						height: 36%;
						left: 18px;
						position: absolute;
						top: 46px;
					}
				}
			}
		}
	}

	.military {
		.section-1 {
			img {
				border: 8px solid #fff;
				box-shadow: 0 2px 5px 0 #333;
				border-radius: 50%;
				overflow: hidden;
				position: relative;
				vertical-align: middle;
			}
		}

		.section-2 {
			img {
				max-height: 100px;
			}
		}

		.section-4 {
			background: #252525 none repeat scroll 0 0;
			margin-bottom: 0;
			padding: 24px 0 64px 0;

			h2 {
				color: #0c77a6;
				margin: 32px 0 38px 0;
				text-align: center;
			}

			p {
				color: $ctu-primary-white;
				font-family: $ctu-primary-font-light;
				font-size: 24px;
			}

			.bg {
				img {
					border: 8px solid $ctu-border-light;
					border-radius: 50%;
					box-shadow: 0 2px 5px 0 $ctu-almost-black;
					height: auto;
					vertical-align: middle;
					width: 322px;
				}
			}

			.col {
				bottom: 12%;
				left: 12%;
				position: absolute;
				z-index: 1;
			}

			.btn3 {
				background: $ctu-primary-white none repeat scroll 0 0;
				border: 2px solid #001576;
				border-radius: 5px;
				color: #001576;
				display: inline-block;
				font-family: $ctu-primary-font-light;
				font-size: 17px;
				font-weight: bold;
				line-height: normal;
				margin-bottom: 25px;
				padding: 10px 20px;
				transition: all 0.2s linear 0s;
			}
		}
		.red-form{background: #c00009;}
	}

	.about {
		.section-2 {
			.col-sm-3 {
				img {
					margin-bottom: 16px;
					max-width: 150px;
				}
			}
		}
	}

	.GetStartedForm {
		border-radius: 6px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;

		.date-countdown {
			background: #000000;
			color: #fff;
			display: block;
			width: 100%;
			float: left;
			padding: 10px;
			font-size: 18px;
			text-align: center;
			margin-bottom: 0;
			border-radius: 6px 6px 0 0;
			position: relative;
			z-index: 10;
		}

		h3 {
			margin-bottom: 15px;
			margin-top: 15px;
			font-size: 38px;
			line-height: 1;
		}

		.leadform-introtext {
			padding: 0;
			font-size: 14px;
		}

		div > fieldset:not(.leadForm-textArea) {
			height: auto;
			line-height: 13px;
			display: inline-block;
			border: 0;
			margin: 2px 0;
		}

		.leadForm-tcpadisclaimertext {
			display: inline-block;
			float: left;
			width: 100%;
		}

		.leadForm-textArea {
			border: none;
			margin-top: 0;
		}

		div > fieldset label {
			cursor: default;
			line-height: 1.1;
		}

		div > fieldset select {
			cursor: pointer;
		}

		p {
			color: #fff;
			font-size: 12px;
			text-rendering: optimizeLegibility;
			font-weight: normal;
			line-height: normal;
		}

		small.error {
			padding: 5px 0 0 0;
			background: 0;
			color: #ff7f55;
		}

		.btn-submit {
			font-size: 16px;
			text-transform: uppercase;
			width: 33%;
			border-radius: 5px;
			-webkit-appearance: none !important;
			font-family: $ctu-primary-font-bold;
			display: inline-block;
			zoom: 1;
			border: none;
			padding: 10px 20px;
			font-weight: 400;
			text-align: center;
			cursor: pointer;
		}

		select {
			border-radius: 0;
			background-color: #FAFAFA;
			background-position: 100% center;
			background-repeat: no-repeat;
			border-style: solid;
			border-width: 1px;
			border-color: #ccc;
			padding: 6px;
			font-size: 12px;
			font-family: arial;
			color: rgba(0,0,0,0.75);
			line-height: normal;
			border-radius: 0;
			height: 28px;
			margin: 3px 0 2px;
		}

		 input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
				-webkit-appearance: none;
				border-radius: 0;
				background-color: #fff;
				font-family: inherit;
				border-style: solid;
				border-width: 1px;
				border-color: #ccc;
				box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
				color: rgba(0,0,0,0.75);
				display: block;
				font-size: 12px;
				margin: 3px 0 2px;
				padding: 8px;
				height: 28px;
				width: 100%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				transition: all 0.15s linear;
			}

		.input-validation-error {
			border: 1px solid $ctu-primary !important;
		}

		.field-validation-error {
			color: #ff7f55;
			font-size: 11px;
			margin-top: -14px;
			display: block;
		}
	}
}*/
.financial-link-bar li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px; }

.financial-link-bar li a:hover, .financial-link-bar li a.active {
  opacity: 1; }

#fin-link-aff {
  width: 24px;
  height: 24px;
  background-position: 0 -93px;
  padding-bottom: 5px;
  padding-top: 4px; }

#fin-link-net {
  width: 20px;
  height: 26px;
  background-position: 0 -67px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px; }

#fin-link-scholarship {
  width: 31px;
  height: 20px;
  background-position: 0 -47px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 40px; }

#fin-link-finance {
  width: 24px;
  height: 24px;
  background-position: 0 -23px;
  padding-top: 5px;
  padding-bottom: 3px; }

#fin-link-additional {
  width: 25px;
  height: 23px;
  background-position: 0 0;
  padding-bottom: 3px;
  padding-top: 4px; }

.financial-link-bar li a {
  background: url(/media/default/CTU/sprites/financial-sprites.png) top left no-repeat;
  padding-left: 35px;
  color: #fff;
  opacity: .5; }

.financial-link-bar {
  background-color: #4d4d4d;
  padding: 12px 10px;
  border-radius: 5px;
  margin-left: 0; }

@media only screen and (max-width: 1023px) {
  .financial-link-bar {
    padding-top: 0;
    float: left;
    padding-left: 1.5em;
    padding-bottom: 1.5em; }
  .financial-link-bar li {
    display: inline-block;
    margin-top: 1.5em;
    width: 31%;
    float: left; }
  .financial-link-bar li:last-child {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  #fin-link-scholarship {
    padding-left: 35px; } }

@media only screen and (max-width: 414px) {
  .financial-link-bar {
    padding-top: 0;
    float: left;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    border-radius: 0; }
    .financial-link-bar li {
      margin-top: 1.5em;
      width: 100%;
      float: left; }
      .financial-link-bar li:last-child {
        width: 100%; } }

#fastTrackContent #MainContent {
  margin: 0 auto 3em auto; }

#fastTrackContent section#fastTrackContent {
  margin: 0 auto;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 2em; }

#fastTrackContent *, #fastTrackContent *:after, #fastTrackContent *:before {
  box-sizing: border-box; }

#fastTrackContent .img-holder {
  margin: 0 auto;
  width: 100%; }

#fastTrackContent .img-holder2 {
  margin: 0 auto;
  width: 100%;
  position: relative; }

#fastTrackContent .ui-blue-button, #fastTrackContent .ui-blue-button-solid {
  border: 2px solid #0a5b8a;
  padding: 5px 0;
  border-radius: 5px;
  color: #0a5b8a;
  font-size: 15px;
  font-family: "Trade Gothic Bold";
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 2px;
  display: inline-block;
  text-align: center;
  width: 100%; }
  @media (min-width: 1025px) {
    #fastTrackContent .ui-blue-button, #fastTrackContent .ui-blue-button-solid {
      width: 24%; } }
  @media (max-width: 1300px) and (orientation: landscape) {
    #fastTrackContent .ui-blue-button, #fastTrackContent .ui-blue-button-solid {
      margin: 5px;
      width: 100%; } }
  @media (max-width: 767px) {
    #fastTrackContent .ui-blue-button, #fastTrackContent .ui-blue-button-solid {
      margin-top: 2px;
      margin-bottom: 2px; } }
  @media (min-width: 768px) and (max-width: 1025px) {
    #fastTrackContent .ui-blue-button, #fastTrackContent .ui-blue-button-solid {
      margin-top: 4px;
      margin-bottom: 6px; } }

#fastTrackContent .ui-blue-button:hover {
  color: #fff !important;
  background: #0a5b8a !important; }

#fastTrackContent #section-01 {
  width: 850px;
  height: auto;
  margin: 0 auto;
  background-color: #eae5df;
  text-align: left;
  color: #ad1e23;
  padding: 1em;
  font-size: 25px; }

#fastTrackContent #section-02 {
  text-align: center;
  padding: 1.25em 0;
  border-bottom: 5px solid #771217;
  width: 850px;
  margin: 0 auto;
  background-color: #ad1e23; }

#fastTrackContent #section-02 h3 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  line-height: 72px; }

#fastTrackContent span.sub2 {
  font-size: 30%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-weight: 300;
  bottom: 0.0em; }

#fastTrackContent #section-03 {
  padding: 15px 80px;
  border-bottom: 5px solid #771217;
  width: 850px;
  margin: 0 auto;
  background-color: #ededed; }

#fastTrackContent #section-03 .rectangle-holder {
  text-align: center;
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
  padding: 15px 0px; }

#fastTrackContent #section-03 .rectangle-box {
  position: relative;
  width: 170px;
  height: 200px;
  display: inline-block;
  margin: 20px 0px;
  opacity: 0; }

#fastTrackContent #section-03 .rectangle-outside {
  width: 170px;
  height: 200px;
  position: absolute;
  z-index: 1; }

#fastTrackContent #section-03 .rectangle-label {
  width: 170px;
  text-align: center;
  padding: 100px 0px 0px 0px;
  position: absolute;
  z-index: 3; }

#fastTrackContent #section-03 .rectangle-label p {
  font-size: 15px;
  line-height: 1.45;
  color: #5b5b5e;
  font-weight: 300;
  line-height: 1.2; }

#fastTrackContent #section-03 .rectangle-icon-holder {
  width: 165px;
  text-align: center;
  padding-top: 0px;
  position: absolute;
  z-index: 3; }

#fastTrackContent #section-03 .rectangle-icon {
  margin: 0 auto;
  width: 165px; }

#fastTrackContent #section-04 {
  padding: 15px 80px 0px 80px;
  width: 850px;
  margin: 0 auto;
  background-color: white; }

#fastTrackContent #section-04 h4 {
  font-size: 70px;
  margin: 20px 0px 0px 0px; }

#fastTrackContent #section-04 .stack {
  min-height: 180px;
  position: relative; }

#fastTrackContent #section-04 .stack2 {
  min-height: 90px;
  position: relative; }

#fastTrackContent #section-04 .track-label {
  padding: 0px 20px 10px 20px; }

#fastTrackContent #section-04 .track-label p {
  margin: 0px; }

#fastTrackContent #section-04 .track-icon {
  opacity: 0; }

#fastTrackContent #section-04 .track-icon img {
  display: block; }

#fastTrackContent #section-04 .track-icon2 img {
  display: block; }

#fastTrackContent #section-04 .img-holder {
  max-width: 160px; }

#fastTrackContent #section-04 .img-holder2 {
  max-width: 564px; }

#fastTrackContent #section-04 .img-holder2 img {
  position: absolute;
  z-index: 10;
  top: 120px;
  opacity: 1.0; }

#fastTrackContent #section-05 {
  padding: 0px;
  border-bottom: 1px solid #e9f7fe;
  width: 850px;
  margin: 0 auto;
  background-color: white; }

#fastTrackContent #section-06 {
  padding: 0px 80px 15px 80px;
  border-top: 1px solid #e9f7fe;
  border-bottom: 5px solid #771217;
  width: 850px;
  margin: 0 auto;
  background-color: #e9f7fe;
  position: relative; }

#fastTrackContent #section-06 p.link {
  font-size: 37px;
  font-weight: 300;
  margin-left: 70px;
  margin-top: 0px; }

#fastTrackContent #section-06 a {
  color: #ad1e23; }

#fastTrackContent #section-06 a:hover {
  color: #5b5b5e; }

#fastTrackContent #section-07 {
  padding: 20px 80px;
  border-bottom: 5px solid #771217;
  width: 850px;
  margin: 0 auto;
  background-color: #ad1e23; }

#fastTrackContent #section-07 .img-holder {
  max-width: 380px; }

#fastTrackContent #section-07 p {
  color: black;
  font-size: 14px;
  font-family: Arial, Sans-Serif; }

#fastTrackContent .track-01 {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%; }

#fastTrackContent .track-02 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%; }

#fastTrackContent .ball {
  margin: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  left: 0%;
  z-index: 5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #ad1e23;
  background: url("/Media/Default/CTU/fast-track/admissions-fast-track-ball.png") 0 0 no-repeat;
  background-size: cover;
  opacity: 0; }

#fastTrackContent .track-horizontal {
  background: #eae5df;
  border-bottom: 3px solid #b7b4b0;
  display: block;
  height: 11px;
  z-index: 1; }

#fastTrackContent .track-diagonal {
  background: url("/Media/Default/CTU/fast-track/admissions-fast-track-diagonal-line.png") 0 0 no-repeat;
  display: block;
  height: 360px;
  z-index: 1; }

#fastTrackContent .track-diagonal-half {
  background: url("/Media/Default/CTU/fast-track/admissions-fast-track-diagonal-line-half.png") 0 0 no-repeat;
  display: block;
  height: 360px;
  z-index: 1; }

#fastTrackContent .color-red {
  color: #c00005; }

#fastTrackContent .color-dark-red {
  color: #ad1e23; }

#fastTrackContent .color-blue {
  color: #0e6291; }

#fastTrackContent .color-gold {
  color: #d48a00; }

#fastTrackContent .color-grey {
  color: #dad9d6; }

#fastTrackContent .color-dark-grey {
  color: #5b5b5e; }

#fastTrackContent .color-green {
  color: #005958; }

#fastTrackContent .color-purple {
  color: #510c76; }

#fastTrackContent .color-black {
  color: black; }

#fastTrackContent .color-white {
  color: white; }

#fastTrackContent .bold {
  font-weight: bold; }

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

#fastTrackContent sub {
  bottom: 0.0em; }

#fastTrackContent sup {
  top: -0.5em; }

#fastTrackContent #TopContent {
  position: relative;
  float: left;
  width: 100%; }

#fastTrackContent #MainContent {
  margin: 0 0 3em 0; }

#fastTrackContent .fastTrackBanner {
  width: 240px;
  height: auto !important;
  position: relative;
  float: left;
  margin-bottom: 1em; }

#fastTrackContent .fastTrackSavingsCalculator {
  width: 240px;
  height: 240px;
  position: relative;
  float: left;
  margin-bottom: 1em; }

#fastTrackContent #section-01 .imgWrapper {
  position: relative;
  float: left;
  margin: 0 auto;
  width: 33%; }

#fastTrackContent #section-01 img, #fastTrackContent #section-01 iframe {
  width: auto !important;
  position: relative;
  float: left;
  margin-right: 2%;
  width: 30% !important; }

#fastTrackContent #section-01 img:first-child {
  width: 128px !important; }

#fastTrackContent #section-01 img.clock {
  width: 252px !important;
  position: relative;
  left: -3em;
  top: -.95em; }

#fastTrackContent #section-01 iframe {
  float: right !important;
  width: 264px !important;
  height: 149px !important; }

#fastTrackContent #section-01 h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  margin: 1em 0 .5em 0;
  color: #272727;
  width: 100%;
  display: inline-block;
  font-size: 37px;
  line-height: 41px; }

#fastTrackContent #section-01 h2 span {
  color: #ab0006; }

#fastTrackContent #section-01 a.ui-blue-button {
  font-size: 15px;
  line-height: 23px; }

#fastTrackContent #section-01 p {
  color: #272727; }

#fastTrackContent div#fastTrackContent {
  margin-top: 0; }

#fastTrackContent #fullForm {
  background: #fff !important; }

#fastTrackContent .hidden-lg-up {
  display: none; }

/*.html-template-content {
		margin-top: 0;
		width: 1000px;
		margin: 0 auto;
	}*/
#MainContent {
  margin: 0 auto 3em auto; }

section#fastTrackContent {
  margin: 0 auto;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 2em; }

/* Begin: CTU Styling */
#TopContent {
  position: relative;
  float: left;
  width: 100%; }

/*

	#LeftContent {
		width:25%!important;
		position:relative;
		float:left;
		margin: 0 1em 0 0;
		padding:0;

	}

	#LeftContent .navside {
		width: 100%;
	}

	#LeftContent aside.leftRail {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 1em;
	}

	#LeftContent section {
		width: 100%;
		position: relative;
		float: left;
	}

	#MainTwoRailContent {
		width: 73%;
		position: relative;
		float: left;
		margin-bottom:2em;
		border-right: 1px solid red;
	}

	#MainTwoRailContent #fastTrackLogo {
		width: auto;
		height: auto;
		border: 0;
		display: block;
		position: relative;
		float: left;
		margin-right:2em;
	}
	#MainTwoRailContent iframe {
	line-height:140px;
	}
	*/
#MainContent {
  margin: 0 0 3em 0; }

.fastTrackBanner {
  width: 240px;
  height: auto !important;
  position: relative;
  float: left;
  margin-bottom: 1em; }

.fastTrackSavingsCalculator {
  width: 240px;
  height: 240px;
  position: relative;
  float: left;
  margin-bottom: 1em; }

#section-01 .imgWrapper {
  position: relative;
  float: left;
  margin: 0 auto;
  width: 33%; }

#section-01 img, #section-01 iframe {
  width: auto !important;
  position: relative;
  float: left;
  margin-right: 2%;
  width: 30% !important; }

#section-01 img:first-child {
  width: 128px !important; }

#section-01 img.clock {
  width: 252px !important;
  position: relative;
  left: -3em;
  top: -.95em; }

#section-01 iframe {
  float: right !important;
  width: 264px !important;
  height: 149px !important; }

#section-01 h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  margin: 1em 0 .5em 0;
  color: #272727;
  width: 100%;
  display: inline-block; }

#section-01 h2 span {
  color: #ab0006; }

#section-01 p {
  color: #272727; }

div#fastTrackContent {
  margin-top: 0; }

#fullForm {
  background: #fff !important; }

#htmlBody div:last-child {
  /*z-index: 1000!important;*/
  /*  background:#fff!important;
	  border:1px solid red;*/ }

/* Used to target data attributes via css
	[data-tracking="nonactive" ] {
		display:none;
	}
	*/
/* Begin:; Degree Finder Widget Styling */
/* End: Degree Finder Widget Styling */
/* End: CTU Desktop Styling */
/* Begin: CTU Responsive Styling */
/*@media only screen and (max-width : 1280px) {} – this is the start of responsive while resizing the browser
	@media only screen and (min-width : 320px) and (max-width : 767px) {} – all mobile devices
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {} – specific only to iPad Portrait
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {} – specific only to iPad Landscape
	*/
.fast-track-mb {
  display: none; }

.fast-track-dsk {
  display: none; }

/* Begin: Standard Mobile Devices */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  section.mobile-form {
    position: relative;
    float: left; }
  div#fastTrackContent {
    margin-top: 15px; } }

/* End: Standard Mobile Devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .html-template-content {
    margin-top: 0;
    text-align: center;
    width: 1000px;
    margin: 0 auto; } }

/* Google Nexus 10 */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: portrait) {
  .html-template-content {
    margin-top: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
  section#fastTrackContent {
    margin: 0 auto;
    width: 1000px;
    /* position: relative; */
    /* float: left; */
    margin-bottom: 2em; } }

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: landscape) {
  #MainContent {
    margin: 0 auto 3em auto;
    width: 1000px; }
  section#fastTrackContent {
    margin: 0 auto;
    width: 1000px;
    /* position: relative; */
    /* float: left; */
    margin-bottom: 2em; } }

/* End: Tablets */
/* End: CTU Responsive Styling */
@media (max-width: 1024px) {
  .hidden-md-down {
    display: none; } }

@media only screen and (max-width: 1280px) and (orientation: landscape) {
  .hidden-lg {
    display: block; } }

@media (max-width: 767px) and (orientation: portrait) {
  .ui-blue-button {
    width: 100%; } }

@media only screen and (max-width: 1367px) {
  #m-section-02 {
    text-align: center;
    padding: 1.25em 0;
    border-bottom: 5px solid #771217;
    margin: 0 auto;
    background-color: #ad1e23; }
  #m-section-02 h3 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    line-height: 72px; }
  .section-01 {
    padding: 0 1em 1em 1em;
    padding-bottom: 25px; }
  .section-04 .row {
    margin: 50px 0; }
  .section-03 {
    padding: 20px 15px;
    border-bottom: 5px solid #771217;
    background-color: #ededed; }
  .HDIW-header .text-center {
    font-size: 70px;
    margin: 20px 0px 0px 0px; }
  .section-05-inner {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 4px solid #B9B5B0;
    background-color: #AB2121;
    text-align: center;
    padding: 20px; }
  .section-05-inner h2 {
    color: #FFFFFF;
    font-size: 4em;
    text-transform: uppercase;
    line-height: 1em; }
  .section-05-outer {
    padding: 15px;
    background-color: #E9E7E2;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    box-shadow: 3px 3px 0px 1px #b9b5b0; }
  .section-06 h4 {
    color: #ab0006;
    font-size: 2em; }
  .flex-video {
    position: relative;
    padding-top: 1.5625rem;
    height: 59vw;
    margin-bottom: 1rem;
    overflow: hidden; } }
  @media only screen and (max-width: 1367px) and (min-device-width: 440px) {
    .flex-video {
      height: 32.5vw; } }

@media only screen and (max-width: 1367px) {
  .section-07 {
    padding: 20px 20px;
    border-bottom: 5px solid #771217;
    background-color: #ad1e23; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  section.mobile-form {
    position: relative;
    float: left; }
  div#fastTrackContent {
    margin-top: 15px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .html-template-content {
    margin-top: 0;
    text-align: center;
    width: 1000px;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .section-04 {
    padding: 40px; }
  .section-05-outer {
    /*float: none;*/
    left: 8.3333333333%; }
  .section-06 {
    /*float: none;*/
    left: 8.3333333333%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2em; } }

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .html-template-content {
    margin-top: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
  section#fastTrackContent {
    margin: 0 auto;
    width: 1000px;
    margin-bottom: 2em; } }

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  #MainContent {
    margin: 0 auto 3em auto;
    width: 1000px; }
  section#fastTrackContent {
    margin: 0 auto;
    width: 1000px;
    margin-bottom: 2em; } }

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .fast-track-mb {
    display: block; } }

@media only screen and (max-width: 1300px) and (orientation: landscape) {
  .fast-track-mb {
    display: block; }
  .fast-track-dsk {
    display: none; } }

@media (min-width: 1301px) {
  .fast-track-dsk {
    display: block; }
  .fast-track-mb {
    display: none; } }

.degree-prgrms-tabs.denver {
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 20px; }

.degree-prgrms-tabs .nav {
  padding-right: 0; }
  .degree-prgrms-tabs .nav.nav-tabs > li > a, .degree-prgrms-tabs .nav.nav-pills > li > a {
    line-height: 18px; }
  .degree-prgrms-tabs .nav.nav-tabs.degree-prgrms-faq-pills li, .degree-prgrms-tabs .nav.nav-pills.degree-prgrms-faq-pills li {
    border-right: none;
    border-radius: 0;
    margin-top: 0; }
    .degree-prgrms-tabs .nav.nav-tabs.degree-prgrms-faq-pills li.active::after, .degree-prgrms-tabs .nav.nav-pills.degree-prgrms-faq-pills li.active::after {
      z-index: 99; }
    .degree-prgrms-tabs .nav.nav-tabs.degree-prgrms-faq-pills li:first-child, .degree-prgrms-tabs .nav.nav-pills.degree-prgrms-faq-pills li:first-child {
      border-top: 1px solid #c1c1c1;
      border-radius: 6px 0 0 0; }
    .degree-prgrms-tabs .nav.nav-tabs.degree-prgrms-faq-pills li:last-child, .degree-prgrms-tabs .nav.nav-pills.degree-prgrms-faq-pills li:last-child {
      border-bottom: 1px solid #c1c1c1;
      border-radius: 0 0 0 6px; }
  .degree-prgrms-tabs .nav.nav-tabs > li {
    text-align: center;
    background-color: transparent;
    border: none; }
    .degree-prgrms-tabs .nav.nav-tabs > li > a {
      border-bottom: none;
      border-radius: 6px 6px 0 0;
      margin: 0 2px; }
      .degree-prgrms-tabs .nav.nav-tabs > li > a:hover {
        border-color: #7f7f7f; }
    .degree-prgrms-tabs .nav.nav-tabs > li.active {
      background-color: transparent; }
      .degree-prgrms-tabs .nav.nav-tabs > li.active > a {
        border-color: #c00009;
        border-bottom: none; }
        .degree-prgrms-tabs .nav.nav-tabs > li.active > a:hover {
          border-bottom: none; }
    .degree-prgrms-tabs .nav.nav-tabs > li:first-child > a {
      margin-left: 0; }
    .degree-prgrms-tabs .nav.nav-tabs > li:last-child > a {
      margin-right: 0; }

.degree-prgrms-tabs .tab-content.degree-prgrms-faq-pills-content .tab-pane.active {
  padding-left: 15px; }

@media (max-width: 980px) {
  .tabs-accordion {
    margin-bottom: 0; }
    .tabs-accordion.accordion > .panel.panel-default {
      margin: 0;
      border-radius: 0;
      background: #f8f8f8;
      border: none;
      box-shadow: none;
      border-top: 1px solid #c1c1c1; }
      .tabs-accordion.accordion > .panel.panel-default .panel-heading {
        padding: 8px 0 8px 10px;
        line-height: 19px;
        border-top: none;
        background-color: #ffffff;
        box-shadow: none; }
        .tabs-accordion.accordion > .panel.panel-default .panel-heading .panel-title {
          font-weight: 700;
          width: 100%; }
          .tabs-accordion.accordion > .panel.panel-default .panel-heading .panel-title > a {
            display: block;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            color: #000000; }
            .tabs-accordion.accordion > .panel.panel-default .panel-heading .panel-title > a.active {
              color: #c00005; }
            .tabs-accordion.accordion > .panel.panel-default .panel-heading .panel-title > a[aria-expanded=true] {
              color: #c00005; }
            .tabs-accordion.accordion > .panel.panel-default .panel-heading .panel-title > a:after {
              display: block;
              content: "\2796";
              /*Unicode character for "minus" sign (-)*/
              font-size: 11px;
              font-weight: bold;
              color: #000000;
              float: right;
              margin-right: 15px;
              text-decoration: none; }
            .tabs-accordion.accordion > .panel.panel-default .panel-heading .panel-title > a.collapsed:after {
              content: '\02795';
              /* Unicode character for "plus" sign (+) */
              font-size: 11px;
              color: #000000; }
      .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body {
        padding: 10px;
        border-top: 0px solid #dddddd;
        list-style-type: none;
        margin: 0;
        background: #ffffff;
        box-shadow: none; }
        .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body > a {
          display: block;
          font-size: 16px;
          line-height: 19px;
          padding-top: 5px;
          padding-bottom: 5px; }
          .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body > a:before {
            content: "- ";
            margin-left: -5px; }
          .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body > a[aria-expanded=true]:before {
            color: #c00005; }
        .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default {
          margin: 0;
          border-radius: 0;
          background: #ffffff;
          border: none;
          box-shadow: none; }
          .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default .panel-heading {
            background: none;
            padding-left: 0;
            box-shadow: none; }
            .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default .panel-heading .panel-title {
              font-family: Arial, sans-serif;
              font-weight: bold;
              width: 100%;
              line-height: 1.3;
              border: none; }
              .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default .panel-heading .panel-title a {
                display: block;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
                color: #000000; }
                .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default .panel-heading .panel-title a.active {
                  color: #c00005; }
                .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default .panel-heading .panel-title a[aria-expanded=true] {
                  color: #c00005; }
                .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default .panel-heading .panel-title a:after {
                  display: block;
                  content: "\2796";
                  /*Unicode character for "minus" sign (-)*/
                  font-size: 11px;
                  font-weight: bold;
                  color: #000000;
                  float: right;
                  margin-right: 5px;
                  text-decoration: none;
                  line-height: 1; }
                .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel.panel-default .panel-heading .panel-title a.collapsed:after {
                  content: '\02795';
                  /* Unicode character for "plus" sign (+) */
                  font-size: 11px;
                  color: #000000;
                  line-height: 1; }
        .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel-collapse > .panel-body {
          border: 0;
          list-style-type: none;
          margin: 0;
          padding: 0;
          background: #ffffff; }
          .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel-collapse > .panel-body ul, .tabs-accordion.accordion > .panel.panel-default > .panel-collapse > .panel-body .nested-panel-group .panel-collapse > .panel-body ol {
            padding-left: 25px; }
    .tabs-accordion.accordion.panel-group .panel-heading + .panel-collapse > .list-group, .tabs-accordion.accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 0px solid #dddddd; }
    .tabs-accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
      border: none; }
    .tabs-accordion .panel-default {
      border-bottom: none; }
      .tabs-accordion .panel-default:last-child {
        border-bottom: 1px solid #ddd; } }

@media only screen and (max-width: 767px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .ls-xs-3 {
    width: 25%;
    float: left; }
  .il-img-right {
    float: right; } }

.not-found .three-col {
  height: 420px;
  padding: 1em;
  max-width: 31%;
  margin: 0 .8em; }
  .not-found .three-col ul li {
    list-style-type: none;
    background-image: none;
    list-style: none; }
    .not-found .three-col ul li ul {
      padding-left: 0; }

.not-found #col1 {
  border: 1px solid #ccc; }

@media (max-width: 480px) {
  .not-found .three-col {
    height: auto;
    margin: .8em;
    max-width: 94%; }
    .not-found .three-col ul {
      padding-left: 1em; } }

@media (max-width: 767px) {
  .not-found .three-col {
    height: auto;
    margin: .8em;
    max-width: 96%; }
    .not-found .three-col ul {
      padding-left: 1em; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .not-found .three-col {
    max-width: 30%; }
    .not-found .three-col h3 {
      margin-bottom: .5em; }
    .not-found .three-col ul {
      padding-left: 1em;
      margin-bottom: .2em; } }

/* Import files from ctu desktop */
.hero {
  background: url(/Media/Default/CTU/blog/blog-banner.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
  margin: 0 0 1em 0;
  overflow: visible;
  border-bottom: 6px solid #9e9e9e; }
  .hero .intro {
    position: relative;
    top: 50%;
    padding-right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .hero p {
    color: #fff;
    line-height: 1.75em;
    font-weight: 200;
    margin-bottom: 0;
    text-align: center; }
  .hero h1 {
    color: #fff;
    font-family: "Trade Gothic Bold";
    font-size: 2.5rem;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center; }
  .hero:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 14px solid #9e9e9e;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    padding-top: 15px; }
  @media only screen and (min-width: 40.063em) {
    .hero h1 {
      text-align: right;
      font-size: 48px; }
    .hero p {
      padding-top: 0;
      text-align: right; } }

.content-items li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0; }

.content-items .blog-summary-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .content-items .blog-summary-image {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 992px) {
    .content-items .blog-summary-image {
      float: left;
      width: 25%; } }
  @media (min-width: 1200px) {
    .content-items .blog-summary-image {
      float: left;
      width: 25%; } }
  .content-items .blog-summary-image img {
    display: block;
    width: 100%;
    max-width: 235px;
    height: auto;
    max-height: 235px;
    padding: 0;
    margin: 0; }
  @media (max-width: 479px) {
    .content-items .blog-summary-image {
      padding-bottom: 15px; } }

.content-items .blog-post-text {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .content-items .blog-post-text {
      float: left;
      width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .content-items .blog-post-text {
      float: left;
      width: 75%; } }
  @media (min-width: 1200px) {
    .content-items .blog-post-text {
      float: left;
      width: 75%; } }
  @media (min-width: 480px) {
    .content-items .blog-post-text {
      padding-left: 10px; } }
  .content-items .blog-post-text .read-more {
    display: block;
    clear: both;
    padding: 15px 0;
    font-weight: bold;
    float: left; }

.content-items h4 {
  margin-bottom: 0.375em;
  font-size: 20px; }

.content-items time {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #777777; }

.mediafilter {
  display: block;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  z-index: 5;
  margin: 0 auto 5px;
  padding-bottom: 10px; }

.blogsearchbar {
  padding: 0; }

.blog-article article img {
  margin: 0 0 15px 15px; }

.image-right {
  float: right;
  padding: 0 0 10px 10px; }
  @media (max-width: 767px) {
    .image-right {
      float: none;
      padding: 10px;
      display: block; } }

.blog-article article ol,
.blog-article article ul {
  padding-left: 25px; }

.blog-article article ol li,
.blog-article article ul li {
  margin-bottom: 10px; }

.content p.disclaimer, p.disclaimer {
  font-size: 11px;
  font-style: italic; }

.blogsidebar {
  width: 100%;
  padding: 1px; }

.relatedDegrees {
  margin-bottom: 10px; }
  .relatedDegrees h3 {
    width: 100%;
    padding: 10px;
    background: #ebebeb;
    color: #232323;
    font-size: 20px;
    margin: 0; }
    .relatedDegrees h3:first-of-type {
      margin-top: 0; }
  .relatedDegrees .related-posts {
    overflow: hidden; }
  .relatedDegrees section {
    padding: 0px;
    font-size: 14px;
    line-height: 18px; }
  .relatedDegrees ul {
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0; }
  .relatedDegrees section ul li {
    border-bottom: 1px solid #c6c6c6;
    display: block;
    float: none;
    width: auto;
    margin-bottom: 2px;
    padding: 6px 10px; }
    @media (max-width: 767px) {
      .relatedDegrees section ul li {
        padding: 10px; } }
    .relatedDegrees section ul li:last-child {
      border-bottom: none; }

ul.blog-posts.content-items {
  padding-left: 0; }

.mediafilter div.custom.dropdown {
  display: block;
  position: relative;
  height: 36px;
  margin-bottom: 9px;
  margin-top: 2px; }

.mediafilter div.custom.dropdown a.current {
  overflow: hidden;
  display: block;
  width: auto;
  line-height: 34px;
  min-height: 36px;
  padding-left: 5px;
  padding-right: 24px;
  border: 1px solid #acacac;
  color: #232323;
  white-space: nowrap; }

ol.breadcrumbs {
  width: 100%;
  border: none;
  background: 0 0;
  font-style: italic;
  text-transform: none;
  margin: 10px 0;
  padding-left: 0; }
  ol.breadcrumbs li {
    display: inline-block;
    padding: 0 10px 0 0;
    margin-left: 0; }
    ol.breadcrumbs li:first-child a {
      padding-left: 0; }
    ol.breadcrumbs li a,
    ol.breadcrumbs li span {
      text-transform: none;
      font-size: 11px;
      color: #232323;
      padding-left: 7px; }
    ol.breadcrumbs li::before {
      color: #232323;
      content: "> ";
      font-size: 10px; }
  ol.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0; }
  ol.breadcrumbs > *:hover a, ol.breadcrumbs .breadcrumbs > *:focus a {
    text-decoration: underline; }

.category-btn-group {
  margin-bottom: 10px; }
  .category-btn-group .btn-group {
    width: 100%; }
    .category-btn-group .btn-group > .btn:first-child {
      width: 100%;
      background: #ffffff;
      background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); }
    .category-btn-group .btn-group .btn-group-vertical {
      width: 45%; }
      @media (max-width: 767px) {
        .category-btn-group .btn-group .btn-group-vertical {
          width: 35%; } }
    .category-btn-group .btn-group .btn .caret {
      float: right;
      background: url(/Media/Default/CTU/icons/filter-plus-minus.png) no-repeat 0 center;
      position: absolute;
      width: 24px;
      height: 32px;
      display: block;
      right: 5px;
      top: 0;
      border: 0; }
    .category-btn-group .btn-group.open .btn .caret {
      position: absolute;
      width: 24px;
      height: 32px;
      display: block;
      right: 5px;
      top: 0;
      background: url(/Media/Default/CTU/icons/filter-plus-minus.png) no-repeat -24px center; }
    .category-btn-group .btn-group .open > .dropdown-menu {
      width: 100%;
      background: #d9d5ce;
      border: 1px solid #acacac;
      max-height: 200px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    .category-btn-group .btn-group .multiselect-container {
      width: 100%;
      max-height: 200px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    .category-btn-group .btn-group .multiselect {
      text-align: left; }
  .category-btn-group #category-filter-button {
    margin-left: 15px;
    line-height: 1; }

.pull-right {
  float: none; }

.redbar {
  background: #c00009;
  padding: 10px 0 0 0;
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 7;
  margin-bottom: 20px;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .redbar {
      display: none; } }
  .redbar h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 3px 15px 0 0;
    font-size: 22px;
    float: left;
    font-weight: 400;
    font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif; }
  .redbar .blogarchive-dropdown ul * {
    cursor: pointer;
    border-radius: 5px;
    width: 150px;
    height: 30px;
    background-color: #920005;
    color: white;
    border: none;
    -webkit-appearance: none; }
  .redbar .search .redround {
    background: #920005;
    border-radius: 3px;
    padding: 3px;
    text-align: left;
    float: left; }
  .redbar .redround input[type=text] {
    background: #920005;
    border: none;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 145px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    zoom: 1; }
  .redbar input[type=submit] {
    border: none;
    margin: 0;
    padding: 4px 0 0;
    width: 23px;
    display: inline-block;
    zoom: 1;
    text-indent: -5000px;
    cursor: pointer;
    text-align: left;
    background: url(/Media/Default/CTU/icons/search.png) 50% 50% no-repeat #920005; }
  .redbar .redround {
    background: #920005;
    border-radius: 3px;
    padding: 3px;
    text-align: left;
    float: left;
    height: 30px; }
  .redbar select#archivesdropdown {
    padding-left: 5px;
    color: #fff;
    background-color: #920005;
    border: none;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 104% center;
    background-size: 46px;
    background-repeat: no-repeat;
    line-height: normal; }
    @media (min-width: 420px) and (max-width: 980px) {
      .redbar select#archivesdropdown {
        background-position: 102% center; } }
    .redbar select#archivesdropdown::-ms-expand {
      display: none; }

.dropdown-menu > li > a:hover {
  background-color: #ccc;
  color: #000; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ccc;
  color: #000;
  border: none; }

.blog-summary a {
  font-weight: bold; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: normal !important; }

.article-img-wrap {
  display: block;
  float: right;
  margin: 0 0 15px 25px;
  max-width: 270px;
  height: auto; }
  @media (max-width: 420px) {
    .article-img-wrap {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 100%; }
      .article-img-wrap img {
        width: 100%;
        height: auto;
        margin-top: 10px; } }

input[type=text]:focus {
  outline: none; }

.blog-article h2 {
  font-size: 30px; }

.blog-article h4 {
  font-size: 20px; }

.blog-article h6 {
  font-size: 14px;
  font-weight: bold; }

.blog-category {
  margin-bottom: 20px; }

.mobile-error {
  display: none; }

form .redform label {
  display: none; }

#requestinfo .redform-date-countdown {
  background: #000000;
  color: #fff;
  display: block;
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 6px 6px 0 0;
  position: relative;
  z-index: 10; }

.redform {
  margin: 30px auto;
  background: #c00009;
  border-radius: 6px;
  color: #fff;
  padding: 20px 15px 35px;
  background-image: url(/Media/Default/CTU/bg/LeadForm-BG-1216-1000x1000.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%; }
  .redform a,
  .redform a:hover,
  .redform a:visited {
    color: #fff;
    text-decoration: underline; }
  .redform h2 {
    font-weight: 400;
    font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: 1.1;
    font-size: 37px;
    margin: 0 0 20px; }
  @media (min-width: 768px) {
    .redform .border-right-md {
      border-right: 1px solid #cd666a; } }
  .redform .info {
    border: 0;
    padding: 0 0 0 5px; }
    .redform .info h3 {
      font-size: 32px;
      color: #fff;
      font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .redform .info .number {
      font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 20px;
      padding-bottom: 15px;
      text-transform: uppercase; }
      .redform .info .number span {
        display: block;
        font-size: 20px;
        padding-bottom: 15px; }
  .redform .form .form-field-element {
    margin-top: 25px; }
  .redform .form .zip .form-field-element {
    margin-bottom: 40px; }
  .redform .form select {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #CCC;
    color: #222;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    height: 32px;
    width: 100%;
    transition: all .15s linear;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 101% center;
    background-size: 46px;
    background-repeat: no-repeat;
    line-height: normal;
    overflow: hidden; }
    @media (max-width: 420px) {
      .redform .form select {
        background-position: 104% center; } }
    @media (min-width: 421px) and (max-width: 1025px) {
      .redform .form select {
        background-position: 102% center; } }
    .redform .form select::-ms-value {
      background: transparent;
      color: #222; }
    .redform .form select::-ms-expand {
      display: none; }
    .redform .form select:focus {
      width: auto\9; }
  .redform .form input,
  .redform .form input[type='text'],
  .redform .form input.text {
    margin: 0;
    height: auto;
    line-height: 1;
    padding: 8px 6px;
    font-size: 16px;
    color: #222;
    width: 100%;
    float: none;
    clear: both;
    display: block; }
  .redform .form .tcpa-wrap {
    padding: 0;
    color: #fff;
    clear: both; }
    .redform .form .tcpa-wrap a {
      color: #fff;
      text-decoration: underline; }
  .redform .form .location,
  .redform .form .degreelevel,
  .redform .form .programinterest,
  .redform .form .first-name,
  .redform .form .last-name,
  .redform .form .email,
  .redform .form .phone {
    clear: both; }
  .redform .form .btn {
    clear: both; }
    .redform .form .btn.ui-button {
      background: #0e6291;
      color: #fff;
      font-size: 18px;
      height: 36px;
      line-height: 1;
      margin-top: 2.7em;
      width: 33%;
      padding-top: 0; }
  @media (min-width: 768px) {
    .redform .form .zip {
      clear: both; } }
  .redform .field-validation-error {
    color: #FFCD9A;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.3;
    position: absolute;
    display: inline;
    float: left;
    width: 100%; }
    @media (min-width: 767px) {
      .redform .field-validation-error {
        width: 430px; } }

/*remove x ie clear text fields typing value*/
::-ms-clear {
  display: none; }

/* Turn Off Number Input Spinners */
/* for chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* for mozilla */
input[type=number] {
  -moz-appearance: textfield; }

@media only screen and (max-width: 1366px) {
  .redform .form .btn.ui-button {
    width: 75%; } }

.side-form {
  padding-bottom: 30px;
  border: 1px solid #c1c1c1; }
  .side-form .container {
    width: 100%; }
  .side-form h3.request-info {
    background: none repeat scroll 0 0 #474747;
    padding: 15px 20px;
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-family: "Trade Gothic Bold";
    font-weight: 400; }
  .side-form p {
    color: #474747;
    padding: 10px 20px;
    margin: 0 !important;
    font-style: normal; }
  .side-form .form {
    padding: 0 20px; }
  .side-form .form .rfv {
    float: left;
    background: #ffe9ea;
    color: #c00009;
    width: 100%;
    padding: 6px 12px;
    font-size: 11px;
    position: relative;
    top: -5px; }
  .side-form .form fieldset {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%; }
  .side-form .form select {
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    margin-bottom: 5px;
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 102% center;
    background-size: 46px;
    background-repeat: no-repeat;
    line-height: normal; }
    @media (max-width: 420px) {
      .side-form .form select {
        background-position: 103% center; } }
    @media (min-width: 421px) and (max-width: 767px) {
      .side-form .form select {
        background-position: 101% center; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .side-form .form select {
        background-position: 101% center; } }
    .side-form .form select::-ms-expand {
      display: none; }
    .side-form .form select:focus {
      width: auto\9; }
  .side-form .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .side-form .ui-button.rounded {
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0 !important;
    background: #c00009;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: none; }
  .side-form .text-fields {
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    display: block;
    margin: 15px 0; }
  .side-form .text-fields input {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #eae9e3;
    padding: 12px;
    height: auto;
    width: 100%;
    line-height: 1; }
  .side-form .ui-button:hover {
    background-color: #232323;
    box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.5); }
  .side-form .form-field-element {
    margin: 0; }
    .side-form .form-field-element.form-field-element-text-field {
      margin: 0; }
    .side-form .form-field-element label {
      display: none; }
  .side-form span.infolabel {
    color: #fff;
    font-weight: normal;
    font-family: "Trade Gothic";
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    background-color: #c00009;
    width: 100%;
    display: block;
    margin-bottom: 3px;
    line-height: 30px; }
    .side-form span.infolabel h3 {
      margin: 0;
      padding: 0;
      color: #fff;
      line-height: 30px;
      font-weight: normal;
      font-family: "Trade Gothic";
      font-size: 20px;
      text-transform: uppercase; }
  .side-form .text-fields fieldset.first-child input {
    border-radius: 10px 10px 0 0; }
  .side-form .text-fields fieldset.zip input {
    border-radius: 0 0 10px 10px; }
  .side-form .field-validation-error {
    display: inline-block;
    background: #ffe9ea;
    color: #c00009;
    width: 100%;
    padding: 6px 12px;
    font-size: 11px;
    position: relative; }
  .side-form .location .field-validation-error,
  .side-form .degreelevel .field-validation-error,
  .side-form .programinterest .field-validation-error {
    top: -5px; }
  .side-form .zip .field-validation-error {
    border-radius: 0 0 10px 10px; }
  .side-form .tcpa-wrap a,
  .side-form .tcpa-wrap a:visited {
    color: #474747;
    text-decoration: underline; }

/* Import files from ctu mobile */
.top-bar {
  overflow: hidden;
  line-height: 2.8125rem;
  position: relative;
  margin-bottom: 0;
  z-index: 100;
  height: 81px; }

.top-bar,
.top-bar.expanded .title-area {
  background: #fff; }

a#mToll {
  margin-left: 10px; }

.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem; }

.hide-behind {
  display: none; }

/*.top-bar .toggle-topbar.menu-icon a {
	height: 34px;
	line-height: 33px;
	padding: 0 2.5rem 0 0.9375rem;
	color: #fff;
	position: relative;
}*/
/*.top-bar .toggle-topbar.menu-icon a span::after {
	box-shadow: none;
	border-radius: 3px;
	margin-top: -23px;
	left: 20px;
	width: 29px;
	content: "";
	position: absolute;
	display: block;
	height: 0;
	top: 50%;
	margin-top: -8px;
	right: 0.9375rem;
	box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
	width: 16px;
}*/
.top-bar .title-area {
  position: relative;
  margin: 0;
  padding: 0; }

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px; }

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0; }

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0; }

.top-bar ul {
  margin-bottom: 0;
  list-style: none; }

.top-bar .name {
  height: 2.8125rem;
  margin: 0;
  font-size: 16px; }

@media (max-width: 801px) {
  .i-ctu-logo-red {
    font-size: 93px;
    line-height: 50px;
    padding-top: 5px;
    display: block; }
  .shrink .i-ctu-logo-red:before {
    display: none; }
  .nav-subsection, .find-program {
    z-index: 1; }
  .top-bar .name {
    padding: 15px 15px 0 15px;
    height: 82px;
    display: block; }
  .top-bar .name a {
    width: 50px;
    display: inline-block;
    height: 50px; }
  .top-bar .name img {
    max-width: 100%;
    width: auto; }
  .top-bar.expanded {
    background-color: #8d0004;
    padding-bottom: 20px;
    z-index: 1001;
    height: 1500px !important; }
  .top-bar-section a:active, .top-bar-section a:hover {
    background-color: #c00009 !important;
    color: #fff !important; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #c00009 !important;
    background: #c00009 !important;
    color: #fff !important; }
  .top-bar, .top-bar.expanded .title-area {
    background: #fff; }
  .top-bar-section .dropdown li.title h5 a {
    font-family: "Trade Gothic";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 25px 22px 22px 40px;
    display: block;
    color: #fff; }
  /*'Back' Link*/
  .top-bar-section .dropdown li.title h5 a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent white transparent transparent;
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: 1px;
    position: absolute;
    left: 15px; }
  .top-bar-section ul li.active > a {
    background-color: #c00009; }
  .top-bar-section ul li > a {
    font-size: 16px; }
  .top-bar-section ul li > a,
  .top-bar-section .has-dropdown .dropdown li {
    font-family: "Trade Gothic";
    font-weight: bold;
    text-transform: uppercase; }
  .top-bar-section .dropdown li a {
    width: 100%;
    display: block;
    font-weight: normal; }
  .top-bar-section .has-dropdown .dropdown li {
    font-family: "Trade Gothic";
    font-size: 14px; }
  .top-bar-section .has-dropdown .dropdown li:hover,
  .top-bar-section .has-dropdown .dropdown li:active {
    background-color: #8d0004 !important; }
  .top-bar-section ul li {
    background: #8d0004 !important;
    border-bottom: 1px solid #a60106;
    box-shadow: 0 1px 0 #690003;
    margin-bottom: 1px; }
  .top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent white; }
  .top-bar .toggle-topbar.menu-icon {
    margin-top: -60px;
    width: 60px; }
  .top-bar .toggle-topbar.menu-icon span {
    margin-left: 0; }
  /*.top-bar .toggle-topbar.menu-icon:after {
		content: 'MENU';
		color: #c00009;
		font-size: 15px;
		float: left;
		display: block;
		margin-top: 30px;
		left: 0;
		font-family: "Trade Gothic Bold";
		font-weight: normal;
		text-align: center;
		width: 35px;
	}*/
  .shrink .top-bar .toggle-topbar.menu-icon:after {
    color: #fff; }
  .top-bar .toggle-topbar.menu-icon a {
    line-height: 15px;
    color: #c00009 !important;
    padding: 0;
    font-family: "Trade Gothic Bold";
    font-weight: normal;
    font-size: 37px;
    text-align: center;
    height: 60px;
    width: 35px; }
  .top-bar.expanded .toggle-topbar.menu-icon a {
    background: #8d0004;
    color: #fff !important;
    padding-right: 0;
    padding-left: 0;
    height: 82px;
    width: 84px; }
  /*.top-bar.expanded .toggle-topbar .i-hamburger-menu:before {
		content: "\e910";
		font-size: 28px;
		margin-top: 0;
	}*/
  .shrink .toggle-topbar.menu-icon .i-hamburger-menu {
    display: none; }
  .shrink-padding {
    padding-top: 5px; }
  /*.top-bar.expanded .toggle-topbar .i-hamburger-menu:after {
		left: 23px;
		color: #fff;
		margin-top: 15px;
	}*/
  /*.top-bar .toggle-topbar.menu-icon a span::after {
		box-shadow: none;
		border-radius: 3px;
		margin-top: -23px;
		left: 20px;
		width: 29px;
	}*/
  .top-bar-section .dropdown li {
    color: #fff; }
  .top-bar-section .dropdown li.parent-link {
    padding-left: 0; }
  .top-bar-section .dropdown .drop-secondary a {
    padding-left: 3em;
    position: relative;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 18px; }
  .top-bar-section .drop-secondary li.title {
    margin-left: 0; }
  .top-bar-section .drop-secondary li.parent-link {
    margin-left: 0;
    padding-left: 0; }
  .top-bar-section .drop-secondary .moved li.parent-link {
    margin-left: 0;
    padding-left: 1em; }
  .top-bar-section .dropdown li.parent-link a {
    font-weight: bold;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 18px; }
  .top-bar-section .dropdown .moved li.parent-link a {
    margin-left: 0;
    padding-left: 1em; }
  .ctu-mobile .top-bar-section .dropdown li.parent-link {
    display: block; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  .top-bar-section .has-dropdown.moved {
    position: static; }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    height: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
    width: 100%; } }

@media only screen and (min-width: 800px) {
  .madpow-mobile .top-bar-section .dropdown li.parent-link {
    display: block !important; } }

/* Portrait */
@media (min-device-width: 800px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .madpow-mobile .top-bar-section .dropdown li.parent-link {
    display: block !important; } }

.ui-button-large {
  font-family: "Trade Gothic";
  font-size: 17px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #c00009;
  padding: 6px 0;
  border-radius: 6px !important;
  border: none;
  display: block;
  margin: 25px 0;
  width: 100%;
  outline: none;
  cursor: pointer; }

.ui-button-large:hover, .ui-button-large:active, .ui-button-large:focus {
  color: #fff !important;
  background-color: #8d0004 !important; }

.find-program .ui-button-large {
  margin-top: 0;
  margin-bottom: 15px; }

input[type="search"].mobile-search-trans {
  background: #aa4043;
  border: 0 !important;
  outline: none;
  box-shadow: none;
  cursor: default;
  height: 55px;
  width: 100%;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  border-radius: 5px !important; }

.m-search-wrap .i-magnify-small {
  position: absolute;
  right: 25px;
  color: #fff;
  margin-top: 15px;
  font-size: 25px;
  /* Portrait */ }
  @media (min-width: 768px) and (max-width: 800px) {
    .m-search-wrap .i-magnify-small {
      margin-top: 35px; } }
  @media (min-device-width: 768px) and (max-device-width: 800px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
    .m-search-wrap .i-magnify-small {
      margin-top: 35px; } }

.mobile-menu-11 ::-webkit-input-placeholder, .mobile-search-trans::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  font-size: 15px; }

.mobile-menu-11 :-moz-placeholder, .mobile-search-trans:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 15px;
  opacity: 1; }

.mobile-menu-11 ::-moz-placeholder, .mobile-search-trans::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 15px;
  opacity: 1; }

.mobile-menu-11 :-ms-input-placeholder, .mobile-search-trans:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 15px; }

[type="search"].mobile-search-trans {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: normal;
  font-family: "Arial";
  appearance: textfield; }

button.mobile-btn-search {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0; }

.nav-subsection {
  background: #c00009;
  height: 65px;
  width: 100%;
  clear: both;
  padding: 10px 15px 0 15px;
  margin: 0 auto; }

.i-menu-gradient {
  margin-top: -10px; }

.m-mobile-call {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0; }

.m-mobile-call:after {
  content: "call";
  color: #fff;
  text-transform: uppercase;
  margin-top: 24px;
  display: block;
  font-size: 13px;
  font-family: "Trade Gothic"; }

.m-live-chat {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 25px;
  padding-bottom: 0;
  text-align: center;
  line-height: 0; }

.m-live-chat:after {
  content: "live chat";
  color: #fff;
  text-transform: uppercase;
  margin-top: 24px;
  margin-left: 0;
  display: block;
  font-size: 13px;
  font-family: "Trade Gothic"; }

.m-request-info {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  border-radius: 6px;
  display: inline-block;
  float: right;
  font-family: "Trade Gothic Bold";
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #c00009;
  text-transform: uppercase;
  height: 45px;
  width: 155px; }

.m-request-info .i-info-i {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  background-color: #c00009;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 7px;
  padding-top: 5px;
  float: left; }

.top-bar .name .i-CTU-icon {
  display: none; }

@media only screen and (min-width: 360px) and (max-width: 360px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .m-request-info {
    float: right; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .m-mobile-call {
    margin-right: 5%;
    margin-top: 22px; }
  .m-live-chat {
    margin-right: 5%;
    margin-top: 22px; }
  .m-mobile-call:after {
    content: "1-855-230-0555";
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Trade Gothic"; }
  .shrink .m-mobile-call:after {
    content: "call";
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    font-family: "Trade Gothic";
    text-align: center; }
  .m-live-chat:after {
    content: "live chat";
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Trade Gothic"; }
  .m-live-chat.i-chat:before {
    margin-right: 100px; }
  .m-request-info {
    padding-right: 10px;
    margin-top: 4px;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    float: right;
    height: 39px;
    width: auto; }
  .m-request-info .i-info-i {
    margin-top: -3px; } }

@media only screen and (max-aspect-ratio: 13 / 9) {
  /* Samsung Keyboard - Why u no work? */
  /*.m-mobile-call {margin-right: 10%; margin-top: 5px;}*/
  /*.m-live-chat {margin-right: 10%; margin-top: 5px;}*/
  .m-mobile-call:after {
    content: "call";
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    font-family: "Trade Gothic";
    text-align: center; }
  .m-live-chat:after {
    content: "live chat";
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
    margin-left: 0;
    display: block;
    font-size: 13px;
    font-family: "Trade Gothic"; } }

@media (min-width: 768px) and (max-width: 801px) {
  .m-mobile-call {
    margin-right: 0;
    margin-top: 23px; }
  .shrink .m-mobile-call {
    margin-right: 0;
    margin-top: 15px; }
  .m-live-chat {
    margin-right: 7%;
    margin-top: 23px; }
  .m-mobile-call:after {
    content: "1-855-230-0555";
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Trade Gothic"; }
  .shrink .m-mobile-call:after {
    content: "call";
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    font-family: "Trade Gothic";
    text-align: center; }
  .m-live-chat:after {
    content: "live chat";
    margin-top: 0;
    margin-left: 35px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Trade Gothic"; }
  .m-live-chat.i-chat:before {
    margin-right: 60px; }
  .m-request-info {
    padding-right: 10px;
    margin-top: 5px;
    padding-top: 2px;
    display: inline-block;
    line-height: 38px;
    font-size: 16px;
    float: left;
    height: 39px;
    width: auto; }
  .nav-dropdown {
    display: inline-block;
    float: right;
    margin-top: 5px;
    width: 195px !important; }
  a.nav-login {
    line-height: 34px !important;
    padding-top: 5px !important;
    font-size: 16px !important;
    color: #272727; }
  .nav-drop-menus {
    top: 39px !important; }
  #hpAB1 #ctu-side-menu {
    width: 275px;
    margin-top: 20px !important; }
  div#sideForm span.infolabel {
    font-size: 19px;
    padding: 5px 10px 5px 10px; } }

@media only screen and (min-width: 802px) {
  .mobile-menu-11, .nav-subsection {
    display: none !important; }
  .ctu-menu-container {
    display: block; } }

@media only screen and (max-device-width: 736px) and (min-device-width: 375px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .m-request-info {
    float: right;
    margin: 0;
    margin-right: 10px; } }

.m-sticky-call a, .m-sticky-chat a {
  display: none; }

.shrinkClick .m-sticky-call a {
  background: url("/Media/Default/CTU/icons/m-sticky-call.png") no-repeat;
  height: 55px;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 27%; }

.shrinkClick .m-sticky-chat a {
  background: url("/Media/Default/CTU/icons/m-sticky-chat.png") no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  position: fixed;
  top: 0;
  margin-top: 10px;
  left: 45%; }

.shrinkClick .m-sticky-info a {
  background: url("/Media/Default/CTU/icons/m-sticky-info.png") no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 69%; }

.shrinkClick {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #c00009;
  width: 100%;
  height: 60px; }

.shrinkClick.top-bar .name {
  height: 60px;
  padding: 10px 15px 0; }

.shrinkClick.top-bar .title-area {
  background: #c00009; }

.shrinkClick.top-bar .name a {
  background: url("/Media/Default/CTU/icons/m-sticky-logo.png") no-repeat; }

.shrinkClick.top-bar .toggle-topbar.menu-icon {
  top: 0;
  margin-top: 0; }

.shrinkClick.top-bar .toggle-topbar.menu-icon a {
  background: url("/Media/Default/CTU/icons/m-sticky-menu.png") no-repeat 20px 9px;
  height: 60px;
  width: 70px; }

.shrinkClick.top-bar.expanded .toggle-topbar.menu-icon a {
  background: #8d0004 url("/Media/Default/CTU/icons/hamburger-menu-on.png") no-repeat 20px 7px; }

.shrinkClick .m-request-info {
  background: transparent url("/Media/Default/CTU/icons/m-sticky-info.png") no-repeat; }

.shrinkClick .m-mobile-call {
  position: absolute;
  top: 5px;
  left: 25%;
  z-index: 9999; }

.shrinkClick.top-bar.expanded {
  overflow-y: scroll;
  height: 100% !important; }

.shrinkClick .top-bar-section ul li > a {
  padding: 8px 22px; }

.shrinkClick .top-bar-section .dropdown li.title h5 a {
  padding-top: 10px;
  padding-bottom: 10px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .shrinkClick .m-mobile-call {
    margin-top: 15px; }
  .shrinkClick .m-mobile-call:after {
    content: "call";
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    font-family: "Trade Gothic";
    text-align: center; } }

.shrinkClick2 .m-sticky-call a, .shrinkClick2 .m-mobile-call a {
  background: url("/Media/Default/CTU/icons/m-sticky-call.png") no-repeat;
  height: 55px;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 27%; }

.shrinkClick2 .m-sticky-chat a {
  background: url("/Media/Default/CTU/icons/m-sticky-chat.png") no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  position: fixed;
  top: 0;
  margin-top: 10px;
  left: 45%; }

.shrinkClick2 .m-sticky-info a {
  background: url("/Media/Default/CTU/icons/m-sticky-info.png") no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 69%; }

.shrinkClick2 {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #c00009;
  width: 100%;
  height: 60px; }

.shrinkClick2.top-bar .name {
  height: 60px;
  padding: 10px 15px 0; }

.shrinkClick2.top-bar .title-area {
  background: #c00009; }

.shrinkClick2.top-bar .name a {
  background: url("/Media/Default/CTU/icons/m-sticky-logo.png") no-repeat;
  display: inline-block;
  width: 42px;
  height: 38px; }

.m-sticky-call a, .m-sticky-chat a {
  display: none; }

.shrink .m-sticky-call a {
  background: url("/Media/Default/CTU/icons/m-sticky-call.png") no-repeat;
  height: 55px;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 27%; }

.shrink .m-sticky-chat a {
  background: url("/Media/Default/CTU/icons/m-sticky-chat.png") no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  position: absolute;
  top: -60px;
  margin-top: 10px;
  left: 45%; }

.shrink .m-sticky-info a {
  background: url("/Media/Default/CTU/icons/m-sticky-info.png") no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 69%; }

.shrink {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #c00009;
  width: 100%;
  height: 60px; }

.shrink.top-bar .name {
  height: 60px;
  padding: 10px 15px 0; }

.shrink.top-bar .title-area {
  background: #c00009; }

.shrink.top-bar .name a {
  background: url("/Media/Default/CTU/icons/m-sticky-logo.png") no-repeat; }

.shrink.top-bar .toggle-topbar.menu-icon {
  top: -60px;
  width: 51px;
  margin-top: 0;
  padding-top: 8px; }
  .shrink.top-bar .toggle-topbar.menu-icon.close-wrap {
    width: 70px; }

.shrink.top-bar .toggle-topbar.menu-icon a {
  height: 60px;
  width: 30px; }

.shrink.top-bar.expanded .toggle-topbar.menu-icon {
  background: #8d0004; }

.shrink .m-request-info {
  background: transparent url("/Media/Default/CTU/icons/m-sticky-info.png") no-repeat; }

.shrink .m-mobile-call {
  position: absolute;
  top: 5px;
  left: 25%;
  z-index: 9999; }

.shrink.top-bar.expanded {
  overflow-y: scroll;
  height: 100% !important; }

.pos-absolute {
  position: absolute; }

.shrink .top-bar-section ul li > a {
  padding: 18px 22px;
  line-height: 1; }

.shrink .top-bar-section .dropdown li.title h5 a {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1; }

@media (max-width: 801px) {
  .madpow-mobile {
    display: block; }
  .ctu-menu-container {
    display: none; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  .shrink .m-mobile-call {
    margin-top: 15px; }
  .shrink .m-mobile-call:after {
    content: "call";
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
    margin-left: 0;
    font-size: 13px;
    font-family: "Trade Gothic";
    text-align: center; } }

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px; }

.top-bar-section .has-dropdown {
  position: relative; }

.top-bar-section ul li > a,
.top-bar-section .has-dropdown .dropdown li {
  font-family: "Trade Gothic";
  font-weight: bold;
  text-transform: uppercase; }

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0; }

.expanded .top-bar-section {
  position: absolute;
  width: 100% !important; }

.noscroll {
  overflow: hidden;
  position: relative; }

.ctu-mobile {
  display: none;
  /* Portrait */
  /* Menu icon*/ }
  .ctu-mobile .top-bar-section h5 {
    margin-bottom: 0; }
  @media (max-width: 801px) {
    .ctu-mobile {
      display: block; } }
  @media (max-device-width: 800px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
    .ctu-mobile {
      display: block; } }
  .ctu-mobile .menu-icon {
    float: right;
    position: relative; }
    .ctu-mobile .menu-icon a {
      transform: rotate(0deg);
      cursor: pointer; }
      .ctu-mobile .menu-icon a:after {
        content: 'MENU';
        color: #c00009;
        font-size: 15px;
        float: left;
        display: block;
        margin-top: 30px;
        left: 0;
        font-family: "Trade Gothic Bold";
        font-weight: normal;
        text-align: center;
        width: 35px; }
      .ctu-mobile .menu-icon a.close-icon {
        margin-left: 19px; }
        .ctu-mobile .menu-icon a.close-icon:after {
          content: 'MENU';
          color: #fff;
          font-size: 15px;
          float: left;
          display: block;
          margin-top: 22px;
          left: 0;
          font-family: "Trade Gothic Bold";
          font-weight: normal;
          text-align: center;
          width: 45px; }
        .ctu-mobile .menu-icon a.close-icon span {
          background: #fff; }
          .ctu-mobile .menu-icon a.close-icon span:nth-child(1) {
            transform: rotate(45deg);
            top: -1px;
            left: 3px; }
          .ctu-mobile .menu-icon a.close-icon span:nth-child(2) {
            width: 0%;
            opacity: 0; }
          .ctu-mobile .menu-icon a.close-icon span:nth-child(3) {
            transform: rotate(-45deg);
            top: 23px;
            left: 3px; }
      .ctu-mobile .menu-icon a span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #c00009;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out; }
        .ctu-mobile .menu-icon a span:nth-child(1) {
          top: 0px;
          transform-origin: left center; }
        .ctu-mobile .menu-icon a span:nth-child(2) {
          top: 10px;
          transform-origin: left center; }
        .ctu-mobile .menu-icon a span:nth-child(3) {
          top: 20px;
          transform-origin: left center; }
  .ctu-mobile .shrink .menu-icon a:after {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Trade Gothic";
    text-align: center;
    width: 29.5px;
    margin-top: 28px; }
  .ctu-mobile .shrink .menu-icon a span {
    background: #fff;
    height: 4px;
    border-radius: 5px; }
  .ctu-mobile .shrink .menu-icon.close-wrap a {
    width: 34px; }
  .ctu-mobile .shrink .menu-icon:hover {
    cursor: pointer; }

.name a {
  color: #c00009; }
  .name a:hover, .name a:focus, .name a:active, .name a:visited {
    color: #c00009; }

@media (max-width: 767px) {
  .nav-dropdown {
    display: none !important; } }
