/*
=========================================
=========================================

University: Bootstrap 4 education template

=========================================
========================================= */
/*
* ==========================================================
*     GENERAL
* ==========================================================
*/


.mobile-search {
	display: none;
}

.mobile-social {
	display: none;
}

.top-bar .row {
margin-left: auto !important;
margin-right: auto !important;
}


a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a,
button,
i,
span,
strong,
small {
    display: inline-block;
}

button {
    cursor: pointer;
}


.table-responsive {
    display: table;
}

.badge {
    border-radius: 0;
    color: #fff !important;
}

.text-content p,
.text-content ul,
.text-content ol,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
    margin-bottom: 2rem;
}

blockquote.blockquote {
    background: #fafafa;
    padding: 30px;
}

blockquote.blockquote p {
    font-size: 1rem;
    font-size: #555;
    line-height: 1.7rem;
}

blockquote.blockquote .author {
    font-size: 1.1rem;
    margin-top: 20px;
    font-weight: 700;
    color: #333;
}

.btn-outline-light:hover {
    color: #333 !important;
}

ul.checked li::before {
    content: '\f00c';
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #000000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 0.5rem;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 10px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.no-anchor-style {
    text-decoration: none !important;
    color: inherit !important;
}

.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.9rem;
}

.bg-gray {
    background: #f5f5f5 !important;
}

.form-group {
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #000000;
}

.pagination {
    margin-top: 30px;
}

.pagination .page-link {
    border-radius: 0 !important;
    margin: 0 3px;
    background: none;
}

.has-pattern {
    position: relative;
}

.has-pattern::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/dots.png);
    background-size: 6%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.02;
}

.nav-pills .nav-link {
    border-radius: 0;
    background: #f5f5f5;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #555;
}

.nav-pills .nav-link.active {
    background: #000000;
}

h2 small {
    display: block;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.04rem;
}

section {
    overflow-y: auto !important;
    padding: 4rem 0;
}

section header {
    margin-bottom: 2rem;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    font-size: 1rem;
    min-width: 200px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.dropdown-menu a {
    color: inherit;
}

.dropdown-menu a:hover {
    background: #000000;
    color: #fff;
}

.dropdown-menu a {
    padding: 10px 20px;
}

.dropdown-menu a {
    padding: 10px 15px !important;
    color: #333;
    font-size: 0.9rem;
    text-transform: none !important;
}

.dropdown-menu a:hover {
    color: #fff !important;
}

.dropdown-menu a:active {
    background-color: #fff;
}

.dropdown-toggle {
    background: none;
    outline: none;
    border-radius: 0;
}

.dropdown-toggle span {
    color: #555;
}

.dropdown-toggle::after {
    border: none !important;
    content: '\f107';
    vertical-align: baseline;
    font-family: 'FontAwesome';
    margin-left: 0;
}

i[class*='icon-'] {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.has-overlay-dark,
.has-overlay-darker {
    position: relative;
    z-index: 1;
}

.has-overlay-dark::before,
.has-overlay-darker::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.has-overlay-darker::before {
    background: rgba(0, 0, 0, 0.89);
}

.menu-large {
    position: static !important;
}

label {
    font-size: .9rem;
    color: #495057;
}

/*
* ==========================================================
*     TOP BAR
* ==========================================================
*/

.header {
	    max-width: 100%;
}

.top-bar .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.top-bar {
    max-width: 100%;
    padding: 5px 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #000000;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
}

.top-bar i {
    margin-right: 5px;
}

.top-bar .text-right ul li a {
    color: #fdb515;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    border-bottom: dotted 1px rgba(166, 122, 5, 0.7) !important;
}

.top-bar .text-right ul li a:hover {
    color: #fff;
    text-decoration: none !important;
    border-bottom: dotted 1px #fdb515 !important;
}

/*
* ==========================================================
*     NAVBAR
* ==========================================================
*/
nav.navbar {
    background: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
    padding-top: 25px;
    padding-bottom: 25px;
    /* Navbar Toggle btn */
}

nav.navbar .search {
    display: none;
}

nav.navbar .search-inner {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 20px;
    padding-right: 40px;
}

nav.navbar .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
}

nav.navbar .search-form {
    width: 100%;
    max-width: 800px;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    outline: none;
}


nav.navbar input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    outline: none;
    background: none;
}

