  body {
  font-family: 'Muli', sans-serif;
  background-color: #ededed;
  font-weight: 300;
  line-height: 1.4em;
}

/* -------- [general] ---------- */

.tab
{ margin-left: 2rem;}

.no-padding{
  padding: 0;
}

a{
  color: #D52D27;
}

a:hover,
a:focus{
  color: #a71e19;
}

b, strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4{
  font-family: 'Raleway', sans-serif;
  color: #D52D27;
}

h1{
  font-size: 42px;
  margin-bottom: 20px;
}

h2{
  font-size: 30px;
  margin-bottom: 0;
}

h3{
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
h6{
  font-family: 'Raleway', sans-serif;
  color: #FFF;
}

h1 {
  font-weight: 300;
}

li.current-page {
  color: #D52D27;
  font-weight: 600;
}

.bg-darkgrey{
  background-color: #343a40;
}

.bg-offwhite{
  background-color: #fafafa;
}

.slick-dots li{
  margin: 0;
  padding: 2px;
}
/* -------- [header] ---------- */

.topbar{
  border-bottom: 4px solid #be1e2d;
}

.topbar li.nav-item a{
  font-weight: 200;
}

.topbar .daymap{
  text-align: right;
  display: block;
}

.topbar .daymap li{
  display: inline-block;
  padding: 0;
}

.topbar .daymap li a{
  padding: .5rem .8rem .5rem .8rem ;
}

.topbar .daymap li.nav-item:first-child,
.topbar .daymap li.nav-item:first-child a{
  font-weight: 600;
}

.topbar .daymap li.nav-item:first-child svg{
  margin-left: 10px;
   display: inline-block;
}

.topbar .daymap li.nav-item:first-child a:after{
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f105";
}

.topbar .daymap li.nav-item:not(:first-child):not(:last-child) a:after{
  /*content: "|";*/
  display: inline-block;
  margin-left: 10px;
}

.navbar{
  background-color: #be1e2d;
  min-height: 60px;
  display: block;
}
body.SOTA .navbar {background-color: #0d5b50;}

.navbar-dark .navbar-nav .nav-link{
  color: #FFF;
}

.dropdown-menu{
  background-color: #343a40;
}

.dropdown-item{
  color: #FFF;
}
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active:active{
  color: #212529;
  background-color: #FFF;
}

.search-btn{
  color: #FFF;
  background-color: transparent;
}
.menu-toggle{
  position: relative;
}
.navbar .navbar-toggler{
  border: 1px solid #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  height: 40px;
  margin: 5px 0;
  right: 0;
  top: 0;
}

.navbar .navbar-nav li.nav-item:last-child{
  border: 1px solid #FFF;
}

.navbar .navbar-nav li.nav-item:last-child .dropdown-menu {
    background-color: #FFF;
    color: #0d5b50;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar .navbar-nav li.nav-item:last-child .dropdown-item {
    color: #0d5b50;
  }


.navbar .navbar-nav li.nav-item:last-child .dropdown-item:hover,
.navbar .navbar-nav li.nav-item:last-child .dropdown-item.active {
    color:  #FFF;
    background-color: #0d5b50;
}

.dropdown-item:active:active {
    color:  #212529;
    background-color: #FFF;
}

.navbar-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navbar-nav li.nav-item{

}

.navbar  .navbar-toggler-icon{
  color: #FFF;
}

/* -------- [ breadcrumbs] ------- */

.breadcrumb{
  padding: 1rem 1rem 0.5rem 1rem;
}

.breadcrumb-item a,
.breadcrumb-item {
  font-size: 12px;
}

.breadcrumb-item a{
  color: #919496;
}
.breadcrumb-item:last-child a{
  color: #212529;
}

/* ------ [ accordion content ] ------ */

#accordion, .accordion{
  margin: 40px 0 60px 0;
}
#accordion h5,
#accordion h5 a, .accordion h5, .accordion h5 a{
  color: #212529;
  font-weight: 600;
}

