/* Custom Style Sheet */

body{ 
    font-family: Open Sans;
    color: #737373;
    font-size: 11pt;
    padding-top: 85px;
}

p {font-family: Open Sans;
color: #737373;
font-size: 10pt;
line-height: 180%}

p.light {
color: #e5e5e5;
font-weight: 300;
}

p.head {font-family: Montserrat;
color: #fff;
font-size: 11pt;
text-transform: uppercase;
line-height: 110%;
padding-top: 20px;
font-weight: 600;
margin-bottom: 5px;

}

a {font-family: Open Sans;
color: #fff;
font-size: 10pt;
	
}

a:hover {
color: #555555;
}

a.black-text
{
color: #9f9f9f;
}

a.main {font-family: Open Sans;
color: #d8392c;
font-size: 10pt;
	
}

a.main:hover {
color: #555555;
}


/* MASTER STYLES */

.no-gutters {
    margin-left: 0px;
    margin-right: 0px;
   
}

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

.margin-top-90 {
  margin-top:90px;
}


.space {margin-top:40px;}

.big-space {margin-top:80px;}


.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: 
#3d3d3d;
  border-radius: 0rem;
}

h1 {
    font-weight: 400;
    padding-top: 15px;
    font-size: 18pt;
}

h1.dark {
    color: #000;
  
}


h1.story {
    color: #d8392c;
   padding-top: 0px;
font-size: 48pt;
    text-align: right;
}

@media (max-width: 992px) {
  h1.story {
  font-size: 36pt;
    text-align: left;
  }}

h2 {
    font-weight: 600;
    font-size: 30pt;
    margin-bottom: 20px;
  
}

h2.redtext {
 color: #b73e36;
 
}

h2.dark {

    color: #000;
  
}

h2.dark-no-margin {

    color: #000;
    margin-bottom: 10px;
    font-family: 'filson-pro", sans-serif';
}

h3 {
    font-weight: 600;
    font-size: 36px;
}

h4 {
    font-weight: 300;
    font-size: 18px;
}


h4.light {
    color: #fff;
}

h5 {
text-transform: none;
    font-weight: 400;
    font-size: 14px;
}

h5.dark {
    color: #000;
    text-transform: uppercase;

}


h6 {
    color: black;
    font-weight: 600;
    padding-top: 5px;
    font-size: 2rem;
}

a:hover {
  color: #555555 !important;
}

.breadcrumb-item.active {
    color: #f8d33c;
}

/* Navbar */

.navbar {
    padding: 0px;
}

 

.mynav .container {
 padding: 12px !important;
max-width: none;
background-color: #000000;

}




.navbar-brand {
  padding: inherit;
  display: block;
}


.mynav a {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    
}

.mynav a:hover {
    
    color: #555555 !important;
}



