@charset "UTF-8";
/* SBU Global CSS Document */
@import url(fonts.min.css);
@import url(font-awesome.min.css);
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

/*************** GLOBAL *****************/
/***************************************/
html, body {
  height: 100%; }

body {
  font-family: 'verb', Tahoma, Helvetica, sans-serif; }

p {
  font-size: 14px;
  margin: 1.250rem 0; }

.container-fluid {
  max-width: 1170px;
  margin: 0 auto; }

.fill-height-or-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.fill-height-or-more > div {
  /* these are the flex items */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'verbcond', Tahoma, Helvetica, sans-serif;
  text-transform: uppercase; }

h1, h3 {
  color: #4f2683; }

h2 {
  color: #333;
  text-transform: uppercase; }
  h2.subhead {
    border-bottom: none !important;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: none; }

h3 {
  font-size: 22px; }

a {
  color: #4f2683;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  transition: color 200ms; }

a:hover, a:active {
  color: #149a74; }

a.btn {
  text-decoration: none; }

h3 a {
  text-decoration: none; }

h3 a:hover {
  text-decoration: underline; }
ul {
	overflow: hidden;
}

section.pride li {
  margin-top: 14px; }

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

.float-rt {
  float: right;
  margin-left: 20px !important; }

.float-lt {
  float: left;
  margin-right: 20px !important; }

@media (max-width: 480px) {
	.float-rt, .float-lt {
  		float: none !important;
  		margin: 10px 0 !important;
	}
}

.center {
  text-align: center; }

strong {
  font-family: 'verbbold', Tahoma, Helvetica, sans-serif; }

.stat-caption, .photo-caption {
  font-size: 12px;
  font-style: oblique;
  margin-top: 10px;
  text-align: center; }

select {
  background-color: #f4f2ea; }

.clear {
  clear: both; }

.row {
  margin: 40px 0; }
  .row .row {
    margin: 0 !important; }
  .row > h1 {
    margin-top: 0; }

.row + .row, .container-fluid .row + .row {
  margin-top: -20px !important; }

.no-pad {
  padding: 0; }
  .no-pad .row {
    padding: 0;
    margin: 0; }

.add-pad {
  padding: 20px; }

.add-pad > h1, .add-pad > h2 {
  margin-top: 0; }

/*--- Tables ---*/
td {
  padding: 4px; }

/***** Row Backgrounds *****/
.green-pattern {
  background: url(../images/bkgnd-green-pixels.png); }

.purple-pattern {
  background: url(../images/bkgnd-purple-pixels.png); }

.cream-pattern {
  background: url(../images/bkgnd-cream-pixels.png); }

section.purple-pattern, section.purple-solid {
  border-bottom: 10px solid #dcd4e6;
  border-top: 10px solid #dcd4e6; }

.cream-photo {
  background-color: #f4f2ea;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  /** FOR ACADEMICS PAGE BANNER ONLY **/ }
  .cream-photo:nth-of-type(odd) {
    background-image: url(../images/bkgnd-cream-photo-01.jpg); }
  .cream-photo:nth-of-type(even) {
    background-image: url(../images/bkgnd-cream-photo-02.jpg); }
  .cream-photo.faith {
    background-image: url(../images/bkgnd-cream-photo-faith.jpg); }
  .cream-photo.academics {
    background-image: url(../images/bkgnd-cream-photo-general.jpg);
    background-position: center top; }

section.green-pattern, section.green-solid {
  border-top: #d0ebe3 10px solid;
  border-bottom: #d0ebe3 10px solid; }

.green-solid {
  background-color: #149a74; }

.purple-solid {
  background-color: #4f2683; }

.cream-solid {
  background-color: #f4f2ea; }

.green-pattern, .purple-pattern, .green-solid, .purple-solid {
  color: white; }
  .green-pattern h1, .green-pattern h3, .purple-pattern h1, .purple-pattern h3, .green-solid h1, .green-solid h3, .purple-solid h1, .purple-solid h3 {
    color: white; }
  .green-pattern h2, .purple-pattern h2, .green-solid h2, .purple-solid h2 {
    border-bottom: #f4f2ea 1px dotted;
    color: #f4f2ea !important;
    padding-bottom: 10px; }
.green-pattern a, .purple-pattern a, .green-solid a, .purple-solid a {
	color: #fff;
}
.green-pattern a:hover, .green-solid a:hover {
	color: #dcd4e6;
}
.purple-pattern a:hover, .purple-solid a:hover {
	color: #d0ebe3;
}

.show-for-desktop {
  display: none !important; }

@media (min-width: 768px) {
  .show-for-desktop {
    display: block !important; }
  li.show-for-desktop {
    display: inline-block !important; }
  .show-for-mobile {
    display: none !important; }
  .add-pad {
    padding: 40px; }
  .content > h1:first-of-type, .content > h2:first-of-type {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .show-for-ipad {
    display: none !important; } }

@media (max-width: 767px) {
  h2 {
    margin-top: 30px; }
  .row + .row h2 {
    margin-top: 0; } }

/***** Forms *****/
.form-control {
  border: none;
  border-radius: 0;
  font-family: 'verbcond',sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 350px; }

.form-control::-webkit-input-placeholder {
  color: #94938e; }

/***** Buttons *****/
.btn {
  border-radius: 0;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  white-space: normal;
  line-height: 1.1;
}

.btn-primary, .btn-download {
  background-color: #149a74;
  color: #fff;
  font-family: 'verbcond', Tahoma, Helvetica, sans-serif;
  font-size: 20px !important;
  text-transform: uppercase; }
  .btn-primary:after, .btn-download:after {
    padding-left: 6px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary .focus, .btn-primary:active, .btn-primary .active, .btn-download:hover, .btn-download:focus, .btn-download .focus, .btn-download:active, .btn-download .active {
    background-color: #32b892;
    color: #fff; }

.btn-reset {
  background-color: #4f2683;
  color: #fff;
  font-family: 'verbcond', Tahoma, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 1.5em;
  padding: 6px;
  text-transform: uppercase; }
  .btn-reset:after {
    content: "\e031";
    font-family: 'Glyphicons Halflings';
    padding-left: 6px; }
  .btn-reset:hover, .btn-reset:focus, .btn-reset .focus, .btn-reset:active, .btn-reset .active {
    background-color: #6d44a1;
    color: #fff;
    font-size: 14px; }

.btn-primary:after {
  content: "»"; }

.btn-download:after {
  content: "\e026";
  font-family: 'Glyphicons Halflings'; }

.btn-primary.purple {
  background-color: #4f2683; }
  .btn-primary.purple:hover, .btn-primary.purple :focus, .btn-primary.purple .focus, .btn-primary.purple :active, .btn-primary.purple .active {
    background-color: #6d44a1; }

.action-buttons .btn-primary {
  font-size: 24px; }

/***** Tabs *****/
.nav-tabs > li > a {
  text-decoration: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #f4f2ea; }

.tab-content {
  border: 1px solid #ddd;
  border-top-color: transparent;
  padding: 0 10px; }

/***** Accordions *****/
.panel-title {
  overflow: hidden; }

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  text-decoration: none;
  display: inline-block;
  width: 100%; }

#accordion .panel-heading {
  background-color: #f4f2ea;
  color: #333; }

/***** Panels *****/
.panel-default > .panel-heading {
  background-color: #333;
  color: #f4f2ea; }

/***** Video Wrapper *****/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 auto; }

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

.social .videoWrapper {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

.videoWrapper iframe.swizly {
	width: 98% !important;
}

/******video wrapper end******/
/*------- Header -------*/
/*----------------------*/
#skip, .info-form label {
  position: absolute;
  z-index: 9999;
  left: -10000px;
  top: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none; }

#skip li {
  list-style-type: none; }

#skip a {
  position: absolute;
  left: -999em;
  overflow: hidden;
  top: 0; }

/***** Emergency Alert *****/
#alert {
  background-color: red;
  color: #fff;
  font-size: 14px; }

#alert .glyphicon-warning-sign {
  font-size: 24px;
  font-weight: normal;
  padding-right: 1%; }

a.boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  font-size: 24px;
  font-weight: 400;
  margin-top: -5px;
  display: inline-block;
  line-height: 1;
  padding: 0 4px;
  text-decoration: none; }

a.boxclose:hover {
  border-color: #003087;
  color: #003087; }

.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0; }
  .navbar .form-group label {
    display: none; }
  .navbar .form-group {
    float: left;
    margin-left: 15px; }

tr.SmartBoard_Row {
  text-align: left; }

tr.SmartBoard_Row:first-of-type {
  font-weight: bold; }

td.SmartBoard_Subject {
  font-size: 20px; }

/***** Utility Nav *****/
#utility-nav {
  font-size: 12px;
  background-color: #333;
  color: white;
  margin-bottom: 0; }
  #utility-nav a {
    color: white;
    text-decoration: none; }
  #utility-nav a:hover {
    background: none;
    color: #149a74; }

/***** Mobile Search *****/
li.menu-search {
  margin: 6px 0 6px 10px;
  text-align: center; }

#main-nav li.menu-search:hover {
  background-color: transparent; }

.navbar .menu-search label {
  display: none; }

.search-box {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  margin-left: 15px;
  cursor: text;
  width: 300px;
  height: 36px;
  border-radius: 18px;
  background: #f4f2ea;
  color: black; }
  .search-box + .search-icon {
    color: #4f2683;
    cursor: default;
    opacity: .4; }

/***** Desktop Search *****/
@media (min-width: 768px) {
  .search-box {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-left: 0;
    border: none;
    cursor: pointer;
    background: #f4f2ea; }
    .search-box + .search-icon {
      color: #4f2683;
      opacity: 1; }
    .search-box:hover {
      color: #149a74;
      background: white;
      box-shadow: 0 0 0 5px #cdccc5; }
      .search-box:hover + .search-icon {
        color: #149a74; }
    .search-box:focus {
      transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
      border: none;
      outline: none;
      box-shadow: none;
      padding-left: 15px;
      cursor: text;
      width: 300px;
      border-radius: auto;
      background: #f4f2ea;
      color: black; }
      .search-box:focus + .search-icon {
        cursor: default;
        opacity: .4; }
    .search-box:not(:focus) {
      text-indent: -5000px; }
  .search-container:hover .search-box {
    color: #149a74;
    background: white;
    box-shadow: 0 0 0 5px #cdccc5; }
    .search-container:hover .search-box + .search-icon {
      color: #149a74; }
  .search-container:focus:hover .search-box {
    background: #f4f2ea;
    box-shadow: none; }
  .search-icon:hover {
    color: #149a74; } }

/*** end media query ***/
#search-submit, #search-submit-m {
  width: 0;
  height: 0;
  position: relative;
  left: -5000px; }

.search-icon {
  position: relative;
  font-size: 1.3rem;
  left: -28px;
  color: white;
  cursor: pointer;
  top: 3px; }

/***** Main Nav *****/
nav li {
  margin: 0; }

#main-nav {
  background-color: #4f2683; }

@media (min-width: 768px) {
  #main-nav .navbar-brand {
    margin: 15px 0 0; }
  #main-nav .navbar-nav > li > a {
    padding: 30px 15px !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  #main-nav .navbar-nav > li.open > a:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f4f2ea;
    border-width: 10px;
    left: 50%;
    bottom: -20px;
    margin: 0 0 0 -10px;
    z-index: 1001;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #main-nav .navbar-nav > li:hover, #main-nav .navbar-nav > li.open {
    background-color: #f4f2ea; }
  #main-nav .navbar-nav > li:hover > a, #main-nav .navbar-nav > li.open > a {
    color: #4f2683; } }

@media (min-width: 47.938em) and (max-width: 52.75em) {
  .navbar-brand img {
    max-width: 240px;
    margin-top: 3px; }
  #main-nav .navbar-nav > li > a {
    font-size: 1.2rem;
    padding: 30px 10px !important; } }

@media (min-width: 52.75em) and (max-width: 62.5em) {
  .navbar-brand img {
    max-width: 300px;
    margin-top: 3px; }
  #main-nav .navbar-nav > li > a {
    font-size: 1.3rem;
    padding: 30px 10px !important; } }

@media (max-width: 47.938em) {
  .navbar-brand {
    max-width: 80%;
    padding-top: 18px; }
  #main-nav .navbar-nav:first-child li {
    text-transform: uppercase; }
  #main-nav .navbar-nav > li.open > a {
    color: #32b892; } }

#main-nav .navbar-nav > li > a {
  color: white;
  position: relative;
  text-decoration: none; }

#main-nav .nav > li > a:hover, #main-nav .nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: white; }

#main-nav .navbar-nav > li.menu-search:hover {
  background: none; }

/** Mega Menus **/
/*!
		 * Yamm!3 - Yet another megamenu for Bootstrap 3
		 * http://geedmo.github.com/yamm3
		 * 
		 * @geedmo - Licensed under the MIT license
		 */
.yamm .caret {
  border-width: 6px;
  margin-left: 12px; }

.yamm .nav,
.yamm .collapse,
.yamm .dropdown,
.yamm .dropup {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  border: none;
  border-radius: 0;
  left: auto; }

.yamm .yamm-content {
  margin: 0 auto;
  max-width: 1024px;
  padding: 20px; }
  .yamm .yamm-content img {
    display: none; }
  .yamm .yamm-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .yamm .yamm-content ul li {
      margin: 0 0 10px; }
      .yamm .yamm-content ul li a {
        color: white;
        display: block;
        font-size: 14px;
        text-decoration: none; }
        .yamm .yamm-content ul li a:hover {
          color: #32b892;
          text-decoration: underline; }
  .yamm .yamm-content .row {
    margin: 0; }
  .yamm .yamm-content h3, .yamm .yamm-content h3 a {
    color: #149a74;
    font-weight: bold;
    font-size: 18px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  background-color: rgba(51, 51, 51, 0.96);
  left: 0;
  right: 0; }

.event-item {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden; }

.yamm-content .audience {
  text-transform: uppercase; }
  .yamm-content .audience ul li a {
    font-size: 18px; }

.yamm-content .circle-text {
  background-color: #d2cbbd;
  border-radius: 50%;
  border-width: 0;
  color: #4f2683;
  line-height: 1.1;
  margin: 0 auto 0.25em;
  padding: 12px;
  text-align: center;
  font-family: 'verbcond', Tahoma, Helvetica, sans-serif;
  font-size: 20px;
  width: 70px;
  height: 70px;
  float: left; }

.yamm-content .event-info {
  padding: 10px 10px 0 100px;
  color: white; }
  .yamm-content .event-info span {
    text-align: left; }

.yamm-content a.btn.btn-primary, .action-buttons a.btn.btn-primary {
  display: inline-table;
  line-height: 1.1;
  min-height: 44px;
  margin: 0 6px 6px 0; }
  .yamm-content a.btn.btn-primary p, .action-buttons a.btn.btn-primary p {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .yamm-content a.btn.btn-primary:hover, .action-buttons a.btn.btn-primary:hover {
    color: white;
    text-decoration: none; }

.yamm-content a.btn.btn-primary:last-of-type, .action-buttons a.btn.btn-primary:last-of-type {
  margin-right: 0; }

.yamm-content a.btn.btn-primary:after, .action-buttons a.btn.btn-primary:after {
  content: "";
  display: table-cell;
  padding-left: 0; }

@media (max-width: 767px) {
  .yamm-content > div > div {
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  .yamm .caret {
    display: none; }
  .yamm .yamm-content .border-left {
    border-left-color: rgba(244, 242, 234, 0.2);
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 20px; }
  .yamm .yamm-content h3 {
    margin-top: 0; }
  .yamm .yamm-content img {
    display: block; }
  .yamm-content a.btn.btn-primary, .action-buttons a.btn.btn-primary {
    padding: 6px 12px; } }

@media (min-width: 772px) {
  .action-buttons a.btn.btn-primary:after {
    content: "»";
    padding-left: 6px; } }

/*---- Sub Nav ----*/
/*---------------------*/
.subnav .navbar-toggle {
  float: none;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 18px 10px;
  width: 100%; }

.subnav h2 {
  font-size: 18px; }
  .subnav h2 a {
    color: #333;
    text-decoration: none; }
    .subnav h2 a:hover {
      color: #149a74;
      text-decoration: underline; }

.nav.left-submenu {
  background-color: #f4f2ea;
  margin-bottom: 10px; }
  .nav.left-submenu li a {
    border-top: #e0dfd7 1px solid;
    color: #333;
    display: block !important;
    font-size: 13px; }
  .nav.left-submenu li:first-of-type a {
    border-top: none; }

#sub-nav, #add-nav {
  clear: both;
  margin-bottom: 30px; }
  #sub-nav li, #add-nav li {
    clear: both;
    font-size: 15px;
    margin: 0; }
    #sub-nav li:hover, #add-nav li:hover {
      background-color: #f4f2ea; }
    #sub-nav li a.has-dropdown, #sub-nav li a.has-dropdown + a, #add-nav li a.has-dropdown, #add-nav li a.has-dropdown + a {
      display: table-cell !important; }
    #sub-nav li a, #add-nav li a {
      display: block;
      text-decoration: none; }
      #sub-nav li a:hover, #add-nav li a:hover {
        background-color: transparent !important;
        text-decoration: underline; }
      #sub-nav li a:focus, #add-nav li a:focus {
        background-color: transparent !important; }
  #sub-nav .caret, #add-nav .caret {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

#add-nav {
  border-top: #e0dfd7 1px solid;
  padding-top: 20px; }

@media (min-width: 768px) {
  .subnav + div {
    border-left: #e0dfd7 1px solid;
    padding-left: 30px; }
  .subnav h2 {
    margin-top: 0; }
    .subnav h2 a {
      display: block; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse.collapse {
    padding-right: 0; }
  .nav > li > a.sub-drop {
    padding: 10px; }
  #sub-nav > li, #add-nav > li {
    margin: 0 0 0 -15px; } }

@media (max-width: 767px) {
  .container-fluid .row {
    margin: 40px -15px; }
  .subnav {
    margin: -40px 0 0;
    padding: 0; }
    .subnav .navbar-collapse {
      padding: 0; }
    .subnav + .content {
      padding-right: 30px;
      padding-left: 30px; }
  .row.heading h1 {
    margin-top: 0; }
  #sub-nav li:hover, #add-nav li:hover {
    background-color: transparent; }
  #sub-nav > li, #add-nav > li {
    margin-right: 20%; }
  .left-submenu {
    background: rgba(223, 215, 224, 0.1) !important; }
    .left-submenu li {
      padding: 0 15px; }
      .left-submenu li a {
        border-top-color: rgba(223, 215, 224, 0.2) !important; }
  #sidebar-collapse {
    background-color: #333;
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: white; }
    #sidebar-collapse h2 {
      padding: 0 15px; }
    #sidebar-collapse a {
      color: white; }
      #sidebar-collapse a:hover {
        color: #32b892; } }

/*----- Main Academics Page -----*/
/*-------------------------------*/
/*----- Header Nav -----*/
.academics-nav {
  background: rgba(244, 242, 234, 0.4);
  border: #4f2683 1px solid;
  margin: 20px 0 0;
  padding: 20px; }
  .academics-nav .container-fluid {
    padding-left: 0; }
  .academics-nav .col-xs-6 {
    padding: 0; }
  .academics-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .academics-nav ul li {
      margin: 0;
      padding: 0 0 8px; }
  .academics-nav a {
    display: block;
    text-decoration: none; }
    .academics-nav a:hover {
      text-decoration: underline; }

/*----- Program filtering -----*/
.row.academic-programs {
  background-color: #e0dfd7;
  padding: 20px; }

.academic-programs i#progress,.academic-programs i#progressSuccess {
	font-size: 2em;
    vertical-align: middle;
	}
	
