  @charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------*/
/*- ONLY LOCATED IN ROOT/CSS DIRECTORY                                    -*/
/*- If you have copied this somewhere else, stop, you're doing it wrong   -*/
/*- DO NOT COPY OR MAKE DERIVATIVES for your own directories              -*/
/*-------------------------------------------------------------------------*/


/* WCAG Focus */
:focus-visible {
    outline: 3px solid #143D51;
    box-shadow: 0 0 0 6px white;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 16px;*/
}

/*font awesome fix for large icons to make them smaller*/
.fa-2x {
    font-size: 1em;
    float: left;
}

.hidden {
    display: none;
}

.hidden-960 {
    display: block;
}

.divider {
    background-color: #ccc;
    border-bottom: 1px solid #fff;
    height: 2px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.divider-dashed {
    background-color: #ccc;
    border-bottom: 1px dashed #fff;
    height: 1px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.divider-blue {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: #143d51;
    border-bottom: 1px solid #35679a;
}

.divider-dark-blue {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: #0d3143;
    border-bottom: 1px solid #275267;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.search-nav {
    font-size: 1.25em;
    color: white;
    font-weight: bold;
}

/**used for styling the "meet so and so" in the employee profiles*/
.text-center a {
    color: #143D51;
    font-weight: bold;
}

.text-center a:hover {
    color: #CC2014; /** #ec4439 **/
}

/**/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-center {
    position: relative;
    margin: 0 50%;
    text-align: center;

}

.float-left {
    position: relative;
    float: left;
}

.float-right {
    position: relative;
    float: right;
}

.float-center-img {
    text-align: center;
}

.float-left-img {
    position: relative;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.float-right-img {
    position: relative;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.indent-left-10 {
    padding-left: 10px;
}

.indent-left-20 {
    padding-left: 20px;
}

.indent-left-30 {
    padding-left: 30px;
}


/Starts COVER-IMAGE BACKGROUND image styles**/

/****Add a (.height-?) and a (.cover-?-?)****/
/***html example:***/
/****<div class="height-400 cover-center-center" style="background-image:url(/css/img/image.jpg)"></div>/
/*background-position: (horizontal) (vertical);*/
.cover-left-top {
    background-size: cover;
    background-position: left top;
}

.cover-center-top {
    background-size: cover;
    background-position: center top;
}

.cover-right-top {
    background-size: cover;
    background-position: right top;
}

.cover-left-center {
    background-size: cover;
    background-position: left center;
}

.cover-center-center {
    background-size: cover;
    background-position: center center;
}

.cover-right-center {
    background-size: cover;
    background-position: right center;
}

.cover-left-bottom {
    background-size: cover;
    background-position: left bottom;
}

.cover-center-bottom {
    background-size: cover;
    background-position: center bottom;
}

.cover-right-bottom {
    background-size: cover;
    background-position: right bottom;
}

/*add a height class to your cover-image to set the height of the image...The width of the column will set the width automatically.*/


.height-75 {
    height: 75px;
}


.height-100 {
    height: 100px;
}

.height-150 {
    height: 150px;
}

.height-200 {
    height: 200px;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-400 {
    height: 400px;
}

.height-450 {
    height: 450px;
}

.height-500 {
    height: 500px;
}

.height-550 {
    height: 550px;
}

.height-600 {
    height: 600px;
}

/Ends COVER-IMAGE BACKGROUND image styles**/

/Starts PARALLAX SCROLL style**/
.parallax-header-image {
    min-height: 500px;
    background: transparent;
}

/ends PARALLAX SCROLL style**/

/*start centering div****/
.center-div {
    position: relative;
    display: table;
    left: 50%;
}

.center-div .center-container {
    position: relative;
    left: -50%;

}

/*end centering div****/
.clear {
    clear: both;
}

.padding-none {
    padding: 0;
}

.margin-none {
    margin: 0;
}

/***Text Styles*/
.bold {
    font-weight: 700;
}

.black {
    font-weight: 800;
}

h1 {
    font-size: 28px;
    line-height: 32px;
    color: #20558b;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #20558b;
    text-decoration: underline dotted;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #CC2014; /** #ec4439 **/
    border-bottom: none;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    color: #20558b;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    color: #20558b;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    color: #20558b;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    color: #20558b;
}


a.biglink {
    padding-top: 1em;
    padding-bottom: 1em;
}


/*.h-link a{
	text-decoration:none;
	color:#20558b
}

.h-link a:hover{
color:#ec4439;
}

.h-link a:visited{
color:#ec4439;
}
*/
.link a {
    text-decoration: none;
    color: #143D51;
}

.link a:hover {
    color: #CC2014; /** #ec4439 **/
}

.uppercase {
    text-transform: uppercase;
}

/*a {
color:#20558b;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#ec4439;
}*/

p {
    color: #222;
    font-size: 1em;
    line-height: 1.75em;
    text-wrap: unset;
}

p a, p a:link {
    color: #143D51;
    /*text-decoration: dotted underline; who added this?*/
    text-decoration: underline;
    font-weight: bold;
}

p a:hover {
    color: #CC2014; /** #ec4439 **/
}

ul.nrcc-content {
    position: relative;
    width: 100%;
    display: table;
    color: #333;
    list-style: none;
    padding: 0;
}

ol.nrcc-content {
    position: relative;
    width: 100%;
    display: table;
    color: #333;
    padding-left: 30px;
}

.nrcc-content li {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding: 5px;
}


.nrcc-content li.heading {
    color: #143d51;
    font-size: 18px;
    line-height: 28px;
    padding: 5px;
    font-weight: bold;
}


.nrcc-content li a {
    color: #143D51;
    text-decoration: none;
    font-weight: bold;
}

.nrcc-content li a:hover {
    color: #CC2014; /** #ec4439 **/
}

li.pdf {
    position: relative;
    background-image: url(/images/icons/pdf.png);
    background-repeat: no-repeat;
    left: 0;
    margin: 20px 0;
    padding: 3px 45px;
    list-style: none;
}

li.excel {
    position: relative;
    background-image: url(/images/icons/excel.png);
    background-repeat: no-repeat;
    left: 0;
    margin: 20px 0;
    padding: 3px 45px;
    list-style: none;
}

li.ppt {
    position: relative;
    background-image: url(/images/icons/ppt.png);
    background-repeat: no-repeat;
    left: 0;
    margin: 20px 0;
    padding: 3px 45px;
    list-style: none;
}

li.word {
    position: relative;
    background-image: url(/images/icons/word.png);
    background-repeat: no-repeat;
    left: 0;
    margin: 20px 0;
    padding: 3px 45px;
    list-style: none;
}

li.video {
    position: relative;
    background-image: url(/images/icons/video.png);
    background-repeat: no-repeat;
    left: 0;
    margin: 20px 0;
    padding: 3px 45px;
    list-style: none;
}

/* start ul with bullets**/
ul.nrcc-content-bullets {
    position: relative;
    width: 100%;
    display: table;
    color: #333;
    list-style: disc;
    padding-left: 30px;
}

.nrcc-content-bullets li {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding: 5px;
}

.nrcc-content-bullets li a {
    color: #143D51;
    text-decoration: none;
    font-weight: bold;
}

.nrcc-content-bullets li a:hover {
    color: #CC2014; /** #ec4439 **/
}

/* end ul with bullets**/
/*This UL is for a long list in several columsn that snaps together when it gets shrunken down to 1 column. ex: library/dei.php*/
ul.nrcc-snap-together-list {
    color: #333;
    display: table;
    list-style: disc;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

ul.nrcc-snap-together-list li {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding: 5px;
}

ul.nrcc-snap-together-list li a {
    color: #143D51;
    text-decoration: none;
    font-weight: bold;
}

ul.nrcc-snap-together-list li a:hover {
    color: #CC2014; /** #ec4439 **/
}

/*end of nrcc snap together list*/


/FULL SCREEN UL STYLES (Like FOOTERNAV)**/
ul.nrcc-full-width {
    color: #666;
    display: table;
    list-style: outside none none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

ul.nrcc-full-width li {
    color: #20558b;
    font-size: 16px;
    line-height: 28px;
    padding: 5px;
}

ul.nrcc-full-width li a {
    color: #143D51;
    text-decoration: none;
    font-weight: bold;
}

ul.nrcc-full-width li a:hover {
    color: #CC2014; /** #ec4439 **/
}

/box shadow/
.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.rounded-corners {
    border-radius: 3px;
}

/***text colors/
/**blue text**/
.text-dark-blue {
    color: #143d51;
}

.text-blue {
    color: #20558b;
}

.text-light-blue {
    color: #246EB7; /* #418dd9 */
}

/**red text**/
.text-dark-red {
    color: #af0001;
}

.text-red {
    color: #CC2014; /** #ec4439 **/
}

.text-light-red {
    color: #ff837b;
}

/**yellow text**/
.text-dark-yellow {
    color: #f5b12a;
}

.text-yellow {
    color: #f0c336;
}

.text-light-yellow {
    color: #ffd75b;
}

/**white text**/
.text-white {
    color: #fff;
}

/** Temporary text-white fixes */
.bg-dark-yellow .text-white, .bg-teal .text-white {
    color: rgb(20, 61, 81);
}

/**black text**/
.text-black {
    color: #000;
}

/**green text**/
.text-green {
    color: #117e68;
}

.text-light-green {
    color: #84ca8e;
}

.text-dark-green {
    color: #4a7450;
}

/**teal text**/
.text-teal {
    color: #50c4ad;
}

.text-light-teal {
    color: #8ccfbd;
}

.text-dark-teal {
    color: #30a794;
}


/*responsive google calendar****/
.responsiveCal {
    position: relative;
    padding-bottom: 50%;
    /*height: 0;*/
    overflow: hidden;
}

.responsiveCal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*start table styles****/
.overflow-x {
    overflow-x: auto;
}

/* .widetable {
  overflow-x: auto;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
  background-attachment: local, local, scroll, scroll;
} */


table.nrcc-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.nrcc-table th {
    text-align: left;
    color: #fff;
    padding: 8px;
    background-color: #20558b;
    border-bottom: 1px solid #ccc;
}

.nrcc-table td {
    text-align: left;
    padding: 8px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.nrcc-table tr:nth-child(even) {
    background-color: #eaeaea;
}

.nrcc-table tr:hover {
    background-color: #d1e8ff;
}

.nrcc-table a {
    color: #143D51;
    text-decoration: none;
    font-weight: bold;
}

.nrcc-table a:hover {
    color: #CC2014; /** #ec4439 **/
}

/*end table styles****/

/*start of class schedule table styles****/
.schedule-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    /*table-layout: fixed;*/

    font-size: 16px;
}

.schedule-table caption {
    font-size: 1.5em;
    margin: 8px 0 12px;
}

.schedule-table tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 5px;
}

.schedule-table td {
    padding: 10px;
    text-align: center;
}

.schedule-table th {
    font-size: 16px;
    /*letter-spacing: .1em;*/
    text-transform: uppercase;
    padding: 10px;
    text-align: center;

    background-color: #20558b;
    color: #fff;
}

.schedule-table a {
    color: #143D51;
    text-decoration: none;
    font-weight: bold;
}

.schedule-table a:hover {
    color: #CC2014; /** #ec4439 **/
}

.td-hidden-desktop {
    display: none;
    text-align: center;
}

.catalog-hide {
    visibility: collapse;
    height: 0;
}

@media screen and (max-width: 800px) {
    .schedule-table {
        border: 0;
        font-size: 14px;
    }

    .schedule-table caption {
        font-size: 12px;
    }

    .schedule-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;

    }

    .schedule-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 5px;
    }

    .schedule-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        /*font-size: .8em;*/
        text-align: right;
    }

    .schedule-table td:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color: #20558b;
    }

    .schedule-table td:last-child {
        border-bottom: 0;
    }

    .tr-hidden-mobile {
        visibility: collapse;
        height: 0;
    }

    .td-hidden-mobile {
        display: none;
    }

    td.catalog-style {
        background-color: #20558b;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

    .catalog-hide {
        visibility: collapse;
        height: 0;
    }

}

/***ends @media screen and (max-width: 800px) for responsive schedule ****/


/*end of class schedule table styles****/

/*start ACCORDIAN styles****/
.ac-container {
    width: 100%;
    margin: 10px auto 10px auto;
}

.ac-container ul {
    width: 100%;

    list-style: none;
    padding: 0;
}

.ac-container li {
    width: 100%;
    padding: 5px 20px 0 20px;
    color: #666;
}

.ac-container li a {
    text-decoration: none;
    color: #143D51;
    font-size: 14px;
    font-weight: bold;
}

.ac-container li a:hover {
    color: #a01a32;
}


.ac-container label {

    padding: 5px 20px;
    z-index: 1;
    display: block;

    cursor: pointer;
    color: #777;
    position: relative;
    -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 33px;
    font-size: 19px;
    font-weight: bold;
    background: linear-gradient(#ffffff 0%, #eaeaea 100%);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
    background: #20558b;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background: #20558b;
    color: #fff;
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/accordian-arrow-down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
    background-image: url(/images/accordian-arrow-up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked ~ article {
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-small {
    height: auto;
}

.ac-container input:checked ~ article.ac-medium {
    height: 180px;
}

.ac-container input:checked ~ article.ac-large {
    height: 230px;
}

/*end ACCORDIAN styles****/

/*start of full width video styles****/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*end of full width video styles****/

/*start of button styles****/

.btn {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 15px 10px 10px 10px;
    display: inline-block;
    margin: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

.btn-center-100 {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 15px 10px 10px 10px;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

.btn-center-50 {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 15px 10px 10px 10px;
    display: inline-block;
    margin: 10px 0;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

.btn-center-33 {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 15px 10px 10px 10px;
    display: inline-block;
    margin: 10px 33%;
    width: 33%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Button blue */
.btn-blue {
    color: #fff;
    background: #20558b;
    border: 3px solid #20558b;
    text-decoration: none;
}

.btn-blue:hover:not([disabled]),
.btn-blue:active:not([disabled]) {
    color: #20558b;
    background: #fff;
    border: 3px solid #20558b;

}

/* Button dark blue */
.btn-dark-blue {
    color: #fff;
    background: #143d51;
    border: 3px solid #143d51;
    text-decoration: none;

}

.btn-dark-blue:hover:not([disabled]),
.btn-dark-blue:active:not([disabled]) {
    color: #143d51;
    background: #fff;
    border: 3px solid #143d51;
}

/* Button red */
.btn-red {
    color: #fff;
    background: #9e1a31;
    border: 3px solid #9e1a31;
    text-decoration: none;

}

.btn-red:hover:not([disabled]),
.btn-red:active:not([disabled]) {
    color: #9e1a31;
    background: #fff;
    border: 3px solid #9e1a31;
}

/* Button green */
.btn-green {
    color: #fff;
    background: #43844A; /*#65b170 */
    border: 3px solid #43844A; /*#65b170 */
    /*background: #117e68;
    border: 3px solid #117e68;*/
    text-decoration: none;
}

.btn-green:hover:not([disabled]),
.btn-green:active:not([disabled]) {
    /*color:#117e68;
    background: #fff;
    border: 3px solid #117e68;*/
    color: #43844A; /*#65b170 */
    background: #fff;
    border: 3px solid #43844A; /*#65b170 */
}

/* Button teal */
.btn-teal {
    color: #143d51;
    background: #50c4ad;
    border: 3px solid #50c4ad;
    text-decoration: none;

}

.btn-teal:hover:not([disabled]),
.btn-teal:active:not([disabled]) {
    color: #50c4ad;
    background: #fff;
    border: 3px solid #50c4ad;
}

/* Button white */
.btn-white {
    color: #20558b;
    background: #fff;
    border: 3px solid #fff;
    text-decoration: none;

}

.btn-white:hover:not([disabled]),
.btn-white:active:not([disabled]) {
    color: #fff;
    background: none;
    border: 3px solid #fff;
}

/* Button black */
.btn-black {
    color: #fff;
    background: #000;
    border: 3px solid #000;
    text-decoration: none;

}

.btn-black:hover:not([disabled]),
.btn-black:active:not([disabled]) {
    color: #000;
    background: #fff;
    border: 3px solid #000;
}

.btn-blue:disabled,
.btn-dark-blue:disabled,
.btn-red:disabled,
.btn-green:disabled,
.btn-teal:disabled,
.btn-white:disabled,
.btn-black:disabled {
    cursor: not-allowed;
    background: #AAAAAA;
    color: #555555;
    border: 3px solid #555555;
}

/*end of button styles****/


/***nrcc links (about nrcc,academic, college offices, etc. */
.content_accordian_container {
    position: relative;
    height: auto;
    width: 100%;
    display: table;
}

.content_accordian_border_top {
    border-top: 1px solid #ccc;
}

.content_accordian {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Kadwa', sans-serif;*/
    list-style: none;
    background-color: #fff;
}

.content_accordian li {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #0c2c3c;
}

.content_accordian a {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
}

.content_accordian > li > a {
    padding: 10px 13px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #143d51;
    text-decoration: none;
    display: inline-block;
}

.content_accordian > li:hover > a,
.content_accordian > li.active > a {
    background: #fbc446;
    color: #143D51;
}


/* DROPDOWN CONFIGURATION
***/
.content_accordian ul.dropdown,
.content_accordian ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    z-index: 99;
    min-width: 134px;
    background: #fff;
    width: 100%;
}

.content_accordian ul.dropdown {
    /* top: 50px;*/
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.content_accordian ul.dropdown li ul.dropdown {
    left: 100%;
    top: inherit;
}

.content_accordian ul.dropdown li {
    clear: both;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}

.content_accordian ul.dropdown li a {
    width: 100%;
    padding: 12px 24px 12px;
    display: inline-block;
    float: left;
    clear: both;
    text-decoration: none;
    color: #143D51;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content_accordian ul.dropdown li:hover > a {
    background: #143D51;
    color: #fff;
}

/* dropdowns to left side */
.content_accordian ul.dropdown li ul.dropdown.left {
    left: auto;
    right: 100%;
}

/* SUBMENU INDICATORS
***/
.content_accordian .indicator {
    position: relative;
    left: 0;
    top: 0;
    color: #fbc446;
    font-size: 14px;
    float: right;
}

.content_accordian ul li .indicator {
    font-size: 12px;
    top: 0;
    left: 0;
}

/* SHOWHIDE
***/
.content_accordian > li.showhide {
    display: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    /*width: 80%;*/
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    float: right;
    margin-right: 20px;
    font-size: 28px;
    font-weight: bold;
    /*color:#ff837b;*/
    color: #9E0B00;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    /*padding: 2px 16px;*/
    /*background-color: #5cb85c;*/
}

.modal-body {
    /*padding: 2px 16px;*/
}

.modal-footer {
    padding: 2px 16px;
    /*background-color: #5cb85c;*/
    color: white;
}


/Starts STAFF/EMP DIRECTORY CARD STYLES**/
.emp-card-container {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    display: table;
}

/***containers name and title***/
.emp-card-header {
    position: relative;
    height: auto;
    display: table;
    width: 100%;
    background-color: #20558b;
    padding: 0 10px 0 10px;
    background-image: url(/images/color_stripe_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.emp-name-margin {
    margin: 10px 0 10px 0;
}

.emp-title-margin {
    margin: 5px 0 30px 0;
}

.emp-photo {
    position: relative;
    width: 133px;
    margin: 0 auto;
    top: -20px;
    border: 5px solid #fff;
}

.emp-content {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 10px;
}

/Ends STAFF/EMP DIRECTORY CARD STYLES**/


/***grid columns**/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid img {
    max-width: 100%;
    height: auto;
}


.grid {
    /*background: #eee;
    margin: 0 0 20px 0;*/
}

.grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

[class*='col-'] {
    float: left;
    padding-right: 20px;
}

.grid [class*='col-']:last-of-type {
    padding-right: 0;
}

/*** 1 column ***/
.col-1-1 {
    width: 100%;
}


/*** 2 column ***/
.col-1-2 {
    width: 50%;
}


/*** 3 column ***/
.col-2-3 {
    width: 66.66%;
}

.col-1-3 {
    width: 33.33%;
}


/*** 4 column ***/
.col-3-4 {
    width: 75%;
}

.col-2-4 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

/*** 5 column ***/
.col-1-5 {
    width: 20%;
}

/*** 6 column ***/
.col-4-6 {
    width: 66%;
}

.col-3-6 {
    width: 50%;
}

.col-2-6 {
    width: 33%;
}

.col-1-6 {
    width: 16.6%;
}


/*** 7 column ***/
.col-1-7 {
    width: 14.2%;
}

/*** 8 column ***/
.col-6-8 {
    width: 75%;
}

.col-4-8 {
    width: 50%;
}

.col-2-8 {
    width: 25%;
}

.col-1-8 {
    width: 12.5%;
}


.module {
    padding: 20px;
    /*margin-top:20px;*/
    background: none; /*can change color of this with class*/
    /*display:table;*/
    height: 100%;
}

.module-padding-none {
    padding: 0;
    background: none; /*can change color of this with class*/
    height: 100%;
}

.module-padding-5 {
    padding: 5px;
    background: none; /*can change color of this with class*/
    height: 100%;
}

.module-padding-10 {
    padding: 10px;
    background: none; /*can change color of this with class*/
    height: 100%;
}

.module-padding-15 {
    padding: 15px;
    background: none; /*can change color of this with class*/
    height: 100%;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/* Opt-in outside padding */
.grid-pad {
    padding: 20px 0 20px 20px;
}

.grid-pad [class*='col-']:last-of-type {
    padding-right: 20px;
}

/***background colors/
/**blue bg**/
.bg-dark-blue {
    background-color: #143d51;
}

.bg-blue {
    background-color: #20558b;
}

.bg-light-blue {
    background-color: #246EB7; /* #418dd9 */
}

/**red bg**/
.bg-dark-red {
    background-color: #af0001;
}

.bg-red {
    /*background-color:#ec4439;*/
    background-color: #d53e39;
}

.bg-light-red {
    background-color: #ff837b;
}

/**yellow bg**/
.bg-dark-yellow {
    background-color: #f5b12a;
}

.bg-yellow {
    background-color: #f0c336;
}

.bg-light-yellow {
    background-color: #ffd75b;
}

/**white bg**/
.bg-white {
    background-color: #fff;
}

/**light-grey bg**/
.bg-grey {
    background-color: #f2f2f2;
}

/**black bg**/
.bg-black {
    background-color: #000;
}

/**black bg**/
.bg-light-black {
    background-color: #1a1a1a;
}

/**green bg**/
.bg-green {
    /***not wcag 2.0 compliant
    background-color:#66b271;
        background-color:#117e68;***/
    background-color: #43844A;
}

.bg-light-green {
    background-color: #84ca8e;
}

.bg-dark-green {
    background-color: #4a7450;
}

/**teal bg**/
.bg-teal {
    background-color: #50c4ad;
}

.bg-light-teal {
    background-color: #8ccfbd;
}

.bg-dark-teal {
    background-color: #50c4ad;
    color: #143d51;
}

/***Start TABS to ACCORDION styles**/


.resp-tabs-list li {
    /*font-weight: 600;*/
    font-size: 16px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #20558b;
    font-weight: bold;
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    /* padding: 12px 14px 14px 14px !important;*/
    border-top: 1px solid #c1c1c1 !important;
    border-bottom: 0 #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    /*font-size: 13px;*/
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 15px 15px;
    color: #20558b;
    font-size: 16px;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    /*padding: 10px 15px !important;*/
}


h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    background-color: #333;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    clear: none;
    margin: 3px 0 0;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border: 1px solid #5AB1D0 !important;
    border-left: 1px solid !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 32px;
    height: 32px;
    float: right;
    margin-top: -3px;
    /*margin-top: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c51110;*/

    background-image: url(/images/more-icon.png);
    background-repeat: no-repeat;
    /* margin-top:15px;*/
}

h2.resp-tab-active span.resp-arrow {
    /*border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;*/
    width: 32px;
    height: 32px;
    float: right;
    background-image: url(/images/less-icon.png);
    background-repeat: no-repeat;
    /* margin-top:15px;*/
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;


    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    /* !important;*/
}

/***End TABS to ACCORDION styles**/


/***return to TOP**/
#return-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: rgba(236, 68, 57, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999999999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 10px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #CC2014; /** #ec4439 **/
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.half-large {
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 1600px) {
    .half-large {
        width: 75%;
    }
}

@media screen and (max-width: 1280px) {
    .half-large {
        width: unset;
    }
}

@media screen and (max-width: 630px) {
    .half-large {
        width: unset;
    }
}

@media screen and (max-width: 1600px ) {

    .col-2-4 {
        width: 100%;
    }

    .col-1-4 {
        width: 50%;
    }

    .col-6-8 {
        width: 50%;
    }

    .col-4-8 {
        width: 100%;
    }

    .col-2-8 {
        width: 50%;
    }

    .col-1-8 {
        width: 25%;
    }

    .col-3-6 {
        width: 100%;
    }

    .col-1-6 {
        width: 33%;
    }

}


@media screen and (max-width: 1280px ) {
    .responsiveCal {
        position: relative;
        padding-bottom: 100%;
        /*height: 0;*/
        overflow: hidden;
    }

    .col-6-8 {
        width: 100%;
    }

    .col-1-8 {
        width: 50%;
    }

    .col-1-5 {
        width: 50%;
    }

    .col-1-7 {
        width: 33%;
    }

}

@media screen and (max-width: 1024px ) {
    .responsiveCal {
        position: relative;
        padding-bottom: 50%;
        /*height: 0;*/
        overflow: hidden;
    }

    .col-2-8 {
        width: 100%;
    }


}

@media screen and (max-width: 960px ) {

    p {
        font-size: 14px;
        line-height: 22px;
        text-wrap: unset;
    }

    h1 {
        font-size: 24px;
        line-height: 28px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    h5 {
        font-size: 14px;
        line-height: 18px;
    }

    ul.nrcc-full-width li {
        font-size: 14px;
        line-height: 26px;
        padding: 5px;
    }

    .nrcc-content li {
        font-size: 14px;
        line-height: 26px;
        /*padding:5px;*/
    }

    .nrcc-content-bullets li {
        font-size: 14px;
        line-height: 26px;
        padding: 5px;
    }

    .col-4-6 {
        width: 100%;
    }

    .col-3-6 {
        width: 100%;
    }

    .col-2-6 {
        width: 100%;
    }


    .col-2-3 {
        width: 100%;
    }

    .col-1-3 {
        width: 100%;
    }

    .col-1-1 {
        width: 100%;
    }

    .col-1-2 {
        width: 100%;
    }

    .col-3-4 {
        width: 100%;
    }

    .col-2-4 {
        width: 100%;
    }

    .col-1-5 {
        width: 100%;
    }

    .col-1-7 {
        width: 50%;
    }

    .module {
        padding: 20px;
        margin-top: 20px;
        /*background: #000;*/
    }

    /* Opt-in outside padding */
    .grid-pad {
        padding: 10px 0 10px 10px;
    }

    .grid-pad [class*='col-']:last-of-type {
        padding-right: 20px;
    }

    /****tabs/accordian-accordian text/
    h2.resp-accordion {
        font-size: 14px;
    }

    .resp-tabs-list li {
        font-size: 14px;
        display: inline-block;
        padding: 13px 15px;
        margin: 0 4px 0 0;
        list-style: none;
        cursor: pointer;
        float: left;
        color: #20558b;
        font-weight: bold;
    }

    /*for hiding images on the main page*/
    .hidden-960 {
        display: none;
    }


}


@media screen and (max-width: 768px ) {
    .col-1-8 {
        width: 100%;
    }

    .col-1-6 {
        width: 100%;
    }

    .col-1-7 {
        width: 100%;
    }

}


@media screen and (max-width: 640px ) {

    .col-1-4 {
        width: 100%;
    }

}


/*new styles brought in from staff include*/
.department-links, .department-links a {
    font-size: 14px;
    font-weight: bold;
}

.emp-photo {
    max-height: 160px;
    overflow: hidden;
}

a .fa {
    margin-bottom: .2em;
    margin-right: .5em;
}

a .fa-youtube-play {
    color: red;
}

.modal-result {
    margin-top: .8em;
}

.ul-education li {
    padding: 0;
    font-size: 90%;
    line-height: 130%;
}

@media screen and (max-width: 1600px) {
    .emp-card-container {
        margin: auto;
    }

    .modal-result, .modal-details {
        width: 100%;
    }

    .modal-result .emp-card-container {
        max-width: 500px;
    }
}

/*end new styles brought in from staff include*/


/* Fix for masterslider WCAG issues */
.ms-slide-link {
    opacity: 0;
}

/* Styles for red alert boxes, brought in due to COVID19 */
.alertBox {
    width: 100%;
    background-color: #83172a;
    color: white;
    padding: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

.alertBox h2, .alertBox p {
    color: white;
}

.purechat-launcher-frame {
    margin-right: 4em !important;
}

@media screen and (max-width: 800px) {
    .purechat-launcher-frame {
        margin-right: unset !important;
        margin-bottom: 4em !important;
    }
}

@media screen and (max-width: 480px ) {

}

/* Styles for Emsi Widget */
.iframe-container {
    text-align: center;
}

.iframe-widget {
    min-width: 800px;
    width: 1px;
    border: 0;
    margin: auto;
    transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    overflow: visible;
}

@media screen and (max-width: 1750px) {
    .iframe-widget {
        min-width: 450px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .iframe-widget {
        margin-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .iframe-widget {
        min-width: 800px;
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .iframe-widget {
        min-width: 450px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 480px) {
    .iframe-widget {
        margin-left: 0;
    }
}
