html {
  scroll-behavior: smooth;
}

.twitter-feed   {
    padding-top: 30px;
    padding-left:475px;
}

/* Button START */
.btn-wrapper {
  padding: 10px 20px;
}

.btn-basic {
  min-width: 125px;
  font-family: 'neuzeit-grotesk', sans-serif;
    letter-spacing: 0.05rem;
  font-size: 1.0rem !important;
  border-radius: 25px;
  background-color: #1D3532;
  color: #e3e3e3;
}

.btn-basic:hover {
  background-color: #F9D72D;
  color: #1d1d1d;
    transition: 0.2s;
}

.btn-highlight {
  min-width: 125px;
  font-family: 'neuzeit-grotesk', sans-serif;
    letter-spacing: 0.05rem;
  font-size: 1.0rem !important;
  border-radius: 25px;
  background-color: #E4E4E4;
  color: #1d1d1d;
}

.btn-highlight:hover {
  background-color: #F9D72D;
  color: #1d1d1d;
    transition: 0.2s;
}

.btn-invert {
  min-width: 125px;
  font-family: 'neuzeit-grotesk', sans-serif;
    letter-spacing: 0.05rem;
  font-size: 1.0rem !important;
  border-radius: 25px;
  background-color: #121212;
  color: #e3e3e3;
}

.btn-invert:hover {
  background-color: #1D3532;
  color: #e3e3e3;
    transition: 0.2s;
}

.btn-navy {
  min-width: 125px;
  font-family: 'neuzeit-grotesk', sans-serif;
    letter-spacing: 0.05rem;
  font-size: 1.0rem !important;
  border-radius: 25px;
  background-color: #e3e3e3;
  color: #1d1d1d;
}

.btn-navy:hover {
  background-color: #E4E4E4;
  color: #1d1d1d;
    transition: 0.2s;
}

.btn-wrapper-02 {
  padding: 20px;
}

.btn-wrapper-02 a {
  text-decoration: none !important;
}

.btn-basic-02 {
  background-color: #1D3532;
  color: white;
}

.btn-basic-02:hover {
  background-color: #F9D72D;
  color: #1d1d1d;
  transition: 0.2s;
}

.btn-highlight-02 {
  background-color: #E4E4E4;
  color: #1d1d1d;
}

.btn-highlight-02:hover {
  background-color: #F9D72D;
  color: #1d1d1d;
}

.btn-invert-02 {
  background-color: #121212;
  color: white;
}

.btn-invert-02:hover {
  background-color: #1D3532;
  color: white;
}

.btn-02 {
  padding: 8px 30px;
  border-radius: 12px;
  font-weight: bold;
}

.btn-small {
  font-size: 1.0rem;
}

.btn-medium {
  font-size: 1.3rem;
}

.btn-large {
  font-size: 2.0rem;
}
/* Button END */

/* Global CSS */
* {
  box-sizing: border-box;
}

.btn-success {
  font-weight: bold;
}

.btn-info {
  font-weight: bold;
}

.btn-form {
  font-weight: bold;
}

.indent {
  text-indent: 20px;
}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.lightgrey {
  background-color: #fafafa;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-v-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
}

.table-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.align-self-center {
  align-self: center;
}

.flex-20 {
  flex: 20%;
}

.flex-25 {
  flex: 25%;
}

.flex-33 {
  flex: 33%;
}

.flex-50 {
  flex: 50%;
}

.flex-66 {
  flex: 66%;
}

.flex-75 {
  flex: 75%;
}

.flex-100 {
  flex: 100%;
}

.section-content {
  padding: 75px 0px 75px 0px;
  
}

.section-content-middle {
  padding: 10px 0px 10px 0px;
}

.padding30 {
  padding: 30px;
}

.padding20 {
  padding: 20px;
}