.academic-programs i#progressSuccess {
		color: #149a74;
	}

#program-cont {
  clear: both;
  margin: 0 -2% 0 0;
  overflow: visible !important;
  padding: 40px 0; }

.program-box {
  background-color: #333;
  margin: 0 2% 30px 0;
  overflow: visible;
  text-align: center;
  width: 23%; }
  .program-box:hover {
    outline: #32b892 2px solid; }
  .program-box:hover h3, .program-box:hover a {
    color: #32b892; }
  .program-box h2 {
    color: white;
    font-size: 18px;
    margin: 0;
    padding: 20px 10px; }
  .program-box a {
    color: white;
    display: block;
    text-decoration: none; }

.program-box.width1 {
  width: 48%; }

.program-box.width2 {
  width: 31%; }

/*----- Right Sidebar -----*/
/*-------------------------*/
.sidebar > img {
  margin-top: 20px; }

.sidebar img {
  margin-bottom: 20px; }

.sidebar h2 {
  border-bottom: #4f2683 1px solid;
  color: #4f2683;
  font-size: 24px;
  padding-bottom: 10px; }
  .sidebar h2.contact:after {
    content: "\2709";
    display: inline-block;
    float: right;
    font-family: 'Glyphicons Halflings';
    position: relative; }

@media (min-width: 768px) {
  .sidebar > img {
    margin-top: 0; } }

/*---- Breadcrumbs ----*/
/*---------------------*/
#breadcrumbs {
  font-size: 12px;
  padding: 20px 0 0; }

#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#breadcrumbs li {
  display: inline-block; }