.apply a {
    background: #f8d33c;
    color: black !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.apply a:hover {
    color: black !important;
}




/* Footer */

a.careers {

    color: #050000;
    font-size: 12pt; font-weight: bold;

}
p.careers {font-size: 12pt; font-weight: bold; color: #050000;}

p.light {color: #f5f5f5}
h3.footer {
   /* font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;*/
    text-transform: uppercase;
    font-size: 18px;
    color: #FFFFFF!important;
}
.footersection {
    background-color: #111111;
    padding-top: 60px;
    padding-bottom:  60px;

}
.center { display: block !important;
width: auto !important;
margin-left: auto;

margin-right: auto;
}

p.center-text {
    text-align: center;
}

.contacts{
    padding-left: 60px;
}

@media (max-width: 990px) {
 .contacts {
 padding-left: 10px;
 padding-bottom: 20px;
 padding-top: 40px;
 }
}

.bottom-bar {background-color: #050000;
padding-top: 20px;
padding-bottom: 20px}


.fa-facebook-square {
    color: #ffffff;
}

.fa-twitter-square {
    color: #ffffff;
}

.fa-instagram {
    color: #ffffff;
}

.fa-linkedin-square {
    color: #0077b5;
}

.input-group-append {
    margin-left: 8px;
}

.btn-primary-ftr {
      background: #f8d33c;
    border: 6px solid #f8d33c;
    letter-spacing: 2px;
    border-radius: 0px;
     padding: 12px 18px 10px 18px;
        font-weight: 400;
    font-size: 12px;
    color: black;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 10px;
 
}

.btn-primary-ftr:hover {
       background: black;
    color: #f8d33c;
    letter-spacing: 2px;
  border: 6px solid black;
    border-radius: 0px;
    padding: 12px 18px 10px 18px;
      font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    text-decoration: none;

}





/* Tabbed Content */


.nav-tabs {
    border: none !important;
    text-transform: uppercase;
}

.mytabs a {
    color: white !important;
    background-color: #3f3f3f;
    border-radius: 0px !important;
    padding: 13px;
    margin: 2px;
}

.mytabs a.active {
    color: white !important;
    background-color: #c73a28 !important;
    border-radius: 0px;
}

.mytabs a:hover {
    color: #555555 !important;
    background-color: #c73a28 !important;
    border-radius: 0px;
}

.tabsrow {
    padding-top: 40px;
    padding-bottom: 40px;
}



/* Study options tabs*/





.mytabs-blue a {
    color: white !important;
    background-color: #3f3f3f;
    border-radius: 0px !important;
    padding: 13px;
    margin: 2px;
     letter-spacing: 2px;
}

.mytabs-blue a.active {
    color: white !important;
    background-color: #01afb0 !important;
    border-radius: 0px;
}

.mytabs-blue a:hover {
    color: white !important;
    background-color: #01afb0 !important;
    border-radius: 0px;
}


.mytabs-red a {
    color: white !important;
    background-color: #3f3f3f;
    border-radius: 0px !important;
    padding: 13px;
    margin: 2px;
     letter-spacing: 2px;
}

.mytabs-red a.active {
    color: white !important;
    background-color: #f50000 !important;
    border-radius: 0px;
}

.mytabs-red a:hover {
    color: white !important;
    background-color: #f50000 !important;
    border-radius: 0px;
}

.mytabs-orange a {
    color: white !important;
    background-color: #3f3f3f;
    border-radius: 0px !important;
    padding: 13px;
    margin: 2px;
     letter-spacing: 2px;
}

.mytabs-orange a.active {
    color: white !important;
    background-color: #ff8e01 !important;
    border-radius: 0px;
}

.mytabs-orange a:hover {
    color: white !important;
    background-color: #ff8e01 !important;
    border-radius: 0px;
}

.mytabs-work a {
    color: #666 !important;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px !important;
    padding: 10px 20px;
    margin: 2px;
}

.mytabs-work a.active {
    color: white !important;
    background-color: #FF8201 !important;
    border-radius: 0px;
}

.mytabs-work a:hover {
    color: white !important;
    background-color: #FF8201 !important;
    border-radius: 0px;
}



.white-bg {
    background-color: #fff;
    margin-top: 20px;
    padding-top:20px;
}





/* Button styles */


.btn {
    white-space: normal !important;
}

.btn-corvid19 {
      background: #000;
    border: 4px solid #b73e36;
    letter-spacing: 2px !important;
    border-radius: 0px;
     padding: 10px 40px 10px 40px;
        font-weight: 400;
    font-size: 12px;
    color: #b73e36 !important;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 10px;
 
}

.btn-corvid19:hover {
       background: #000;
    color: #b73e36!important;
    letter-spacing: 2px !important;
  border: 4px solid black;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    text-decoration: none;

}

.btn-primary {
      background: #c61d23;
    border: 0px;
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
    font-weight: 800;
    font-size: 16px;
    color: #fff !important;
    margin-bottom:10px;
 	text-transform:lowercase;
}

.btn-primary:first-letter {
    text-transform:uppercase;
   
}

.btn-primary:hover {
       background: #050000;
    font-size: 16px;
    color: #fff !important;

}

.btn-dark {
      background: black;
    border: 3px solid black;
    border-radius: 0 0 3px 3px;
     padding: 10px 40px 10px 40px;
        font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    transition: 0.5s;
    text-transform: uppercase;

 
}

.btn-dark:hover {
       background: #FF8201;
    color: black;
  border: 3px solid #FF8201;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: black;
    text-decoration: none;

}


.btn-secondary {
    background: transparent;
    border: 1px solid #050000;
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
    font-weight:  800;
    font-size: 16px;
    color: #050000 !important;
    transition: 0.5s;
    margin-bottom: 10px;
    text-transform:lowercase;
   
}

.btn-secondary:first-letter {
    text-transform:uppercase;
   
}

.btn-secondary:hover {
    background: #FF8201;
    border: 1px solid #ffffff;
    color: #fff !important;
   

}

.btn-secondary:active {
    color: black;

   

}

.btn-secondary-web {
    background: transparent;
     border: 4px solid black;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: black;
    transition: 0.5s;
      text-transform: uppercase;
      margin-bottom: 10px;
         margin-bottom: 4px;
    
   
}

.btn-secondary-web:hover {
           background: black;
    color: #f8d33c;
    letter-spacing: 2px;
    border: 4px solid black;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
   

}


.btn-red {
    background: transparent;
     border: 4px solid #ff0000;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #ff0000;
    transition: 0.5s;
     text-transform: uppercase;
     margin-bottom: 10px;

   
}

.btn-red:hover {
           background: #ff0000;
    color: black;
    letter-spacing: 2px;
    border: 4px solid #ff0000;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-secondary-w {
    background: transparent;
     border: 4px solid #fff;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #fff;
    transition: 0.5s;
     text-transform: uppercase;
     margin-bottom: 10px;

   
}

.btn-secondary-w:hover {
           background: #fff;
    color: black;
    letter-spacing: 2px;
    border: 4px solid #fff;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-secondary-fb {
    background: transparent;
     border: 4px solid #4260b4;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #4260b4;
    transition: 0.5s;
     text-transform: uppercase;

   margin-bottom: 4px;
}

.btn-secondary-fb:hover {
           background: #4260b4;
    color: #fff;
    letter-spacing: 2px;
    border: 4px solid #4260b4;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-secondary-tw {
    background: transparent;
     border: 4px solid #00b3ec;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #00b3ec;
    transition: 0.5s;
     text-transform: uppercase;

   margin-bottom: 4px;
}

.btn-secondary-tw:hover {
           background: #00b3ec;
    color: #fff;
    letter-spacing: 2px;
    border: 4px solid #00b3ec;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-secondary-ig {
    background: transparent;
     border: 4px solid #e1006b;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #e1006b;
    transition: 0.5s;
     text-transform: uppercase;

   margin-bottom: 4px;
}

.btn-secondary-ig:hover {
           background: #e1006b;
    color: #fff;
    letter-spacing: 2px;
    border: 4px solid #e1006b;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-fb-share {
    background: #4260b4;
    letter-spacing: 2px;
    border-radius: 0px;
     border: 2px solid #4260b4;
    padding: 6px 30px 6px 30px;
      font-weight: 400;
    font-size: 10px;
    color: #fff;
    transition: 0.5s;
     text-transform: uppercase;

   margin-bottom: 4px;
}

.btn-fb-share:hover {
           background: #fff;
    color: #4260b4;
    letter-spacing: 2px;
 border: 2px solid #4260b4;
    border-radius: 0px;

      font-weight: 400;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-twitter-share {
    background: #00b3ec;
    letter-spacing: 2px;
    border-radius: 0px;
     border: 2px solid #00b3ec;
    padding: 6px 30px 6px 30px;
      font-weight: 400;
    font-size: 10px;
    color: #fff;
    transition: 0.5s;
     text-transform: uppercase;

   margin-bottom: 4px;
}

.btn-twitter-share:hover {
           background: #fff;
    color: #00b3ec;
    letter-spacing: 2px;
 border: 2px solid #00b3ec;
    border-radius: 0px;

      font-weight: 400;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-secondary-card {
    background: transparent;
     border: 4px solid black;
     text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: black;
    transition: 0.5s;
   
}

.btn-secondary-card:hover {
           background: black;
    color: #f8d33c;
    letter-spacing: 2px;
    border: 4px solid black;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    text-decoration: none;

}

.btn-primary-card {
      background: #f8d33c;
    border: 4px solid #f8d33c;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
     padding: 10px 40px 10px 40px;
        font-weight: 400;
    font-size: 12px;
    color: black;
    transition: 0.5s;
 
}

.btn-primary-card:hover {
       background: black;
    color: #f8d33c;
    letter-spacing: 2px;
  border: 4px solid black;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    text-decoration: none;

}


.btn-primary-card-other {
      background: black;
    border: 4px solid black;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
     padding: 10px 40px 10px 40px;
        font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    transition: 0.5s;
 
}

.btn-primary-card-other:hover {
        background: #f8d33c;
    color: #000!important;
    letter-spacing: 2px;
  border: 4px solid #f8d33c;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 400;
    font-size: 12px;
    color: #f8d33c;
    text-decoration: none;

}


.btn-secondary-work {
    background: transparent;
     border: 4px solid white;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
      font-weight: 400;
    font-size: 12px;
    color: black;
    transition: 0.5s;
      text-transform: uppercase;
      margin-bottom: 10px;
    
   
}

.btn-secondary-work:hover {
           background: #b73e36;
    color: white;
    letter-spacing: 2px;
    border: 4px solid #b73e36;
    border-radius: 0px;
      padding: 10px 10px 10px 10px;
      font-weight: 400;
    font-size: 12px;

}

.btn-secondary-work:active {
           background: #b73e36;
    color: white;
    letter-spacing: 2px;
    border: 4px solid #b73e36;
    border-radius: 0px;
      padding: 10px 10px 10px 10px;
      font-weight: 400;
    font-size: 12px;

}


.btn-circle.btn-xl {
    padding: 10px 16px;
    border-radius: 200px;
    font-size: 24px;
    line-height: 1.33;
    margin: 40px 20px 20px 0px;

}



.btn-circle {
    width: 230px;
    height: 230px;
    padding: 6px 0px;
    border-radius: 130px;
    text-align: center;
    font-size: 32px;
    font-family: Open Sans;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f8d33c;
    line-height: 1.42857;
    font-weight: 400;
      
}


@media (max-width: 992px) {
  .btn-circle {
  width: 360px;
    height: 360px;
     font-size: 20px;
      letter-spacing: 1px;
  }}

@media (max-width: 576px) {
  .btn-circle {
  width: 360px;
    height: 360px;
     font-size: 14px;
      letter-spacing: 1px;
  }}


  .btn-roundred {
color: #fff;
  background-color: #00c349;
  border-color: #00c349;
}

.btn-roundred:hover {
  color: #fff;
  background-color: #01d651;
  border-color: #01d651;
}

.btn-block+.btn-block {
    margin-top: -1rem;
}


/* hero section */

.parallax-window {
    min-height: 300px;
    background: transparent;
}

.hero {
    /*background-image: url(images/header-image.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-top: 30vh;
    padding-bottom: 30vh;
    height: 100vh;
}

.mainheader {
    background-image: url(images/header-image.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
    
}


.hero2 {

   
    padding-top: 12vh;
    padding-bottom: 12vh;
}

@media (max-width: 728px) {
  .hero2 {
 padding-bottom: 15vh;
  }}

.hero3 {
    background-color: #383933;
    padding-top: 15vh;
    padding-bottom: 0vh;
}



.hero3 p {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.7em;
    text-align: center;
}





.banner {
    font-family: 'Oswald', sans-serif;
    color: #4b4b4b;
    font-weight: 200!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}






/* home page sections */


.schoolbanner {
    padding-top: 12vh;
    background-color: white;
}

.schoolbanner-cards {
    /*padding-bottom: 15vh;*/
    background-color: white;
}




.recognition {
    padding-top: 10vh;
    padding-bottom: 12vh;
    background-color: #f3f3f3;
}

.cred{
    padding-top: 12vh;
    padding-bottom: 12vh;

}


.red{
  margin-top: 5vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: #b93f35;
    text-align: center;
    color: #9eeeef!important;
    opacity: 0.8;

}

.row{
  margin-left: 0 !important;
    margin-right: 0 !important;
}



.story-end{
 padding-top: 10vh;
    background-color: #433830;

}




/* study options sections */


.tabsection {
    padding-top: 10vh;
     /* padding-bottom: 10vh; */
    background-color: #fff;
}

.degrees {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #383933;
}

.alumni-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #f3f3f3;
}

.degree-info {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #4c4c4c;
}


/* student life sections */

.studentwork {
    padding: 0 !important;
}

/* Student Work Dark Theme */
.student-work-section {
    background-color: #111111 !important;
    color: #ffffff;
}

.student-work-title {
    color: #ffffff !important;
    font-family: 'filson-pro", sans-serif';
    font-size: 36pt;
    font-weight: 700;
    margin-bottom: 20px;
}

.student-work-subtitle {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.student-work-desc {
    color: #cccccc !important;
    font-size: 10pt;
    line-height: 180%;
}

/* Student Work Filters */
.student-work-filters .mytabs-work a {
    color: #ffffff !important;
    background-color: #333333;
    border: 1px solid #555555;
    border-radius: 3px !important;
    padding: 10px 20px;
    margin: 2px;
}

.student-work-filters .mytabs-work a.active {
    color: #ffffff !important;
    background-color: #FF8201 !important;
    border-color: #FF8201 !important;
}

.student-work-filters .mytabs-work a:hover {
    color: #ffffff !important;
    background-color: #FF8201 !important;
    border-color: #FF8201 !important;
}

/* Student Work Search Bar */
.student-work-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FF8201;
    border-radius: 20px;
    padding: 0;
    background-color: #000000;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.student-work-search-input {
    flex: 1;
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 14px 20px;
    font-size: 14px;
    outline: none;
}

.student-work-search-input::placeholder {
    color: #999999;
}

.student-work-select {
    background-color: transparent !important;
    border: none !important;
    border-left: 1px solid #FF8201 !important;
    color: #ffffff !important;
    padding: 14px 15px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    min-width: 120px;
}

.student-work-select option {
    background-color: #1a1a1a;
    color: #ffffff;
}

.student-work-search-btn {
    background-color: #FF8201;
    border: none;
    border-radius: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    flex-shrink: 0;
}

.student-work-search-btn:hover {
    background-color: #e67300;
}

/* Dark theme for cards in student work */
.student-work-section .card-main {
    background-color: #1a1a1a;
    border: 1px solid #333333;
}

.student-work-section .card-main img {
    opacity: 0.9;
    transition: opacity 0.3s;
}

.student-work-section .card-main img:hover {
    opacity: 1;
}

.student-work-section h5.dark {
    color: #ffffff !important;
}

.student-work-section p.date {
    color: #cccccc !important;
}

/* Dark theme for Load More button */
.student-work-section .btn-secondary {
    background: transparent;
    border: 2px solid #FF8201;
    color: #FF8201;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.student-work-section .btn-secondary:hover {
    background: #FF8201;
    color: #ffffff;
    border-color: #FF8201;
}




/* card styles */

.card-deck {
  margin: 0 15px;
  justify-content: space-between;
}

.card-deck .card {
  margin: 0 0 1rem;
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
     padding: 0px 0px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
     padding: 0px 0px 0px 0px;
  }
}


@media (min-width: 922px)  {
  .card-deck .card {
   -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
}






.card-block

{
  padding: 20px;
}






p.date {
  font-family: Open Sans;
color: #737373;
font-size: 8pt;
text-transform: uppercase}

p.bold {
  font-weight: 600;
  line-height: 120%;
color: #000;}

h4.news-title {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 16pt;
    letter-spacing: 1px;

}

h4.degrees-title {
    font-family: 'Open Sans', sans-serif;
    color: #01afb0;
    font-weight: 600;
    font-size: 18pt;
    letter-spacing: 1px;

}


h4.degrees-title-red {
    font-family: 'Open Sans', sans-serif;
    color: #f50000;
    font-weight: 600;
    font-size: 18pt;
    letter-spacing: 1px;

}

h4.degrees-title-orange {
    font-family: 'Open Sans', sans-serif;
    color: #ff8e01;
    font-weight: 600;
    font-size: 18pt;
    letter-spacing: 1px;

}

h4.studentnews {
    font-family: 'Open Sans', sans-serif;
    color: #f50000;
    font-weight: 600;
    font-size: 14pt;
    letter-spacing: 1px;

}

.card-ph {
    background-color: #f50000!important;

}

.card-ph-2 {
    background-color: #ff8e01!important;

}


.card {
    border: none;
    padding: 0px;
    border-radius: 0px;
}


@media (max-width: 992px) {
  .card {
  padding: 0px 0px 0px 0px;
  margin: 20px;
  }}

  .grad-card {
    border: none;
    padding-right: 10px;
    border-radius: 0px;
}


@media (max-width: 992px) {
  .grad-card {
  padding: 0px 0px 0px 0px;
  }}


  .card-main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;

}

  .card-main {
    border: none;
    padding: 0px;
    border-radius: 0px;
}



.card-img-top {
    width: 100%;
    border-radius: 0px;
}


.card-group {
    border-radius: 0px;
}



.card-group .degrees {
    border-radius: 0px;
}



.card-text {
    font-family: Montserrat;
    color: #000;
    margin-top: 20px;
    letter-spacing: 1px;
}

h4.card-title {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 28pt;
    letter-spacing: 1px;
    padding-bottom: 20px;
}


.btn-secondary-sub {
    background: transparent;
     border: 4px solid black;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
      font-weight: 600;
    font-size: 12px;
    color: black;
    transition: 0.5s;
     text-transform: uppercase;

   margin-bottom: 4px;
}

.btn-secondary-sub:hover {
           background: black;
    color: white;
    letter-spacing: 2px;
    border: 4px solid black;
    border-radius: 0px;
      padding: 10px 40px 10px 40px;
      font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;

}

/* contact page cards */

.contactcard {
    padding: 0 !important;
    text-align: center;
    background-color: #f3f3f3;
}

.btn-contact {
    margin-bottom: 0 !important;
}

.contact-text {
    padding: 20px;
    
}

h4.contact-title {
    font-family: 'Open Sans', sans-serif;
    color: #ff8e01;
    font-weight: 600;
    font-size: 14pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}


/* apply page cards */


.applysection {
    padding-top: 8vh;
     padding-bottom: 8vh;
    background-color: #fff;
}

.applycard {
    padding: 0 !important;
    text-align: center;
    background-color: white;
    border: solid 1px lightgrey;
}

.applycard p {
    line-height: 150%;
}

.applyicon {
    color: white;
    background-color: #00c349;
    padding: 20px;
    margin-top: -50px;
}

@media (max-width: 992px) {
  .applyicon {
  margin-top: 20px;
  }}



h4.apply-title {
    font-family: 'Open Sans', sans-serif;
    color: #00c349;
    font-weight: 600;
    font-size: 14pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    
}

@media screen and (max-width: 992px) 
 
{    
 
.arrow { display: none; } 
 
}

/* contact page maps */

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* faq styles */


.accordion-section {
    padding-bottom: 12vh;
    background-color: #fff;
}


.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f3f3f3;
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 18px;
    color: #ff8e01;
}

.accordion-section .panel-default .panel-title a:hover {
    text-decoration: none !important;
    color: black;
}

.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: black;
    float: right;
    margin-top: -8px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    color: #ff8e01;
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}



.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: #00c349;
  color: white;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
}



/* calendar styles */


.calendar-header
{
  background-color: #000;
  padding: 10px 10px 5px 20px;

}

h4.calendar
{text-transform: uppercase;
color: #fff;}

h4.calendar-dark
{text-transform: uppercase;
color: #000;}


.calendar-sub-header
{
  background-color: #f9ff00;
  padding: 10px 10px 5px 20px;
  border: 2px solid #000;

}

.calendar-content
{
  background-color: #fff;
  padding: 10px 10px 5px 20px;
  border: 2px solid #000;

}

.btn-circle.btn-xl {
    padding: 10px 16px;
    border-radius: 200px;
    font-size: 24px;
    line-height: 1.33;
    margin: 40px 20px 20px 0px;

}



.btn-circle {
    width: 230px;
    height: 230px;
    padding: 6px 0px;
    border-radius: 130px;
    text-align: center;
    font-size: 32px;
    font-family: Open Sans;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f8d33c;
    line-height: 1.42857;
    font-weight: 400;
     
}


@media (max-width: 992px) {
  .btn-circle {
  width: 360px;
    height: 360px;
     font-size: 20px;
      letter-spacing: 1px;
  }}

@media (max-width: 576px) {
  .btn-circle {
  width: 200px;
    height: 200px;
     font-size: 14px;
      letter-spacing: 1px;
  }}
  
p.head {font-family: 'Montserrat', sans-serif;
color: #fff;
font-size: 11pt;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 110%;
padding-top: 20px;
font-weight: 600;
margin-bottom: 5px;

}  
/*new css*/
.btn-primary {
    background: #ff8201;
    border: 0px;
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
    font-weight: 800;
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 10px;
    text-transform: uppecase;
    letter-spacing: 1px;
}



.btn-secondary {
    background: transparent;
    border: 1px solid #050000;
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
    font-weight: 800;
    font-size: 16px;
    color: #050000 !important;
    transition: 0.5s;
    margin-bottom: 10px;
    text-transform: uppecase;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h1,h2,h5,h4
{
font-family: "filson-pro", sans-serif;
font-weight: 400;
font-style: normal;
}



h3
{
font-family: "filson-pro", sans-serif;
font-weight: 400;
font-style: normal;
}



p,a {font-family: "sofia-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

body {
    font-family: "sofia-pro", sans-serif!important;
}