.padding10 {
  padding: 10px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.display-inline {
  display: inline;
}

.column-half {
  flex: 100%;
}

.column-third {
  flex: 100%;
}

.column-fourth {
  flex: 100%;
}

.nscc-white {
  background-color: #ffffff !important;
  color: #121212;
}

.nscc-grey {
  background-color: #E4E4E4 !important;
  color: #121212;
}

.nscc-green {
  background-color: #1D3532 !important;
  color: #ffffff;
}

.nscc-green h2 {
  color: #ffffff;
}

.nscc-gold {
  background-color: #F9D72D;
  color: #121212;
}

.nscc-black {
  background-color: #121212;
  color: #ffffff;
}

/* Video START */
.video-block p {
  margin: 20px 0px 0px 0px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  margin: 5px;
}

.responsive-iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 99%;
  height: 100%;
  border: none;
}
/* Video END */


/* Body */
.float{
	position:fixed;
	width:115px;
	height:115px;
	bottom:80px;
	right:40px;
	background-color:#1D3532;
	color:white;
	border-radius:60px;
	text-align:center;
    padding-top: 10px;
	box-shadow: 2px 2px 3px #999;
    font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}

.float:hover {
    color:white;
}

.text-section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* Home Page Hero Image START */
.main-hero {
  background-image: url("images/nscc-index-hero.jpg");
}
.main-hero H1 {
  text-align: left;
}
.main-hero P {
  color: white;
}
.main-hero .fas {
  font-size: 45px;
  color: white;
}
.main-hero .fas:hover {
  color: #F9D72D;
  transition: 0.2s;
}
.icon-nav-bar p:hover {
  color: #F9D72D;
  transition: 0.2s;
}
.main-hero .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-hero .icon-nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.main-hero .padding10 {
  padding: 10px;
}

.home-apply-now {
    padding-top:50px;
}
/* Home Page Hero Image END */


/* Hero Sub Pages START */
.first-level-hero {
  padding-top: 135px;
  padding-bottom: 135px;
  background-position: center;
 0 background-size: cover;
}

#foundation {
  padding-top: 0px;
  padding-bottom: 20px;
}

.first-level-hero h1 {
  text-align: center;
  color: white;
}

.alumni {
  background-image: url("images/alumni-hero-image.jpg");
}

.foundation {
  background-image: url("images/foundation-hero-image.jpg");
}

.foundation .align-center {
  padding-top:80px;
  padding-bottom: 20px;
}

.current-students {
  background-image: url("images/current-students-header.jpg");
}

.faculty-staff {
  background-image: url("images/faculty-header.jpg");
}

.veterans {
  background-image: url("images/veterans-header.jpg");
}

.golf-outing {
  background-image: url("images/golf-outing-hero.jpg");

}

.community {
  background-image: url("images/community-header.jpg");
}


.campus-police {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("images/campus-police.jpg");
  background-position: 50% 25%;
}

.second-level-hero-esports {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("images/esports-hero.png");
  background-position: 50% 25%;
}

.second-level-hero-gamecon {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("images/gamecon-header-hero.png");
  background-position: 50% 25%;
}

.second-level-hero {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("images/2nd-header-image-03.jpg");
  background-position: 50% 25%;
}

.second-level-hero h1 {
  padding-top: 20px;
  text-align: center;
  color: white;
}

.trio-hero {
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url("images/trio-hero.jpg");
  background-size: 210vh;
  background-position: right;
}

.trio-hero h1 {
  padding-top: 40px;
  text-align: left;
  color: white;
}

.program-hero {
  background-image: url("images/program-hero-placeholder.jpg");
  background-size: 250vh;
  background-position: left;
  text-align: center;
  padding: 125px 0px 125px 0px;
}

.program-hero h1 {
  text-align: center;
  color: white;
}

.program-hero-video {
  background-image: url("images/program-hero-placeholder.jpg");
  background-size: 250vh;
  background-position: left;
  text-align: center;
  padding: 125px 0px 125px 0px;
}

.program-hero-video h1 {
  text-align: center;
  color: white;
}

/* Hero Sub Pages END */

.table-row-line {
  border: 1px solid #F9D72D;
  opacity: 0.1;
  width: 100%;
  margin-top: 5px;
  padding: 0px;
  align-items: right;
}