#breadcrumbs li + li:before {
  content: "\00a0\00BB\00a0"; }

#breadcrumbs + .row {
  margin-top: 20px; }

/** lessens padding for first row under breadcrumbs **/
/*---- Main Page Headings ----*/
/*---------------------*/
/*-- Action Buttons --*/
.action-buttons {
  margin: 20px auto 0;
  text-align: center;
  width: 100%; }

.action-buttons .btn-primary:after {
  vertical-align: middle;
  font-size: small; }

/*------- Footer -------*/
/*----------------------*/
footer {
  background: #4f2683;
  color: white;
  overflow: hidden; }
  footer p {
    font-size: 16px; }
  footer .mission p {
    max-width: 240px; }
  @media (min-width: 768px) {
    footer .mission {
      margin: 0 auto;
      text-align: center; }
      footer .mission p {
        margin: 1.25rem auto; }
      footer .mission .logo {
        margin: 0 auto;
        max-width: 240px; } }
  footer h1 {
    color: white;
    font-size: 24px;
    margin-top: 0; }
  footer .info-form .btn-primary {
    font-size: 20px; }
  footer .info-form, footer .mission, footer .contact {
    padding-bottom: 40px; }
  footer .post-footer {
    text-align: center; }
    footer .post-footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .post-footer ul li {
        display: inline-block;
        font-size: 1em;
        margin-top: 0;
        text-transform: uppercase; }
      footer .post-footer ul li:after {
        content: "|";
        padding: 15px; }
      footer .post-footer ul li:last-of-type:after {
        content: "";
        padding: 0; }
    footer .post-footer .copyright {
      font-size: 12px; }
  footer a {
    color: white; }
  footer ul#social {
    list-style: none;
    padding: 0; }
    footer ul#social li {
      display: inline-block;
      font-size: 2.875em;
      line-height: 1;
      margin: 0 10px 0 0; }
    footer ul#social li:last-of-type {
      margin-right: 0; }
    footer ul#social i.fa {
      font-size: 36px; }
    footer ul#social a {
      color: white;
      margin-right: .25em;
      -webkit-transition: color 300ms;
      -moz-transition: color 300ms;
      transition: color 300ms;
      text-decoration: none;
      border: 0;
      outline: none; }
    footer ul#social a:hover {
      color: #32b892; }

