@import url("footer.css");
@import url("navigation.css");
@import url("override.css");
@import url("header.css");
@import url("override.css");
@import url("home.css");
@import url("views.css");

/* Main Variables  */
body {
  overflow-x: hidden;
  font-size: 16px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.8em;
}
/* Main Link Styles */
a {
  color: #00573D;
}
.lead {
    font-size: 25px;
    font-weight: normal;
}
.content a,
#block-system-main a,
.region-content section a,
#block-views-d2cb264f3e7dd5a89dfd56971acfd5c4 a:hover,
#block-views-d2cb264f3e7dd5a89dfd56971acfd5c4 a:focus {
  text-decoration: underline;
}

#block-system-main a.btn,
#block-system-main a.btn-primary,
#block-views-d2cb264f3e7dd5a89dfd56971acfd5c4 a {
  text-decoration: none;
}

a:hover {
  color: #00573D;
  text-decoration: underline;
}

a:active {
  color: #00573D;
  text-decoration: none;
}

td {
  border: 0px;
  display: table-cell;
  float: none;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 8px;
}

table {
  width: 100%;
}

table caption {
  padding: 0;
}

table th {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.col-sm-9 {
    z-index: 0;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}

.ten {
  width: 10%;
}

.twentyfive {
  width: 25%;
}

.fifty {
  width: 50%;
}

.ninety {
  width: 90%;
}

/* Colors */
.orange {
  background-color: #ff6000;
}

.tncc-orange {
  color: #ff6000;
}

.blue {
  background-color: #338cde;
}

.pink {
  background-color: #ec008c;
}

.green {
  background-color: #84bd00;
}

.tncc-green {
  color: #00573d;
}
.purple-text {
  color: #5a4280;
}
.purple {
  background-color: #6c2769;
}

.tncc-purple {
  color: #00573d;
}

.tncc-gray {
  color: #6c2769;
}

.btn-white-text {
  color: #fff;
}

.btn-white-text:hover {
  color: #fff;
}

.btn-primary {
  background-color: #00402d;
  border-color: #00402d;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #00573d;
  border-color: #00573d;
}

.btn-primary.active {
  background-color: #5a4280;
  border-color: #5a4280;
}

.btn-primary:hover > .dropdown-toggle.btn-primary,
.btn-primary:focus > .dropdown-toggle.btn-primary,
.btn-primary:active > .dropdown-toggle.btn-primary,
.btn-primary.active > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary {
  background-color: #00573d;
  border-color: #00573d;
  color: #ffffff;
}

.btn-purple {
  background-color: #402f5c;
  border-color: #402f5c;
  color: #ffffff;
}

.btn-purple:hover > .dropdown-toggle.btn-primary,
.btn-primary:focus > .dropdown-toggle.btn-primary,
.btn-primary:active > .dropdown-toggle.btn-primary,
.btn-primary.active > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary {
  background-color: #5a4280;
  border-color: #5a4280;
  color: #ffffff;
}

.digest-view {
  margin-bottom: 40px;
}

.cyber-center {
  background-color: #f5f5f5;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 7px solid #eee;
}

/* Alerts */
/* Alert Area */
.alert-danger a,
.alert-danger a:focus,
.alert-danger a:hover,
.alert-info a,
.alert-info a:focus,
.alert-info a:hover,
.alert-success a,
.alert-success a:focus,
.alert-success a:hover,
.alert-warning a,
.alert-warning a:focus,
.alert-warning a:hover {
  color: #3a5300;
}

.alert {
  border: none;
  padding: 0;
}

.alert section #emergency {
  margin-bottom: 20px;
}

.alert a {
  font-weight: inherit;
}
.alert {
  border: none;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: inherit;
}

.glyphicon-question-sign::before {
  content: none;
}

.alert-info .block-views #emergency {
  background-color: #fef7f7;
  text-align: center;
}

#alert-msg a {
  color: #c90000;
}

#alert-msg h4 {
  color: #c90000;
  margin: 10px 10px 10px 10px;
}

.alert-info p {
  margin: 0;
}

.alert-info .block-block {
  background-color: #f2f6e8;
  color: #000;
  border: 1px solid green;
  padding: 30px;
}