#accordion h5 a, .accordion h5 a{
  display: block;
  padding: 20px 30px 20px 15px;
  background-repeat: no-repeat;
  text-decoration: none;
}

#accordion h5 a[aria-expanded="false"], .accordion h5 a[aria-expanded="false"]{
  background-position: top 16px right 6px;
  -moz-background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: url('/common/img/icon_add.svg');
}

#accordion h5 a[aria-expanded="true"], .accordion h5 a[aria-expanded="true"]{
  background-position: top 16px right 6px;
  -moz-background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: url('/common/img/icon_minus.svg');
}

#accordion .card, .accordion .card{
  background-color: transparent;
  border: 1px solid #b7b7b7;
  border-left:  none;
  border-right:  none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -1px;
}

#accordion .card-header, .accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

#accordion .card-body, .accordion .card-body{
  padding: 0 15px 0 15px;
}

/* ------- [ side contacts ] ------ */
#contacts.card{
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#contacts .card-header:first-child{
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#contacts .card-body dd{
  font-size: 14px;
}
#contacts .card-body dd strong{
  display: block;
  font-weight: 600;
  font-size: 16px;
}

/* ------- [ sub menu ] ------ */

.submenu{
  padding: 0 30px 0 0;
}

.submenu h3{
  color: #212529;
  font-size: 24px;
  font-weight: 600;
  padding-left: 10px;
}

.submenu a{
  color: #212529;
}

.submenu .sub-nav{
  margin: 0;
  padding: 0;
}

.submenu .sub-nav li{
  padding: 8px 8px 8px 28px;
  background: url('/common/img/sub-nav-line.svg') no-repeat left 12px center;
  background-size: 12px 7px;
  margin-bottom: 5px;
  font-size: 13px;
}
.submenu .sub-nav li:last-child {border-bottom: none; margin-bottom: 0;}

/* ---- [ search form ] ---- */

.searchForm{
  border-top: 1px solid #797b7d;
}

.searchboxwrapper {
  position: relative;
}

.searchForm input[type="text"]{
  border: 1px solid #dadada;
  outline: none;
  color: #777;
  width: 200px;
  height: 40px;
  background: #fff;
  padding-left: 10px;
  font-size: 11px;
}

.searchForm input[type="submit"],
.searchsubmit{
  width: 39px;
  height: 39px;
  border: 1px solid #dadada;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  background: #dadada;
  border: none;
  color: #5d3250;
  cursor: pointer;
}

/* ----- [ content inner ] ----- */

.content-inner ul:not(.list-unstyled){
  list-style: none;
  list-style-type: none;
  margin: 0 0 30px 10px;
  padding: 0;
}

.content-inner ul:not(.list-unstyled) li{
  background: url('/common/img/list-circle.svg') no-repeat 0px 8px;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  padding-right: 20px;
}

.content-inner h3,
.content-inner h3 + ul{
  margin-top: 20px;
}
/*----  [ tables ] ----- */
.sace-table,
.subject-table{
  font-size: 14px;
}

.sace-table tr:first-child,
.subject-table tr:first-child{
  border-bottom: 1px solid #b7b7b7;
}

.sace-table tr:first-child td,
.subject-table tr:first-child td{
  color: #212529;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
}

.sace-table tr:nth-child(odd):not(:first-child),
.subject-table tr:nth-child(odd):not(:first-child){
  background-color: #F2F0F1;
}

.sace-table td,
.subject-table td,
.sace-table th,
.subject-table th{
  border: none;
}

h3 + .table{
  margin-top: 20px;
}

.table td,
.table th{
  border-color: #CCC;
}