nav.navbar input::-moz-placeholder {
    font-family: "Inter", sans-serif;
    color: #888;
    font-weight: 300;
    font-size: 1rem;
}

nav.navbar input::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    color: #888;
    font-weight: 300;
    font-size: 1rem;
}

nav.navbar input:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    color: #888;
    font-weight: 300;
    font-size: 1rem;
}

nav.navbar .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    background: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
}

nav.navbar a.navbar-brand {
    color: #333;
}

nav.navbar a.navbar-brand strong {
    text-transform: uppercase;
    display: block;
    line-height: 1;
    font-size: 1.5rem;
}

nav.navbar a.navbar-brand small {
    font-size: 0.7rem;
    display: block;
    line-height: 1;
    margin-top: 3px;
    color: #555;
}

nav.navbar a.nav-link {
    text-transform: uppercase;
    color: #333;
    font-size: 0.9rem;
    font-weight: 700;
}

nav.navbar a.nav-link.active,
nav.navbar a.nav-link:hover {
    color: #111;
}

nav.navbar .navbar-toggler {
    outline: none !important;
    margin-top: 20px;
}

nav.navbar .navbar-toggler:focus {
    border: none;
}

nav.navbar .navbar-toggler span {
    width: 25px;
    margin: 5px;
    display: block;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

nav.navbar .navbar-toggler.active span:first-of-type {
    -webkit-transform: rotate(45deg) translate(10px);
    transform: rotate(45deg) translate(10px);
}

nav.navbar .navbar-toggler.active span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(10px);
    transform: rotate(-45deg) translate(10px);
}

nav.navbar .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}

nav.navbar .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    left: auto;
    right: 0;
    margin-top: 1px;
}

nav.navbar .dropdown-menu .dropdown-menu {
    top: -50px;
}

nav.navbar .dropdown-menu .dropdown-submenu {
    position: relative;
}

nav.navbar .dropdown-menu .dropdown-submenu>.dropdown-menu {
    top: -50px;
    left: 100%;
    margin-top: -2px;
    font-size: 1rem;
}

nav.navbar .dropdown-menu .dropdown-submenu>.dropdown-menu {
    top: -50px;
    left: 100%;
    margin-top: -2px;
    font-size: 1rem;
}

nav.navbar .dropdown-menu .dropdown-submenu-left>.dropdown-menu {
    left: auto;
    right: 100%;
}

nav.navbar .megamenu {
    width: 100%;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 9999 !important;
}

nav.navbar .megamenu strong {
    margin-bottom: 10px;
    display: block;
}

nav.navbar .megamenu ul {
    padding: 0;
    margin: 0;
}

nav.navbar .megamenu ul a {
    padding: 5px 0 !important;
    text-decoration: none;
    color: #555;
    font-size: 0.9em !important;
}

nav.navbar .megamenu ul a:hover {
    background: none;
    color: #000000 !important;
}