/* Safety Alerts */
/* e2campus Widget on Alert Page */
#e2campus-updates {
  padding: 20px;
  border: none;
  background-color: #fff;
  color: #000;
  border-left: 1px solid #666;
  margin-top: 20px;
}

/* Alert message on every page */
.jumbotron {
  background-color: #e8fae3;
  padding: 20px;
  margin-bottom: 20px;
}

.jumbotron a,
.jumbotron a:hover {
  color: #339900;
}

/* Program page */
.footnote {
  margin-top: 20px;
  padding: 20px;
  background-color: #f5f5f5;
}

.footnote .glyphicon {
  color: #ff6000;
}

/* Giving Tuesday */
.edu-found-header {
  text-align: center;
  margin-bottom: 40px;
}

.edu-found-header img {
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 40px 40px 15px 40px;
  font-size: 18px;
}

/* 50 */
.fiddy {
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 0;
  padding: 0;
  margin-top: 40px;
}

.fiddy span {
  background: #fff;
  padding: 0 15px;
}

.fiddy-60s {
  background: linear-gradient(rgba(90, 66, 128, 0.85), rgba(90, 66, 128, 0.85)), url("/sites/default/files/uploads/u76/1960s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-60s:hover {
  background: linear-gradient(rgba(90, 66, 128, 0.15), rgba(90, 66, 128, 0.15)), url("/sites/default/files/uploads/u76/1960s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fiddy-70s {
  background: linear-gradient(rgba(132, 189, 0, 0.85), rgba(132, 189, 0, 0.85)), url("/sites/default/files/uploads/u76/1970s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-70s:hover {
  background: linear-gradient(rgba(132, 189, 0, 0.15), rgba(132, 189, 0, 0.15)), url("/sites/default/files/uploads/u76/1970s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-80s {
  background: linear-gradient(rgba(255, 96, 0, 0.85), rgba(255, 96, 0, 0.85)), url("/sites/default/files/uploads/u76/1980s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-background-color: #333;
}

.fiddy-80s:hover {
  background: linear-gradient(rgba(255, 96, 0, 0.15), rgba(255, 96, 0, 0.15)), url("/sites/default/files/uploads/u76/1980s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-90s {
  background: linear-gradient(rgba(51, 140, 222, 0.85), rgba(51, 140, 222, 0.85)), url("/sites/default/files/uploads/u76/1990s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-90s:hover {
  background: linear-gradient(rgba(51, 140, 222, 0.15), rgba(51, 140, 222, 0.15)), url("/sites/default/files/uploads/u76/1990s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-00s {
  background: linear-gradient(rgba(236, 0, 140, 0.85), rgba(236, 0, 140, 0.85)), url("/sites/default/files/uploads/u76/2000s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-00s:hover {
  background: linear-gradient(rgba(236, 0, 140, 0.15), rgba(236, 0, 140, 0.15)), url("/sites/default/files/uploads/u76/2000s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-10s {
  background: linear-gradient(rgba(90, 66, 128, 0.85), rgba(90, 66, 128, 0.85)), url("/sites/default/files/styles/1600x900/public/featured-images/about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-10s:hover {
  background: linear-gradient(rgba(90, 66, 128, 0.15), rgba(90, 66, 128, 0.15)), url("/sites/default/files/styles/1600x900/public/featured-images/about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-logo {
  background-image: url("/sites/default/files/uploads/u76/50-logo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.fiddy-intro {
  background: linear-gradient(rgba(0, 87, 61, 0.85), rgba(0, 87, 61, 0.85)), url("/sites/default/files/styles/1600x900/public/featured-images/50_0.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.fiddy-events {
  background: linear-gradient(rgba(90, 66, 128, 0.85), rgba(90, 66, 128, 0.85)), url("/sites/default/files/styles/1600x900/public/featured-images/events.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
  overflow: auto;
}

/* Marketing */
.giving-tuesday {
  background-color: #b0cfe3;
  padding: 60px;
  text-align: center;
  background: linear-gradient(rgba(0, 87, 61, 0.75), rgba(0, 87, 61, 0.55)), url("/sites/default/files/uploads/u76/fall1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  color: #fff;
}

.ad-numbers {
  text-align: center;
  margin-bottom: 20px;
}

.ad-numbers h2 {
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
}

.ad-numbers p {
  font-size: 42px;
  line-height: 60px;
}

.ad-numbers p.bigger {
  font-size: 62px;
  line-height: 70px;
}

.ad-numbers-block {
  height: 15vh;
  min-height: 200px;
  padding: 20px;
  background-color: #f5f5f5;
  border-top: 7px solid #5a4280;
  border-bottom: 7px solid #ccc;
}

.firstchoice-link {
  display: block;
  background-color: #5a4280;
  color: #fff;
  padding: 14px;
  text-align: center;
}

.firstchoice-link:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.ad-info-graphic-frame {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 5px solid #f2f2f2;
  border-bottom: 5px solid #f2f2f2;
}

.ad-impact-fund {
  padding: 40px;
  background-color: #f2f2f2;
}

.ad-padding {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ad-pie {
  background-image: url("/sites/default/files/uploads/u76/pie.jpg");
}

.ad-border-top {
  border-bottom: 5px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ad-h2 {
  font-size: 16px;
  color: #5a4280;
  text-transform: uppercase;
}

.hideme {
  opacity: 0;
}

.ad-block {
  margin: 80px 0 80px 0;
  height: 100vh;
  min-height: 500px;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.ad-block-half {
  margin: 80px 0 80px 0;
  height: 50vh;
  min-height: 500px;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.ad-block-transfer {
  background-image: url("/sites/default/files/styles/1600x900/public/featured-images/home-transfer_0.jpg");
}

.ad-block-transfer-2 {
  background-image: url("/sites/default/files/uploads/u76/fall2.jpg");
}

.ad-block-save-big {
  background-image: url("/sites/default/files/uploads/u76/fall4.jpg");
}

.ad-block-small-class-sizes {
  background-image: url("/sites/default/files/uploads/u76/dedicated-faculty.jpg");
}

.ad-block-locations {
  background-image: url("/sites/default/files/styles/1600x900/public/featured-images/ht-campus.jpg?itok=uXushHjJ");
}

.ad-block-schedules {
  background-image: url("/sites/default/files/uploads/u76/schedules.jpg");
}

.ad-block-life {
  background-image: url("/sites/default/files/styles/1600x900/public/featured-images/Robbie-Batting.jpg?itok=_khuY0LM");
}

.ad-block a {
  display: block;
  margin-top: 30px;
}

.ad-block-copy {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 7px solid #00573d;
  margin: 30px 20px;
  padding: 40px;
  box-shadow: 0 5px 25px #666;
}

.ad-anchor {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 87, 61, 0.85);
  padding-top: 20px;
  text-align: center;
  width: 100%;
  z-index: 9999;
  color: #fff;
}

.ad-anchor a {
  color: #fff;
}

.ad-anchor a:hover {
  color: #fff;
  text-decoration: none;
}

/* Social Icons - Alumni page */
.social-icons img {
  width: 45px;
  height: 45px;
}

.social-icons li {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 45px;
  padding: 5px;
}

.social-icons li:hover {
  background-color: #84bd00;
}

/* Icon Graphic - Alumni page */
.alumni-call-to-actions {
  padding: 20px;
  background-color: #f2f2f2;
  margin-top: 20px;
}

.icon-graphic-connect {
  text-align: center;
}

.icon-graphic-serve {
  text-align: center;
}

.icon-graphic-invest {
  text-align: center;
}

.alert-danger a,
.alert-danger a:focus,
.alert-danger a:hover,
.alert-info a,
.alert-info a:focus,
.alert-info a:hover,
.alert-success a,
.alert-success a:focus,
.alert-success a:hover,
.alert-warning a,
.alert-warning a:focus,
.alert-warning a:hover {
  color: #3a5300;
}

.alert a,
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: inherit;
}

.glyphicon-question-sign::before {
  content: none;
}

.alert {
  border: none;
}

.alert-info {
  border: 0;
  background-color: transparent;
}

/* Title Field Fixes */
/* Breadcrumb Adjustments */
.breadcrumb {
  padding: 0;
  margin-bottom: 10px;
  background-color: #fff;
}

.breadcrumb a {
    color: #000;
    font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #999;
}

.breadcrumb .active {
  color: #333333;
}

/* Main Image Bottom Padding */
.img-responsive {
  margin-bottom: 20px;
 /* border-radius: 10px;*/
}

/* Main Content Top Padding */
.main-container {
  margin-top: 20px;
  padding-bottom: 40px;
}

.front .main-container {
  margin-top: 0;
}

/* Blockquotes */
blockquote {
  padding: 30px;
  margin: 20px 0;
  background-color: #f5f5f5;
  border-left: none;
  font-size: 16.5px;
}

blockquote footer {
  font-size: inherit;
}

/* Success Blockquote Styles */
#block-views-f028aeea5ea25a2f4f16ef8a27397901 blockquote,
#block-views-ec83c41538b6b8d3dc0a92c2cf69ed87 blockquote {
  margin-top: none;
  border-top: none;
  border-left: 0;
}

/* Utility */
/* Related Scholarships/Program Heads Block on Program Brochure Pages */
#block-views-d2cb264f3e7dd5a89dfd56971acfd5c4,
#block-views-4971a2a48edc49cba5cca3d054a273c9 {
  padding: 20px;
  background-color: #f5f5f5;
  margin-top: 20px;
}

#block-views-d2cb264f3e7dd5a89dfd56971acfd5c4 li,
#block-views-4971a2a48edc49cba5cca3d054a273c9 li {
  color: #ff6000;
}

#block-views-d2cb264f3e7dd5a89dfd56971acfd5c4 .glyphicon,
#block-views-4971a2a48edc49cba5cca3d054a273c9 .glyphicon {
  color: #ff6000;
}

.li-margin-20 {
  margin-top: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.page-header {
  border-bottom: 0;
  margin: 0 0 0 0;
}

.form-month-day-year select {
  display: inline;
  width: auto;
}

.form-required {
  color: #ff333b;
}

/* External Call-to-actions */
#external-call-to-actions a {
  display: block;
  padding: 10px;
  color: #fff;
  margin-bottom: 5px;
}

#external-call-to-actions a:hover {
  color: #fff;
  background-color: #333;
}

/* Faculty & Staff Page */
.btn-fac-staff {
  display: block;
  margin-bottom: 10px;
  border: 0;
}

.btn-fac-staff:hover {
  background-color: #333;
  color: #fff;
}

.staff-call-to-actions-link {
  background-color: transparent;
  color: #fff;
  display: block;
  padding: 30px;
  text-align: center;
}

.staff-call-to-actions-link:hover {
  background-color: #fff;
  color: #666;
}

.staff-h2 {
  color: #666;
  font-size: 26px;
}

/* Modified date */
#block-views-page-modified-date-block {
  margin-top: 20px;
  color: #ccc;
  text-transform: italic;
}

.news_h3 {
  font-size: 18px;
}

/* A-Z Page*/
.view-a-to-z .attachment {
  clear: both;
  display: table;
  height: 35px;
  margin: 20px 0;
}

.view-a-to-z .views-summary a {
  padding: 6px;
}

.view-a-to-z .views-summary a.active {
  background-color: #24890d;
  border-color: #41a62a;
  color: #fff;
}

/* News item Fix*/
.node-type-news-releases .date-display-single {
  color: #666;
  display: block;
  padding-bottom: 10px;
}

.node-news-releases .field-type-image img {
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

/*Student Page*/
.special-message {
  border-left: 5px solid #ba0000;
  background-color: #eee;
}

#mytncc {
  padding: 30px;
  border: 1px solid #82b260;
  background-color: #f2f2f2;
  background: rgba(130, 178, 96, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
}

#mytncc a {
  padding: 10px;
  background-color: #ff6000;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  margin: 30px 0 0;
}

#mytncc a:hover {
  background-color: #000;
}

#navigate {
  padding: 30px;
  border: 1px solid #0070cd;
  background-color: #f2f2f2;
  background: rgba(0, 112, 205, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
}

#navigate a {
  padding: 10px;
  background-color: #003057;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  margin: 30px 0 0;
}

#navigate a:hover {
  background-color: #000;
}

.connect-with-us {
  display: block;
  padding: 30px;
  margin: 30px;
  background-color: #ccc;
  text-align: center;
  border-radius: 25px;
}

/* Class Schedule Styles */
.view-class-schedule-2016 caption {
  display: none;
}

.main-container.container #page-header {
  display: none !important;
}

.page-search .row .form-control {
  width: 100%;
}

.page-search .input-group .form-control {
  z-index: 0;
}

/*====Front page======*/
.front .page-header,
.front .main-container.container #breadcrumb-container {
  display: none;
}

.front .main-container.container #page-header {
  height: 0;
}

.front .views-bootstrap-grid-plugin-style div.row {
  padding-left: 0;
  padding-right: 0;
}

.flexslider {
  z-index: 0;
}

/**====Navigation======*/
.main-container.container #breadcrumb-container {
  width: 100%;
  background-color: #f2f2f2;
}

.container::before,
.container::after {
  content: " ";
  display: block;
}

/**====== Classes View ========**/
.view-class-schedule td {
  display: table-cell;
  float: none;
  font-size: 13px;
  background-color: #f8f2d8;
  border: 2px solid #fff;
  padding: 8px;
}

.view-class-schedule table {
  width: 100%;
}

/**====== Classe Node ========**/
.view-class-schedule .views-view-grid.cols-1 tr:nth-child(even) td {
  background-color: rgba(248, 242, 216, 0.5);
}

/**====== End Classe Node ========**/
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb a {
  color: #333333;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #999;
}

.breadcrumb .active {
  color: #000;
}

/**===== Page Title ====**/
.field-name-title-field {
  max-width: 1147px;
  margin-left: auto;
  margin-right: auto;
}

.page-search .main-container.container #page-header {
  background-image: none !important;
  height: 0;
}

.grid-image {
  overflow: hidden;
  max-height: 225px;
}

#views-bootstrap-grid-1 .col.col-md-4,
#views-bootstrap-grid-1 .col.col-lg-4 {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.img_link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  margin-bottom: 20px;
  min-height: 375px;
  width: 100%;
}

.img_link p {
  text-align: center;
  display: none;
}

/** Events and Calendar Style **/
.calendar.monthview a {
  color: #ffffff;
}

.view-calendar .pager li > a {
  background-color: transparent;
}

.page-node-545719 .calendar a {
  color: #fff;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background-color: #6c2769;
}

/**  News Page Style **/


.view-front-slider .slidercaption h3 a {
  color: #ff6000;
}

#webform-client-form-104607 {
  margin-top: 27px;
}

.webform-client-form {
  margin-top: 27px;
}

.row .form-control.form-textarea {
  width: 100%;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  content: "X";
  bottom: 4px;
  display: block;
  font-size: 14px;
  left: -2px;
  position: relative;
}

/* Contact Block Styles */
.contact-block,
.view-connections.view-display-id-block_2,
.view-connections.view-display-id-block {
  padding: 15px;
  margin-bottom: 20px;
  color: #333;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.region-sidebar-second section:nth-child(2),
.region-sidebar-second section:nth-child(3),
.region-sidebar-second section:nth-child(4) {
  border-top: 7px solid #6c2769;
}

.region-sidebar-second #block-block-110 {
  border-top: 0;
}

.contact-block a,
.connect-block a {
  color: #333;
}

.contact-block a:hover,
.connect-block a:hover {
  color: #00573d;
}

.contact-block ul,
.connect-block ul {
  list-style-type: none;
  padding: 0;
}

.contact-block li,
.connect-block li {
  padding: 0 0 7px 0;
  margin: 0;
}

.contact-block h2,
.connect-block h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  color: #000;
}

/*Directory*/
.view-faculty-staff .attachment {
  clear: both;
  display: table;
  height: 35px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.view-faculty-staff .attachment .views-summary a {
  padding: 6px;
}

#quicktabs-tabpage-staff_directory-0 > div > div.attachment.attachment-before > div > div > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#quicktabs-tabpage-staff_directory-0 > div > div.attachment.attachment-before > div > div > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.view-faculty-staff .attachment .views-summary a.active {
  background-color: #24890d;
  border-color: #41a62a;
  color: #fff;
}

.view-faculty-staff .attachment .views-summary a:hover {
  background-color: #eee;
}

/*View: Contact Block*/
.contactbox {
  background-color: #6e876a;
  color: #fff;
  padding: 20px;
  margin-top: 40px;
}

.contactbox a {
  color: #dae6c1;
}

.contactbox h2 {
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dae6c1;
}

.contactbox h3 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 0;
  color: #dae6c1;
}

