/*
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)

BOOTSTRAP 4 BREAKPOINTS ---------------------------------- 
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) { ... }
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767px) { ... }
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991px) { ... }
// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199px) { ... }
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

COLOR LEGEND----------------------------------------------
OLD CAMPAIGN
#d44500 - orange (used with #ffffff) OLD 
#3e3d3c - extra dark gray 
#6f777d - dark gray
#adb3b8 - medium gray
#e8eaeb - light gray
#ffffff - white (used with #d44500)
#cc4700 - dark orange (used with #fafbfc) OLD
#fafbfc - off white (used with #cc4700)
#444444 - dark gray for font
NEW CAMPAIGN
#D74100 - new orange for links and buttons
#404040 - dark gray for some fonts
#ffffff - background color
#000e54 - dark blue for some fonts
#f76900 - medium orange
 */
 
/** TARGET IE 11 **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card-img-top-container img {
	    max-height: 170px;
        }
}
 
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
} 

body {
  font-family: ShermanSans, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 110%;
  position: relative;
  color: #000e54;
  line-height: 2rem;
}

/**ALTERNATE COLOR SCHEME W/A TAG**/
main {
    background-color: #000e54;
    background-image: url(../images/rectangle.svg);
    background-size: cover;
}
#main-content {
	 max-height: 999999px;
	 margin: 0 auto;
	 background-color: #fff;
}


.bg-dark {
    background-color: #000e54 !important;
}

.color-white {
    color: #fff;
}
.color-ltorange {
    color: #f76900;
}

/*** OUTLINE ***/
a:active, a:focus {
    outline: 2px solid #6f777d;
}

/*** BUTTONS ***/
.btn {
    border-radius: 0;
    font-weight: 700; 
}
.btn-primary,
.btn-primary:visited {
    background-color: #fff;
    color: #D74100;
    text-decoration: none !important;   
    padding: 10px 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #D74100;
    border: 2px solid #D74100;
    color: #fff;
}
.btn-orange,
.btn-orange:visited {
    background-color: #D74100;
    border: 2px solid #D74100;
    color: #fff;
    text-decoration: none !important;   
    padding: 10px 20px;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: #707780;
    border: 2px solid #707780;
    color: #fff;
}
.btn-link {
    color: #3e3d3c;
    width: 100%;
    padding: 0;
}
.btn-link:hover {
    color: #111111;
}


/*** SR-ONLY ***/
.sr-only,
.sr-only h2 {
    background-color: #333;
    color: #fff;    
}
.offscreen-text {
    text-indent: -9999px;
    position: absolute;
}

/*** EQUAL HEIGHT ***/
.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*** SKIP TO MAIN CONTENT ***/
.skip-container {
    position: absolute;
    height: 20px;
    width: 100%;
    z-index: 2;
}
.sr-only.sr-only-focusable {
    position: absolute;
    top: 0;
    left: -1000000px;   
    width: 100%;   
    height: 100%;    
    z-index: 2000;
    padding: 10px;
    background-color: #333;
    color: #fff;       
}

/** IMAGES ***/
.img-responsive{
 width:100%;
 max-width:100%;
}

/** CONTAINER WIDTH **/
.container {
	 width: 1300px !important;
	 max-width: 100% !important;
	 padding: 0;
	 margin: auto;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/*** HEADER ***/
.header {
	 /*padding-bottom: 10px;*/
	 border-bottom: 1px solid #d0d0d0;
}
.header-main.container {
    /*max-height: 90px;*/
    margin: 0 auto;
	/*padding: 20px 0;*/
}
#logo-img {
    /*max-height: 50px;*/
    display: inline-block;
    max-width: 400px;
    margin: 10px;
}
#logo {
    margin: 0;
    padding: 10px 20px 10px 30px;
}
#logo-text-university {
    font-size: 1.6rem;
    font-family: ShermanSerif, Georgia, serif;
    width: 100%;
    margin: 0 5px;
}
@media (max-width: 575px) {
#logo-text-university {
    font-size: 1.2rem;
}
}
#logo-text-university a {
    text-decoration: none;
    color: #D74100;
}
#logo-text-university a:hover {
    text-decoration: underline !important;
}
#logo-text-separater {
    font-size: 1.5rem;
}
#logo-text-site {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 5px;
}
#logo-text-site a {
    text-decoration: none;    
}
#logo-text-site a:hover {
    color: #D74100;
    text-decoration: underline !important;
}
#main-content .row {
    margin: 0;
    padding-bottom: 30px;
}