/* Map START */
.map {
  height: 500px;
}

.about-us-map {
  height: 100%;
  width: 100%;
}

.about-us-map > iframe {
  height: 100%;
  width: 100%;
}
/* Map END */


.accreditation > .flex {
  align-items: center;
}

.accreditation > .flex > .basic-image-wrapper {
  flex: 25%;
  height: 140px;
  padding: 10px;
  text-align: center;
}

.accreditation > .flex > p {
  flex: 75%;
  padding-left: 10px;
}


.sidebar-info .img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}





/* Career List START */
.career-list {
  background-color: #2e2e2e;
  color: white;
}

.career-line {
  width: 10%;
  background-color: #F9D72D;
  border: 2px solid #F9D72D;
}

.career-list ul {
  text-decoration: none;
  list-style-type: none;
  font-size: 1.5rem;
  padding: 0px;
  text-align: center;
}

.career-list > .flex {
  padding: 50px 0px 50px 0px;
}

.career-list > .flex > h3 {
  padding: 10px 0px 10px 0px;
}

.career-list li {
  font-size: 2.0rem;
}
/* Career List END */

/* Program Stats START */
.program-stats {
  background-color: #fffff;
}

.program-stats .box {
  padding: 50px 10px;
  background-color: #E4E4E4;
  margin: 10px;
  height: 200px;
  width: 250px;
}

.program-stats div {
  text-align: center;
}

.program-stats h4 {
  text-align: center;
}
/* Program Stats END */

/* Important Dates START */
.important-dates .box {
  padding: 50px 10px;
  border: 1px solid #E6E6E6;
  margin: 10px;
  height: 200px;
  width: 250px;

}

.trio-important-dates .box {
  padding: 50px 10px;
  border: 2px solid #ffffff;
  margin: 10px;
  height: 250px;
  width: 300px;

}
/* Important Dates END */

/* Highlight List START */
.highlight-list {
  background-color: #2e2e2e;
  color: white;
}

.highlight-list > .flex {
  padding: 30px 0px 30px 0px;
}

.highlight-list > .flex > .box {
  padding: 30px 0px 30px 0px;
  text-align: center;
}

.box > .fas {
  font-size: 3rem;
  padding: 10px;
}
/* Highlight List END */


/* Program List START */
.program-list {
  background-color: white;
  padding: 100px 0px 100px 0px;
}

.program-list .card {
  max-width: 585px;
}

.program-title {
  padding: 0px 0px 50px 0px;
}

.program-line {
  width: 10%;
  background-color: lightgrey;
  border: 1px solid lightgrey;
  opacity: 0.2;
}

.program-list ul {
  text-decoration: none;
  list-style-type: none;
  text-align: left;
}
/* Program List END */


/* Upcoming Events Home Page START */
.upcoming-events {
  padding: 75px 0px 75px 0px;
  background-position: center;
  background-size: cover;
  background-color: #f5f5f5;
}

.upcoming-events .fas {
  font-size: 2.0rem;
  font-weight: lighter;
  color: #F9D72D;
}

.events-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.event-card {
  display: flex;
  flex-wrap: wrap;
  max-width: 375px;
  margin: 10px;
}

.event-card h3 {
 margin-bottom: 20px;
}

.event-card p {
 margin-bottom: 10px;
 font-size: 1.5rem;
}

.event-card i {
 margin-right: 10px;
}
/* Upcoming Events Home Page END */


/* Quick Navigation NEW START */
.quick-nav-section {
  background-color: #121212;
}

.quick-nav-section .icon-nav-bar {
  padding: 40px 0px 40px 0px;
}

.quick-nav-section .icon-nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.quick-nav-section .icon-nav-bar li {
  max-width: 200px;
  display: flex;
  justify-content: center;
}

.quick-nav-section .icon-nav-bar a {
  max-width: 100%;
  text-decoration: none !important;
}

.quick-nav-section p {
  color: white;
}

.quick-nav-section .fas {
  color: white;
  font-size: 2.6rem;
}

