body
{
    font-family: 'reg';
    font-size: 13px;
    color: #555;
}
a
{
  font-family: 'reg' !important
  text-decoration:underline;
  color: #296192;
}
a:hover, a:focus
{
  color: #1E496D;
}
p
	{
  font-size: 14px;
	}
small, small a
{
  font-family: 'reg';
  font-size: 11px;
}
h1
{
    font-family: 'reg';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    color: #002c75;
}
h4
	{
  font-family: 'reg';
  font-size: 18px;
  font-weight: bold;
	}
h2
{
  font-family: 'reg';
  font-size: 20px;
  color: #003366;
}
.underlined
{
  border-bottom: 1px solid #ddd;
}
h3, h3 a
	{
  font-family: 'reg';
  font-size: 18px;
	}
h6
{
    font-family: "semi";
    font-size: 14px;
    font-weight: 500;
}

.content-widget-techsupport
{
    color: #555;
}
.content-widget-techsupport h4
{
    font-size: 14px;
}
.content-widget-techsupport div
{
    padding-left: 10px;
}

.content-widget a {
    color: #002c77;
}
    .content-widget a:hover {
        text-decoration: underline;
}

.content-widget h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
    .content-widget h2 a {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
    }
.content-widget .widget-learn-more-lnk a {
    text-align: center;
}

/*******************************************************************************
 * NAVIGATION
 ******************************************************************************/
.nav-login .icon {
  background: url('/images/nav_icons.png') left no-repeat;
  float: left;
  margin-top: -4px;
}
.icon-phone {
  background-position: 0 -2px !important;
  width: 26px;
  height: 35px;
  display: table-cell;
}
.icon-chat {
  background-position: -46px -2px !important;
  width: 38px;
  height: 35px;
  display: table-cell;
}
.icon-login {
  background-position: -96px -2px !important;
  width: 35px;
  height: 35px;
  display: table-cell;
}
.icon-request {
  background-position: -204px 0 !important;
  width: 18px;
  height: 35px;
  display: table-cell;
}
.icon-search {
  background-position: -250px -1px !important;
  width: 30px;
  height: 35px;
  display: table-cell;
}
.icon-apply {
  background-position: -151px -3px !important;
  width: 23px;
  height: 35px;
  display: table-cell;
}

#topNav span.fa, #topNav span.icon {
    color: #777;
}

.nav-login {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: inherit;
    margin-bottom: 0;
    width: auto;
    height: 37px;
}
.nav-login ul li:hover {
    background: #add1ee none repeat scroll 0 0;
}
.nav-login ul li a {
    color: #002c75 !important;
    vertical-align: middle;
    padding: 4px 4px;
}
.nav-login ul li a i {
    color: #aaa !important;
    vertical-align: middle;
    margin-right: 5px;
}
.nav-login ul li a small {
    line-height: 26px;
}

.curved-shadow::before, .curved-shadow::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 75px;
    box-shadow: 0 15px 21px 1px rgba(0, 0, 0, 0.7);
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 47%;
    transform: rotate(-5deg);
    width: 50%;
    z-index: -1;
}
.curved-shadow::after {
    left: auto;
    right: 10px;
    transform: rotate(5deg);
}

#main-menu
{
    margin-top: 40px;
}
    #main-menu ul li:hover
    {
        background: #add1ee none repeat scroll 0 0;
    }
    #main-menu ul li div
    {
        height: 50px;
        line-height: 50px;
    }
    #main-menu ul li div a
    {
        font: normal 14px "reg";
        color: #002c75;
        padding: 6px;
        background-color: transparent;
        line-height: 26px;
    }
    #main-menu ul li div a:hover
{
        text-decoration: none;
}

nav#divHeaderCont
{
    background: inherit !important;
    border: 0;
    box-shadow: inherit !important;
    margin-bottom: 0;
}