/*------ Home Page Only ------*/
/*----------------------------*/
/** FULL-WIDTH VIDEO **/
section.video-section {
  position: relative; }
  section.video-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    border-top: 10px solid #f4f2ea; }
  section.video-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    border-bottom: 10px solid #f4f2ea; }

.vid-text {
  text-align: center;
  z-index: 4;
  position: relative; }
  .vid-text h2, .vid-text p {
    color: #f4f2ea;
    text-shadow: 1px 1px 2px #2f2f2f; }
    .vid-text h2 .vid-emphasize, .vid-text p .vid-emphasize {
      font-family: 'verbbold', Tahoma, Helvetica, sans-serif; }
  .vid-text h2 {
    font-size: 48px; }
  .vid-text p {
    font-size: 16px;
    margin: 0 0 1.2em; }
  .vid-text .action-buttons a.btn.btn-primary {
    margin-right: 20px !important; }
    .vid-text .action-buttons a.btn.btn-primary p {
      color: white;
      font-size: 24px;
      text-shadow: none; }

@media (min-width: 768px) {
  #promo-vid {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 50.000em; }
    #promo-vid .vid-text {
      position: absolute;
      bottom: 0;
      width: 100%; }
      #promo-vid .vid-text h2 {
        font-size: 60px; } }