.contactbox ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-bottom: 10px;
}

.contactbox strong {
  color: #dae6c1;
}

/*Anchor Call-to-Action*/
.register-box {
  background-color: rgba(0, 87, 61, 0.85);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
}

.register-box p {
  margin: 20px;
  color: #fff;
  padding-top: 5px;
}

.highlight {
  background-color: #ec008c !important;
  color: #fff !important;
}

.highlight:hover {
  background-color: #fff !important;
  color: #333 !important;
  text-decoration: none;
}

.fab_tab {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.fab_tab li {
  display: inline;
  margin: 0;
  padding: 0;
}

.fab_tab li a {
  display: inline-block;
  background-color: #666;
  padding: 10px;
  color: #ccc;
  text-decoration: none;
  width: 200px;
}

/* Brochure styles */
.c_action {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 30px 0;
}

.c_action li {
  display: block;
}

.c_action li a {
  display: block;
  padding: 7px 7px 7px 14px;
  margin: 0 0 2px 0;
  background-color: #138de2;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.c_action li a:hover {
  background-color: #666;
  color: #fff;
}

#call-to-action-programs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#call-to-action-programs li a {
  background-color: #666;
  margin-bottom: 5px;
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
}

#call-to-action-programs li a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

#call-to-action-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#call-to-action-social li a {
  background-color: #84bd00;
  margin-bottom: 5px;
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
}