#sub-header
{
    background-color: #46166b;
    color: #ccc;
}
    #sub-header .breadcrumb
{
        margin: 10px 0;
        background-color: transparent;
        padding: 8px 15px 8px 10px;
    }
        #sub-header .breadcrumb > .active
	{
            color: #fff;
	}
        #sub-header .breadcrumb a
        {
            color: #ccc;
}
        #sub-header .breadcrumb a:hover
{
            color: #fff;
            text-decoration: underline;
        }
        #sub-header .breadcrumb .login > a
        {
            color: #fff;
}

.breadcrumb-header
{
    margin-top: 10px;
    padding: 8px 0;
}
    .breadcrumb-header span
  {
        padding-left: 5px;
    }

#mobile-nav .menu-search {
    height: 40px;
    padding: 7px 10px 0;
}
    #mobile-nav .menu-search input {
        background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
        color: rgba(0, 0, 0, 0.7);
        border: medium none;
        border-radius: 26px;
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        margin: 0;
        outline: medium none;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
  }
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #002c75;
}

.login-crumbs
{
    padding-left: 0 !important;
}
@media (min-width: 992px)
{
    .login-crumbs
    {
        margin-top: 10px;
        float: right;
    }
}

.child-sidebar .list-group, .child-sidebar .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: inherit !important;
    box-shadow: inherit !important;
    font-size: 16px;
}
.child-sidebar a.list-group-item {
    color: #002c77;
}
.child-sidebar a.active {
    color: #fff;
}

/*******************************************************************************
 * FOOTER
 ******************************************************************************/