/* Navbar Media Query ----------------------------------- */
@media (max-width: 991px) {
    nav.navbar .right-menu {
        margin-bottom: -3px;
    }

    nav.navbar .navbar-brand {
        margin-right: 5px;
    }

    ul.dropdown-menu {
        margin-bottom: 30px;
        margin-top: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    ul.dropdown-menu .dropdown-submenu>.dropdown-menu {
        top: 0 !important;
        background: none;
        border: none;
        margin-top: -50px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    nav.navbar .dropdown-menu {
        right: -140px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    nav.navbar .megamenu {
        right: 0 !important;
        padding: 15px;
    }

    nav.navbar a.nav-link {
        font-size: 0.85rem;
    }

    nav.navbar a.nav-link .badge {
        width: 16px;
        height: 16px;
        line-height: 16px;
        color: #fff;
        text-align: center;
        font-size: 0.6rem;
    }
}

/*
* ==========================================================
*     HERO SECTION
* ==========================================================
*/

.hero {
    padding: 0;
}

.video-background-holder {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}



.hero .hero-content {
    padding: 150px 0 250px;
    color: #fff;
    background-size: cover !important;
    background-position: center center !important;
}

.hero .swiper-container-vertical {
    height: 100% !important;
}

.hero h1 span {
    display: inline-block;
}

.hero h1 span::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
}

.hero .hero-text {
    font-weight: 300;
    line-height: 1.8rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hero .swiper-pagination-fraction,
.hero .swiper-pagination-custom,
.hero .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50%;
}

.hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin-top: 10px;
    margin-left: calc(100% - 50px);
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 50%;
}

.hero .swiper-pagination-bullet-active {
    position: relative;
    width: 8px !important;
    height: 8px !important;
    margin-left: calc(100% - 48px) !important;
}

.hero .swiper-pagination-bullet-active::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    background: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #fff;
}

.hero .CTAs a {
    margin-right: 10px;
}


.hero-page .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-banner {
    height: 200px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.breadcrumb {
    background: none;
    padding: 0;
    padding-left: 0;
    font-size: 0.85rem;
    font-weight: 400;
    color: #999;
}

.breadcrumb a {
    color: #333;
    text-decoration: underline;
}

/*
* ==========================================================
*     INFO BOXES SECTION
* ==========================================================
*/

section.info-boxes-old {
    padding: 4rem 0 1rem 0;
}

.info-boxes-old {
    margin-top: -150px;
    background: #000;
}

.info-boxes-old .col-lg-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
}