.quick-nav-section .fab {
  color: white;
  font-size: 2.6rem;
}

.quick-nav-section .icon i {
  color: white;
  font-size: 2.6rem;
}

.quick-nav-section .svg-icon {
  max-width: 100px;
  max-height: 61px;
  padding: 10px;
}

.quick-nav-section .icon-nav-bar > ul > li > a:hover .fas {
  color: #F9D72D;
  transition: 0.2s;
}

.quick-nav-section .icon-nav-bar > ul > li > a:hover .fab {
  color: #F9D72D;
  transition: 0.2s;
}

.quick-nav-section .icon-nav-bar > ul > li > a:hover p {
  color: #F9D72D;
  transition: 0.2s;
}

.quick-nav-section .icon-nav-bar > ul > li > a:hover i {
  color: #F9D72D;
  transition: 0.2s;
}


/* Quick Navigation NEW END */




/* Quick Navigation START */
#custom-html-i p {
  padding: 10px;
  color: white;
}

#custom-html-i .custom-nav-bar {
  background-color: #121212;
}

#custom-html-i .fas {
  font-size: 45px;
  color: white;
}

#custom-html-i .fas:hover {
  color: #F9D72D;
  transition: 0.2s;
}

#custom-html-i .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#custom-html-i .icon-nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 30px 0px;
}

#custom-html-i .icon-nav-bar > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  max-width: 300px;
  justify-content: center;
}

#custom-html-i .icon-nav-bar > a > i {
  width: 100%;
}

#custom-html-i .icon-nav-bar > a > p {
  width: 100%;
  margin-bottom: 0px;
}

#custom-html-i .padding10 {
  padding: 10px;
}

.one-line {
  align-self: flex-start;
}
/* Quick Navigation END */

/* Call to Action START */
.call-to-action {
  padding: 30px 10px 30px 10px;
  background: #1D3532;
}

.call-to-action h2 {
  margin-bottom: 20px;
    color: white;
}


/* Call to Action END */

/* Contact START */
.contact {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1D3532;
  color: white;
}

.contact a {
    color: white;
}

.contact a:hover {
    color: #F9D72D;
    transition: 0.2s;
}

.program-page {
  background: #121212;
}

.program-page h2 {
  color: #F9D72D;
}

.contact h2 {
  color: white;
}
/* Contact END */

/* Monthly Quote START*/
#monthly-quote {
  color: white;
  background-color: #121212;
  padding: 30px 0px 30px 0px;
}

.quote-text {
  max-width: 80%;
    margin: auto;
    font-size: 1.7rem;
    font-family: serif;
}

.quoted {
  max-width: 80%;
    margin: auto;
    font-size: 2.0rem;
    font-weight: bold;
}

.quote-wrapper {
  max-width: 800px;
}

.monthly-quote-line {
  border: 2px solid #F9D72D;
  text-align: center;
  opacity: 100%;
  width: 5%;
}
/* Monthly Quote END*/


/* Box START */


.section-box {
  background-color: #E4E4E4;
}

.section-cards {
  background-color: #E4E4E4;
}

#home-academics .box-wrapper {
  max-width: 600px;
}

#home-academics h3 {
  font-size: 1.2rem;
}

 .box-wrapper {
  padding: 20px;
}

.box-wrapper .img .info {
  width: 100%;
}

.box-wrapper h3 {
  text-align: center;
}

.box-wrapper img {
  width: 100%;
}

.box-wrapper .info {
  background-color: white;
  padding: 20px 20px 0px 20px;
}

.section-cards .btn-wrapper {
  text-align: center;
}

.program-heading {
  padding: 200px 0px 50px 0px;
}
/* Box END */


/* Hero Home Page START */
.home-hero {
  background-image: url("images/home-hero-01-01.jpg");
    background-attachment: fixed;
  background-size: cover;
  background-position: center;
    background-repeat: no-repeat;
  min-height: 70vh;
}

.home-hero h1 {
  color: white;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 0px;
}

.home-hero a {
  text-decoration: none !important;
}

