@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #444; }

a {
  color: #d61c33; }

a {
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s; }

a:hover,
a:focus {
  color: #cc0000;
  outline: none; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px; }

h1, h2, h3, h4, h5, h6 {
  color: #d61c33;
  font-weight: 400; }

.h1, h1 {
  font-size: 36px; }

hr {
  border-color: #ddd; }

strong {
  color: #333333;
  font-weight: 600; }

blockquote {
  font-size: 1.25rem;
  border-left: solid #635e5d 2px;
  margin-left: 2em;
  padding-left: 2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-style: italic; }
  blockquote p {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.site-blur-container {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0.5;
  display: none; }

.wrapper {
  position: relative;
  z-index: 99; }

#menu.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 50px; }

#menu:not(.mm-menu) {
  display: none; }

.menu-btn {
  background: transparent;
  border: medium none;
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  width: 48px;
  z-index: 9; }

.menu-btn:hover {
  color: #b2b2b2; }

.border-radius-0 {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; }

/* Logo */
.logo {
  position: absolute;
  left: 15px;
  top: 0px;
  background-color: #fff;
  padding: 4px 0px;
  max-width: 125px;
  z-index: 3;
  width: 100%;
  height: 99px; }

.logo img {
  max-width: 90px; }

/* 	END | Logo */
.top-area {
  background-color: #635e5d;
  height: 50px; }

.top-area .list-inline {
  max-height: 50px;
  overflow: hidden; }

.top-area .list-inline > li > a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0px 9px; }

.top-area .list-inline > li > a.disabled {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.top-area a.disabled {
  cursor: default;
  pointer-events: none; }

.top-area .right {
  float: right; }

.top-area .left {
  float: left; }

.top-area .left a.toggle {
  color: #ffffff;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  width: 30px;
  font-size: 25px;
  float: left; }

.top-area .right {
  float: right; }

.top-area .list-inline {
  margin: 0px -10px; }

.top-area .list-inline > li {
  padding: 0px; }

.top-area .list-inline > li > a:hover,
.top-area .list-inline > li > a:focus {
  color: #c48a3a; }

.top-area .right .list-inline > li > a:hover,
.top-area .right .list-inline > li > a:focus {
  background-color: #c48a3a !important;
  color: #fff; }

.top-area .left .list-inline > li {
  float: left; }

.top-area .right .list-inline > li {
  float: right; }

.top-area .right form {
  max-width: 250px; }

.top-area .right .typeahead__container, #menu .search-form .typeahead__container {
  font: inherit; }

.top-area .right .typeahead__container button,
.top-area .right .typeahead__container button,
.top-area .right .typeahead__container button:hover, #menu .search-form .typeahead__container button,
#menu .search-form .typeahead__container button,
#menu .search-form .typeahead__container button:hover {
  background-color: #d61c33;
  border-color: #d61c33;
  margin: 0px;
  height: 49px;
  width: 49px; }

.top-area .right .typeahead__container button i, #menu .search-form .typeahead__container button i {
  color: #ffffff;
  font-size: 15px !important; }

.top-area .right .typeahead__field input, #menu .search-form .typeahead__field input {
  height: 49px;
  border: none;
  border-radius: 0; }

.top-area .right .typeahead__cancel-button, #menu .search-form .typeahead__cancel-button {
  top: 17px; }

#menu .search-form {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  z-index: 2;
  background: inherit; }

.header-area {
  background-color: #e8e4e1;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0; }

.header-area.color-01 .navbar-nav > li > a {
  color: #ffffff; }

.header-area .logo-block .center,
.header-area .text.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.header-area .v-logo {
  height: 0px;
  visibility: hidden;
  opacity: 0; }

.header-area .logo-block {
  background-color: #ffffff;
  position: relative;
  z-index: 2; }

.header-area .navbar-default {
  background-color: transparent;
  border: none; }

.header-area .navbar .navbar-collapse {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 100; }

.header-area .navbar {
  padding: 0px; }

.header-area .navbar-nav > li > a {
  line-height: 50px;
  height: 50px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: block; }

.header-area .navbar-nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  text-align: left; }

.header-area .nav-justified > li > a {
  padding: 0px; }

.header-area .navbar-nav > li > a:hover,
.header-area .navbar-nav > li > a:focus,
.header-area .navbar-nav > .open > a,
.header-area .navbar-nav > .open > a:hover,
.header-area .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #d61c33; }

.header-area .navbar-header .toggle-title {
  display: none;
  color: #333;
  float: left;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 17px;
  margin-left: 10px;
  margin-top: 17px;
  position: relative;
  text-transform: uppercase; }

.header-area.color-01 .navbar-header .toggle-title {
  color: #fff; }

.bg-color-03.header-area .navbar-header .toggle-title {
  color: #ffffff; }

.header-area .navbar-default .navbar-toggle {
  margin: 15px 0;
  background-color: #d51b33;
  border-color: #d51b33;
  z-index: 3; }

.header-area .navbar-default .navbar-toggle.collapsed:before {
  background-color: transparent; }

.header-area .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.content-area {
  overflow-x: hidden; }

.content-area .content-massage {
  font-family: inherit !important; }
  .content-area .content-massage h1, .content-area .content-massage h2, .content-area .content-massage h3, .content-area .content-massage h4, .content-area .content-massage h5, .content-area .content-massage h6,
  .content-area .content-massage i:not(.fa), .content-area .content-massage b, .content-area .content-massage s, .content-area .content-massage u, .content-area .content-massage sub, .content-area .content-massage sup, .content-area .content-massage big, .content-area .content-massage small, .content-area .content-massage em, .content-area .content-massage strong,
  .content-area .content-massage td, .content-area .content-massage th, .content-area .content-massage div, .content-area .content-massage p, .content-area .content-massage a, .content-area .content-massage span, .content-area .content-massage li, .content-area .content-massage label, .content-area .content-massage blockquote {
    font-family: inherit !important; }
  .content-area .content-massage > h1, .content-area .content-massage > h2, .content-area .content-massage > h3, .content-area .content-massage > h4, .content-area .content-massage > h5, .content-area .content-massage > h6,
  .content-area .content-massage > i, .content-area .content-massage > b, .content-area .content-massage > s, .content-area .content-massage > u, .content-area .content-massage > sub, .content-area .content-massage > sup, .content-area .content-massage > big, .content-area .content-massage > small, .content-area .content-massage > em, .content-area .content-massage > strong,
  .content-area .content-massage > td, .content-area .content-massage > th, .content-area .content-massage > div, .content-area .content-massage > p, .content-area .content-massage > a, .content-area .content-massage > span, .content-area .content-massage > li, .content-area .content-massage > label, .content-area .content-massage > blockquote {
    overflow-y: hidden;
    overflow-x: auto; }
  .content-area .content-massage img {
    display: block; }
  .content-area .content-massage p img {
    margin: auto; }
  .content-area .content-massage table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important; }
    .content-area .content-massage table td, .content-area .content-massage table th {
      padding: 5px; }

@media (min-width: 768px) {
  .header-area .navbar-nav > .show > a:before {
    top: 100%;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: -2px auto 0;
    border-style: solid;
    border-width: 15px  15px 0px 15px;
    border-color: #e8e4e1 transparent transparent transparent;
    z-index: 9991; } }

.navbar-nav {
  width: 100%; }

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

.yamm .dropdown-menu li {
  display: block; }

.header-area .navbar-nav > li:last-child .dropdown-menu,
.header-area .nav-justified > li:last-child .dropdown-menu {
  right: 0px; }

.dropdown-menu {
  border-radius: 0px;
  margin: 0;
  border: 0;
  padding: 10px;
  min-width: 195px;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.15);
  z-index: 99; }

.dropdown-menu p {
  font-size: 13px; }

.dropdown-menu ul,
.dropdown-menu ul ul {
  margin: 0px; }

.dropdown-menu ul ul {
  padding: 0px; }

.dropdown-menu > li > a,
.dropdown-menu ul > li > a {
  display: block;
  color: #000;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f0f1;
  text-decoration: none;
  font-size: 13px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu ul > li > a:hover,
.dropdown-menu ul > li > a:focus {
  background-color: #f4f0f1;
  color: #000; }

.dropdown-menu > li:last-child > a,
.dropdown-menu ul > .border-bottom-none > a {
  border-bottom: none; }

.dropdown-menu ul ul > li > a,
.dropdown-menu ul > li > a {
  color: #707070;
  padding-left: 25px;
  position: relative; }

.dropdown-menu ul ul > li > a:after,
.dropdown-menu ul > li > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #000;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px; }

.dropdown-menu ul ul > li > a:hover,
.dropdown-menu ul ul > li > a:focus {
  background-color: #f4f0f1;
  color: #000; }

@media (min-width: 992px) {
  .heading-dropdown.list-group-flush .list-group-item:first-child {
    border-top: none; } }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important; }
  .navbar-nav > li {
    float: none; }
  .collapse.in {
    display: block !important; } }

.slider-area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.slider-area .slide-bg-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px; }

.banner-area {
  position: relative; }
  .banner-area .flex-control-paging li a:hover {
    background: #203d7a;
    background: #203d7a; }
  .banner-area .flex-control-paging li a.flex-active {
    background: #ed1a3b;
    background: #ed1a3b; }
  .banner-area .flexslider .container {
    padding: 20px 15px 10px; }
  .banner-area .flexslider .slides > li {
    height: auto;
    overflow: hidden; }
    .banner-area .flexslider .slides > li video {
      position: absolute;
      top: -25%;
      left: 0; }
  .banner-area .flexslider .slides > li.flex-active-slide {
    z-index: 2 !important; }
  .banner-area .flexslider .slides > li.slide-gradient:after {
    display: none;
    background: none;
    height: auto; }
  .banner-area .flexslider .slides > li.slide-plain:after {
    display: none;
    background: none; }
  .banner-area .flexslider .slides > li.slide-gradient > a:after,
  .banner-area .flexslider .slides > li.slide-gradient > div:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    z-index: 3; }
  .banner-area .flexslider .loader {
    height: auto; }
    .banner-area .flexslider .loader img {
      display: block; }
  @media screen and (min-width: 767px) {
    .banner-area .flexslider .container {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }
  @media screen and (min-width: 991px) {
    .banner-area .flexslider .container {
      padding: 20px 15px 40px 15px; } }
  @media screen and (max-width: 767px) {
    .banner-area .flexslider .slides > li {
      background-position: center;
      background-repeat: no-repeat; } }
  @media screen and (max-width: 991px) {
    .banner-area .flexslider .container h1 {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .banner-area .flexslider .container h1 {
      font-size: 14px; } }

.slider-area .overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%; }

.banner .overlay-block .overlay {
  background-color: rgba(68, 68, 68, 0.8); }

.banner .slide-bg-img:after {
  content: "";
  background-color: rgba(68, 68, 68, 0.7);
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 52%;
  height: 100%; }

.banner .slide-bg-img.alt:after {
  background-color: rgba(5, 111, 173, 0.7); }

.content-area .half-bg-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 55%; }

@media screen and (min-width: 767px) {
  .content-area .bg-extend-left h1, .content-area .bg-extend-left .h1,
  .content-area .bg-extend-right h1,
  .content-area .bg-extend-right .h1 {
    font-size: 45px; } }

.content-area .bg-extend-left,
.content-area .bg-extend-right,
.content-area .bg-extend-left > *,
.content-area .bg-extend-right > * {
  position: relative; }

.content-area .bg-extend-left > *,
.content-area .bg-extend-right > * {
  z-index: 1; }

.content-area .bg-extend-left:after,
.content-area .bg-extend-right:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 100%;
  height: 100%;
  width: 100vw;
  background-image: inherit;
  background-color: inherit;
  background-size: cover; }

.content-area .bg-extend-left:after {
  right: 0px; }

.content-area .bg-extend-right:after {
  left: 0px; }

.content-area .bordered li:last-child {
  border: none; }

.content-area .bordered li:last-child {
  border: none; }

.divider {
  position: relative; }

.divider:after {
  content: "";
  background-color: #f5f4f2;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 10px;
  position: absolute;
  z-index: 0; }

.divider .btn {
  position: relative;
  z-index: 1; }

.content-area .block-heading {
  background-color: #056fad;
  color: #ffffff;
  padding: 50px 20px 10px;
  margin: 0px 0px 30px; }

.content-area .news-list,
.content-area .info-list,
.content-area .events-list {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px; }

.content-area .news-list > li > a,
.content-area .events-list > li > a {
  display: block;
  text-decoration: none; }

.content-area .news-list > li > .overlay,
.content-area .events-list > li > .overlay {
  position: relative;
  overflow: hidden;
  background: #5d5d5d; }

.content-area .news-list > li > .overlay.alt,
.content-area .events-list > li > .overlay.alt {
  background-color: transparent; }

.content-area .news-list > li > .overlay .video-block,
.content-area .events-list > li > .overlay .video-block {
  margin-bottom: 0px; }

.content-area .news-list > li > .overlay .video-block > i,
.content-area .events-list > li > .overlay .video-block > i {
  margin-top: -45px; }

.content-area .news-list > li.inline-caption > .overlay .video-block > i,
.content-area .events-list > li.inline-caption > .overlay .video-block > i {
  margin-top: -75px; }

.content-area .news-list > li > .overlay:hover .video-block > i,
.content-area .events-list > li > .overlay:hover .video-block > i {
  opacity: 1; }

.content-area .video-list.video-block,
.content-area .video-list .video-block {
  margin-bottom: 20px; }

.content-area .news-list > li > .overlay:not(.alt):after,
.content-area .events-list > li > .overlay:not(.alt):after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 1; }

.content-area .news-list > li > .overlay .desc,
.content-area .events-list > li > .overlay .desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  z-index: 3; }