/** STATS **/
section.stats {
  border-bottom: 10px solid #f4f2ea;
  border-top: 10px solid #f4f2ea; }
  section.stats .row {
    margin: 60px 0; }

.stats .col-xs-4 {
  padding: 0; }

.circle-text {
  background-color: #149a74;
  border: #4f2683 6px solid;
  border-radius: 50%;
  color: #f4f2ea;
  line-height: 1.1;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  width: 100px;
  height: 100px; }

.purple-pattern .circle-text {
  border-color: #f4f2ea; }

.circle-text.fin-aid {
  background-color: #149a74;
  background-image: url(../images/stat-financial-bkgnd.png);
  background-repeat: no-repeat;
  background-position: left center; }

.circle-text.handshake {
  background-color: #149a74;
  background-image: url(../images/stat-handshake-bkgnd.png);
  background-repeat: no-repeat;
  background-position: left center; }

.circle-text.diploma {
  background-color: #149a74;
  background-image: url(../images/stat-diploma-bkgnd.png);
  background-repeat: no-repeat;
  background-position: left center; }

.circle-text div {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .circle-text div span.stat-no {
    font: 30px 'verbextrabold', Tahoma, Helvetica, sans-serif;
    line-height: 24px; }
  .circle-text div .superscript-right, .circle-text div .superscript-left {
    font: 16px 'verbextrabold', Tahoma, Helvetica, sans-serif;
    line-height: 24px;
    vertical-align: top; }
  .circle-text div .superscript-right {
    margin-right: -8px; }
  .circle-text div .superscript-left {
    margin-left: -8px; }

@media (min-width: 768px) {
  .circle-text {
    font-size: 18px;
    width: 200px;
    height: 200px; }
  .circle-text div span.stat-no {
    font: 72px 'verbextrabold', Tahoma, Helvetica, sans-serif;
    line-height: 64px; }
  .circle-text div .superscript-right, .circle-text div .superscript-left {
    font: 24px 'verbextrabold', Tahoma, Helvetica, sans-serif;
    line-height: 64px; }
  .circle-text div .superscript-right {
    margin-right: -12px; }
  .circle-text div .superscript-left {
    margin-left: -12px; } }

@media (max-width: 480px) {
  .stats .container {
    padding: 0; }
  .stats .row {
    margin: 30px 0; } }

/** PROGRAM SEARCH **/
.cream-photo.program-search {
  background-position: center center; }

.program-search {
  text-align: center; }
  .program-search .action-buttons {
    margin-top: 120px; }
    .program-search .action-buttons .btn.btn-primary {
      margin-right: 20px; }
      .program-search .action-buttons .btn.btn-primary p {
        color: white;
        font-size: 24px;
        text-shadow: none; }
  .program-search h1 {
    margin-top: 0; }

/* Toggle */
.program-search label {
  margin-top: 30px; }

.switch-toggle {
  background-color: #5a5958;
  border: 4px solid #000;
  border-radius: 0;
  color: rgba(244, 242, 234, 0.35);
  display: inline-table !important;
  font-size: 18px;
  margin: 0 auto;
  overflow: visible;
  vertical-align: middle;
  min-width: 200px;
  max-width: 400px;
  /* Filters */
  /* Targeting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
  .switch-toggle input[type=radio] + label {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9); }
  .switch-toggle input[type=radio]:checked + label {
    box-shadow: none;
    color: white; }
  .switch-toggle .btn {
    background-color: #333; }
  .switch-toggle select {
    margin: 0 auto;
    background: #f4f2ea;
    color: #333;
    border: 2px solid #333;
    border-radius: 0;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 60px;
    max-width: 100%;
    padding: 6px 6px 6px 10px;
    font-size: 16px;
    z-index: 1000; }
  .switch-toggle select::-ms-expand {
    appearance: normal; }
  .switch-toggle .show-major,
  .switch-toggle .show-career {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0; }
  .switch-toggle #major:checked ~ .show-major,
  .switch-toggle
#career:checked ~ .show-career {
    display: block; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .switch-toggle select {
      padding-right: 30px; } }
  .switch-toggle label {
    position: relative; }
    .switch-toggle label.major-menu:after, .switch-toggle label.career-menu:after {
      content: '\e252';
      font-family: 'Glyphicons Halflings';
      color: #333;
      right: 30px;
      top: 0;
      padding: 20px 0 0;
      position: absolute;
      pointer-events: none;
      height: 40px;
      margin-left: -20px;
      cursor: pointer; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .switch-toggle label:after {
      content: ''; } }

@media (min-width: 768px) {
  .switch-toggle select {
    font-size: 24px;
    margin-right: 20px; } }

/** POINT OF PRIDE **/
.pride h2, .program-search h2 {
  font-size: 36px; }

/** NEWS & EVENTS **/
.news .caption h3 {
  color: #4f2683;
  margin-top: 0; }

.news img {
  border: 4px solid rgba(74, 36, 123, 0.2); }

.news .col-sm-5:nth-of-type(2n) {
  border-top: 1px solid rgba(210, 203, 189, 0.6);
  margin-top: 20px;
  padding-top: 20px; }

.news .col-sm-5 {
  overflow: hidden; }

.events {
  padding-top: 20px !important; }

.events .circle-text, .event-item .circle-text {
  background-color: #d2cbbd;
  border-color: transparent;
  border-radius: 50%;
  color: #4f2683;
  line-height: 1.1;
  margin: 0 auto 0.25em;
  padding: 12px;
  text-align: center;
  font-family: 'verbcond', Tahoma, Helvetica, sans-serif;
  font-size: 24px;
  width: 90px;
  height: 90px; }

.circle-text .month {
  text-transform: uppercase; }

.circle-text div {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.event-info {
  padding: 0 10px 20px 10px; }
  .event-info span {
    display: block;
    text-align: center; }
  .event-info .title {
    font-size: 16px;
    font-family: 'verbbold', Tahoma, Helvetica, sans-serif;
    text-transform: uppercase; }
  .event-info .time {
    font-size: 16px;
    text-transform: uppercase; }

.row.events > div {
  border-top: 1px solid rgba(210, 203, 189, 0.6);
  padding-top: .5em; }
  .row.events > div:nth-of-type(1), .row.events > div:nth-of-type(2) {
    border-top: none;
    padding-top: 0; }

.row.events > div:nth-of-type(odd) {
  border-right: 1px solid rgba(210, 203, 189, 0.6); }

a.skip-anchor + h2 {
  margin-top: -10px; }

@media (min-width: 768px) {
  .news .col-sm-5:nth-of-type(2n) {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  a.skip-anchor + h2 {
    margin-top: 20px; }
  .news .event-info span {
    text-align: left; } }

@media (min-width: 1024px) {
  .row.events > div {
    border-right: 1px solid rgba(210, 203, 189, 0.6);
    border-top: none;
    padding: 0; }
    .row.events > div:last-of-type {
      border-right: none; } }

/*----- SOCIAL WIDGETS -----*/
section.social {
  border-bottom: 10px solid #d2cbbd;
  border-top: 10px solid #d2cbbd; }
  section.social .col-md-4 {
    margin: 0 auto 20px;
    text-align: center; }

.timeline {
  border-radius: 0 !important; }

@media (min-width: 1024px) {
  section.social .col-md-4 {
    margin-bottom: 0; } }

/*------ Program Page Only ------*/
section.program-hero {
  border-bottom: 10px solid #d2cbbd;
  position: relative;
  width: 100%; }
  section.program-hero img {
    width: 100%;
    height: auto; }

.program-header {
  background-color: rgba(51, 51, 51, 0.6);
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .program-header h1 {
    color: white;
    font-size: 36px;
    margin: 10px auto;
    text-shadow: 1px 1px 2px #2f2f2f; }

.program-plan tr td:first-of-type {
  white-space: nowrap; }

.program-plan .col-sm-5:nth-of-type(odd) {
  margin-right: 6%; }
  .program-plan .col-sm-5:nth-of-type(odd) table {
    width: 100%; }

.program-plan .col-sm-5:nth-of-type(even) table {
  width: 94%; }

.program-plan tr td:last-of-type {
  text-align: right; }

.program-plan td {
  vertical-align: top; }

.program-plan td.hours {
  padding-left: 10px; }

.program-plan tr.total {
  font-family: 'verbbold', Tahoma, Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap; }
  .program-plan tr.total td:first-of-type:after {
    content: " ·································";
    font-family: 'verb', Tahoma, Helvetica, sans-serif;
    font-weight: normal;
    overflow: hidden;
    max-width: 100%;
    text-align: center; }

@media (min-width: 768px) {
  .program-header h1 {
    font-size: 56px;
    margin: 40px auto;
    max-width: 70%; } }

/*----- Profiles / Testimonials -----*/
.profile-photo img, .testimonial-photo img {
  border-radius: 50%; }

.testimonial {
  border: #149a74 10px solid;
  margin: 0;
  background: #f4f2ea;
  padding: 20px;
  position: relative;
  color: #333;
  border-radius: 5px;
  font-style: italic;
  overflow: hidden;
  max-width: 540px; }
  .testimonial .testimonial-photo {
    margin: 10px auto;
    text-align: center;
    width: 100%; }
  .testimonial blockquote {
    border-left: none;
    padding: 0;
    margin: 0; }
    .testimonial blockquote p {
      padding-left: 40px; }
    .testimonial blockquote:before, .testimonial blockquote:after {
      content: "\201C";
      position: absolute;
      line-height: 1;
      color: #4f2683;
      font: normal 90px Georgia, Times, serif;
      text-shadow: 1px 1px 0 #fff; }
    .testimonial blockquote:before {
      top: 0; }
    .testimonial blockquote:after {
      content: "\201D";
      right: 10px; }
  .testimonial .testimonial-author {
    margin: 0 0 0 25px;
    color: #4f2683;
    font-style: normal;
    text-align: left; }
    .testimonial .testimonial-author:before {
      content: "— "; }

@media (min-width: 640px) {
  .testimonial .testimonial-photo {
    max-width: 30%;
    float: left; }
  .testimonial blockquote {
    float: right;
    max-width: 70%; }
    .testimonial blockquote:after {
      bottom: -.5em; } }

/*----- News and Events Page -----*/
.news nav {
  clear: both; }

.news .col-sm-8 h2:first-child {
  margin-top: 0; }

.news ul.pagination {
  margin: 2px 0; }

.news .pagination > li > a, .news .pagination > li > span {
  border-color: #d2cbbd;
  color: #149a74; }

.news .pagination > li > a:hover, .news .pagination > li > span:hover, .news .pagination > li > a:focus, .news .pagination > li > span:focus {
  background-color: #f4f2ea;
  border-color: #d2cbbd; }

.news .news-item {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }
  .news .news-item .col-xs-7 {
    padding-left: 0; }

.news .event-item {
  clear: none;
  margin: 20px auto;
  overflow: hidden;
  width: 49%;
  display: inline-table; }

@media (min-width: 768px) {
  .news .event-item {
    clear: both;
    display: block;
    width: auto; }
  .news .circle-text {
    float: left; }
  .news .event-info {
    float: left;
    max-width: -webkit-calc(100% - 90px);
    max-width: -moz-calc(100% - 90px);
    max-width: calc(100% - 90px); }
  .news .news .event-info span {
    text-align: left; } }