.icon-nav-bar ul {
  margin: 0px;
  padding: 0px;
  justify-content: center;
  text-align: center;
}

.icon-nav-bar li {
  list-style: none;
  min-width: 150px;
  max-width: 500px;
  display: flex;
}

.home-hero .icon-nav-bar a {
  width: 100%;
}

.home-hero p {
  color: white;
}

.home-hero .fas {
  color: white;
  font-size: 3.5rem;
}

.home-hero .icon-nav-bar > ul > li:hover .fas {
  color: #F9D72D;
  transition: 0.2s;
}

.home-hero .icon-nav-bar > ul > li:hover p {
  color: #F9D72D;
  transition: 0.2s;
}

.home-hero .icon-nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}
/* Hero Home Page END */

/* Fullscreen Sections START */
.fullscreen {
  min-height: 90vh;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
/* Fullscreen Sections END */

/* Average Data Points START */
.average-section {
  text-align: center;
}

.average-section h2 {
  margin-bottom: 50px;
}

.average-section h3 {

  font-weight: normal;
}

.average-section h5 {
  padding-top: 20px;
  font-size: 1.7rem;
  font-weight: normal;
}

.highlights {
    flex: 100%;
}

.average-section .fas {
  padding: 10px;
  font-size: 3.5rem;
  color: #1D3532;
  margin-bottom: 25px;
}

.general-information .fas {
  padding: 10px;
  font-size: 3.5rem;
  color: #1D3532;
  margin-bottom: 25px;
}
/* Average Data Points END */



/* Basic Contact Form START */
#basic-contact-forum {
  background-image: url("images/basic-contact-form-background.jpg");
}

.text-field {
  padding: 10px;
}

.text-field input {
  padding: 30px 10px 30px 10px;
  border: 2px solid gold;
}

.text-field textarea {
  padding: 30px 10px 30px 10px;
  border: 2px solid gold;
}
/* Basic Contact Form END */

/* FAFSA Numbered List START */
#FASFA ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#FASFA li {
  counter-increment: step-counter;
  margin-bottom: 5px;
}
#FASFA li::before {
  content: counter(step-counter);
  font-size: 80%;
  background-color: #F9D72D;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 3px 8px;
  border-radius: 11px;
}
/* FASFA Numbered List END */

/* Program Stats for Program Pages START */
#program-stats .flex {
  background-color: #e4e4e4;
  padding: 20px;
}

#program-stats .stat-item {
  flex: 20%;
  min-width: 150px;
  text-align: center;
}
/* Program Stats for Program Pages END */




/* Custom id's for specific parts */

#cts-logo {
  max-width: 150px;
  padding-top: 20px;
}

#featured-video {
  background-color: #efefef;
  background-image: linear-gradient(to right, #F9D72D , #d4b935);
  /* background-image: linear-gradient(to right, #efefef , #c9c9c9); */
}

#bachelors-bound-title img {
  width: 50%;
  padding: 0px 100px 100px 0px;
}

#index-call-to-action {
  background-color: #F9D72D !important;
}

#index-call-to-action p {
  color: #1d1d1d;
}

#index-call-to-action h2 {
  color: #1d1d1d;
}

.calendar-button-btn {
  display: block;
}

.calendar-button-cal {
  display: none;
}



/* Bottom Banner START */
.bottom-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1D3532;
  border-top: 2px solid #1d1d1d;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 7px 30px 7px 30px;
}

.topofpage {
  height: 35px;
  width: 35px;
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.topofpage a {
  width: 35px;
  height: 35px;
}

.topofpage i {
  color: white;
  font-size: 2.0rem;
}

.topofpage i:hover {
  color: #F9D72D;
  transition: 0.2s;
}

/* Search Bar START */
#___gcse_0 .gsc-search-button-v2 {
  padding: 5px 15px;
  background-color: #E4E4E4;
}

#___gcse_0 .gsc-search-button-v2:hover {
  background-color: #F9D72D;
  transition: 0.2s;
  cursor: pointer;
}