blockquote {
	 margin: 0;
	 padding-left: 16px;
	 border-left: 6px solid #f76900;
	 font-size: 1.25rem;
	 font-family: ShermanSerif,Georgia,serif;
}

.intro-text-primary {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: ShermanSerif,Georgia,serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/** HOME PAGE JOBS HEADER SECTION **/
.jobs-section {
	 padding-bottom: 0 !important;
	 background: #000e54;
     color: #fff;
}
.jobs-container {
	 margin: 0 auto;
	 display: block;
	 width: 95%;
	 padding-bottom: 30px;
}
.jobs-header {
    margin: 40px 0;
    padding: 10px 30px;
}
.jobs-header h1 {
    color: #f76900;
    font-family: ShermanSans, Verdana, sans-serif;
    font-weight: 700;
}
@media (max-width: 575px) {
.jobs-header h1 {
    font-size: 3rem;
    line-height: 3rem;
}
}
@media (min-width: 576px) {
.jobs-header h1 {
    font-size: 4rem;
    line-height: 4rem;
}
}

.jobs-subheading {
    font-size: 1.30rem;
    line-height: 2.2rem;
    margin: 10px 10px 30px 10px;
}
.jobs-subheading a {
    color: #fff !important;
}
.jobs-subheading a:focus,
.jobs-subheading a:hover {
    color: #f76900 !important;
}
.jobs-banner {
    position: relative;
    overflow: hidden;
}
.jobs-banner img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
}




/*** TOP NAV ***/
.navbar-light .navbar-nav .nav-link {
    color: #000e54;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #D74100;
    text-decoration: underline;
}
.navbar.navbar-expand-lg {
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 0;
    margin: 0;
}
.nav-link {
    text-decoration: none;
}
.nav-item {
    font-family: ShermanSerif, Georgia, serif;
    padding: 6px 0;
    font-size: 1.2rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 0;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #ccc;
}
.dropdown-menu ul {
    padding-left: 0;
}
.dropdown-menu li {
    list-style: none;
}
.dropdown-item {
    color: #000e54 !important;
    font-family: ShermanSans, Verdana, sans-serif;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    text-decoration: none !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: underline !important;
    background-color: inherit;
    color: #D74100 !important;
}
ul.navbar-nav li.nav-item > .dropdown-menu {
    display: none;    
}
ul.navbar-nav li.nav-item:hover > .dropdown-menu {
    display: block;    
}
.dropdown-toggle-fa::after {  
    content: "\f0d7";
    font-family: Fontawesome;
    color: #000e54;
    font-size: .9em;
    padding: 0 0 0 5px;
}
.dropdown-toggle-fa:hover::after,
.dropdown-toggle-fa:focus::after {
    content: "\f0d8";
    font-family: Fontawesome;
    color: #000e54;
}

/*** MOBILE NAV ***/
.navbar-toggler {
    border-radius: 0;
    background-color: #D74100;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
#navbarResponsive {
    border-bottom: 8px solid #6f777d;
}
.btn-group {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;    
}
.nav-item {
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
}    
.nav-btn-left {
    width: 85%; 
    -webkit-appearance: none !important;
}
.nav-btn-right {
    float: right;
    width: 15%; 
    margin: 0;
    padding: 10px 0 !important;
    border-left: 1px solid #ccc;
}
.btn-group-mobile .nav-btn-right .icon::after {
    content: "\f067";
    font-family: "FontAwesome";
}
.btn-group-mobile .nav-btn-right .icon:focus::after,
.btn-group-mobile .nav-btn-right .icon:hover::after,
.btn-group-mobile .nav-btn-right .icon:active::after {
    content: "\f068";
    font-family: "FontAwesome";
}    
.btn-group-mobile .nav-btn-full {
    width: 100%;
    clear: both;
    padding-right: 15%;
} 
.btn-group-mobile .dropdown-menu {
    border: none;
}
.btn-group-mobile .dropdown-item {
    padding: 15px 0 10px 30px;
    border-top: 1px solid #ccc;
    border-bottom: none;
}
.btn-group-mobile .dropdown-menu.show {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-left: 20px solid #ccc;
    border-bottom: 5px solid #ccc;
    border-right: 1px solid #ccc;
}
  
}/*** END MOBILE***/