#call-to-action-social li a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

#call-to-action-explore {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 30px;
}

#call-to-action-explore li a {
  background-color: #ff6000;
  margin-bottom: 5px;
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
}

#call-to-action-explore li a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

#block-block-45 {
  display: none;
}

/* Home - New Callouts */
.contact-us {
  text-align: center;
  color: #666;
  text-align: center;
}

.flex-direction-nav a {
  overflow: visible;
}

.flex-nav-prev a,
.flex-nav-next a {
  outline: 0;
  opacity: 100;
}

.flexslider .flex-direction-nav a {
  display: block;
}

.flex-direction-nav a {
  margin: -80px 0 0;
}

.flex-direction-nav a::before {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

.flexslider:hover .flex-direction-nav .flex-next,
.flex-direction-nav li .flex-next {
  right: -15px;
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flex-direction-nav li .flex-prev {
  left: -15px;
}

/* NEW - Featured Stories*/
#block-block-72 .row.two-col {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  text-align: center;
}

#block-block-72 .row.two-col img {
  width: 100%;
}

#new-featured-news h3 > a,
#new-featured-news h2 > a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 400;
}

#new-featured-news {
  background-color: #448435;
  padding: 40px 0 40px 0;
  color: rgba(255, 255, 255, 0.75);
}