.news-carousel {
  display: none; }

.content-area .news-carousel .video-block {
  margin-bottom: 0; }

.content-area .news-carousel .video-block > i {
  margin-top: -45px; }

.content-area .news-list > li > .overlay.alt .desc,
.content-area .events-list > li > .overlay.alt .desc {
  border-top: 5px solid #ffffff;
  line-height: 1; }

.content-area .news-list > li > .overlay .inherit-position {
  position: inherit;
  padding-top: 40px; }

.content-area .news-list > li > .overlay .inherit-position-news-landing {
  position: inherit;
  padding-top: 78px; }

.content-area .news-list > li > .overlay.alt .desc.position-relative,
.content-area .events-list > li > .overlay.alt .desc.position-relative {
  background-color: #afaeac;
  padding-top: 18px; }

.content-area .news-list > li > .overlay.alt:hover .desc.position-relative,
.content-area .events-list > li > .overlay.alt:hover .desc.position-relative {
  background-color: #d61c33; }

.content-area .news-list > li > .overlay .desc h4,
.content-area .events-list > li > .overlay .desc h4,
.content-area .news-list > li > .overlay .desc h5,
.content-area .events-list > li > .overlay .desc h5 {
  color: #ffffff;
  line-height: 18px;
  font-weight: 600;
  font-size: 14px; }

.content-area .news-list > li > .overlay .desc h4,
.content-area .events-list > li > .overlay .desc h4 {
  font-size: 18px;
  line-height: 1.3; }

.content-area .news-list > li > .btn-link,
.content-area .events-list > li > .btn-link {
  display: inline-block; }

.content-area .news-list > li > a > h5,
.content-area .events-list > li > a > h5 {
  color: #334e86;
  font-weight: 600; }

.content-area .events-list.alt > li > a > h5 {
  color: #333333; }

.content-area .news-list > li > a > h4 {
  font-size: 18px; }

.content-area .events-list > li > a > h5 {
  font-size: 14px; }

.content-area .news-list > li > a:hover > h5,
.content-area .events-list > li > a:hover > h5 {
  color: #d61c33; }

.content-area .news-list > li > a .img-block,
.content-area .events-list > li > a .img-block {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px; }

.content-area .news-list > li > a .img-block > span,
.content-area .events-list > li > a .img-block > span,
.content-area .news-list > li > a .video-block > span {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2; }

.content-area .news-list > li > a .img-block > span,
.content-area .news-list > li > a .video-block > span {
  opacity: 0.7; }

.content-area .news-list > li > a:hover .img-block > span,
.content-area .news-list > li > a:focus .img-block > span,
.content-area .news-list > li > a:hover .video-block > span,
.content-area .news-list > li > a:focus .video-block > span {
  opacity: 1; }

.content-area .img-gif {
  background-color: #BFBFBF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.content-area .img-gif.gif-cropped {
  background-size: cover; }

.content-area .btn-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: -5px;
  margin-right: -5px; }

.content-area .btn-list > li {
  padding-left: 5px;
  padding-right: 5px; }

.content-area .btn-list.min-height > li > a {
  min-height: 45px; }

.content-area .btn-list > li > a {
  background-color: #fbfbfb;
  border: 1px solid #dddddd;
  color: #707070;
  display: block;
  padding: 10px 25px 10px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative; }

.content-area .btn-list > li > a span {
  display: block;
  line-height: 5px;
  margin-bottom: 5px;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.content-area .btn-list > li > a:hover,
.content-area .btn-list > li > a:focus {
  background-color: #d61c33;
  border-color: #d61c33;
  color: #ffffff; }

.content-area .btn-list > li > a:hover .color-05 {
  color: #ffffff !important; }

.content-area .btn-list > li > a h6 {
  font-size: 15px; }

.content-area .btn-list > li > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 25px;
  margin-top: -18px; }

.content-area .btn-list.arrow-red > li > a:after {
  color: #d61c33; }

.content-area .btn-list.arrow-red > li > a:hover:after {
  color: #ffffff; }

.content-area .video-block:after,
.content-area .news-list > li > a .img-block:after,
.content-area .news-list > li > .overlay:before,
.content-area .events-list > li > .overlay:before {
  content: "";
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1; }

.content-area .video-block {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden; }

.content-area .video-block .vid-bg-img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.content-area .video-block > i {
  position: absolute;
  top: 50%;
  font-size: 90px;
  color: #ffffff;
  left: 0px;
  right: 0px;
  margin-top: -35px;
  opacity: 0.5;
  z-index: 2; }

.content-area .bg-virtual:after,
.content-area .video-block:after,
.content-area .video-block img,
.content-area .news-list > li > .overlay img,
.content-area .events-list > li > .overlay img,
.content-area .news-list > li > .overlay:before,
.content-area .events-list > li > .overlay:before,
.content-area .news-list > li > a .img-block:after,
.content-area .news-list > li > a .img-block img {
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s; }

.content-area .video-block:hover img,
.content-area .news-list > li > .overlay:hover img,
.content-area .events-list > li > .overlay:hover img,
.content-area .news-list > li > a:hover .img-block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.content-area .video-block:hover:after,
.content-area .news-list > li > a:hover .img-block:after,
.content-area .news-list > li > .overlay:hover:before,
.content-area .events-list > li > .overlay:hover:before {
  background-color: rgba(0, 0, 0, 0.35); }

.content-area .video-block:hover > i {
  opacity: 1; }

.content-area .events-list > li > a .date-block,
.content-area .events-list > li > a .time,
.content-area .news-list > li > a .img-block > span,
.content-area .news-list > li > a .video-block > span {
  color: #ffffff;
  padding: 3px 10px;
  display: inline-block;
  font-weight: 600; }

.content-area .events-list > li > a .date-block,
.content-area .news-list > li > a .img-block > span,
.content-area .news-list > li > a .video-block > span {
  background-color: #d61c33;
  color: #ffffff; }

.content-area .events-list.alt > li > a .date-block,
.content-area .news-list.alt > li > a .img-block > span,
.content-area .news-list.alt > li > a .video-block > span {
  background-color: #0470ae;
  color: #ffffff; }

.content-area .events-list > li > a .time {
  background-color: #e1e1e1;
  color: #333333; }

.content-area .events-list > li > a h5 {
  margin: 5px 0px; }

.content-area .events-list > li > a p {
  color: #707070; }

.content-area .link-list,
.content-area .link-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px -10px; }

.content-area .link-list.alt,
.content-area .link-list.alt ul {
  margin: 0px -2px; }

.content-area .link-list.border,
.content-area .link-list.border ul {
  margin: 0px; }

.content-area .link-list > li,
.content-area .link-list ul > li {
  padding-left: 10px;
  padding-right: 10px; }

.content-area .link-list.alt > li,
.content-area .link-list.alt ul > li {
  padding-left: 2px;
  padding-right: 2px; }

.content-area .link-list.border > li,
.content-area .link-list.border ul > li {
  padding-left: 0px;
  padding-right: 0px; }

.content-area .link-list li a {
  background-color: #b5b1b0;
  color: #737270;
  display: block;
  margin-bottom: 20px;
  padding: 15px 5px;
  text-decoration: none;
  font-size: 13px;
  word-wrap: break-word; }

.content-area .link-list li a:hover,
.content-area .link-list li a:focus {
  background-color: #737270;
  color: #ffffff !important; }

.content-area .link-list li .min-height {
  font-size: 16px;
  text-align: center; }

.content-area .link-red.border li a {
  color: #d61c33; }

.content-area .link-red li a,
.content-area .link-red.border li a:hover {
  background-color: #d61c33;
  color: #fff; }

.content-area .link-blue.border li a {
  color: #056fad; }

.content-area .link-blue li a,
.content-area .link-blue.border li a:hover {
  background-color: #056fad;
  color: #ffffff; }

.content-area .link-red.border li a,
.content-area .link-blue.border li a {
  background-color: transparent;
  border: 1px solid #d6d5d3;
  border-right: none; }

.content-area .link-red.border li:last-child a,
.content-area .link-blue.border li:last-child a {
  border-right: 1px solid #d6d5d3; }

.content-area .link-light-brown li a {
  background-color: #e8e4e1;
  color: #000000; }

.content-area .link-dark-brown li a {
  background-color: #d4d0cd;
  color: #000000; }

.content-area .link-list img {
  margin-bottom: 5px; }

.content-area .bg-virtual {
  background-image: url("../images/virtual-tour-bg-u.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  overflow-x: hidden !important; }

.content-area .bg-virtual .forward {
  position: relative;
  z-index: 2; }

.content-area .bg-virtual:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1; }

.content-area .bg-virtual .heading {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em; }

.content-area .bg-virtual .heading:after {
  background-color: rgba(0, 91, 170, 0.7);
  content: "";
  position: absolute;
  left: -1000px;
  right: 0;
  top: -1.5em;
  bottom: -1.5em;
  z-index: -1;
  transform: skew(-27deg); }

.content-area .bg-virtual .footer div div {
  padding-bottom: 1em; }

.content-area .bg-virtual .footer div div:after {
  background-color: #d61c33;
  content: "";
  position: absolute;
  left: 0.5em;
  right: -1000px;
  top: -1em;
  bottom: 0;
  z-index: -1;
  transform: skew(-27deg); }

.content-area #testimonials .carousel-item {
  min-height: 150px; }

.content-area #testimonials .carousel-indicators li {
  background: #333333; }

.content-area #testimonials .carousel-indicators li.active {
  background: #ed1a3b; }

.content-area .testimonial_para {
  position: relative;
  min-width: 125px; }

.content-area .testimonial_para:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #ffffff transparent transparent transparent; }

.content-area .carousel-indicators {
  bottom: -35px;
  justify-content: left;
  margin-left: 0; }

.content-area .border-title {
  position: relative;
  display: inline-block;
  padding-bottom: 13px; }

.content-area .border-title:after {
  content: "";
  background-color: #d6d5d3;
  height: 8px;
  width: 100%;
  left: 0px;
  right: 0px;
  position: absolute;
  top: 100%; }

.content-area .content-normalize table {
  width: 100% !important;
  display: block !important;
  overflow-x: auto !important; }

.content-area .content-normalize table td,
.content-area .content-normalize table th {
  line-height: initial !important;
  padding: 4px !important; }

.content-area .content-normalize table span,
.content-area .content-normalize table p {
  line-height: initial !important; }

.content-area .typeahead__list {
  max-height: 250px;
  overflow: auto; }

.content-area .full-bar {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.mx-auto {
  display: block; }

.form-control, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  background-color: #fafafa;
  border: 1px solid #ddd; }

.form-check {
  padding-left: 0; }

.form-check-label {
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding: 5px 0px 5px 40px; }

@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 80px;
    width: 80px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0; } }

.form-check-label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  z-index: 1000;
  margin: 0; }

.form-check-label input:hover {
  background: #9faab7; }

.form-check-label input:checked {
  background: #d61c33; }

.form-check-label input:checked:before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 23px;
  text-align: center;
  line-height: 30px; }

.form-check-label input:checked:after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #1664ab;
  content: '';
  display: block;
  position: relative;
  z-index: 100; }

.form-check-label input[type="radio"] {
  border-radius: 50%; }

.form-check-label input[type="radio"]:after {
  border-radius: 50%; }

.content-area .leftbar .color-03 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

.content-area .leftbar ul > li > a {
  font-size: 15px;
  color: #1e3d7b;
  display: block;
  padding: 5px 0px;
  text-decoration: none; }

.content-area .leftbar ul > li > a:hover,
.content-area .leftbar ul > li > a:focus {
  background-color: #f5f4f2;
  padding-left: 5px;
  color: #d61c33; }

.content-area .rightbar .media-list > li {
  border-bottom: 1px solid #ddd; }

.content-area .rightbar .media-list > li:last-child {
  border-bottom: none; }

.content-area .rightbar .media-list > li > a {
  color: #707070; }

.content-area .rightbar .media-list > li > a .media-heading {
  color: #056fad; }

.content-area .rightbar .media-list > li > a:hover .media-heading,
.content-area .rightbar .media-list > li > a:focus .media-heading {
  color: #d61c33; }

.indicator {
  height: 122px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.indicator,
.indicator .faculty,
.indicator .faculty-links {
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s; }

.header-area.open .indicator,
.header-area.header-fixed .indicator {
  height: 65px; }

.header-area.header-fixed .indicator .faculty {
  top: -58px;
  visibility: hidden; }

.indicator .faculty,
.indicator .faculty-links ul > li > a {
  color: #ffffff;
  font-size: 15px; }

.indicator .faculty {
  height: 58px;
  background-color: #3a5f8c;
  visibility: visible;
  opacity: 1; }

.indicator .faculty p {
  margin: 0px;
  height: 58px;
  line-height: 58px;
  padding: 0px 25px; }

.indicator .faculty-links {
  background-color: #324972;
  position: relative; }

.indicator .faculty-links ul {
  margin-bottom: 0px;
  margin-left: 15px; }

.indicator .faculty-links ul > li {
  padding: 0px; }

.indicator .faculty-links ul > li > a {
  height: 65px;
  line-height: 65px;
  display: block;
  padding: 0px 10px;
  text-decoration: none; }

.indicator .faculty-links ul > li > a:hover,
.indicator .faculty-links ul > li > a:focus {
  background-color: #3a5f8c; }

.indicator .faculty p span,
.indicator .faculty-links ul > li > a span {
  line-height: 1.5; }

.filter {
  position: relative; }

.filter .btn-group {
  vertical-align: text-top; }

.accordion .card {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }

.accordion .card .card-header {
  padding: 0px; }

.accordion .card .card-header button {
  color: #333;
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1; }

.accordion .card .card-header button:after {
  color: #d61c33;
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -12px; }

.accordion .card .card-header button.collapsed:after {
  content: "\f107"; }

.filter-list {
  list-style: outside none none;
  margin: 0 0 15px;
  padding: 0px; }

.filter-result {
  list-style: none;
  padding: 0px;
  margin: 0px -5px; }

.filter-result li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }

.filter-result li a {
  display: block;
  position: relative; }

.filter-result li a:before,
.filter-result li a:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.filter-result li a:before {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0; }

.filter-result li a:after {
  opacity: 0.3;
  z-index: 1;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s; }

.filter-result li.blue a:after {
  background-color: #005baa; }

.filter-result li.red a:after {
  background-color: #d71c33; }

.filter-result li a:hover:after {
  opacity: 1; }

.filter-result li a span {
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 30%;
  z-index: 2; }

.filter-result li.square-img a {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%; }

.filter-list a {
  color: inherit;
  display: block;
  padding: 6px 7px;
  position: relative;
  text-decoration: none; }

.filter-list a:hover, .filter-list li.active > a {
  color: #056fad; }

.filter-list a:focus, .filter-list li.active > a:focus {
  outline: none; }

.filter-list a.active {
  color: #056fad; }

.filter-list a:after, .filter-list a.active:after {
  color: #b6b6b6;
  font-family: "FontAwesome";
  font-size: 15px;
  height: 34px;
  left: -18px;
  line-height: 34px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px; }

.filter-list a:after {
  content: "\f096"; }

.filter-list a.active:after {
  content: "\f046";
  color: #d61c33; }

.filter-list a.disabled {
  cursor: default; }

.filter-list a.disabled:after {
  color: #b5b1b0; }

.filter-list a.link:after {
  content: ""; }

.filter-list .inline-control:first-child {
  padding-top: 0px; }

.filter-list .inline-control {
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px; }
  .filter-list .inline-control a {
    display: inline;
    padding: 0; }
  .filter-list .inline-control a:after {
    left: -24px;
    line-height: 24px;
    height: 24px; }

.filter-list li.has-submenu > a::before {
  color: #2aadde; }

.filter-list li.has-submenu.active > a::before {
  content: ""; }

.content-area .btn-group .dropdown-menu {
  max-height: 275px;
  overflow: auto; }

.mm-right .accessibility,
.mm-right .float-buttons {
  display: none; }

.float-buttons {
  position: fixed;
  right: -110px;
  top: 148px;
  z-index: 99; }

.float-buttons a {
  color: #ffffff;
  display: block;
  position: relative;
  height: 48px;
  width: 158px;
  line-height: 48px;
  text-align: left;
  padding: 0 0px 0px 48px;
  right: 0px;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s; }

.float-buttons a.btn.faq {
  background-color: #1da1f2;
  border-color: #1da1f2; }

.float-buttons a.btn.email {
  background-color: #848484;
  border-color: #848484; }

.float-buttons a.btn.campus {
  background-color: #d71c33;
  border-color: #d71c33; }

.float-buttons a.btn.share {
  background-color: #ff6550;
  border-color: #ff6550; }

.float-buttons a.btn.cookie-preferences-btn {
  background-color: #e8e4e1;
  border-color: #e8e4e1;
  color: #444; }
  .float-buttons a.btn.cookie-preferences-btn i {
    color: #c48a3a; }

.float-buttons a > i,
.float-buttons a > img {
  position: absolute;
  left: 0px;
  top: 0px; }

.float-buttons a > i {
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  font-size: 22px; }

.accessibility {
  right: -49px;
  position: fixed;
  top: 99px;
  z-index: 99; }

.accessibility:hover {
  right: 131px; }

.accessibility .access-btn {
  background-color: #4054b2;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 36px;
  font-weight: 400;
  right: 48px;
  position: relative;
  top: 0;
  height: 49px;
  width: 49px;
  text-align: center;
  line-height: 48px; }

.accessibility .access-btn sup {
  position: absolute;
  top: 9px;
  right: 5px;
  font-size: 10px; }

.accessibility .access-inner {
  background-color: #ffffff;
  border: 2px solid #4054b2;
  border-right: none;
  font-size: 13px;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 180px; }

.accessibility .access-inner ul li {
  border-bottom: 1px solid #e0e0e0; }

.accessibility .access-inner ul li a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 7px 0; }

.accessibility .access-inner ul li a.active,
.accessibility .access-inner ul li a:hover,
.accessibility .access-inner ul li a:focus {
  color: #d71c33; }

.accessibility .access-inner ul li:last-child {
  border-bottom: none; }

.accessibility .access-inner ul li .fa-li {
  color: #d71c33;
  top: 0.65em; }

.footer-area {
  background-color: #056fad;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #ffffff; }

.footer-area strong {
  color: #ffffff;
  font-weight: 700; }

.footer-area .list-unstyled li > a {
  color: #d2d2d2;
  display: block;
  padding: 5px 0px; }

.footer-area .list-unstyled li > a:hover,
.footer-area .list-unstyled li > a:focus {
  color: #ffffff; }

.social-links-modal {
  background-color: #056fad; }

.social-links-modal.social-links a {
  margin-bottom: 0px; }

.social-links a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px; }

.social-links a:hover {
  background-color: #ffffff !important; }

.social-links a.fb:hover {
  color: #6081c4; }

.social-links a.fb {
  background-color: #6081c4; }

.social-links a.yt:hover {
  color: #f15b4b; }

.social-links a.yt {
  background-color: #f15b4b; }

.social-links a.gp:hover {
  color: #e62b34; }

.social-links a.gp {
  background-color: #e62b34; }

.social-links a.in:hover {
  color: #7e5944; }

.social-links a.in {
  background-color: #7e5944; }

.social-links a.li:hover {
  color: #2897cf; }

.social-links a.li {
  background-color: #2897cf; }

.social-links a.tw:hover {
  background-color: #000000 !important; }

.social-links a.tw {
  background-color: #000000;
  background-image: url("../images/X-logo.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center; }

.social-links a.tw i {
  display: inline-block; }

.social-links a.ma:hover {
  color: #848484; }

.social-links a.ma {
  background-color: #848484; }

.social-links a.wa:hover {
  background-color: #25D366 !important; }

.social-links a.wa {
  background-color: #25D366; }

.social-links a.tt {
  background-color: #000000;
  background-image: url("../images/TikTok-Social-Icon-Circle-White.png");
  background-size: 100%;
  background-repeat: no-repeat; }

.social-links a.tt:hover {
  background-color: #000000 !important; }

.social-links a.tt i {
  display: inline-block; }

.mobile-app-downloads a {
  margin-left: -10px; }

.socket-area {
  background-color: #003087;
  padding-top: 15px;
  color: #a1a1a1;
  font-size: 12px; }

.socket-area a {
  color: #ffffff; }

.notice-area {
  background-color: #003087;
  font-size: 12px;
  border-top: 1px solid #A1A1A1; }
  .notice-area p, .notice-area a {
    color: #FFFFFF; }

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

.input-group-btn .btn-red {
  padding-top: 6px;
  padding-bottom: 6px; }

.btn-red {
  background-color: #d61c33;
  border-color: #d61c33;
  color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px; }

.btn-red:hover,
.btn-red:focus {
  background-color: #1f3d7b;
  border-color: #1f3d7b;
  color: #ffffff; }

.btn-alt {
  background-color: #ff6550;
  border-color: #ff6550;
  color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px; }

.btn-alt:hover,
.btn-alt:focus {
  background-color: #1f3d7b;
  border-color: #1f3d7b;
  color: #ffffff; }

.btn-link {
  color: #d61c33;
  padding-top: 7px;
  padding-bottom: 7px; }

.btn-bordered,
.bg-virtual .btn-red:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0px; }

.bg-virtual .btn-red {
  border-width: 2px; }

.bg-virtual .btn-red:hover {
  background-color: transparent; }

.btn-bordered.border-brown {
  color: #635d5d;
  border-color: #635d5d; }

.btn-bordered.border-brown:hover,
.btn-bordered.border-brown:focus {
  color: #ffffff;
  border-color: #635d5d;
  background-color: #635d5d !important; }

.btn-bordered.border-red {
  color: #d61c33;
  border-color: #d61c33; }

.btn-bordered:hover,
.btn-bordered:focus {
  background-color: #d61c33;
  border-color: #d61c33;
  color: #ffffff; }

.btn-group .btn {
  text-align: left; }

.btn-group .btn.dropdown-toggle > i {
  position: absolute;
  right: 10px;
  top: 9px; }

.form-control, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple, .btn {
  border-radius: 0px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.dropdown-toggle:after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2px; }

.breadcrumb {
  background-color: #f5f4f2;
  padding-top: 10px;
  padding-bottom: 10px; }

.breadcrumb > li > a {
  color: #1e3d7b; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

.tab-content .card {
  border-top: none; }

.tab-content .card,
.tab-content .card .card-heading {
  border-radius: 0px; }

.content-area .custom-tabs .nav-tabs > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 7px 7px 0px 0px !important; }

.content-area .custom-tabs .nav-tabs > li:nth-child(1) > a,
.content-area .accordion-tabs .tab-content .tab-pane:nth-child(1) .card-header h5 a {
  background-color: #1f3d7b;
  border-color: #1f3d7b; }

.content-area .custom-tabs .nav-tabs > li:nth-child(2) > a,
.content-area .accordion-tabs .tab-content .tab-pane:nth-child(2) .card-header h5 a {
  background-color: #005ab0;
  border-color: #005ab0; }

.content-area .custom-tabs .nav-tabs > li:nth-child(3) > a,
.content-area .accordion-tabs .tab-content .tab-pane:nth-child(3) .card-header h5 a {
  background-color: #3077bc;
  border-color: #3077bc; }

.content-area .custom-tabs .nav-tabs > li:nth-child(4) > a,
.content-area .accordion-tabs .tab-content .tab-pane:nth-child(4) .card-header h5 a {
  background-color: #6095c7;
  border-color: #6095c7; }

.content-area .custom-tabs .nav-tabs > li:nth-child(5) > a,
.content-area .accordion-tabs .tab-content .tab-pane:nth-child(5) .card-header h5 a {
  background-color: #91b3d6;
  border-color: #91b3d6; }

.content-area .custom-tabs .nav-tabs > li > a.active,
.content-area .accordion-tabs .tab-content .tab-pane .card-header h5 a:not(.collapsed) {
  background-color: #d61c33;
  border-color: #d61c33;
  color: #ffffff; }

.content-area .accordion-tabs .tab-content .tab-pane .card-header h5 a.collapsed:after {
  content: "\f107"; }

.content-area .accordion-tabs .tab-content .tab-pane .card-header h5 a:after {
  content: "\f106";
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
  position: relative;
  top: -2px; }

.content-area .custom-tabs .tab-pane p:last-child {
  margin-bottom: 0px; }

.content-area .accordion-tabs .nav-tabs {
  display: none; }

.content-area .accordion-tabs .card-header {
  padding: 0px;
  border: none; }

.content-area .accordion-tabs .card-header h5 {
  font-size: 16px; }

.content-area .accordion-tabs .card-header h5 a {
  display: block;
  padding: 10px 20px;
  background-color: #056fad;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none; }

.nav-tabs > li > a {
  font-size: 16px; }

.alt.nav-tabs {
  border: none; }

.alt.nav-tabs > li > a {
  padding-top: 13px;
  padding-bottom: 13px; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #d61c33;
  border-color: #d61c33;
  border-radius: 0px;
  color: #ffffff;
  z-index: 1; }

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #d61c33; }

.pagination > li.page-item:first-child .page-link,
.pagination > li.page-item:last-child .page-link {
  border-radius: 0px; }

.pagination {
  flex-wrap: wrap !important; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner.active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-inner .carousel-control {
  z-index: 2; }

table.footable > tbody > tr.footable-detail-row > td {
  padding: 0px; }

.footable-detail-row .footable-details.table-bordered {
  margin-bottom: 0px; }

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: normal; }

table.footable .btn {
  -webkit-appearance: initial; }

.media-body a:hover h5 {
  color: #d61c33; }

#topcontrol {
  background-color: #000000;
  bottom: 0px !important;
  color: #fff;
  font-size: 30px;
  height: 48px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  width: 48px;
  z-index: 9999;
  right: 0px !important; }

#topcontrol:hover {
  background-color: #bd1e2d; }

#topcontrol, #topcontrol:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#topcontrol span {
  display: none; }

#generalModal .modal-content {
  margin-top: 50px;
  margin-bottom: 50px; }

@media screen and (max-width: 1199px) {
  .faculty .top-area .left .list-inline > li:last-child > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1;
    height: auto;
    padding: 0;
    margin-left: 35px; }
  .faculty .top-area .left .list-inline > li:last-child > a strong {
    display: block; }
  .content-area .bg-virtual .footer div div b {
    font-size: 0.75em; } }

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .faculty .top-area .left {
    width: 49%; } }

@media screen and (min-width: 575px) and (max-width: 1199px) {
  .faculty .top-area .left {
    position: relative; } }

@media screen and (min-width: 1200px) {
  .padding-left-50-991 {
    padding-left: 80px !important; }
  .header-area {
    height: 50px; }
  .header-area.header-fixed {
    background-color: #e8e4e1;
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 0px;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15); }
  .header-area.open .v-logo,
  .header-area.header-fixed .v-logo {
    height: auto;
    visibility: visible;
    opacity: 1;
    max-width: 117px; }
  .header-area.header-fixed .logo-block {
    height: 65px; }
  .header-area.open .logo-block,
  .header-area.header-fixed .logo-block {
    padding: 5px;
    height: 50px; } }

@media screen and (min-width: 991px) {
  .vh-60 {
    height: 60vh; }
  .padding-left-0-991 {
    padding-left: 0px; }
  .padding-right-0-991 {
    padding-right: 0px; }
  .padding-left-5-991 {
    padding-left: 5px; }
  .padding-right-5-991 {
    padding-right: 5px; }
  .padding-right-30-991 {
    padding-right: 30px; }
  .padding-right-40-991 {
    padding-right: 40px !important; }
  .padding-left-50-991 {
    padding-left: 50px; }
  .wrapper {
    height: 99px;
    background-color: #635e5d; }
  .wrapper.abs {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%; }
  .alt .wrapper {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%; }
  .alt .banner-area {
    padding-top: 99px; }
  .alt .header-area.header-fixed {
    position: relative; }
  .header-area.header-fixed .h-logo {
    height: 0px;
    visibility: hidden;
    opacity: 0; }
  .content-area .link-list li .min-height {
    min-height: 80px;
    position: relative; }
  .content-area .link-list.alt li .equal-height,
  .content-area .link-list.border li .equal-height {
    position: relative;
    min-height: 70px; }
  .header-area .nav-justified > li {
    vertical-align: top; }
  .content-area .link-list li .min-height .center,
  .content-area .link-list.alt li .equal-height .center,
  .content-area .link-list.border li .equal-height .center,
  .header-area .nav-justified > li > a > .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .header-area .navbar {
    background-color: #e8e4e1; }
  .header-area .navbar-nav > li > a > .text,
  .header-area .nav-justified > li > a > .text {
    line-height: 15px; }
  .header-area .navbar-nav > li > a > .text {
    display: inline-block;
    vertical-align: middle; }
  .header-area .nav-justified > li > a > .text {
    display: block; }
  .header-area .nav-justified > li > a > .height {
    line-height: 15px;
    display: inline-block;
    padding: 10px 0; }
  .content-area .info-list > li {
    border-right: 1px solid #2f4c85; }
  .content-area .info-list > li:last-child {
    border-right: none; }
  .content-area .bg-block {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%; }
  .content-area .bg-block.content .bg-img {
    background-attachment: fixed; }
  .content-area .testimonial-horizontal .bg-block .bg-img {
    background-image: url("../images/bg-img-alt.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; }
  .content-area .bg-block.content .bg-img {
    background-image: url("../images/bg-img-content.jpg");
    -webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    -ms-background-size: 50% auto;
    -o-background-size: 50% auto;
    background-size: 50% auto;
    background-position: bottom left;
    background-repeat: initial; } }

@media screen and (max-width: 1199px) {
  .header-area {
    position: relative;
    background-color: #fff; }
  .header-area .logo-block {
    padding: 5px;
    height: 65px;
    position: relative;
    max-width: none; }
  .header-area .v-logo {
    height: 100%;
    visibility: visible;
    opacity: 1;
    max-width: none; }
  .header-area .yamm .nav.navbar-nav .dropdown {
    position: relative; }
  .header-area .yamm .nav.navbar-nav .dropdown-menu {
    min-width: 100%; }
  .header-area .navbar-nav > li > a:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 5px;
    right: 15px;
    height: 1px;
    text-align: right;
    margin-top: -1px; }
  .header-area .navbar-nav > li:first-child > a:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    right: 15px;
    height: 1px;
    margin-bottom: -1px;
    background-color: #fff; }
  .header-area .navbar .navbar-collapse {
    position: relative;
    background-color: #d51b33; }
  .header-area .navbar-nav > li > a,
  .header-area .navbar-nav > li > a:hover,
  .header-area .navbar-nav > li > a:focus,
  .header-area .navbar-nav > .open > a,
  .header-area .nav-justified > li > a,
  .header-area .nav-justified > li > a:hover,
  .header-area .nav-justified > li > a:focus,
  .header-area .nav-justified > .open > a {
    color: #ffffff !important; } }

@media screen and (max-width: 991px) {
  .mobile-height-auto {
    height: auto !important; }
  .margin-top-15-991 {
    margin-top: 15px; }
  .margin-bottom-20-991 {
    margin-bottom: 20px; }
  .padding-top-15-991 {
    padding-top: 15px; }
  .padding-15-991 {
    padding: 15px !important; }
  .text-center-991 {
    text-align: center; }
  .bg-color-08 h5 .color-01,
  .bg-color-08 small .color-01 {
    color: #333333 !important; }
  .bg-color-01.testimonial_para {
    background-color: #1e3d7b !important;
    color: #ffffff; }
  .testimonial-horizontal .bg-color-01.testimonial_para {
    background-color: #FFFFFF !important;
    color: #444; }
  .content-area .bg-color-01.testimonial_para:after {
    border-color: #1e3d7b transparent transparent transparent; }
  .content-area .testimonial-horizontal .bg-color-01.testimonial_para:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .content-area .link-list li a {
    margin-bottom: 5px;
    text-align: left !important;
    padding: 12px 15px;
    font-size: 14px; }
  .content-area .link-list li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 50%;
    margin-top: -18px; }
  .content-area .info-list > li {
    background-color: #ffffff; }
  .content-area .info-list > li > h2 {
    color: #d61c33 !important; }
  .carousel-indicators .active {
    background-color: #d61c33; }
  .carousel-indicators li {
    background-color: rgba(214, 28, 51, 0.5); }
  .content-area .bg-virtual .heading {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: rgba(5, 111, 173, 0.6); }
  .content-area .bg-virtual .heading:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform: none; }
  .content-area .bg-virtual .heading .btn {
    margin-top: 0.5em; }
  .content-area .bg-virtual .footer {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .content-area .bg-virtual .footer div div {
    padding-bottom: 1em;
    background: none;
    text-align: center !important;
    padding: 0.5em; }
  .content-area .bg-virtual .footer div div:after {
    display: none;
    background: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform: none; } }

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .faculty .top-area .left {
    width: 70%; }
  .faculty .top-area .left .list-inline > li:last-child > a {
    margin-left: 75px; }
  .header-area .nav-justified > .open > a:before {
    border-color: #d51b33 transparent transparent transparent; } }

@media screen and (min-width: 767px) {
  .padding-left-0-767 {
    padding-left: 0px; }
  .padding-right-0-767 {
    padding-right: 0px; }
  .padding-left-5-767 {
    padding-left: 5px; }
  .padding-right-5-767 {
    padding-right: 5px; }
  .padding-right-30-767 {
    padding-right: 30px; }
  .padding-right-40-767 {
    padding-right: 40px; }
  .padding-right-55-767 {
    padding-right: 55px; }
  .header-area .navbar-header .toggle-title,
  .pos-rel {
    position: relative; }
  .header-area .logo-block {
    left: 0px; }
  .pos-bottom {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px; }
  .header-area .nav > .dropdown > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute; }
  .header-area .nav.navbar-nav > .dropdown > a:after {
    margin-left: 9px; }
  .header-area .nav > li span[data-toggle="dropdown"] {
    display: none; }
  .filter .toggle {
    position: absolute;
    right: 15px;
    top: -37px; }
  .content-area .bordered li {
    border-right: 1px solid #ddd; }
  .content-area .testimonial_video {
    max-width: 75%; }
  .content-area .accordion-tabs .nav-tabs {
    display: flex; }
  .content-area .accordion-tabs .card {
    border: none; }
  .content-area .accordion-tabs .card .card-header {
    display: none; }
  .content-area .accordion-tabs .card .collapse {
    display: block; } }

@media screen and (max-width: 767px) {
  .margin-top-15-767 {
    margin-top: 15px !important; }
  .margin-top-0-767 {
    margin-top: 0px !important; }
  .margin-bottom-20-767 {
    margin-bottom: 20px !important; }
  .padding-15-767 {
    padding: 15px !important; }
  .text-left-767 {
    text-align: left !important; }
  .header-area {
    position: relative; }
  .header-area.header-fixed .logo-block {
    height: 65px; }
  .header-area .h-logo {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  .header-area .navbar-nav {
    margin: 0; }
  .header-area .nav > li {
    position: relative; }
  .header-area .nav > li > a {
    padding: 15px 45px 15px 15px;
    line-height: 1;
    height: auto;
    color: #fff;
    text-align: left;
    margin: 0px; }
  .header-area .nav-justified > .open > a,
  .header-area .nav-justified > li > a:hover,
  .header-area .nav-justified > li > a:focus {
    background-color: #005baa;
    color: #ffffff; }
  .header-area .nav > li > span[data-toggle="dropdown"] {
    background-color: #005baa;
    color: #fff;
    font-size: 26px;
    height: 43px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 1px;
    width: 43px; }
  .nav-justified > .dropdown .dropdown-menu {
    min-width: 100%; }
  .header-area .nav > li > a > .text > br,
  .header-area .indicator {
    display: none; }
  .banner-area {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center; }
  .content-area .events-list > li {
    position: relative; }
  .content-area .bordered li {
    border-bottom: 1px solid #ddd; }
  .content-area .video-block img,
  .content-area .news-list > li > a img {
    width: 100%; }
  .header-area .nav-justified > li > a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    height: 1px;
    margin-top: 10px; }
  .header-area .nav-justified > li:first-child > a:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
    right: 0px;
    height: 1px;
    margin-bottom: -1px;
    background-color: #fff; }
  .header-area .nav-justified > li > a:after {
    left: 0px;
    right: 0px; }
  .content-area .info-list > li:after {
    background-color: #2f4c85; }
  .content-area .events-list > li:after {
    background-color: #dddddd; }
  .header-area .nav-justified > li > a:after {
    background-color: #ffffff;
    margin-top: 0px !important; }
  .content-area .info-list > li:last-child:after,
  .content-area .events-list > li:last-child:after {
    background-color: transparent; }
  .accordion-tabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1; }
  .promo-block h1 {
    font-size: 26px !important; }
  .promo-block p {
    font-size: 14px !important; }
  .notice-area {
    padding-bottom: 50px; }
  .socket-area p {
    text-align: center !important; }
  .filters .dropdown-menu {
    min-width: 100%; }
  .content-area .content-massage.scroll-tables table {
    display: block;
    overflow-x: auto;
    width: auto !important; } }

@media screen and (min-width: 575px) and (max-width: 767px) {
  .faculty .top-area .left {
    width: 45%; }
  .faculty .top-area .left .list-inline > li:last-child > a {
    margin-left: 75px; } }

@media screen and (max-width: 575px) {
  .faculty .top-area {
    height: 100px; }
    .faculty .top-area .inner {
      margin-top: 50px; }
  .faculty .top-area .left .list-inline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 5px;
    margin: 0px; }
  .faculty .top-area .left .list-inline > li:last-child > a {
    margin-left: 47px; }
  .h1, h1 {
    font-size: 30px; }
  .content-area .news-list > li > .overlay:not(.alt) img {
    margin-bottom: -250px; } }

@media screen and (min-width: 480px) {
  .float-buttons a:hover,
  .float-buttons a:focus {
    color: #ffffff;
    right: 110px; }
  .accessibility {
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s; } }

@media screen and (max-width: 480px) {
  #contact-form .btn.toggle {
    display: block;
    width: 47%;
    margin: 0px; }
  #contact-form .btn.toggle:first-child {
    float: left; }
  #contact-form .btn.toggle:last-child {
    float: right; }
  .top-area .right .list-inline > li:nth-child(2) {
    display: none; }
  #topcontrol {
    width: 100%; }
  .h1, h1 {
    font-size: 28px; }
  .accessibility {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 16.66666%; }
  .accessibility .access-btn {
    width: 100%;
    right: auto;
    height: 48px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  #topcontrol,
  .accessibility .access-btn .fa-close,
  .accessibility.open .access-btn .fa-wheelchair-alt {
    display: none !important; }
  .accessibility.open .access-btn .fa-close,
  .accessibility .access-btn .fa-wheelchair-alt {
    display: inline-block !important; }
  .accessibility.open .access-btn {
    top: -170px; }
  .accessibility .access-inner {
    border-left: none;
    border-bottom: none;
    position: fixed;
    top: auto;
    width: 100%;
    bottom: -311px; }
  .accessibility.open .access-inner {
    bottom: 0px; }
  .float-buttons {
    right: 0;
    top: auto;
    bottom: 0;
    width: 83.33333%; }
  .float-buttons a {
    float: left;
    width: 20%;
    text-indent: -999999px; }
  .float-buttons.float-buttons-additional a {
    width: 16%;
    padding: 0 0px 0px 40px; }
  .float-buttons a > i {
    width: 100%;
    text-indent: 0px; }
  .float-buttons a > img {
    right: 0;
    margin: auto; }
  .content-area .news-list > li > .overlay:not(.alt) img {
    margin-bottom: -100px; }
  blockquote {
    font-size: 1rem;
    margin-left: 0em;
    padding-left: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em; }
    blockquote p {
      margin-top: 0.1em;
      margin-bottom: 0.1em; } }

@media screen and (min-width: 1025px) {
  .content-area .bg-virtual,
  .content-area .bg-block .bg-img {
    background-attachment: fixed;
    background-repeat: no-repeat; } }

@media only screen and (min-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .content-area .bg-virtual,
  .content-area .bg-block .bg-img {
    background-attachment: initial; } }

@media screen and (max-width: 1024px) {
  .content-area .bg-block .bg-img {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: bottom right; } }

@media screen and (max-width: 480px) {
  .content-area .news-list > li > .overlay .inherit-position {
    position: absolute; }
  .content-area .news-list > li > .overlay .inherit-position-news-landing {
    position: absolute; } }

.content-area .blue-table {
  border-width: 0.5px;
  border-color: #1864a3; }

.content-area .blue-table th {
  text-align: left;
  background: #1864a3;
  border: solid 1px #1864a3 !important;
  color: #fff;
  padding: 5px; }

.content-area .blue-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .blue-table tr:first-child td {
  border-top: solid 1px #1864a3; }

.content-area .blue-table td {
  text-align: left;
  border-right: solid 1px #1864a3;
  border-bottom: solid 1px #1864a3;
  padding: 5px;
  background-color: #fff; }

.content-area .blue-table td:first-child {
  border-left: solid 1px #1864a3; }

.content-area .blue-table-striped tr:nth-child(even) {
  background-color: #E8F0F6; }

.content-area .blue-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .blue-table-striped th {
  text-align: left;
  background: #1864a3;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .dark-blue-table {
  border-width: 0.5px;
  border-color: #004881; }

.content-area .dark-blue-table th {
  text-align: left;
  background: #004881;
  border: solid 1px #004881;
  color: #fff;
  padding: 5px; }

.content-area .dark-blue-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .dark-blue-table tr:first-child td {
  border-top: solid 1px #004881; }

.content-area .dark-blue-table td {
  text-align: left;
  border-right: solid 1px #004881;
  border-bottom: solid 1px #004881;
  padding: 5px;
  background-color: #fff; }

.content-area .dark-blue-table td:first-child {
  border-left: solid 1px #004881; }

.content-area .dark-blue-table-striped tr:nth-child(even) {
  background-color: #E6EDF2; }

.content-area .dark-blue-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .dark-blue-table-striped th {
  text-align: left;
  background: #004881;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .gold-table {
  border-width: 0.5px;
  border-color: #b4975b; }

.content-area .gold-table th {
  text-align: left;
  background: #b4975b;
  border: solid 1px #b4975b;
  color: #fff;
  padding: 5px; }

.content-area .gold-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .gold-table tr:first-child td {
  border-top: solid 1px #b4975b; }

.content-area .gold-table td {
  text-align: left;
  border-right: solid 1px #b4975b;
  border-bottom: solid 1px #b4975b;
  padding: 5px;
  background-color: #fff; }

.content-area .gold-table td:first-child {
  border-left: solid 1px #b4975b; }

.content-area .gold-table-striped tr:nth-child(even) {
  background-color: #F8F5EF; }

.content-area .gold-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .gold-table-striped th {
  text-align: left;
  background: #b4975b;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .green-table {
  border-width: 0.5px;
  border-color: #68831e; }

.content-area .green-table th {
  text-align: left;
  background: #68831e;
  border: solid 1px #68831e;
  color: #fff;
  padding: 5px; }

.content-area .green-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .green-table tr:first-child td {
  border-top: solid 1px #68831e; }

.content-area .green-table td {
  text-align: left;
  border-right: solid 1px #68831e;
  border-bottom: solid 1px #68831e;
  padding: 5px;
  background-color: #fff; }

.content-area .green-table td:first-child {
  border-left: solid 1px #68831e; }

.content-area .green-table-striped tr:nth-child(even) {
  background-color: #F0F3E8; }

.content-area .green-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .green-table-striped th {
  text-align: left;
  background: #68831e;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .light-blue-table {
  border-width: 0.5px;
  border-color: #5a88c6; }

.content-area .light-blue-table th {
  text-align: left;
  background: #5a88c6;
  border: solid 1px #5a88c6;
  color: #fff;
  padding: 5px; }

.content-area .light-blue-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .light-blue-table tr:first-child td {
  border-top: solid 1px #5a88c6; }

.content-area .light-blue-table td {
  text-align: left;
  border-right: solid 1px #5a88c6;
  border-bottom: solid 1px #5a88c6;
  padding: 5px;
  background-color: #fff; }

.content-area .light-blue-table td:first-child {
  border-left: solid 1px #5a88c6; }

.content-area .light-blue-table-striped tr:nth-child(even) {
  background-color: #EEF3F9; }

.content-area .light-blue-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .light-blue-table-striped th {
  text-align: left;
  background: #5a88c6;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .grey-table {
  border-width: 0.5px;
  border-color: #EBEBEB; }

.content-area .grey-table th {
  text-align: left;
  background: #EBEBEB;
  border: solid 1px #EBEBEB;
  padding: 5px; }

.content-area .grey-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .grey-table tr:first-child td {
  border-top: solid 1px #EBEBEB; }

.content-area .grey-table td {
  text-align: left;
  border-right: solid 1px #EBEBEB;
  border-bottom: solid 1px #EBEBEB;
  padding: 5px;
  background-color: #fff; }

.content-area .grey-table td:first-child {
  border-left: solid 1px #EBEBEB; }

.content-area .grey-table-striped tr:nth-child(even) {
  background-color: #FBFBFB; }

.content-area .grey-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .grey-table-striped th {
  text-align: left;
  background: #EBEBEB;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .dark-grey-table {
  border-width: 0.5px;
  border-color: #7a7a7a; }

.content-area .dark-grey-table th {
  text-align: left;
  background: #7a7a7a;
  border: solid 1px #7a7a7a;
  color: #fff;
  padding: 5px; }

.content-area .dark-grey-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .dark-grey-table tr:first-child td {
  border-top: solid 1px #7a7a7a; }

.content-area .dark-grey-table td {
  text-align: left;
  border-right: solid 1px #7a7a7a;
  border-bottom: solid 1px #7a7a7a;
  padding: 5px;
  background-color: #fff; }

.content-area .dark-grey-table td:first-child {
  border-left: solid 1px #7a7a7a; }

.content-area .dark-grey-table-striped tr:nth-child(even) {
  background-color: #F2F2F2; }

.content-area .dark-grey-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .dark-grey-table-striped th {
  text-align: left;
  background: #7a7a7a;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .maroon-table {
  border-width: 0.5px;
  border-color: #570f1a; }

.content-area .maroon-table th {
  text-align: left;
  background: #570f1a;
  border: solid 1px #570f1a;
  color: #fff;
  padding: 5px; }

.content-area .maroon-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .maroon-table tr:first-child td {
  border-top: solid 1px #570f1a; }

.content-area .maroon-table td {
  text-align: left;
  border-right: solid 1px #570f1a;
  border-bottom: solid 1px #570f1a;
  padding: 5px;
  background-color: #fff; }

.content-area .maroon-table td:first-child {
  border-left: solid 1px #570f1a; }

.content-area .maroon-table-striped tr:nth-child(even) {
  background-color: #EEE7E8; }

.content-area .maroon-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .maroon-table-striped th {
  text-align: left;
  background: #570f1a;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .orange-table {
  border-width: 0.5px;
  border-color: #d85214; }

.content-area .orange-table th {
  text-align: left;
  background: #d85214;
  border: solid 1px #d85214;
  color: #fff;
  padding: 5px; }

.content-area .orange-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .orange-table tr:first-child td {
  border-top: solid 1px #d85214; }

.content-area .orange-table td {
  text-align: left;
  border-right: solid 1px #d85214;
  border-bottom: solid 1px #d85214;
  padding: 5px;
  background-color: #fff; }

.content-area .orange-table td:first-child {
  border-left: solid 1px #d85214; }

.content-area .orange-table-striped tr:nth-child(even) {
  background-color: #FBEEE8; }

.content-area .orange-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .orange-table-striped th {
  text-align: left;
  background: #d85214;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .pinkred-table {
  border-width: 0.5px;
  border-color: #b40838; }

.content-area .pinkred-table th {
  text-align: left;
  background: #b40838;
  border: solid 1px #b40838;
  color: #fff;
  padding: 5px; }

.content-area .pinkred-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .pinkred-table tr:first-child td {
  border-top: solid 1px #b40838; }

.content-area .pinkred-table td {
  text-align: left;
  border-right: solid 1px #b40838;
  border-bottom: solid 1px #b40838;
  padding: 5px;
  background-color: #fff; }

.content-area .pinkred-table td:first-child {
  border-left: solid 1px #b40838; }

.content-area .pinkred-table-striped tr:nth-child(even) {
  background-color: #F8E6EB; }

.content-area .pinkred-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .pinkred-table-striped th {
  text-align: left;
  background: #b40838;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .purple-table {
  border-width: 0.5px;
  border-color: #5e163d; }

.content-area .purple-table th {
  text-align: left;
  background: #5e163d;
  border: solid 1px #5e163d;
  color: #fff;
  padding: 5px; }

.content-area .purple-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .purple-table tr:first-child td {
  border-top: solid 1px #5e163d; }

.content-area .purple-table td {
  text-align: left;
  border-right: solid 1px #5e163d;
  border-bottom: solid 1px #5e163d;
  padding: 5px;
  background-color: #fff; }

.content-area .purple-table td:first-child {
  border-left: solid 1px #5e163d; }

.content-area .purple-table-striped tr:nth-child(even) {
  background-color: #EFE8EC; }

.content-area .purple-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .purple-table-striped th {
  text-align: left;
  background: #5e163d;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .teal-table {
  border-width: 0.5px;
  border-color: #005b63; }

.content-area .teal-table th {
  text-align: left;
  background: #005b63;
  border: solid 1px #005b63;
  color: #fff;
  padding: 5px; }

.content-area .teal-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .teal-table tr:first-child td {
  border-top: solid 1px #005b63; }

.content-area .teal-table td {
  text-align: left;
  border-right: solid 1px #005b63;
  border-bottom: solid 1px #005b63;
  padding: 5px;
  background-color: #fff; }

.content-area .teal-table td:first-child {
  border-left: solid 1px #005b63; }

.content-area .teal-table-striped tr:nth-child(even) {
  background-color: #E6EFEF; }

.content-area .teal-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .teal-table-striped th {
  text-align: left;
  background: #005b63;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .yellow-table {
  border-width: 0.5px;
  border-color: #ef9802; }

.content-area .yellow-table th {
  text-align: left;
  background: #ef9802;
  border: solid 1px #ef9802;
  color: #fff;
  padding: 5px; }

.content-area .yellow-table th a {
  color: #fff !important;
  text-decoration: underline; }

.content-area .yellow-table tr:first-child td {
  border-top: solid 1px #ef9802; }

.content-area .yellow-table td {
  text-align: left;
  border-right: solid 1px #ef9802;
  border-bottom: solid 1px #ef9802;
  padding: 5px;
  background-color: #fff; }

.content-area .yellow-table td:first-child {
  border-left: solid 1px #ef9802; }

.content-area .yellow-table-striped tr:nth-child(even) {
  background-color: #FDF5E6; }

.content-area .yellow-table-striped td {
  padding: 5px;
  border-right: solid 1px #fff; }

.content-area .yellow-table-striped th {
  text-align: left;
  background: #ef9802;
  border-right: solid 1px #fff !important;
  color: #fff;
  padding: 5px; }

.content-area .news-attachments ul {
  padding-left: 0px; }

.content-area .news-attachments li {
  list-style-type: none;
  border: 1px solid #f5f4f2;
  border-radius: .25rem;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%; }

.content-area .event-attachments h5 {
  color: #1664ab;
  border-bottom: 1px solid #ddd;
  padding: 6px 0px; }

.content-area .event-attachments ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.content-area .event-attachments li a {
  display: block;
  color: #040505;
  padding: 6px 0px;
  text-decoration: none; }

.content-area .event-attachments li a:hover {
  background-color: #d6d8d9;
  color: #d61c33; }

.cookie-preferences-container {
  background: #e8e4e1;
  z-index: 9999;
  position: fixed;
  width: 100%; }
  .cookie-preferences-container .fixed-loader, .cookie-preferences-container .simple {
    height: 210px; }
  .cookie-preferences-container .granular {
    display: none; }
  .cookie-preferences-container.granular-mode .granular {
    display: block; }
  .cookie-preferences-container.granular-mode .simple {
    display: none !important; }
  @media screen and (min-width: 991px) {
    .cookie-preferences-container.granular-mode {
      position: fixed;
      left: 0;
      bottom: 0;
      top: 0;
      width: 40%;
      max-width: 450px;
      z-index: 10000;
      overflow: hidden; } }
  @media screen and (max-width: 990px) {
    .cookie-preferences-container.granular-mode {
      max-height: 100%;
      overflow: scroll; } }

.cookie-preferences {
  background: #e8e4e1; }
  .cookie-preferences .container {
    padding-bottom: 1em;
    padding-top: 1em; }
  .cookie-preferences h3 {
    margin-top: 0.5em;
    color: #444; }
    .cookie-preferences h3 i {
      color: #c48a3a; }
    @media screen and (max-width: 991px) {
      .cookie-preferences h3 {
        font-size: 1.5rem; } }
  .cookie-preferences p a {
    font-weight: bold;
    color: #1f3d7b; }
  .cookie-preferences button.btn {
    background-color: #1f3d7b;
    border-color: #1f3d7b; }
    .cookie-preferences button.btn:focus, .cookie-preferences button.btn:active {
      background-color: #1f3d7b;
      border-color: #1f3d7b; }
    .cookie-preferences button.btn:hover {
      background-color: #c48a3a;
      color: #FFF;
      border-color: #c48a3a; }
    .cookie-preferences button.btn.btn-outline {
      background-color: transparent;
      border-width: 2px;
      color: #1f3d7b; }
      .cookie-preferences button.btn.btn-outline:hover {
        background-color: #1f3d7b;
        color: #FFF;
        border-color: #1f3d7b; }
  .cookie-preferences .filter-list a.link {
    font-weight: bold;
    color: #1f3d7b; }
  .cookie-preferences .filter-list a.active, .cookie-preferences .filter-list a:focus {
    color: #444; }
  .cookie-preferences .filter-list a:hover {
    color: #1f3d7b; }
  .cookie-preferences .filter-list a.active:after {
    color: #444; }
  .cookie-preferences .filter-list a.disabled:after {
    color: #b5b1b0; }

@media screen and (min-width: 992px) {
  .cookie-preferences-container .fixed-loader, .cookie-preferences-container .simple {
    height: 180px; } }

@media screen and (min-width: 1200px) {
  .cookie-preferences-container {
    font-size: 0.9rem; } }

.keyword {
  background-color: #1da1f2;
  border-color: #1da1f2;
  border-radius: 13px;
  color: #f5f4f2;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0.25rem; }
  .keyword.standalone {
    display: inline-block; }
  .keyword.inactive {
    background-color: #635e5d;
    border-color: #635e5d; }

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  min-height: 38px; }

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
  margin-left: 11px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1da1f2;
  border-color: #1da1f2;
  border-radius: 13px;
  color: #f5f4f2;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #d6d5d3; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #f5f4f2; }

.select2-results__option {
  color: #000;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f0f1;
  text-decoration: none;
  font-size: 13px; }

.select2-results__option:last-child {
  border-bottom: none; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #003087;
  color: #f5f4f2; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f4f0f1;
  color: #000; }

.welcome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .welcome.hidden {
    display: none !important; }
  .welcome .cover {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .welcome .message {
    z-index: 10000;
    border-radius: 15px;
    width: 24rem;
    max-width: 95%;
    max-height: 95%;
    overflow: auto;
    border-radius: 15px;
    border: solid 2px #c48a3a;
    background: #FFFFFF; }
    .welcome .message .heading {
      color: #c48a3a; }
    .welcome .message a {
      background: #c48a3a;
      border-color: #c48a3a;
      color: #e8e4e1; }
      .welcome .message a:hover {
        color: #e8e4e1; }

.welcome-link {
  background: #005baa; }

.flex-grid-list .flex-grid-list-child {
  margin-bottom: 1rem; }

.flex-grid-list .equal-flex-cols {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0; }

/* Modal settings */
.modal-xl {
  max-width: 1140px; }

.content-area .block-hover li a {
  display: block;
  border: 1px solid #dad4ce;
  padding: 30px;
  height: 100%;
  color: #444;
  text-decoration: none;
  position: relative; }
  .content-area .block-hover li a .heading {
    position: relative;
    color: #474747;
    padding-left: 10px; }
  .content-area .block-hover li a .heading:before {
    content: "";
    background-color: #dfd3c3;
    position: absolute;
    top: -2px;
    right: 100%;
    width: 30px;
    height: 20px; }

.content-area .block-hover li a:after {
  content: "\f061";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffffff; }

.content-area .block-hover li a:hover {
  background-color: #005BAA;
  color: #ffffff; }
  .content-area .block-hover li a:hover .heading {
    color: #dfd3c3; }

.webcontent-link {
  display: inline-block;
  border: 1px solid #e8e4e1;
  background: #e8e4e1;
  border-radius: 1em;
  padding: 0em 0.5em 0em 2em;
  color: #444;
  position: relative; }

.webcontent-link::after {
  content: "\f0f6";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0.8em;
  top: 1px; }

.testimonial-horizontal-alt .video-block > i.bg-color {
  background-color: #d61c33;
  width: 77px;
  height: 76px;
  line-height: 77px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto; }

.testimonial-horizontal-alt .slick-dots li button:hover, .testimonial-horizontal-alt .slick-dots li button:focus, .testimonial-horizontal-alt .slick-dots li.slick-active button {
  background-color: #ed1a3b;
  outline: none;
  opacity: 1; }

.testimonial-horizontal-alt .slick-dots li button {
  background-color: #000000; }

.banner-cards-banner .container {
  top: 0; }

@media screen and (max-width: 990px) {
  .banner-cards-container {
    background-color: #056fad;
    padding-top: 1.5rem; } }

@media screen and (min-width: 990px) {
  .banner-cards-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; } }

.banner-cards {
  background-color: #056fad;
  color: #FFFFFF; }
  .banner-cards .banner-card {
    min-width: 14em; }
    .banner-cards .banner-card strong {
      color: #FFFFFF; }
  .banner-cards hr {
    border-color: rgba(255, 255, 255, 0.2); }
