body {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #231f20;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    display: inline-block;
}

button:focus, a:focus {
    outline: none!important;
}

body.preload {
    height: 100vh !important;
}

.site-loader {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background-color: #31353D;
    pointer-events: none;
    transition: opacity .4s, visibility .4s;
}

body.preload .site-loader {
    visibility: visible !important;
    opacity: 1 !important;
}

.site-loader .circle {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: loaderCircleAnimation .3s linear infinite;
    animation: loaderCircleAnimation .3s linear infinite;
    animation-play-state: paused;
}

body.preload .site-loader .circle {
    animation-play-state: running;
}

@keyframes loaderCircleAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.menu-text {

}

.menu-text img {
    max-width: 100%!important;
    height: auto!important;
}

.menu-text a {
    margin-bottom: 0!important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:70.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.page-wrap {
    padding-top: 188px;
    transition: padding-top .3s ease;
}

.burger-btn {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 36px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%);
}

.burger-btn span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    margin: auto;
    border-radius: 5px;
    transition: transform .4s, opacity .2s .3s;
}

body.menu-active .burger-btn span {
    transition: transform .4s, opacity .2s 0s;
}

.burger-btn span:nth-child(1) {
    top: 0;
}

.burger-btn span:nth-child(2) {
    top: 12px;
}

.burger-btn span:nth-child(3) {
    top: 12px;
}

.burger-btn span:nth-child(4) {
    top: 24px;
}

body.menu-active .burger-btn span:nth-child(1) {
    opacity: 0;
}

body.menu-active .burger-btn span:nth-child(2) {
    transform: rotate(45deg);
}

body.menu-active .burger-btn span:nth-child(3) {
    transform: rotate(-45deg);
}

body.menu-active .burger-btn span:nth-child(4) {
    opacity: 0;
}

.mobile-menu {
    position: fixed;
    top: 83px;
    bottom: 0;
    right: 0;
    width: 350px;
    transform: translateX(100%);
    background: #2e2e2e;
    transition: transform 0.8s, top 0.3s ease;
    overflow: auto;
}

.fixed-header .mobile-menu {
    top: 53px;
}

body.menu-active .mobile-menu {
    transform: translateX(0);
}

.mobile-menu nav ul li {
    display: block;
    text-align: left;
}

.mobile-menu nav ul li a {
    display: block;
    padding: 10px 20px 10px 20px;
}

.mobile-menu nav ul li a.home {
    padding: 10px 20px 10px 15px;
}

.mobile-menu nav ul li .dropdown {
    position: static;
    display: none !important;
    opacity: 1;
    visibility: visible;
}

.mobile-menu nav ul li.active .dropdown {
    display: block !important;
}

.mobile-menu nav ul li .dropdown .item {
    min-height: inherit;
}

header {
    position: fixed;
    z-index: 19;
    top: 0;
    left: 0;
    right: 0;
}

header .top-nav-bar {
    background-color: #2e2e2e;
    border-color: #080808;
    padding: 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header header .top-nav-bar {
    padding: 5px 0;
}

header .top-nav-bar ul li {
    position: relative;
}

header .top-nav-bar ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 0 10px 13px 10px;
}

header .top-nav-bar ul li a[disabled] {
    opacity: 0.4;
}

header .top-nav-bar ul li .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(239, 236, 229) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(239, 236, 229) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(239, 236, 229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efece5', GradientType=0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 20;
}

header .top-nav-bar ul li:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

header .top-nav-bar ul li .dropdown ul li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
}

header .top-nav-bar ul li .dropdown ul li:hover {
    background: rgba(0,0,0, 0.1);
}

header .top-nav-bar ul li .dropdown ul li a {
    color: #000;
    display: block;
    white-space: nowrap;
    padding: 13px 10px;
}