#new-featured-news h3 a:hover {
  color: #333 !important;
  text-decoration: none !important;
}

.views-field-field-date {
  color: #333;
}

.view-navigator-grid .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

/* View: student success front page block */
.ss-photo img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

/* media queries */
@media screen and (max-width: 600px) {
  .register-box {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .fab_tab li a {
    padding: 5px;
    margin-bottom: 10px;
  }
  .fab_tab li h3 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #block-block-45 {
    width: 97%;
  }
  /*.tncc-info-copy
    width: 80%*/
}

@media screen and (max-width: 1120px) {
  #footer-campuses-centers-wrapper {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .main-container.container #page-header {
    margin-top: -48px;
  }
}

@media screen and (max-width: 800px) {
  #logo img {
    width: 200px;
    height: auto;
    padding: 10px 14px;
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .view .grid-image {
    max-height: 225px;
    overflow: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .front #block-system-main {
    height: 0;
  }
  #topmenu {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .form-control, .row .form-control {
    width: 100%;
  }
  /*select {
    max-width: 200px;
  }*/
}

/* Search page menu overlap fix */
.page-node-50 .input-group .form-control {
  z-index: 0;
}

.container a.readmore {
  margin-top: 40px;
  display: block;
  clear: both;
}

#connect-social img {
  width: 120px;
  height: 120px;
}