/*** UTILITY SECTION ***/
#utility-nav {
    width: 100%;
    text-align: right;
    margin-right: 5%;
    margin-top: 20px;
}
.utility a {
	 text-decoration: none;
	 text-transform: uppercase;
	 font-size: .9rem;
 }
.utility a:hover, .utility a:focus {
	 text-decoration: underline;
}
@media (max-width: 991px) {
    .utility a {
        font-size: .8rem !important;
    }
}
.social {
    float: right;
}
.social li {
    display: inline-block;
    padding: 0 10px;
}
.social li a {
    color: #000e54;
    font-size: .8rem;
}
.social li a:hover {
    color: #D74100;
}
.social li a .fa {
    font-size: 1.3rem;
}



/***CAROUSEL***/
.carousel {
    background-color: #000e54;
}
.carousel-caption {
    background-color: #000e54;
    color: #fff;
    padding: 0 30px;
    text-align: left;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    display: block !important;
}
.carousel-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-content h2 {
    font-size: 3.5rem;
    padding: 20px 0;
    line-height: 4.5rem;
    color: #f76900;
    font-weight: 700;
    font-family: ShermanSans, Verdana, sans-serif;
}
.carousel-content {
    font-size: 1.2rem;
	line-height: 2.2rem;
	font-family: ShermanSerif,Georgia,serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;    
}
.carousel-content a {
    color: #f76900;
}
#carousel-section a {
    font-weight: 600;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    background-color: #000;
    background-size: 75% 100%;
    border-radius: 50%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-item {
  height: 68vh;
  min-height: 300px;
  background: no-repeat center right scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-indicators li {
background-color: #ADB3B8;
}
.carousel-indicators .active {
    background-color: #3e3d3c;
}

@media (max-width: 575px) {
.carousel-item {
    min-height: 600px;
}
.carousel-content {
    font-size: 1.2rem;
    line-height: 2.2rem;
}
.carousel-caption {
    padding: 20px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-item {
    min-height: 500px;
}
.carousel-content {
    font-size: 1.2rem;
    line-height: 2.2rem;
}
.carousel-content h2 {

}
}
@media (min-width: 768px) and (max-width: 991px) {
.carousel-item {
    min-height: 400px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.carousel-caption {
	max-width: 50%;
}
.carousel-content {
    width: 100%;
    float: right;
}
}
@media (min-width: 1200px) {
.carousel-caption {
	max-width: 50%;
}
.carousel-content {
    width: 90%;
    float: right;
}
}


/*** BREADCRUMBS ***/
.breadcrumb-section {
    font-size: .9rem;
    padding: 20px 0 0 20px;
    font-style: italic;   
    margin-bottom: 0;
}
.breadcrumb-separator {
    padding: 0 10px;
}
.breadcrumb-section a {
    font-weight: normal !important;
}

/*** CONTENT ***/
a {
    color: #000e54;
    text-decoration: underline;
}
a:hover, 
a:active, 
a:focus {
    color: #D74100;
    text-decoration: none;
}
#main-content a[target="_blank"]::after {
    content: "\f08e";
    font-family: Fontawesome;
    font-size: .9em;
    padding: 0 0 0 5px;
}
p {
    width: 100%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 2em 0;
    clear: both;
    background-color: #eee;
    width: 100%;
}
ul {
  list-style-type: square;
}
.mod-editor img {
    margin: 10px;
    max-width: 100%;
    height: auto;
}

/*** HEADINGS ***/
h1, h2, h3, h4, h5, h6 {
    color: #000e54;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: underline;
    color: #d74100;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
    color: #000e54;
}
h1, h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: .03rem; 
    padding: 2rem .75rem;
    color: #f76900;
}
.h2, h2 {
    font-size: 2.25rem;
    line-height: 3.25rem;
    padding: 20px 0;
}
.h3, h3 {
    font-size: 1.75rem;
    line-height: 2.75rem;
    padding: 20px 0;
}
.h4, h4 {
    font-size: 1.25rem;
    line-height: 2rem;
}
.h5, h5 {
    font-size: 1rem;
    line-height: 1.75rem;
}
.h6, h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}