header .bottom-nav-bar {
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(239, 236, 229) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(239, 236, 229) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(239, 236, 229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efece5', GradientType=0);
}

header a.logo {

}

header a.logo img {
    height: 73px;
}

header .logo-text {
    border-left: solid 1px white;
    padding: 10px 0 10px 25px;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

header form.search-form {

}

header form.search-form input {
    padding: 0 15px;
    border-radius: 11px;
    height: 25px;
    color: #555655;
    font-size: 14px;
    margin-left: 25px;
}

header form.search-form button {
    color: #fff;
    font-size: 18px;
}

header form.search-form a .fab {
    background-color: #4e4e4e;
    border-radius: 50%;
    padding: 6px 5px;
    font-size: 1.053em;
    color: #fff;
    margin: 0 6px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header form.search-form a:hover .fab {
    background-color: #c7b374;
}

header nav > ul > li {
    display: inline-block;
}

header nav > ul > li > a {
    color: #515251;
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 30px 15px 30px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header header nav > ul > li > a {
    padding: 15px;
}

header nav > ul > li:hover > a {
    background-color: #d2c694;
    color: #000;
}

header nav > ul > li > a i {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

header nav > ul > li:hover > a i.fa-sort-down {
    transform: rotate(180deg);
    top: 3px;
}

header nav > ul > li > .dropdown {
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -50px;
    right: -50px;
    opacity: 0;
    visibility: hidden;
    border: none;
    -moz-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.35), 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.35), 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.35), 0 6px 12px rgba(0, 0, 0, 0.176);}

header nav > ul > li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
}

header nav > ul > li > .dropdown > .row > *[class^="col"]:last-child .item:after {
    display: none;
}

header nav > ul > li > .dropdown .item {
    margin: 20px 15px;
    position: relative;
    min-height: 200px;
}

header nav > ul > li > .dropdown .item:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
}

header nav > ul > li > .dropdown .item h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #eaeae8;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-decoration: underline;
}

header nav > ul > li > .dropdown .item h2 a {
    color: #a6192e;
}