#connect-social li {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  list-style: none;
  width: 140px;
  float: left;
  margin-right: 15px;
}

#connect-social li div {
  border-radius: 120px;
  padding: 10px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

#block-block-146 p.lead {
  margin-top: 21px;
  margin-bottom: 21px;
}

#block-instagram-block-instagram-block {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
  padding: 26px 0 26px 0;
  margin-bottom: 20px;
  text-align: center;
}

#block-instagram-block-instagram-block img {
  border-radius: 100%;
}

.instagram-h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  color: #5a4280;
}

.instagram-h3 {
  color: #00573d;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

.social-links-block {
  display: table;
}

.alumni-ross {
  background-image: url("/sites/default/files/uploads/u76/ross.jpg");
}

@media screen and (min-width: 600px) {
  #block-block-160 {
    margin-bottom: 80px;
  }
}

.node-type-news-releases .content img {
 /* width: 100% !important;
  height: auto !important;*/
}

.acal .tbl-fade {
  color: rgba(255, 255, 255, 0.75);
}

.acal .tbl-event {
  font-weight: bold;
}

.acal .tbl-50 {
  width: 50%;
}

.acal .tbl-25 {
  width: 25%;
}

.acal .panel {
  margin: 5px 0;
  border: 0;
}

.acal .panel-heading {
  border: none;
  background-color: #00402d !important;
  color: #fff;
  border-bottom: 0;
  padding: 0;
}