/*** SIDEBAR NAVIGATION AND CONTENT ***/
.page-menu {
    border-left: 6px solid #f76900;
}
.page-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
}
.page-menu li {
    line-height: 1.9rem;
    padding: 7px 0;
}
.page-menu li a {
    color: #000e54;
}
.page-menu li a:hover,
.page-menu li a:active {
    color: #d74100;
    text-underline: none !important;   
}
.sidebar-container {
    margin-top: 0;
}
.sidebar-nav-container {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.sidebar-nav-heading {
    font-size: 1.4rem;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #adb3b8;
    font-family: ShermanSans, Verdana, sans-serif;
    line-height: 1.6rem;
    padding: 0 0 20px 0;
    height: 0;
}
.sidebar-nav-heading span {
    background: #fff;
    padding-right: 10px;
    white-space: nowrap;
}
li.sidebar-nav-index a::after {  
    content: "\f015";
    font-family: Fontawesome;
    font-size: 1em;
    padding: 0 0 0 10px;
}
.sidebar-nav-item.active::after {
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 1em;
    padding: 0 0 0 10px;
}
.sidebar-nav-index a {
    text-decoration: none !important;
}
.sidebar-row {
    padding: 10px 0;
}
.sidebar-editor h1,
.sidebar-editor h2,
.sidebar-editor h3 {
    font-family: ShermanSans, Verdana, sans-serif;
}
.sidebar-editor h1,
.sidebar-editor h2 {
    padding: 10px 0;
}
.sidebar-editor h3 {
    margin: 10px 0;
}
.sidebar-cta {
    margin: 30px 0 !important;
}
.sidebar-cta .btn-primary {    
    min-width: 50%;
}



/*** HEADING ***/
.mod-heading {
    margin: 0 !important;
}


/*** GALLERY (SIDE BY SIDE ONLY)***/
.mod-gallery-item {
    width: 100%;
    padding: 20px;
    margin: 0 !important;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
     -o-animation: fadein 1s; /* Opera < 12.1 */
        animation: fadein 1s;    
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*** GALLERY - SINGLE ROW HEADINGS ***/
.gallery-summary h2,
.gallery-summary h3 {
    padding-top: 0;
}
/** SINGLE GALLERY BORDER **/
.gallery-right {
   padding: 0;
   border: 1px solid #e8e8e8;
   background-color: #fff;
}
.gallery-left {
   padding: 0;
}
.gallery-left img {
    margin: 0 !important;
}
.gallery-right .gallery-summary {
    padding: 20px;
}

/*** FONT AWESOME ***/
fa {
    font-family: FontAwesome;
}

/***CARDS***/
#jobs-containerid {
	 min-height: 200px;
}
.mod-card-container {
    margin: 0;
}
.card {
    border-radius: 0;
    border: none;
    /**display: block;
    align-items: flex-end;**/
}
.mod-cards {
    width: 100%;
}
.mod-cards .card {
    width: 100%;
    height: auto;
}
.mod-card-item {
    margin-bottom: 30px;
}
.mod-card-item h3 {
    padding: 0;
}
.card-img-top-container {
	 width: 290px !important;
}
.card-img-top-container img {
	 max-width: 100%;
	 object-fit: cover;
	 min-width: 290px;
	 height: 200px;
	 max-width: 310px;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-header {
    background-color: #fff;
    border: none;
    padding: 20px !important;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header h3 a {
    color: #3e3d3c;
    text-decoration: none !important;
    font-size: 1.2rem;
    font-family: ShermanSans, Verdana, sans-serif;    
}
.mod-cards-max {
	 max-width: 310px;
	 max-height: 300px;
}
.card-body {
	 padding: 0 10px;
	 width: 300px;
	 text-align: left;
}
.card-body img {
    max-width: 100%;
    height: auto;
}
.card-text {
	 padding: 5px 0 10px;
	 white-space: break-spaces !important;
	 overflow: inherit;
	 text-overflow: ellipsis;
}
.card-text a {
	 text-decoration: none;
}
.job-category {
	 font-size: .9rem;
	 color: #666;
}
.card-footer {
    background-color: #fff;
    border: none;
}
.card-footer a {
    text-decoration: none !important;
}


/*** ACCORDION ***/
.mod-accordion {
    width: 100%;
}
.accordion-section {
    width: 100%;
    border-bottom: 1px solid #ddd;    
}
.accordion-heading {
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
    white-space: normal;
    display: block;
    text-align: left;    
}
.accordion-section .card {
    border: none;
    background-color: #fff;
}
.accordion-section .card-header {
    padding: 10px;
    /**background-color: #fff; ORIGINAL **/
    background-color: #fff;
    border-top: 1px solid #ddd;    
}
.accordion-section .card-header button:after {
  position: absolute;
  right: 20px;
  top: 25px;
  font-family: "FontAwesome";
}
.accordion-section .card-header button[aria-expanded="true"]:after {
  content: "\f068";
}
.accordion-section .card-header button:after {
  content: "\f067";
}


/***NEWS ARTICLE***/
.mod-news-article {
    margin-bottom: 30px !important;
}
.mod-news-article .img-fluid {
    width: 100%;
}
.mod-news-article h2 {
    padding: 20px 0 10px 0;
}
.mod-news-article .news-byline {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    font-size: .8rem;
    padding: 10px 0;
    margin-bottom: 20px;
}
.news-category {
    font-size: .75rem;
    width: auto;
    text-transform: uppercase;
    margin: 20px 0;
}
.news-category-item {
    color: #fff;
    background-color: #3e3d3c;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 3px 8px;
}
.news-story {
    padding: 30px 0;
    width: 100%;
}

/*** NEWS HOME ***/
.big-feature {
    border-bottom: 3px solid #3e3d3c;
    padding-bottom: 30px;
}
.big-feature h2 {
    padding: 0;
}

/*** RECENT NEWS ***/
.mod-recent-news-item h3 {
    padding: 0;
}
.mod-recent-news-item h3 a {
    font-size: 1.5rem;
}
.mod-recent-news-item h3 a:hover,
.mod-recent-news-item h3 a:focus {
}
.mod-recent-news-more a {
    padding: 15px;
    font-size: 1.2rem;
    margin: 0 0 20px;
    display: block;
}
.mod-recent-news-more a:hover,
.mod-recent-news-more a:focus {

}

/*** NEWS ARCHIVE ***/
.news-archive .gallery-summary {
    font-size: .9rem;
}
.news-archive .gallery-heading {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}
.news-archives-cta {
    margin: 30px 0;
}


/*** EVENTS ***/
.mod-event-page .row {
    width: 100%;
}
.event-group {
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}
.event-banner .img-fluid {
    width: 100%;
}
.event-date-time-contact {
    width: 100%;
}
.event-date-time {
    padding: 10px 0;
    width: 100%;
}
.event-location {
    padding: 0 0 10px 0;
    width: 100%;
    font-style: italic;
}
.event-details {
    width: 100%;
}
.event-footer {
    padding: 10px 0;
}
.mod-event-item .event-title {
    color: #D74100;
}



/*** FOOTER ***/
.footer .container {
    padding: 0 20px;
}
 .footer h2 {
	 color: #fff;
}
.footer h3 {
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #fff;
    padding: 20px 0 0;
}
.footer a {
    color: #ccc;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
    outline: none;
}
.footer a:focus {
    color: #fff;
    text-decoration: underline;
    outline: 2px solid #fff;
}
.footer-col {
    color: #ccc;
    font-size: .9rem;
    padding: 20px 0 0;
}
.footer .sep {
    padding: 0 20px;
}
.footer-col li {
    display: block;
    padding: 5px 0;
}
.footer-col-inner {
    padding: 0 30px;
}
.footer-col-inner img {
    width: 100%;
    height: auto;
}
.footer-col-inner ul {
    padding-left: 0 !important;
}
#ContentFooterLogo img {
    height: auto;
    width: 100%;
    max-width: 300px;
}
.social-footer {
    padding: 20px 0 20px 30px;
}
.social-footer li {
    display: inline-block;
    padding: 0 9px;
}
.social-footer li a .fa {
    font-size: 1.1rem;
    padding-bottom: 20px;
}
.copyright-container {
    padding: 10px 35px;
}
.copyright {
    color: #ccc;
    font-size: .8rem;
}

/** MODAL NOTE **/
 .btn.btn-profile {
	 padding: 0;
	 border: none;
	 background-color: #000e54;
	 color: #fff;
	 height: 100%;
	 display: flex;
	 padding: 20px;
}
.btn.btn-profile:hover,
.btn.btn-profile:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.btn.btn-profile:focus {
    text-decoration: underline;
}
 .modal-body {
	 padding: 10px;
}
 .modal-photo {
	 max-width: 350px;
	 display: inline-flex;
}
 .modal-photo img {
	 float: left;
	 margin: 10px 5px;
	 max-width: 350px;
	 width: 100%;
	 border: 1px solid #eee;
}
 .modal-body-intro {
	 padding: 20px;
	 font-weight: 600;
}
 .modal-body-job-text {
	 padding: 20px;
}

/** SHARE BUTTONS **/
 #share-buttons-container {
	 padding: 20px;
	 display: block;
	 width: 100%;
}
 #share-buttons img {
	 width: 48px;
	 padding: 5px;
	 border: 0;
	 box-shadow: 0;
	 display: inline;
}
 #share-buttons .fb-share-button {
	 display: inline;
}
 #share-buttons a[target="_blank"]::after {
	 content: "";
}