.info-boxes-old a {
    min-height: 200px;
    padding: 40px 40px;
    color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 100% !important;
    background-position: center center !important;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info-boxes-old .info-box-old:hover {
    background-size: 120% !important;
    text-decoration: none;
}

.info-boxes-old .info-box-old.white:hover::before {
    background: rgba(255, 255, 255, 0.85)
}

.info-boxes-old .info-box-old::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.info-boxes-old .info-box-old.gold::before {
    background: rgba(255, 194, 14, 0.9);
}

.info-boxes-old .info-box-old.black::before {
    background: rgba(0, 0, 0, 0.4);
}

.info-boxes-old .info-box-old.white::before {
    background: rgba(255, 255, 255, 0.75);
}

.info-boxes-old .info-box-old.gold p,
.info-boxes-old .info-box-old.white p {
    color: #000;
}

.info-boxes-old .info-box-old.gold h3,
.info-boxes-old .info-box-old.white h3 {
    color: #000;
}


.info-boxes-old p {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/*
* ==========================================================
*     9 INFOBOX Section
* ==========================================================
*/


section.info-boxes-new {
    padding: 4rem 0 4rem 0;
    background: #DEDEDE;
}

.info-boxes-new {
    padding: 0;
}

.info-boxes-new .col-lg-4 {
    padding-left: 0 !important;
}

.info-boxes-new a {
    min-height: 200px;
    padding: 40px 40px;
    color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 100% !important;
    background-position: center center !important;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info-boxes-new a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.info-boxes-new .info-box-new::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.info-boxes-new .info-box-new.gold::before {
    background: rgba(255, 194, 14, 0.8);
}

.info-boxes-new .info-box-new.black::before {
    background: rgba(0, 0, 0, 0.4);
}

.info-boxes-new .info-box-new.gold p {
    color: #000;
}

.info-boxes-new .info-box-new.black p {
    color: #fff;
}


.info-boxes-new .info-box-new.gold p:hover {
    color: #000;
}

.info-boxes-new .info-box-new.black p:hover {
    color: #fff;
}


.info-boxes-new .info-box-new.black h3:hover {
    color: #fff;
    border-bottom: 1px dotted #fdb515;
}


.info-boxes-new .info-box-new.gold h3:hover {
    color: #000;
    border-bottom: 1px dotted #fdb515;
}

.info-boxes-new .info-box-new.gold h3 {
    color: #000;
}


.info-boxes-new p {
    font-weight: 600;
    font-size: 0.9rem;
}


/*
* ==========================================================
*     INTRO SECTION
* ==========================================================
*/
.intro .signature {
    max-width: 90px;
    margin: 20px 0;
}

.intro .author strong {
    display: block;
    text-transform: uppercase;
    line-height: 1;
}

.intro .author span {
    text-transform: uppercase;
    color: #777;
    font-size: 0.8rem;
}

/*
* ==========================================================
*     TOUR SECTION
* ==========================================================
*/

.tour .video {
    overflow: hidden;
    height: 200px;
}

.tour .container {
    max-width: 100% !important;
    padding: 11em;
}

.tour .video a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.tour .video img {
    height: 100%;
}

.tour .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.tour .overlay img {
    width: 70px;
    height: 70px;
}

.tour .text {
    padding-top: 40px;
    padding-bottom: 40px;
}



/* Tour Section Media Query ---------------------------- */
@media (max-width: 991px) {
    .tour .video img {
        height: auto;
        width: 100%;
    }

    .tour .overlay img {
        width: 70px;
        height: 70px;
    }

    .tour .container {
        padding: 3em;
    }
}

@media (max-width: 1125px) {

    .tour .container {
        padding: 4em;
    }
}

@media (max-width: 600px) {

    .tour .container {
        padding: 2em;
    }
}

/*
* ==========================================================
*     NEWS SECTION
* ==========================================================
*/
.latest-news header {
    margin-bottom: 50px;
}

.latest-news ul.nav-pills {
    margin-bottom: 20px;
}

.latest-news .news-block .news-block-inner {
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.latest-news .news-block .bg-image {
    background-size: cover !important;
    color: #fff;
    z-index: 1;
}

.latest-news .news-block .bg-image::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.latest-news .news-block .bg-image p {
    color: #fff;
}

.latest-news .news-block p {
    font-size: 0.9rem;
    margin: 20px 0;
    color: #555;
}

/*
* ==========================================================
*     STATISTICS SECTION
* ==========================================================
*/
.statistics .item {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.statistics .item strong {
    font-size: 2rem;
}

.statistics .item p {
    text-transform: uppercase;
}


/*
* ==========================================================
*     EVENTS SECTION
* ==========================================================
*/
.event .image {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.event .image img {
    height: 100%;
}

/* .event .image .overlay {
    background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.08) 92%, rgba(53, 39, 60, 0.03) 97%, rgba(105, 78, 119, 0) 100%);
    opacity: 0.902;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 5px 30px;
    color: #fff;
} */

.event .image .overlay strong {
    font-size: 3rem;
}

.event .image .overlay span {
    font-size: 1.3rem;
}

.event .text {
    background: #f5f5f5;
    padding: 20px;
    height: 100%;
}

.event .text p {
    font-size: 0.85rem;
}

.event .btn-outline-primary {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	padding: 0 !important;
	border-bottom: 1px dotted #000;
	border-radius: 0;
}

.event .btn-outline-primary:hover {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	padding: 0 !important;
	color: #222 !important;
	background-color: #fff !important;
	border-bottom: 1px dotted #fdb515;
	border-radius: 0;
	}

.event .btn-outline-primary::after {
	border: 0 !important;
	 content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
}


    
.swiper-pagination {
	    display: none;
    }

/* Events Section Media Query ---------------------------- */
@media (max-width: 991px) {
    .event {
        margin-bottom: 30px;
    }

    .event .image img {
        width: 100%;
        height: auto;
    }
    
    .swiper-pagination {
	    display: inline-block;
    }
}

@media (max-width: 767px) {
    .events .image {
        height: 210px;
    }

    .events .image img {
        width: 100%;
        height: auto;
    }
}


/*
* ==========================================================
*     DIVIDER SECTION
* ==========================================================
*/
.divider {
    color: #000;
}

.divider p {
    font-weight: 300;
    line-height: 1.8rem;
    margin: 15px 0 25px;
}

.divider .CTAs .btn a {
    margin-right: 10px !important;
}

@media (min-width: 769px) and (max-width: 1200px) {

    div.CTAs a.btn.btn-dark {
        margin-bottom: 10px !important;
    }
}

@media screen (min-width: 590px) and (max-width: 768px) {
    div.CTAs a.btn.btn-dark {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 589px) {

    div.CTAs a.btn.btn-dark {
        margin-bottom: 10px !important;
    }
}

/*
* ==========================================================
*     TESTIMONIALS SECTION
* ==========================================================
*/
.testimonials .swiper-wrapper {
    padding: 20px 0 !important;
}

.testimonial p.feedback {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 300;
    color: #555;
    margin-bottom: 50px;
}

.testimonial p.feedback::before,
.testimonial p.feedback::after {
    content: '\f10d';
    font-size: 3rem;
    color: #000000;
    margin-right: 20px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.testimonial p.feedback::after {
    content: '\f10e';
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    margin-right: 0;
    margin-left: 20px;
    margin-top: -20px;
}

.testimonial .user {
    margin-bottom: 30px;
}

.testimonial .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.testimonial .title {
    text-align: left;
}

.testimonial .title strong {
    display: block;
    line-height: 1;
}

.testimonial .title span {
    display: block;
    font-size: 0.85rem;
    color: #999;
}


/*
* ==========================================================
*     NEWS FEATURED
* ==========================================================
*/




/*
* ==========================================================
*     BLOG SECTION
* ==========================================================
*/
.blog-post {
  margin-bottom: 30px;
}

.blog-post:hover .overlay {
  opacity: 1 !important;
}

.blog-post:hover .overlay a.btn {
  -webkit-transform: none;
  transform: none;
}

.blog-post .image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.blog-post .image img {
  height: 100%;
}

.blog-post .image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(253, 181, 21, 0.9);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-post .image a.btn {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-post .author {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
  margin-top: -35px;
  z-index: 999;
  margin-left: 30px;
}

.blog-post .text {
  background: #fff;
  padding: 20px;
  padding-top: 55px;
  margin-top: -35px;
}

.blog-post .text a {
  color: #333 !important;
  text-decoration: none !important;
}

.blog-post .post-meta {
  font-size: 0.7rem;
  color: #777;
}

.blog-post .post-meta i {
  margin-right: 5px;
  font-size: .8rem;
}

.blog-post .post-meta i[class*="clock"] {
  margin-right: 0;
}

.blog-post p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.3em !important;
}

.blog .btn-outline-primary {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	padding: 0 !important;
	border-bottom: 1px dotted #000;
	border-radius: 0;
	font-size: 1em;
}

.blog .btn-outline-primary:hover {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	padding: 0 !important;
	color: #222 !important;
	background-color: #fff !important;
	border-bottom: 1px dotted #fdb515;
	border-radius: 0;
	}

.blog .btn-outline-primary::after {
	border: 0 !important;
	 content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
}


/* Blog Section Media Query ---------------------------- */
@media (max-width: 991px) {
  .blog-post .image {
    height: 210px;
  }
  .blog-post .image img {
    height: auto;
    width: 100%;
  }
}

.blog .more-link span.screen-reader-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}


.more-link {display: none;}

/*
* ==========================================================
*     FOOTER
* ==========================================================
*/
footer.footer {
    background: url('https://umbc.edu/img/blacker-maryland-flag-bg.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 4rem 0 1rem !important;
    border-top: 15px solid #fdb515;
    background-color: #000;
}

footer.footer p {
    font-weight: 300;
    color: #eee;
    font-size: 12px;
}

footer.footer .logo strong {
    text-transform: uppercase;
    display: block;
    line-height: 1;
    font-size: 12px;
    margin-top: 20px;
}

footer.footer .logo small {
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-top: 3px;
}

footer.footer ul.social {
    margin-top: 0px;
}

footer.footer ul.social a {
    color: #fff;
    margin: 0 5px;
    font-size: 0.8rem;
}

footer.footer ul.navigation {
    margin-right: 30px;
}


#bottom-footer-links a {
    color: #fdb515;
    line-height: 22px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none !important;
    border-bottom: dotted 1px rgba(166, 122, 5, 0.3) !important;
}

footer.footer ul.navigation a {
    color: #fdb515;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: none !important;
    border-bottom: dotted 1px rgba(166, 122, 5, 0.3) !important;
}

footer.footer ul.navigation a:hover,
#bottom-footer-links a:hover {
    color: #fff;
    text-decoration: none !important;
    border-bottom: dotted 1px #fdb515 !important;
}

footer.footer .newsletter p {
    margin-top: 30px;
}

footer.footer form.newsletter-form {
    margin-top: 30px;
}

footer.footer form.newsletter-form .form-group {
    position: relative;
}

footer.footer form.newsletter-form input {
    border-radius: 0;
    width: 100%;
    color: #fff !important;
    background: none;
    border: 1px solid #666;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 0.9rem;
}

footer.footer form.newsletter-form input::-moz-placeholder {
    font-weight: 300;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

footer.footer form.newsletter-form input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

footer.footer form.newsletter-form input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

footer.footer form.newsletter-form input:focus {
    background: none;
}

footer.footer form.newsletter-form button {
    display: inline-block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    background: #fdb515;
    border: none;
    color: #111;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.9rem;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

footer.footer .copyrights {
    padding: 2.5rem 0;
    background: #0d0c0c;
    margin-top: 4rem;
}

footer.footer .copyrights * {
    margin-bottom: 0;
}

/* Blog Section Media Query ---------------------------- */
@media (max-width: 991px) {
    footer h4 {
        margin-top: 20px;
    }
}

/*
* ==========================================================
*     BOOTSTRAP SELECT
* ==========================================================
*/
.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    font-weight: 300;
    outline: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a:hover {
    background: #eee;
    color: #333 !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    color: #333;
    font-size: 1em;
}

.bootstrap-select .dropdown-menu a {
    padding: 10px 20px;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #ddd !important;
    color: #fff !important;
}

.bootstrap-select .dropdown-toggle:hover {
    color: #000000 !important;
}

.bootstrap-select.show .dropdown-toggle {
    color: #000000 !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* =========================================
   THEMING OF BOOTSTRAP COMPONENTS
   ========================================= */
/*
 * 1. NAVBAR
 */
.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.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(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .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, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

/*
 * 2. BUTTONS
 */
.btn {
    font-weight: 700;
    border: 1px solid transparent;
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.btn-primary {
    color: #000000;
    background-color: #fdb515;
    border-color: #fdb515 !important;
}

.btn-primary:hover {
    color: #111111;
    background-color: #fdb515;
    border-color: #fdb515 !important;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: color-yiq(#4f3a58);
    background-color: #4f3a58;
    border-color: #483550;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
}

.btn-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:hover {
    color: color-yiq(#727b84);
    background-color: #727b84;
    border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: color-yiq(#6c757d);
    background-color: #6c757d;
    border-color: #666e76;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
    color: color-yiq(#28a745);
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: color-yiq(#218838);
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: color-yiq(#1e7e34);
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: color-yiq(#138496);
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: color-yiq(#117a8b);
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: color-yiq(#e0a800);
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: color-yiq(#d39e00);
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: color-yiq(#c82333);
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: color-yiq(#bd2130);
    background-color: #bd2130;
    border-color: #b21f2d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-white {
    color: color-yiq(#fff);
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: color-yiq(#ececec);
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not([disabled]):not(.disabled):active,
.btn-white:not([disabled]):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color: color-yiq(#e6e6e6);
    background-color: #e6e6e6;
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: color-yiq(#e2e6ea);
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: color-yiq(#dae0e5);
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fdb515;
    background-color: #000;
    border-color: #000;
}

.btn-dark:hover {
    color: #fff;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: color-yiq(#1d2124);
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #000000;
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.5);
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white:not([disabled]):not(.disabled):active,
.btn-outline-white:not([disabled]):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
    padding: 0.5rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

/*
 * 3. TYPE
 */
body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

a {
    color: #000000;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #413049;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.8rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.75rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #000000;
}

.blockquote-footer {
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.text-primary {
    color: #000000 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4f3a58 !important;
}

/*
 * 4. PAGINATION
 */
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.page-item.disabled .page-link {
    color: #868e96;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #413049;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*
* 5. UTILITIES
*/
.bg-primary {
    background-color: #000000 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #4f3a58 !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-white {
    background-color: #fff !important;
}

a.bg-white:focus,
a.bg-white:hover {
    background-color: #e6e6e6 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.border-primary {
    border-color: #000000 !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.text-primary {
    color: #000000 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4f3a58 !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.badge-primary {
    color: color-yiq(#000000);
    background-color: #000000;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: color-yiq(#000000);
    text-decoration: none;
    background-color: #4f3a58;
}

.badge-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: color-yiq(#868e96);
    text-decoration: none;
    background-color: #6c757d;
}

.badge-success {
    color: color-yiq(#28a745);
    background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: color-yiq(#28a745);
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: color-yiq(#17a2b8);
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: color-yiq(#ffc107);
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: color-yiq(#dc3545);
    text-decoration: none;
    background-color: #bd2130;
}

.badge-white {
    color: color-yiq(#fff);
    background-color: #fff;
}

.badge-white[href]:focus,
.badge-white[href]:hover {
    color: color-yiq(#fff);
    text-decoration: none;
    background-color: #e6e6e6;
}

.badge-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: color-yiq(#f8f9fa);
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: color-yiq(#343a40);
    text-decoration: none;
    background-color: #1d2124;
}

/*
  * 6. FORMS
  */
.form-control {
    padding: 0.375rem 1rem;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: #a98fb6;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(106, 78, 119, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    font-size: .8rem;
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    font-size: .8rem;
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    font-size: .8rem;
}

.form-control::placeholder {
    color: #868e96;
    font-size: .8rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-sm {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg {
    padding: 0.5rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid+.form-check-label,
.form-check-input.is-valid+.form-check-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-indicator,
.custom-control-input.is-valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid~.custom-control-description,
.custom-control-input.is-valid~.custom-control-description {
    color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-control,
.custom-file-input.is-valid~.custom-file-control {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-control::before,
.custom-file-input.is-valid~.custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid+.form-check-label,
.form-check-input.is-invalid+.form-check-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-indicator,
.custom-control-input.is-invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid~.custom-control-description,
.custom-control-input.is-invalid~.custom-control-description {
    color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-control,
.custom-file-input.is-invalid~.custom-file-control {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-control::before,
.custom-file-input.is-invalid~.custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/*
* 7.CODE
*/
code {
    font-size: 90%;
    color: #bd4147;
}

/*
* 8. NAV
*/
.nav-link {
    padding: 0.5rem 1rem;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000000;
}

/*
* 9. CARD
*/
.card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: calc(0 - 1px);
}

.card-img-top {
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }
}

/*
* 10. DROPDOWNS
*/
.dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-item {
    padding: 0.25rem 1.5rem;
    font-weight: 400;
    color: #212529;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #000000;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
}




/* SET OVERRIDE  CONTAINER WIDTH */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }

    #UMBC-logo {
        max-width: 300px;
    }

    #topbar-container {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 1200px) {

    #UMBC-logo {
        max-width: 250px;
    }

    #topbar-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .mobile-search {
		display: inline;
	}

    #search-icon {
		display: none;
	}
}

@media (max-width: 991px) {


    .info-boxes {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

@media (max-width: 768px) {


    #social {
        display: none;
    }

    #trending {
        text-align: center !important;
    }

	.mobile-social {
    display: inline-block;
    padding-top: 2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	}
	
}

@media (max-width: 499px) {


    #trending-label {
        display: none;
    }

}