footer
{
    background-color: #000a3f;
    background-image: linear-gradient(to bottom, #013195, #000a3f);
    font-family: "reg";
    font-size: 11px;
}
    footer .footer-container
{
        padding: 30px 0 60px 0;
}
    footer, footer a
{
        color: #fff;
}
        footer a:hover
{
            color: #fff;
  text-decoration: underline;
}

footer.footer-white
{
    background-color: #fff !important;
    background-image: inherit !important;
    font-family: "reg" !important;
    font-size: 11px !important;
}
    footer.footer-white .footer-container
	{
        padding: 30px 0 60px 0 0 !important;
	}
    footer.footer-white, footer.footer-white a
    {
        color: inherit !important;
}
        footer.footer-white a:hover
{
            color: inherit !important;
            text-decoration: underline !important;
}
#blue-bar-foot
{
    background-color: #46166b !important;
    position: relative;
    /*
    z-index: -10;
    margin-top: -50px;
    */
}
    #blue-bar-foot .col-md-12
    {
        height: 100px !important;
}

.blue-bar-foot-under {
    height: 50px;
    background-color: #46166b;
    z-index: -10;
    margin-top: -50px;
}

/*******************************************************************************
 * SIDEBAR
 ******************************************************************************/
#interior-body-left
{
    padding-top: 20px;
}
    #interior-body-left .list-group-item
{
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;
}
        #interior-body-left .list-group-item:last-child
{
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
}
    #interior-body-left .list-group-item-heading
{
        background-color: #f5f5f5;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-bottom: 0;
        border-bottom: 0;
}
    #interior-body-left .sidebar-widget
{
        margin-bottom: 40px;
}
    #interior-body-left p
{
        font-family: "reg";
        font-size: 13px;
}
    #interior-body-left .events-list h2
{
        font-family: "reg";
        font-size: 15px;
        font-weight: 600;
        color: #660000;
        margin: 0;
}
    #interior-body-left .events-list p
{
        margin: 0;
}
    #interior-body-left .events-list .list-group-item:first-child
    {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


#widget-calendar
{
    position: relative;
}
#widget-calendar .k-content, #widget-calendar .k-widget, #widget-calendar table, #widget-calendar tbody, #widget-calendar .k-footer
{
    background-color: transparent !important;
}
#sidebar-calendar
	{
    z-index: 1;
    width: 100%;
}
#calendar-watermark-container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding: 58px 0 36px 0;
	}
#calendar-watermark
{
    width: 100%;
    height: 100%;
    background: url(../images/knights-watermark.jpg) no-repeat scroll center 0;
    background-size: contain;
}

/*******************************************************************************
 * STYLE
 ******************************************************************************/

.site-header {
    background: #46166b;
    padding-top: 18px;
    position: relative;
    z-index: 2;
}
.logo
{
    margin-top: 0;
}

@media (min-width: 992px)
{
    .logo
{
        margin-top: 8px;
        margin-left: -10px;
    }
}

#interior-body
{
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #fff;
}
body {
    background-color: #c3c8c8;
}

#interior-body-shadow-right
{
    position: absolute;
    box-shadow: 10px 0 10px #888;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -20;
}
#interior-body-shadow-left
{
    position: absolute;
    box-shadow: -10px 0 10px #888;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -20;
}

/* CFE2F0 */
.panel-primary {
    border-color: #ddd;
}
.panel-primary > .panel-heading {
    background-image: inherit;
    background-color: #CFE2F0;
    border-color: #CFE2F0;
    color: #002c77;
}
.panel-primary > .panel-heading .panel-title {
    text-transform: uppercase;
}

#page-header-img
{
    position: relative;
    width: auto;
}
    #page-header-img img
    {
        position: relative;
}
    #page-header-img h1
    {
        position: absolute;
        top: 5px;
        left: 40px;
  color: #fff;
        font: "reg";
        font-size: 4em;
        z-index: 5;
}

dl.testimonials {
    font-size: 14px;
}
dl.testimonials dt {
    font-weight: normal;
    font-style: italic;
}
dl.testimonials dd {
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}
dd {
    padding-left: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

/**********************************************************
 * Kendo / Bootstrap Fixes
 *********************************************************/

.kendo-ddl-fix
{
    padding: 0 !important;
    background-color: inherit !important;
    width: 100% !important;
}
.k-combobox span
  {
    line-height: 32px;
  }
.k-combobox input
{
    line-height: 32px !important;
    height: 32px !important;
}

.panel-heading-unv
{
    background-image: linear-gradient(to bottom, #80a0db, #ffffff) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a0db', endColorstr='#ffffff') !important; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#80a0db), to(#ffffff)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #80a0db,  #ffffff) !important; /* for firefox 3.6+ */
}

.has-error .form-control .k-dropdown-wrap,
.has-error .k-picker-wrap
{
    border-color: #a94442;
}
.has-success .form-control .k-dropdown-wrap,
.has-success .k-picker-wrap
{
    border-color: #3c763d;
}

.k-dropdown
{
    height: 30px;
}

#newuser span.form-control-feedback
{
  margin-right: 15px;
}

div.has-error div.error, div.error, div.has-error label.error
{
  font-weight: normal;
  padding-top: 10px;
  color: #990000;
}

div.has-success .error
{
  display: none !important;
}
.form-horizontal div.form-group.has-feedback.has-success
{
  height: 34px;
}

/*******************************************************************************
 * DROP DOWN MENU
 ******************************************************************************/
nav.main-nav {
    margin-top: 10px;
	text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
  }
nav.main-nav li {
    white-space: nowrap !important;
}

nav.main-nav ul ul {
	display: none;
}

	nav.main-nav ul li:hover > ul {
		display: block;
}


nav.main-nav ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
    margin-bottom: 0;
    top: 6px;
}
	nav.main-nav ul:after {
		content: ""; clear: both; display: block;
}

	nav.main-nav ul li {
		float: left;
        text-align: left;
}
		nav.main-nav ul li:hover {
            /* 98C6EA */
            background-color: rgba(152, 198, 234, 0.9);
}

		nav.main-nav ul li a {
			display: block;
            padding: 15px 10px;
			text-decoration: none;
            color: #002c75;
}

	nav.main-nav ul ul {
        background-color: rgba(152, 198, 234, 0.9);
        padding: 0;
		position: absolute; top: 100%;
	}
		nav.main-nav ul ul li {
			float: none;
			position: relative;
            text-wrap: none;
		}
			nav.main-nav ul ul li a {
				padding: 4px 10px;
			}
				nav.main-nav ul ul li a:hover {
                    /* 7FB9E5 */
                    background-color: rgba(127, 185, 229, 0.9);
                    color: #002c75;
				}
                nav.main-nav ul ul ul li, nav.main-nav ul ul ul li a {
                    text-wrap: none;
                }

	nav.main-nav ul ul ul {
		position: absolute;
        right: 100%;
        top:0;
	}

/*******************************************************************************
 * BTN APPLY CENTER
 ******************************************************************************/
.btn-apply-center {
  font-family: 'reg';
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-apply-center .action-button:nth-child(2) {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

.btn-apply-center .action-button {
  /* width: 100%; */
  height: 46px;
  background: #f6f6f6;
  background: -moz-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: -webkit-gradient(left top,  left bottom,  color-stop(0,  #f6f6f6),  color-stop(0,  #cbe2f5),  color-stop(46%,  #9fcaec),  color-stop(100%,  #6baee1));
  background: -webkit-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: -o-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: -ms-linear-gradient(top,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  background: linear-gradient(to bottom,  #f6f6f6 0,  #cbe2f5 0,  #9fcaec 46%,  #6baee1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',  endColorstr='#6baee1',  GradientType=0);
  color: #002c77;
  position: relative;
  padding: 13px 0 0 45px;
  margin: 0 20px 20px 20px;
}
.btn-apply-center .action-button span {
  float: left;
}
.btn-apply-center .action-button .btn-icon-left {
  position: absolute;
  left: -16px;
  bottom: -4px;
}
.btn-apply-center .action-button a {
  color: #002c77;
}

.request-info, .live-chat, .apply-now {
  background: url('http://www.columbiasouthern.edu/CSU2014/media/layout/css/btn-icons.png') no-repeat;
}
.request-info {
  background-position: 0 0;
  width: 53px;
  height: 54px;
  display: table-cell;
}
.live-chat {
  background-position: -100px 0;
  width: 53px;
  height: 54px;
  display: table-cell;
}
.apply-now {
  background-position: -199px 0;
  width: 54px;
  height: 54px;
  display: table-cell;
}

/*******************************************************************************
 * WIDGETS
 ******************************************************************************/
.hm-wdg-classes-tbl tr:hover .hm-wdg-classes-acthvr
{
    display: block;
}
.hm-wdg-classes-acthvr
{
    display: none;
}

div.has-error label.error.error-password
{
    display: block !important;
    color: #a94442 !important;
    background-color: transparent !important;
    padding-left: 20px;
}

.hm-wdg-classes-act
{
    margin-bottom: 0;
}
    .hm-wdg-classes-act li
    {
        margin: 0;
        padding: 0;
    }
    .hm-wdg-classes-act > li + li::before
    {
        content: " | ";
        padding: 0 10px;
}

.hint-sr:hover .sr-only
{
    border: initial !important;
    clip: initial !important;
    height: initial !important;
    margin: initial !important;
    overflow: initial !important;
    padding: 0 0 0 4px !important;
    position: initial !important;
    width: initial !important;
}

.widget-loader
{
    color: #cfe2f0;
}

.widget-action-icon {
    color: #4c6b9f !important;
}


/*******************************************************************************
 * Embedded UI
 ******************************************************************************/
.ui-embedded .site-header,
.ui-embedded #sub-header,
.ui-embedded .blue-bar-foot-under,
.ui-embedded #blue-bar-foot,
.ui-embedded #theFooter,
.ui-embedded #interior-body-shadow-left,
.ui-embedded #interior-body-shadow-right,
.ui-embedded #fm1 .well .checkbox
{
  display: none;
}
body.ui-embedded {
  background-color: #fff !important;
}

.intl-tel-input {
  width: 100% !important;
}
.intl-tel-input .selected-flag, .intl-tel-input .flag-container {
  height: 34px;
}
.intl-tel-input .glyphicon {
  margin-right: 2px !important;
}
.intl-tel-input .country-list {
  z-index: 1 !important;
}