/** INTRO SECTION - FIRST PARAGRAPH **/
 .intro-section {
	 padding: 30px 0;
	 display: flex;
}
 .intro-subheading {
	 color: #666;
}
 .intro-banner img {
	 width: 100%;
}

/** SEARCH FILTER BAR **/
 .search-bar-container .row {
	 display: table-row;
}
 .search-bar {
	 width: 100%;
	 border-bottom: 1px solid #d0d0d0;
	 border-top: 1px solid #d0d0d0;
	 padding: 50px 0 10px 0;
	 margin-bottom: 30px !important;
	 display: block;
	 font-size: .9rem;
}
 .search-column {
	 vertical-align: bottom !important;
	 display: inline-block;
	 margin-bottom: 20px;
	 text-align: center;
	 width: 250px;
}
 .search-heading {
	 width: 100%;
	 margin-bottom: 10px;
	 padding-bottom: 5px;
	 color: #000e54;
}
 #start, #end, #locationid, #categoryid, #schoolid, #search {
	 padding: 5px;
	 height: 2.5rem;
	 font-size: 1rem;
    color: #666;
}
 #locationid {
	 width: 200px;
}
 #schoolid {
	 width: 250px;
	 font-size: 1rem;
}
 #categoryid {
	 width: 200px;
	 font-size: 1rem;
}
 .search-year-container > div {
	 padding: 0 5px;
}
 .search-year-title {
	 line-height: 2rem;
	 display: inline-block;
}
 .search-year-inputs {
	 display: inline-block;
}
 .search-bar .button {
	 height: 36px;
	 padding: 3px 10px;
	 margin: 0 0 2px 0;
	 border: 1px solid #404040;
	 vertical-align: top;
}
 .btn-search {
	 height: 2.5rem;
	 padding: 5px 20px;
	 width: 200px;
}
 .search-reset {
	 width: 100%;
}
 .btn-reset, .btn-submit {
	 height: 2.5rem;
	 padding: 5px 20px;
	 width: 200px;
	 font-size: 1rem;
}
 .btn-reset {
	 display: none;
}
 .search-input {
	 width: 200px;
	 margin: 0 -15px;
	 font-size: 1rem;
}
 .search-no-results {
	 margin: 20px;
}
 .search-name-container .fa {
	 padding: 10px;
	 color: #757575;
	 margin: 0 -15px;
	 font-size: 1rem;
}
 ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	 color: #666;
	 opacity: 1;
	/* Firefox */
}
 :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	 color: #666;
}
 ::-ms-input-placeholder {
	/* Microsoft Edge */
	 color: #666;
}