.table td.sorting_1 {background-color: #ededed;}
/* -------- [logos] ---------- */
.logos{
  background-color: #FFF;
}

.logos a{
  display: block;
}

.school-logo{
  display: flex;
  align-items: center;
  justify-content: center; /* align horizontal */
}

.school-logo .img-fluid{
  width: auto;
}

.school-logo a{
  width: 100%;
}

.content-inner .school-logo{
  border: 1px solid #EFEFEF;
  background-color: #FFF;
}

h3 + .row{
  margin-top: 15px;
}

.content-inner .school-logo .align-middle{
  background-color: #FFF;
  padding: 20px;
  display: block;
}

.content-inner .school-logo .align-middle img{
  width: 70%;
}
.content-inner .school-logo h5{
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1em;
  font-family: 'Muli', sans-serif;
}

/* -------- [video gallery] ---------- */
.video-item{
  margin-bottom: 20px;
}

.video-inner{
    background-color: #FFF;
    width: 100%;
    height: 100%;
}

.video-item h5{
  padding: 15px;
  margin: 0;
}

/* -------- [footer] ---------- */

.footer-btm{
  color: #FFF;
  padding: 15px;
  border-top: 1px solid #4b5158;
}

.footer-btm ul{
  margin: 0;
  font-size: 12px;
}


.footer-btm ul li a{
  margin-right: 10px;
}

.footer-btm ul li:first-child{
  font-weight: 600;
  margin-right: 25px;
  font-size: 14px;
}

footer h6{
  margin-top: 70px;
  text-transform: uppercase;
}

footer li a{
  font-weight: 200;
  line-height: 1.2em;
  margin-bottom: 10px;
  display: block;
}

footer .quicklinks-links:nth-child(1) li a,
footer .quicklinks-links:nth-child(2) li a,
footer .quicklinks-links:nth-child(3) li a,
footer .documents-links li a{
  font-size: 14px;
}

/* -------  [ news/events ] --------- */
body.news h2{
  color: #212529;
}

.newsevent-article h5{
  text-transform: uppercase;
  color: #292929;
}

.newsevent-article h5 .posted-date{
  color: #868e96;
  display: block;
}

.newsevent-article h5 + h1{
  margin: 0;
  padding: 0;
}

.newsevent-article h5.article-type{
  font-weight: 700;
  font-size: 14px;
}

.newsevent-article h5.article-date{
  border-bottom: 1px solid #b7b7b7;
  font-weight: 500;
  font-size: 12px;
}


.newsevent-article .news-image {
    min-height: 200px ;
    height: auto !important;
    height: 200px ;

    background-repeat: no-repeat;
    background-position: top center;

    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .newsevent-article .news-image a{
    display: block;
    height: 100%;
    width: 100%;
    content: "";
  }

  .title-event{
    margin-top: 10px;
    margin-left: 15px;
    display: block;
  }

  .date-duration{
    font-size: 14px;
  }
/* ----- [ search results ] ------- */

.search-results .results-list li{
  padding: 20px 8px;
  border-bottom: 1px solid #e2e1e1;
  display: block;
}

.search-results .results-list li a{
  display: block;
  text-decoration: none;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-image: url('/common/img/arrow_red.svg');
  -moz-background-size: 30px 22px;
  -webkit-background-size: 30px 22px;
  background-size: 30px 22px;
  background-position: center right;
}

.search-results .results-list li a:hover,
.search-results .results-list li :focus,
.search-results .results-list li a:active{
    text-decoration: none;
}

.search-results .post-summary{
    color: #292929;
}

.search-results h4{
  font-size: 20px;
}

/* ------- [ home ] ------- */


/* latest news and events  */

.news-media .img-fluid{
  width:100%;
}
a.notice { color: #D52D27 !important;}


.latest-news .viewall,
.latest-events .viewall,
.latest-news .sec-title,
.latest-events .sec-title{
  display: inline-block;
}

.latest-news .viewall,
.latest-events .viewall{
  color: #D52D27;
  font-size: 14px;
  font-weight: 500;
}
.latest-news,
.latest-events,
.featured-area{
  padding: 20px 20px;
  overflow: hidden;
}

.latest-news h4,
.latest-events h4{
  color: #292929;
  font-size: 22px;
  font-weight: 600;
}

.latest-news h4,
.latest-events h4{
  border-bottom: 3px solid #292929;
  padding-bottom: 10px;
}

.latest-news li,
.latest-events li,
.submenu li,
.downloads-list li{
  padding: 8px;
  border-bottom: 1px solid #e2e1e1;
  display: block;
}

.downloads-list li:first-child i + span{
  font-weight: 600;
}

.downloads-list .doc-type{
  text-transform: uppercase;
  color: #D52D27;
  font-size: 14px;
}

.downloads-list .asset-desc{
  font-size: 14px;
  margin-top: 10px;
}

.latest-news li a{
  color: #292929;
  display: block;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-image: url('/common/img/arrow_red.svg');
  -moz-background-size: 30px 22px;
  -webkit-background-size: 30px 22px;
  background-size: 30px 22px;
  background-position: center right;
}

.latest-news li a:hover,
.latest-news li a:focus{
  color: #D52D27;
}

.latest-events li{
  display: block;
  padding: 8px 8px 8px 8px;

}

.latest-events li a{
  color: #292929;
  /*margin-left: 10px; */
  line-height: 1.2em;
  background-repeat: no-repeat;
  background-image: url('/common/img/arrow_red.svg');
  -moz-background-size: 30px 22px;
  -webkit-background-size: 30px 22px;
  background-size: 30px 22px;
  background-position: center right;
  width: 100%;
}

.latest-events .date,
.featured-area .date{
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #ebebeb;
  text-align: center;
  line-height: 1.2em;
}
.latest-events .date .day,
.featured-area .date .day{
  font-size: 24px;
}

.latest-events .date .month,
.featured-area .date .month{
  margin-top: 3px;
  font-size: 16px;
}

.latest-events .date .year,
.featured-area .date .year{
  font-size: 11px;
  font-weight: 400;
}

.latest-events .event-title a:not(.readmore):not(.readmore-alert):not(.readmore-news){
  line-height: 1.2em;
  display: flex;
  height: 100%;
  align-items: center;
}

.news-item .event-title a{
    display: inline-block;
}

/* featured area */

.featured-area h4,
.featured-area h4 a{
  color: #292929;
  font-size: 18px;
  font-weight: 600;
}
.featured-area .featured-slider{
  width: 100%;
  position: relative;
}

.featured-area .slick-dots{
  bottom: -8px;
}

.featured-area .slick-dots li button {
    width: 16px;
    height: 16px;
  }

.featured-area .slick-dots li button:before{
  color: #E89DA9;
  font-size: 8px;
  opacity: 0.85;
}

.featured-area .slick-dots li.slick-active button:before {
    opacity: 0.85;
    color: #D42428;
}

.featured-area .card-body .desc{
  font-size: 14px;
  line-height: 1.2em;
}

.readmore-alert{
  background-color: #FFF;
  color: #D52D27;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.readmore-alert:hover,
.readmore-alert:focus{
  background-color: #D52D27;
  color: #FFF;
  text-decoration: none;
}

.featured-area .readmore,
.readmore-news{
  background-color: #D52D27;
  color: #FFF;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.readmore-news:hover,
.readmore-news:focus,
.featured-area .readmore:hover,
.featured-area .readmore:focus{
  background-color: #98130f;
  color: #FFF;
  text-decoration: none;
}

.featured-area .card{
  border: 0;
  border-bottom: 1px solid #e2e1e1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* hero slider */

/* -------- [ hero ] ------- */

.hero-slider,
.featured-slider{
  position: relative;
  overflow: hidden;
  opacity:0;
  transition: opacity 1s;
  display:none ;
}


.hero-slider img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

.hero-slider.slick-initialized,
.featured-slider.slick-initialized {
  visibility: visible;
  opacity:1;
  display: block;
}

.hero-slider .slide-image,
.featured-slider .slick-slide{
  display: none;
}

.hero-slider .slide-image:first-child,
.featured-slider .slick-slide:first-child {
  display:block;
  visibility:hidden;
}

.hero-slider.slick-initialized .slide-image,
.featured-slider.slick-initialized .slick-slide {
  display:block;
  visibility: visible!important;
}

.hero-slider .slide-image{
  min-height: 500px !important;
  height: auto !important;
  height: 500px !important;
  width: 100%;
  display: block;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 2em;
  cursor: pointer;
  z-index: 5;
}

.hero-slider  .fa-chevron-left {
  left: 15px;
}

.hero-slider  .fa-chevron-right {
  right: 15px;
}

.hero-slider .slick-dots{
  bottom: 15px;
}

.hero-slider .slick-dots li button:before{
  color: #E89DA9;
  font-size: 12px;
  opacity: 0.85;
}

.hero-slider  .slick-dots li.slick-active button:before {
    opacity: 0.85;
    color: #D42428;
}

.hero-slider .slide-overlay{
  /*full background overlay
  background-color: rgba(0,0,0,0.3);*/

/* gradient overlay */
  background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.75) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.75) 100%);
  background: -o-linear-gradient(-90deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.75) 100%);
  background: -ms-linear-gradient(-90deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.75) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.) 30%, rgba(0,0,0,0.75) 100%);
  height: 100%;
  width: 100%;
}