#___gcse_0 .gsc-search-button-v2 svg {
  fill: #1d1d1d;
}

#___gcse_0 {
}
/* Search Bar END */
/* Bottom Banner END */

#block-id-001 {
  padding: 30px 0px 30px 0px;
}

#block-id-001 .flex-50 {
  flex: 100%;
  padding: 0px 10px 0px 10px;
}

#block-id-001  a {
  font-size: 1.2rem;
  color: white;
}

#block-id-001  a:hover {
  color: #F9D72D;
  transition: 0.2s;
}

#nscc-proud-home-page {
  background-color: #ffffff;
  background-image: none;
  /* background-image: linear-gradient(to right, #efefef , #c9c9c9); */
}

#nscc-proud-home-page h2 h4 {
  text-align: center;
}

#nscc-proud-social .flex-100 {
  padding: 40px 0px 30px 0px;
}

#nscc-proud-social img {
  padding: 0px 0px 20px 0px;
}

#nscc-proud-social h5 {
  margin: 0px;
}

#nscc-jpg-logos-assets .flex-100 {
  flex: 33%;
  text-align: center;
}

#nscc-jpg-logos-assets img {
  width: 100%;
}





/* TABLET */
@media (min-width: 767px){
  #___gcse_0 {
    min-width: 300px;
  }

  .column-half {
    flex: 50%;
  }

  .column-third {
    flex: 33%;
  }

  .column-fourth {
    flex: 25%;
  }

  #home-academics .flex-100 {
    flex: 25%;
  }

  #home-academics .box-wrapper {
    max-width: 300px;
  }

  #important-dates .flex-100 {
    flex: 25%;
  }

  .quick-nav-section li {
    flex: 20%;
  }

  .box-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  #basic-contact-forum .flex-row .flex-100{
    flex: 50%;
  }

  .video-section .flex-100 {
    flex: 50%;
  }

  .video-section .flex-100 {
    text-align: left;
  }

  .accredidation-section .flex-100 {
    flex: 50%;
  }

  .accredidation-section .flex-100 {
    text-align: left;
  }

  .alumni background-image {
    flex: 50%;
  }

  #nscc-proud-social .flex-100 {
    flex: 50%;
    padding: 40px;
  }

  #nscc-proud-home-page {
    background-color: #efefef;
    background-image: linear-gradient(to right, #e8e8e8 ,#ffffff ,#ffffff , #e8e8e8);
    /* background-image: linear-gradient(to right, #efefef , #c9c9c9); */
  }

  #nscc-proud-home-page h2,h4 {
    text-align: left;
  }
    
    .gallery-section .headshot  {
        flex:33%;    
    }

}


/* DESKTOP */
@media (min-width: 1250px){

  .average-section {
    text-align: left;
  }

  .highlights {
      flex: 33%;
  }

  .section-cards .box-wrapper {
    max-width: 1300px;
  }

  .section-cards .box-wrapper .img {
    flex: 33%;
    max-width: 1300px;
  }

  .section-cards .box-wrapper .info {
    flex: 66%;
    max-width: 1300px;
    
    
  }

  .sidebar-info .img {
    flex: 25%;
  }

  .sidebar-info .contact {
    flex: 25%;
  }

  .sidebar-info .info {
    flex: 75%;
  }

  .program-hero-video {
    text-align: left;
  }

  .program-hero-video .flex-100 {
    flex: 50%;
  }

  .program-hero {
    text-align: left;
  }

  .program-hero h1 {
    text-align: left;
  }

  .program-hero-video h1 {
    text-align: left;
  }

  .first-level-hero h1 {
    text-align: left;
  }

  .second-level-hero h1 {
    text-align: left;
  }

  .upcoming-events h1 {
    text-align: left;
  }

  .gallery-section .headshot {
    flex: 20%;
  }

  .calendar-button-cal {
    display: block;
  }

  .calendar-button-btn {
    display: none;
  }

  #block-id-001 .flex-50 {
    flex: 50%;
    padding: 0px 10px 0px 100px;

  }

/* Image Section */

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 20px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


}