/** PAGINATION **/
.pagination-container {
    width: 100%;
    margin-top: 30px;
}
.pagination-sm .page-link {
   padding: 1rem !important;
   color: #333 !important;
}
.pagination-sm .page-link:hover, .pagination-sm .page-link:active, .pagination-sm .page-link:focus {
    background-color: #6f777d !important;
    color: #fff !important;
}
.pagination-sm .page-item.active .page-link {
    background-color: #333 !important;
    color: #fff !important;
}
#pagination-js {
  display: inline-block;
  margin-bottom: 1.75em;
}
#pagination-js li{
  display: inline-block;
}
.load-more-button {
    width: 50%;
    margin: 0 auto;
    display: block;
}

/** BACK TO TOP BUTTON **/
 #topBtn {
	 opacity: 0;
	 z-index: 99;
	 cursor: pointer;
	 padding: 2px;
	 background-color: #6f777d;
	 color: #fff;
	 text-align: center;
	 display: inline-block;
	 width: 48px;
	 height: 48px;
	 border: none;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 -ms-border-radius: 2px;
	 -o-border-radius: 2px;
	 border-radius: 2px;
	 -moz-background-clip: padding;
	 -webkit-background-clip: padding-box;
	 background-clip: padding-box;
	 -webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -ms-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
}
 #topBtn:hover, #topBtn:active, #topBtn:focus {
	 background: #D74100 !important;
	 border: 2px solid #fff;
}
 #topBtn:focus {
	 opacity:1;
}
 #topBtn .fa {
	 font-size: 3.5em;
	 font-weight: 900;
	 position: relative;
	 top: -8px;
}