.acal .panel-body {
  padding: 0;
}

.acal .table {
  margin-bottom: 0px;
}

.acal .panel-title a {
  padding: 10px;
  display: block;
  color: #fff;
}

.acal .panel-title a:hover {
  text-decoration: none;
  background-color: #00573d;
}

.acal .panel-title a:active {
  text-decoration: none;
  background-color: #000;
}

.view-display-id-block_6 .lead {
  font-size: 17px;
}


/** === New === **/

.gala-sponsors {
  background-color:#fff;
  border:1px solid #eee;
  padding:30px;
  margin-bottom:20px;
}

.content .btn {
  text-decoration:none;
}

.gala-video {
  margin-top:40px;
  margin-bottom:40px;
}

.gala-contact {
  margin-top:60px;
}

.speedway {
  background-color:#000;
  padding:120px 20px 120px 20px;
  color:#fff;
  margin-bottom:20px;
}

.speedway img {
  padding:30px;
}

.home-fall-2018 {
  background-color:#333;
  padding:120px 20px 20px 20px;
  background-image:url("/sites/default/files/uploads/u76/fall-legs.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  color:#fff;
  margin-bottom:20px;
  font-size:18px;
  min-height:650px;
}

.jumbotron {
  margin-bottom:0 !important;
}

.home-cooke {
  background-color:#333;
  padding:120px 20px 20px 20px;
  background-image:url("/sites/default/files/uploads/u76/melissa-grey.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  color:#fff;
  margin-bottom:20px;
  font-size:18px;
  min-height:650px;
}

.cooke-info-box {
  padding:20px;
  background-color:rgba(255,255,255,0.90);
  color:#333;
  margin-top:150px;
}

@media screen and (min-width: 768px) {
  .cooke-info-box {
    padding:30px;
    margin-top:0;
  }
  .home-cooke {
    padding:90px 30px 120px 30px;
  }
}

.footersmall {
 font-size: 86%;
}

.fifty-anniversary-bg .small {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
}

#block-block-100 a:focus {
    color: #fff;
}

.tncc-enroll-now-bg {
  background-color:#423a14;
  padding:50px 50px 90px 50px;
  min-height:500px;
  background: linear-gradient(rgba(66, 58, 20, 0.65), rgba(66, 58, 20, 0.65)) repeat scroll 0 0%, rgba(66, 58, 20, 0.65) url("https://tncc.edu/sites/default/files/uploads/u76/fall-legs.jpg") repeat scroll 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  color:#fff;
  margin-bottom:20px;
  background-size:cover;
}

.tncc-enroll-now-bg a.sat {
  color:#fff;
  text-decoration:underline;
}

.tncc-enroll-now-bg a.sat:hover {
  text-decoration:none;
}

.safety-orange {
color:#ff6000;
}

.summer-message {
  color:#215e17 !important;
}

#block-instagram-block-instagram-block .instagram-copy {
    color: #000;
}