.hero-slider .hero-link{
  height: 100%;
  width: 100%;
  display: block;
}

.hero-slider .slide-overlay .container{
    height: 100%;
    position: relative;
}

.hero-slider .text-block {
/* vetically align center, aligned left
 display: flex;
  justify-content: center;
  flex-direction: column;*/

  position: absolute;
  bottom: 100px;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}

.hero-slider h3{
  display: inline-block;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #D42428;
}

.hero-slider h2,
.hero-slider p{
  color: #FFF;
}

.hero-slider h2{
  font-size: 36px;
  font-family: 'Muli', sans-serif;
}


/*  ---   [entry points] ----- */
.entry-points{
display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;

 -webkit-flex-flow: row wrap;
 justify-content: space-around;
}
.entry-point{
  height: 90px;
  max-width: 19%; /*24%*/
  margin-bottom: 10px;
}

.entry-point:hover,
.entry-point:focus{
  opacity:  0.8;
}

.entry-point .entry-inner{
  position: relative;
  padding: 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.entry-point .entry-icon{
  height: 60px;
  width: 60px;
  /*position: absolute;
  top: 15px;
  right: 15px;*/
}

.entry-point .entry-icon img,
.entry-point a{
  height: 100%;
  max-width: 100%;
}

.entry-point a{
  display: block;
}

.entry-point:nth-child(1) .entry-inner{
  background-color: #bf1e2e;
}

.entry-point:nth-child(2) .entry-inner{
  background-color: #e23b2c;
}

.entry-point:nth-child(3) .entry-inner{
  background-color: #f15e46;
}

.entry-point:nth-child(4) .entry-inner{
  background-color: #3db6b3;
}

.entry-point:nth-child(5) .entry-inner{
 /*background-color: #f37753;  this is light peach
  /* Green SOTA Background*/
  background-color: #1e675d;
  /*background-image: url(/images/sota-logo-padding.png); background-size: contain; background-repeat: no-repeat; background-position: center center;*/
}
.entry-point .heading{
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  width: 190px;
}
.entry-point p{
  color: #FFF;
  /*position: absolute;
  bottom: 0
  min-height: 60px;;*/
  line-height: 1.2em;
  font-size: 20px;
  text-transform:capitalize;
  margin: 0;
  padding: 0;
}


/* -------- [contact] -------- */
body.contact .card{
  margin-top: -1px;
  margin-left: -1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
/*vertical align center left aligned
  display: flex;
   justify-content: center;
   flex-direction: column;*/
}

body.contact .card strong{
  display: block;
}



@media only screen and (max-width : 1400px) {
  .hero-slider .slide-image {
    min-height: 500px !important;
    height: auto !important;
    height: 500px !important;
  }
  .modal-lg {
    max-width: 60%;
	}
}


@media only screen and (max-width : 991px) {
  .entry-point{
    max-width: 48%;
  }

  .searchForm{
    border-top: none;
  }

.searchForm input[type="text"]{
  width: 100%;
  padding-right: 34px;
  box-sizing: border-box;
}

  .topbar .daymap{
    text-align: left !important;
  }

  .navbar .navbar-nav li.nav-item.show:last-child {
      background-color: #0d5b50;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

  .newsevent-article .latest-news h4,
  .newsevent-article .latest-events h4{
    font-size: 18px;
  }
  .modal-lg {
    max-width: 60%;
	}
}

@media only screen and (min-width : 768px) {
  .hidden-mobile{
    display: block;
  }

  .visible-mobile{
    display: none;
  }

}

@media only screen and (max-width : 767px) {


.news-items .news-date + .event-title{
  width: 70%;
  padding: 0;
}
  .hidden-mobile{
    display: none;
  }

  .visible-mobile{
    display: block;
  }

  .top .col-xs-6{
    width: 50%;
  }

  .top .col-xs-6 img{
    width: 80%;
  }

  .top .col-xs-6:first-child img{
    margin-left: 15px;
  }

  .top .col-xs-6:last-child img{
    margin-right: 15px;
  }

  .search-mobile {
  /*  position: absolute;
    top: 7px;
    left: 10px;*/
    width: 40px;
  }
   .menu-toggle{
     margin-top: 0;
   }

   .navbar-collapse{
     margin-top: 55px;
   }
   .search-mobile,
   .search-link{
     display: inline-block;
   }

   .search-link{
    padding: 0 10px;
    color: #FFF;
    border-bottom: 1px solid #d05963;
   }

   .daymap li.nav-item:first-child a:after{
    font-family: "Font Awesome 5 Solid";
    display: none;
    content: "\f078";
   }

  .daymap li.nav-item:first-child svg{
    display: inline-block;
    margin-left: 10px;
  }

  .left-nav .nav-item:first-child{
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .navbar-dark .navbar-nav .nav-link{
    padding-left: 10px;
    padding-right: 10px;
  }

  .entry-point{
    max-width: 48%;
  }

  .hero-slider .slide-image {
    min-height: 350px !important;
    height: auto !important;
    height: 350px !important;
  }

  .latest-events .date{
    /*width: 30%; */
    width: 100%;
    max-width: 68px;
  }

  .latest-events .event-title{
    max-width: 350px;
    padding: 0 0  0 10px ;
  }

.event-title{
    width: 70%;
    padding: 0;
  }

.notices .event-title,
.video .event-title,
.news-media .event-title{
    width: 100%;
    padding: 0;
  }

.news-date{
    width: 68px;
  }


  .newsevent-article .news-image {
    min-height: 150px !important;
    height: auto !important;
    height: 150px !important;
  }

   .date{
    margin-right: 15px;
  }
  .modal-lg {
    max-width: 80%;
	}


}

@media only screen and (max-width : 540px) {
  .submenu {
     padding: 0 15px;
 }

  footer h6{
    margin-top: 30px;
  }

  .footer-btm .container{
    padding: 0;
  }

  .footer-btm li{
    display: block;
    float: none !important;
    margin-bottom: 15px;
  }

  .entry-point{
    max-width: 48%;
  }

  .hero-slider .slide-image {
    min-height: 220px !important;
    height: auto !important;
    height: 220px !important;
  }

  .hero-slider h2 {
    font-size: 22px;
  }

  .hero-slider h3 {
    font-size: 11px;
  }

  .entry-point {
    /*height: 220px;*/
  }

  .entry-point .entry-icon {
    height: 60px;
    width: 60px;
  }

  .entry-point p{
    font-size: 22px;
  }
   .modal-lg {
    max-width: 100%;
	}
}
@media only screen and (max-width : 440px) {
  .entry-point{
    max-width: 100%;
  }

  .entry-point .text-left .heading{
    width:  350px;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-point .heading{
    width:  400px;
    margin-left: auto;
    margin-right: auto;
  }
}


figure img { max-width: 100%;}

/* five columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 19%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .entry-point .heading{
      width:  315px;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