/*** FORM STYLE ***/
 #jobs-form-container {
	 max-width: 800px;
}
 .job-row {
	 margin-bottom: .8rem;
}
 .job-label {
	 width: 100%;
}
 label {
	 display: inline;
}
 .job-submit {
	 width: 50%;
	 text-align: center;
}
 .job-submit input {
	 width: 75%;
}
 .form-check-input {
	 transform: scale(2);
	 left: 5px;
	 font-weight: bold;
}
.job-title {
    font-size: 1.8rem;
    line-height: 2.3rem;
}
.job-company {
    font-size: 1.3rem;
    line-height: 2.3rem;
}
.job-location {
    font-size: 1rem;
    line-height: 2rem;
}
.job-field {
    width: 100%;
}

.hide-accessible {
    display: inline-block;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
}

/** FOOTER MESSAGE **/
.jobs-footer {
    max-width: 70%;
    margin: auto auto;
    font-size: .95rem;
    line-height: 1.5rem;
}

/** CUSTOM CODE **/
.home-page h1 {
    display: none;
}
.page-title {
    font-size: 3.5rem;
    color: #f76900;
    line-height: 4.5rem;
    font-weight: 700;
    padding: 40px 10px;
}
#main-content .home-page {
    padding-top: 3rem;
}
.home-page .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto auto;
}
.home-page .img-fluid:hover, .home-page .img-fluid:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.5s ease;
}
.home-page .equalizer {
    padding-bottom: 0 !important;
}

/*** HOME PAGE BANNER ***/
.row-homepage-banner {
    background-color: #000e54;
    min-height: 300px;
    margin: 0 !important;
}
.row-homepage-banner-text-container-lg {
    margin: 30px;
    float: right;    
    width: 80%;
}
.row-homepage-banner-text-container-sm {
    padding: 20px;
    float: left;
    width: 100%;
}
.row-homepage-banner-text h2 {
    color: #f76900;
    font-weight: 700;
    font-size: 3.5rem;
}
.row-homepage-banner-text {
color: #fff;
}
.row-homepage-banner-img {
    overflow: hidden;
}
.row-homepage-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 500px;
    position: absolute;
}

/*** TWITTER X SVG HOVER ***/
.footer svg:hover {
  color: #fff !important;
  fill: #fff !important;
}