header nav > ul > li > .dropdown .item h3 {
    font-size: 18px;
    color: #a6192e;
    font-weight: 700;
    border-bottom: 2px solid #eaeae8;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

header nav > ul > li > .dropdown .item ul li a {
    color: #010101;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 20px;
}

header nav > ul > li > .dropdown .item ul li a:hover {
    color: #a6192e;
}

header nav > ul > li > .dropdown .item ul li ul {
    padding-left: 20px
}

/*.main-slider {
    height: 475px;
}*/

.main-slider .owl-carousel {
    height: 100%;
}

.main-slider .item {
    position: relative;
}

.main-slider .item > a {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.main-slider .item .slide_buttons {
    position: absolute;
    z-index: 11;
    max-width: 280px;
    left: 30px;
    top: 25px;
}

.main-slider .item .slide_buttons .slide_button {
    display: inline-block;
    color: #ffffff;
    font-family: Times New Roman;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    padding: 10px 25px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 120%;
    width: 100%;
    margin-bottom: 2px;
}

.main-slider .item .caption {
    background-color: #000;
    background-color: rgba(46, 46, 46, 0.6);
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50px;
    margin-right: 50px;
    min-width: 300px;
}

.main-slider .item .caption h3 {
    font-size: 1.375em;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}


.main-slider .item .caption p {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
}

.main-slider .owl-carousel .owl-stage-outer {
    height: 100%;
}

.main-slider .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.main-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.main-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    height: inherit;
    object-fit: cover;
}

.main-slider .owl-carousel .owl-nav {
    position: absolute;
    right: 30px;
    top: 25px;
}

.main-slider .owl-carousel .owl-nav button {
    background-color: rgba(46, 46, 46, 0.7);
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 5px 8px 3px 10px !important;
    width: 37px;
    height: 38px;
}

.main-slider .owl-carousel .owl-nav .disabled {
    opacity: .5;
}

.main-slider .owl-carousel .owl-dots {
    position: absolute;
    right: 150px;
    top: 30px;
    text-align: right;
}

.main-slider .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.main-slider .owl-carousel .owl-dots .owl-dot span {
    border: 1px solid #fff;
    height: 13px;
    width: 13px;
    margin: 5px 7px;
    background: rgba(46, 46, 46, 0.7);
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

section {
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-slider .owl-carousel .owl-dots .owl-dot.active span {
    background-color: rgba(0, 0, 0, 1);
}

section.news {

}

section.news .item {

}

section.news .item .img-box {
    display: block;
    height: 176px;
    position: relative;
    margin-bottom: 9px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

section.news .item .img-box .img {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.news .item .img-box .img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

section.news .item .img-box .img:hover:after {
    opacity: 0.2;
}

section.news .item h2 a {
    font-size: 18px;
    line-height: 1.33;
    color: #a6192e;
    text-decoration: underline;
}

section.news .item .text {
    font-size: 14px;
    color: #000;
    margin-top: 6px;
    padding-right: 10px;
}

section.article-page {

}

section.article-page .category-and-date {
    margin-top: 22px;
}

section.article-page .category-and-date .category {
    display: inline-block;
    font-size: 14px;
    color: #919191;
    margin-right: 15px;
}

section.article-page .category-and-date .date {
    display: inline-block;
    font-size: 14px;
    color: #919191;
}

section.article-page .category-and-date .date span {
    color: #3d3d3d;
}

section.article-page h1 {
    font-size: 32px;
    line-height: 1.38;
    color: #080808;
    margin-top: 12px;
}

section.article-page .text {
    font-size: 20px;
    line-height: 1.5;
    color: #3d3d3d;
}

section.article-page .text .gallery {

}

section.article-page .text .gallery h3 {
    color: #666666;
    font-size: 20px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

section.article-page .text .gallery span.date {
    color: #747474;
    font-size: 13px;
    text-align: center;
    display: block;
}

section.article-page .text .gallery .aniimated-thumbnials {
    padding: 0 2px;
    margin: 20px 0;
}

section.article-page .text .gallery .aniimated-thumbnials a {
    float: left;
    width: calc((100% - 20px) / 5);
    margin: 2px;
    display: block;
}

section.article-page .text .gallery.custom .aniimated-thumbnials a {
    width: calc((100% - 16px) / 4);
}

section.article-page .text .gallery .aniimated-thumbnials a img {
    display: block;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.article-page .text .gallery.custom .aniimated-thumbnials a img {
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
}


section.article-page .text form.custom-form {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 18px -10px rgba(0, 0, 0, 0.5);
    padding: 50px;
}


section.article-page .text form.custom-form .row {
    margin-bottom: 10px;
    color: #aaa9a9;
}


section.article-page .text form.custom-form label {
    display: block;
    text-align: left;
    padding-top: 5px;
    color: #747474;
}


section.article-page .text form.custom-form input[type=text],

section.article-page .text form.custom-form select {
    width: 100%;
    height: 29px;
    display: block;
    border-bottom: solid 1px #d2d2d2;
    padding: 0 15px;
    background: transparent;
    color: #aaa9a9;
}


section.article-page .text form.custom-form input[type=radio],

section.article-page .text form.custom-form input[type=checkbox] {
    margin-left: 15px;
    margin-top: 10px;
}


section.article-page .text form.custom-form input[type=submit] {
    cursor: pointer;
    margin: 15px auto;
    background-color: #ac1f2d;
    color: white;
    padding: 12px 48px 12px 48px;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 200px;
    display: block;
}

section.staff .image {
    height: 176px;
    margin-bottom: 5px;
}

section.staff .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.staff a {
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
}

section.academic-programs .item {
    position: relative;
}

section.academic-programs .item .caption {
    background: rgba(0, 0, 0, 0.4);
    width: 90%;
    position: absolute;
    left: calc(10% / 2);
    bottom: calc(10% / 2);
    padding: 5%;
}

section.academic-programs .item .caption h2 {
    font-size: 24px;
    color: #fff
}

section.academic-programs .item .caption p {
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin-bottom: 20px;
    color: #fff
}

section.academic-programs .item .caption a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    font-size: 13px;
}

section.title h2 {
    font-size: 26px;
}

.home-banners .item {
    position: relative;
}

.home-banners .item img {
    display: block;
    width: 100%;
}

.home-banners .item .caption {
    background-color: #000;
    background-color: rgba(46, 46, 46, 0.6);
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50px;
    margin-right: 50px;
    min-width: 300px;
}

.home-banners .item .caption h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.home-banners .item .caption p {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
}

.home-banners .item a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    font-size: 13px;
}

.gmap {
    width: 100%;
    height: 100%;
    max-height: 230px
}

.yt-hero__video-wrap {
    margin: auto;
}

#videoUrlModal .modal-dialog {
    max-width: 642px!important;
    width: 100%!important;
}

#videoUrlModal .modal-dialog .modal-content {
    background-color: transparent;
}

#videoUrlModal .modal-dialog .modal-content .modal-header {
    border: none;
}

#videoUrlModal .modal-dialog .modal-content .modal-header .close {
    color: #fff;
}

#videoUrlModal iframe {
    max-width: 642px!important;
    width: 100%!important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leadership-title {
    color: #B10002;
    font-size: 3rem;
    padding: 1.5rem 0 1rem 0;
    line-height: 2.9rem;
}

.profile-header {
    background: #333333;
    padding: 1rem;
    height: 152px;
}

.profile-header .img-profile {
    width: 100%;
    max-width: 415px;
    border: 15px solid #FFFFFF;
    background: #F4F4F4;
    margin: 1rem;
}

.profile-header .position-profile {
    color: #FFFFFF !important;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: 2rem;
    padding: 1.5rem 0 1rem 0;
}

.profile-header .title-profile {
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 3rem;
    margin: 0;
}

.profile-header .title-profile a {
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 3rem;
    margin: 0;
    text-decoration: underline;
}

.profile-body {
    margin-bottom: 50px;
    min-height: 320px;
}

footer {
    background: #2e2e2e;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
}

footer h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .social-icons {
    text-align: center;
    white-space: nowrap;
    display: table;
}

footer .social-icons:before, footer .social-icons:after {
    background: rgba(0, 0, 0, 0) linear-gradient(#818181, #fefefe) no-repeat scroll center center / 92% 2px;
    content: "";
    display: table-cell;
    width: 49%;
}

footer .social-icons a .fab {
    background-color: #4e4e4e;
    border-radius: 50%;
    color: #fff;
    font-size: 1.786em;
    height: 50px;
    margin: 0 10px;
    padding: 11px 10px;
    text-align: center;
    width: 50px;
}

footer .social-icons a .fab:hover {
    opacity: .6;
}

footer .footer-logo {
    width: 160px;
    margin-top: 20px;
}

footer .footer-logo-2 {
    width: 254px;
    margin-left: 30px;
    margin-top: 5px;
}

.breadcrumb {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 13px;
}

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

.content .sidebar h3 a {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    margin-top: 0;
    color: #414042;
    text-decoration: none;
    text-transform: uppercase;
}

section.article-page .sidebar h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 9px;
}

section.article-page .sidebar ul {
    margin-top: 1em;
}

section.article-page .sidebar ul li {
    padding: 10px 10px 10px 0;
}

section.article-page .sidebar ul li a {
    color: #515151;
}

.content .source h2 {
    color: #0099a8;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.heading-title {
    margin-bottom: 40px;
}

.heading-title h3 {
    text-transform: uppercase;
    color: #a6192e;
    padding-left: 10px;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.1;
    text-align: center;
}

section.team img {
    display: block;
    max-width: 100%;
}

section.team .team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

section.team .team-title h5 {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.team .team-title h3 {
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

section.team .team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

section.auth .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

section.auth #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

section.auth #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

section.auth input[type=button], section.auth input[type=submit], section.auth input[type=reset]  {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 20px 20px 20px;
}

section.auth input[type=button]:hover, section.auth input[type=submit]:hover, section.auth input[type=reset]:hover  {
    background-color: #39ace7;
}

section.auth input[type=button]:active, section.auth input[type=submit]:active, section.auth input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

section.auth input[type=text], section.auth input[type=password] {
    background-color: #f6f6f6;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

section.auth input[type=text]::placeholder, section.auth input[type=password]::placeholder {
    color: #cccccc;
}

.cas-header {
    background: #000;
    height: 98px;
    line-height: 98px;
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
}

.cas-content h2 {
    color: #B10002;
    font-size: 3rem;
    padding: 1.5rem 0 1rem 0;
    line-height: 2.9rem;
}

.cas-content p.p-cas {
    font-weight: 800 !important;
    font-size: 1.2rem !important;
    padding: 1rem 0 0.2rem 0;
    line-height: 1.4rem;
}

.cas-content p.p-cas a {
    color: #a60000 !important;
    text-decoration: underline;
}

.cas-content .card h3 {
    color: #B10002;
    font-size: 1.5rem;
    padding: 0.3rem 0 0.3rem 0;
    line-height: 2rem;
}

.cas-content .card p {
    color: #333333;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.cas-content .card p i {
    width: 16px;
    color: #717171;
}

.cas-content form fieldset {
    border: 4px solid #F4F4F4;
    padding: 2rem;
}

.cas-content form legend {
    padding: 0 0 0 1rem;
    line-height: 3rem;
}

.cas-content form fieldset label {
    font-size: 1.1rem;
    color: #145D8E;
    margin: 1rem 0 0.5rem 0;
}

.cas-content h4 {
    font-weight: 800 !important;
    font-size: 1.2rem !important;
    color: #145D8E !important;
}

.cas-content h5 {
    font-weight: 800 !important;
    font-size: 1.2rem !important;
    color: #000000!important;
}

.cas-content .small {
    font-size: 60%!important;
    font-weight: 400!important;
    color: #4A5155 !important;
}

.unreset img {
    display: block;
    max-width: 100%;
}

.help-block {
    padding-top: 10px;
    color: darkred;
    display: block;
}