.grand-duke-padding
{
padding:120px 50px 160px 50px;
}
.grand-duke {
  background-color:#1b793b;
  background-image:url("/sites/default/files/uploads/u76/grand-duke-bg.jpg?sdf");
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
  color:#fff;
  margin-bottom:20px;
  font-size:18px;
  min-height:600px;
}

@media (max-width: 992px) {
  .grand-duke {
    background-image:none;
    min-height:none;
  }
}

/* Home - Scholarship block */

.home-scholarships {
  background-color:#333;
  padding:50px 50px 90px 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15)) no-repeat scroll 0 0%, rgba(0, 0, 0, 0.35) url("https://tncc.edu/sites/default/files/featured-images/new-students.jpg") no-repeat scroll 0 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
  color:#fff;
  margin-bottom:20px;
  font-size:18px;
  min-height:500px;
}

.home-saturday {
  background-color:#00573d;
  padding:50px 50px 90px 50px;
  color:#fff;
  margin-bottom:20px;
  font-size:18px;
  min-height:500px;
}

.footnote_online {
margin-top:15px;
padding:14px 10px 10px 10px;
border-top:7px solid #00bb23;
background-color:#f2f2f2;
text-align:center;
color:#666;
}

.footnote_online strong {
color:#00bb23;
}

.hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.page-node-9764 .views-row {
	margin-bottom: 20px;
	border-bottom: 1px solid lightgray;
	padding-bottom: 20px;
}

.control-label {
    width: 29%;
}

.form-control {
  display: inline-block;
  width: 70%;
}

.input-group {
    display: inline-table;
    width: 70%;
}

.front .carousel-indicators li {
    background-color: #ccc;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    border: 0;
}

.front .carousel-indicators .active {
    background-color: #00573d;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin: 1px;
    border: 0;
}

.front .carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    left: unset;
    width: 100%;
    list-style: none;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-inline-start: 0px;
}

@media screen and (max-width: 800px) {
.front .carousel-inner h3 {
 font-size: 18px;
}
}

.field-collection-item-field-documents-collection .field-name-field-title {
  font-size: 17px;
  font-weight: bold;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  line-height: 1.1;
}

.width75 { width:75%;}
.width50 { width:50%;}
.width25 { width:25%;}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 10px 0 10px 0;
}
.page-search .search-cont-type {
    font-size: 12px;
    width: max-content;
    background-color: lightgray;
    border-radius: 3px;
    padding: 0 5px;
}
#collapsiblock-wrapper-408 .block-title {
  color: #fff;
}
#collapsiblock-wrapper-408 h2 {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10px;
}
#collapsiblock-wrapper-408 {
 /* padding: 5px;*/
  background-color: #6C2769;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
div .collapsiblock a {
    background-size: 20px;
}

div .collapsiblock.collapsiblockCollapsed a {
  background-size: 15px;
}

.element-invisible a {
	color : #000;
}
.element-invisible {
	color : #000;
}

.field-label-inline .field-label, 
.field-label-inline .field-items {
    float: left;
}
.field .field-label {
    font-weight: bold;
}
.field-name-field-curriculum .field-items {
    float: left;
}
.onlineblock {
    margin-bottom: 15px;
    padding: 14px 10px 10px 10px;
    border-top: 7px solid #00bb23;
    background-color: #f2f2f2;
    text-align: center;
    color: #666;
}
.row.program {
    clear:both;
}

.listlinks .img-responsive {
    border-radius: 10px;
}
.btn {
  overflow: visible;
}