/* @import url('http://localhost:8888/casper/css/style.css'); */

/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')
/*Colors*/
/*Global*/
*:hover, *:focus {
  box-shadow: none;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: unset !important;
  -webkit-font-smoothing: antialiased;
}
body button, body input, body textarea, body select {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

body#ctl00_PageBody {
  opacity: 0;
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
}
body#ctl00_PageBody.loaded {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, div, strong, i, b, em {
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

strong {
  font-weight: 600;
}

.w-row {
  display: flex;
  flex-wrap: wrap;
}

.w-column {
  flex-direction: column;
}

.w-align-h {
  justify-content: center;
}

.w-align-v {
  align-items: center;
}

.w-20 {
  width: 20%;
  float: left;
}

.w-25 {
  width: 25%;
  float: left;
}

.w-30 {
  width: 30%;
  float: left;
}

.w-33 {
  width: 33.33%;
  float: left;
}

.w-40 {
  width: 40%;
  float: left;
}

.w-50 {
  width: 50%;
  float: left;
}

.w-60 {
  width: 60%;
  float: left;
}

.w-66 {
  width: 66.66%;
  float: left;
}

.w-70 {
  width: 70%;
  float: left;
}

.w-80 {
  width: 80%;
  float: left;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .w-25 {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .w-20, .w-25, .w-30, .w-33, .w-40, .w-50, .w-60, .w-66, .w-70, .w-80 {
    width: 100%;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
body h1 {
  font-size: 2em;
  line-height: 1.2;
  margin: .37em 0;
  text-align: left;
}
body h2 {
  font-size: 1.8em;
  margin: .37em 0;
  line-height: 1.2;
}
body h3 {
  font-size: 1.6em;
  margin: .37em 0;
  line-height: 1.2;
}
body h4 {
  font-size: 1.4em;
  margin: .57em 0;
  line-height: 1.2;
}
body h5 {
  font-size: 1.2em;
  margin: .67em 0;
  line-height: 1.2;
}
body h6 {
  font-size: 1em;
  margin: .67em 0;
  line-height: 1.2;
}
body a {
  color: #1C5383;
  text-decoration: none;
  font-weight: 600;
}
body a:hover, body a:focus {
  text-decoration: underline;
  color: #282828;
}
body ul p, body menu p, body dir p {
  margin: 0;
}
body blockquote {
  border-left: 7px solid #1C5383;
  padding-left: 20px;
}
body strong {
  font-weight: 600;
}
body table {
  border-collapse: collapse;
  border-spacing: 0;
}
body td,
body th {
  padding: 0;
}

div[id$="divContent"] img[style*="float: left"], span[id$="ltContent"] img[style*="float: left"], div[id*="divInlineEdit"] div[id*="contentDiv"] img[style*="float: left"] {
  margin: 0 1em .5em 0;
}
div[id$="divContent"] img[style*="float: right"], span[id$="ltContent"] img[style*="float: right"], div[id*="divInlineEdit"] div[id*="contentDiv"] img[style*="float: right"] {
  margin: 0 0 .5em 1em;
}
div[id$="divContent"] ul li, div[id$="divContent"] menu li, div[id$="divContent"] dir li, span[id$="ltContent"] ul li, span[id$="ltContent"] menu li, span[id$="ltContent"] dir li, div[id*="divInlineEdit"] div[id*="contentDiv"] ul li, div[id*="divInlineEdit"] div[id*="contentDiv"] menu li, div[id*="divInlineEdit"] div[id*="contentDiv"] dir li {
  padding: 5px;
  position: relative;
  list-style: none;
}
div[id$="divContent"] ul li:after, div[id$="divContent"] menu li:after, div[id$="divContent"] dir li:after, span[id$="ltContent"] ul li:after, span[id$="ltContent"] menu li:after, span[id$="ltContent"] dir li:after, div[id*="divInlineEdit"] div[id*="contentDiv"] ul li:after, div[id*="divInlineEdit"] div[id*="contentDiv"] menu li:after, div[id*="divInlineEdit"] div[id*="contentDiv"] dir li:after {
  position: absolute;
  content: '\f111';
  left: -15px;
  top: 6px;
  font-size: 8px;
  color: #1C5383;
  font-family: "Fontawesome";
}
div[id$="divContent"] ul li p, div[id$="divContent"] menu li p, div[id$="divContent"] dir li p, span[id$="ltContent"] ul li p, span[id$="ltContent"] menu li p, span[id$="ltContent"] dir li p, div[id*="divInlineEdit"] div[id*="contentDiv"] ul li p, div[id*="divInlineEdit"] div[id*="contentDiv"] menu li p, div[id*="divInlineEdit"] div[id*="contentDiv"] dir li p {
  margin: 0;
}
div[id$="divContent"] table, span[id$="ltContent"] table, div[id*="divInlineEdit"] div[id*="contentDiv"] table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
div[id$="divContent"] table > caption, span[id$="ltContent"] table > caption, div[id*="divInlineEdit"] div[id*="contentDiv"] table > caption {
  padding: 10px;
  font-weight: bold;
}
div[id$="divContent"] table tbody tr td, div[id$="divContent"] table tbody tr th, span[id$="ltContent"] table tbody tr td, span[id$="ltContent"] table tbody tr th, div[id*="divInlineEdit"] div[id*="contentDiv"] table tbody tr td, div[id*="divInlineEdit"] div[id*="contentDiv"] table tbody tr th {
  border: 1px solid #000;
  padding: 5px;
}
div[id$="divContent"] table tbody tr th, span[id$="ltContent"] table tbody tr th, div[id*="divInlineEdit"] div[id*="contentDiv"] table tbody tr th {
  background: #e2e2e2;
}

#news_content_body a {
  color: #1C5383;
  text-decoration: none;
  font-weight: 600;
}
#news_content_body a:hover, #news_content_body a:focus {
  text-decoration: underline;
  color: #CDDCF4;
}

.container {
  padding: 30px;
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    padding: 10px;
  }
}

div[id$="divChangToPublish"] .modalPopup {
  height: auto !important;
}

.designMode [data-aos] {
  pointer-events: all !important;
}
.designMode [data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
}
.designMode [data-aos^=fade-up], .designMode [data-aos^=fade-down], .designMode [data-aos=fade-right], .designMode [data-aos=fade-left] {
  transform: none !important;
}

@media screen and (max-width: 900px) {
  .w-20, .w-30, .w-40, .w-50, .w-60, .w-70, .w-80 {
    width: 100% !important;
  }
}
div#CMS_DragDropWrapper {
  z-index: 12000 !important;
}

#news-summary .content .date {
  color: #6b6b6b;
}

button[id*="btn_month"] {
  color: #000;
}

.CMS_adminBar {
  z-index: 12100 !important;
}

.portletEditMode #page, .checkoutAndEditMode #page, .add-new-page #page {
  padding: 30px;
}
.portletEditMode .ptl_page, .checkoutAndEditMode .ptl_page, .add-new-page .ptl_page {
  display: block !important;
}

.mm-ismenu {
  background: #1C5383;
}

.mm-menu {
  color: #fff;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #fff;
}

/* Google Translate */
.goog-te-gadget img {
  display: none;
  position: relative;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  display: none;
}

div#google_translate_element {
  display: block;
  height: 35px;
  overflow: hidden;
  position: relative;
  top: 0;
}

body .goog-te-gadget-simple {
  background: none;
  border: none;
  display: block;
  height: 32px;
}

iframe.goog-te-menu-frame.skiptranslate {
  width: 100% !important;
  max-width: 320px !important;
  height: 768px !important;
}

/* Google Translate Select */
select.goog-te-combo {
  margin: 0 !important;
  border: none !important;
  background: transparent;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
  font-size: 13px;
  position: relative;
  letter-spacing: .03em;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  -moz-appearance: none;
  color: #fff;
  width: 130px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
select.goog-te-combo option {
  color: #000;
}
select.goog-te-combo::-ms-expand {
  display: none;
}

#google_translate_element select:hover, #google_translate_element select:focus {
  color: #fff;
  background: #133859;
}

.skiptranslate > div {
  position: relative;
}

.goog-logo-link {
  display: none;
}

#google_translate_element select.goog-te-combo option {
  background: #fff;
  color: #000;
}

/* Back to top */
#Btop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #1C5383;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 400ms ease;
  z-index: 8000;
}
#Btop span {
  font-size: 26px;
}
#Btop:hover, #Btop:focus {
  background: #fff;
  text-decoration: none;
  color: #1C5383;
  border: 2px solid #1C5383;
}
#Btop.show {
  bottom: 20px !important;
  display: flex !important;
}

.offScreen {
  position: fixed !important;
}

/*  New Mobile Menu */
#menubar {
  /* Hambuger */
}
#menubar #mobile-bar {
  display: none !important;
}
#menubar #mobileNav {
  display: none;
  justify-content: flex-end;
  align-items: center;
  display: none;
  color: #1C5383;
  width: 120px;
  height: 40px;
  float: right;
  background: transparent;
}
@media screen and (max-width: 1000px) {
  #menubar #mobileNav {
    display: flex;
  }
}
#menubar #mobileNav span {
  display: block;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  #menubar #mobileNav span {
    display: none;
  }
}
#menubar #mobileNav .hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transform: rotate(0);
  transform: rotate(0);
  pointer-events: none;
  background-color: #1C5383;
}
#menubar #mobileNav .hamburger .bar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  transition: top .2s .2s,left .1s,background-color .2s .1s,-webkit-transform .2s;
  transition: top .2s .2s,left .1s,transform .2s,background-color .2s .1s;
  transition: top .2s .2s,left .1s,transform .2s,background-color .2s .1s,-webkit-transform .2s;
}
#menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#menubar #mobileNav .hamburger .bar:before {
  top: 0.5rem;
}
#menubar #mobileNav .hamburger .bar:after {
  top: -0.5rem;
}
#menubar #mobileNav.expanded .hamburger .bar {
  background-color: transparent;
}
#menubar #mobileNav.expanded .hamburger .bar:before, #menubar #mobileNav.expanded .hamburger .bar:after {
  top: 0;
  transition: background-color .2s,top .2s,left .2s,-webkit-transform .2s .15s;
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s,-webkit-transform .2s .15s;
  background-color: red;
}
#menubar #mobileNav.expanded .hamburger .bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menubar #mobileNav.expanded .hamburger .bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menubar .mobile-nav-items {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background: #1C5383;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  z-index: 999999;
  max-height: 50vh;
  overflow: auto;
}
#menubar .mobile-nav-items::-webkit-scrollbar {
  width: 10px;
}
#menubar .mobile-nav-items::-webkit-scrollbar-track {
  background: #282828;
}
#menubar .mobile-nav-items::-webkit-scrollbar-thumb {
  background: #CDDCF4;
}
#menubar .mobile-nav-items::-webkit-scrollbar-thumb:hover {
  background: #1C5383;
}
@media screen and (min-width: 1001px) {
  #menubar .mobile-nav-items {
    display: none !important;
  }
}
#menubar .mobile-nav-items * {
  box-sizing: border-box;
}
#menubar .mobile-nav-items ul {
  margin: 0;
  padding: 0;
}
#menubar .mobile-nav-items ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#menubar .mobile-nav-items ul li a {
  display: block;
  padding: 10px 20px;
  background: #1C5383;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
#menubar .mobile-nav-items ul li a:hover, #menubar .mobile-nav-items ul li a:focus, #menubar .mobile-nav-items ul li a.expanded {
  text-decoration: none;
  background: #CDDCF4;
  color: #1C5383;
}
#menubar .mobile-nav-items ul li .subnav-items {
  width: 100%;
  display: none;
}
#menubar .mobile-nav-items ul li .subnav-items li {
  position: relative;
}
#menubar .mobile-nav-items ul li .subnav-items li a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
#menubar .mobile-nav-items ul li .subnav-items li a:hover, #menubar .mobile-nav-items ul li .subnav-items li a:focus {
  text-decoration: none;
  background: #CDDCF4;
  color: #1C5383;
}
#menubar .mobile-nav-items ul li .subnav-items li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#menubar .mobile-nav-items ul li .subnav-items.level1 {
  background: #18466e;
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a {
  background: #18466e;
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:not(.subnav) {
  padding-left: 30px;
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:hover, #menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:focus {
  text-decoration: none;
  background: #CDDCF4;
  color: #1C5383;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 {
  background: #133859;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a {
  background: #133859;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a:not(.subnav) {
  padding-left: 50px;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a:hover, #menubar .mobile-nav-items ul li .subnav-items.level2 li a:focus {
  text-decoration: none;
  background: #CDDCF4;
  color: #1C5383;
}
#menubar .mobile-nav-items ul li.has-child a {
  width: calc(100% - 40px);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#menubar .mobile-nav-items ul li.has-child a:hover, #menubar .mobile-nav-items ul li.has-child a:focus {
  text-decoration: none;
  background: #CDDCF4;
  color: #1C5383;
}
#menubar .mobile-nav-items ul li.has-child .subnav {
  width: 40px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
}
#menubar .mobile-nav-items ul li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

/* End of Mobile Menu */
/* Multifield Portlet */
.mfp-item-content .title {
  display: block;
}
.mfp-item-content img {
  max-width: 400px;
}

/* Search box */
body:not(.homePage) .search-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 30, 47, 0.95);
  z-index: 6000;
}
body:not(.homePage) .search-container #close-search {
  position: absolute;
  right: 100px;
  top: 100px;
  color: #fff;
  font-size: 30px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body:not(.homePage) .search-container #close-search:hover, body:not(.homePage) .search-container #close-search:focus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: red;
}
@media screen and (max-width: 900px) {
  body:not(.homePage) .search-container #close-search {
    top: 25px;
    right: 25px;
  }
}
body:not(.homePage) .search-container .divSearchBox {
  position: absolute;
  left: calc(50% - 25px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 900px) {
  body:not(.homePage) .search-container .divSearchBox {
    max-width: 400px;
    top: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  body:not(.homePage) .search-container .divSearchBox {
    max-width: 70%;
  }
}
body:not(.homePage) .search-container .divSearchBox input {
  border: none;
  border-bottom: 2px solid #fff;
  border-right: 0;
  background: transparent;
  text-align: left;
  text-indent: 10px;
  font-size: 20px;
  height: 50px;
  padding: 0;
  width: 100%;
  font-weight: 500;
  color: #fff;
}
body:not(.homePage) .search-container .divSearchBox input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
  font-size: 20px;
}
body:not(.homePage) .search-container .divSearchBox input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
  font-size: 20px;
}
body:not(.homePage) .search-container .divSearchBox input::-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
  font-size: 20px;
}
body:not(.homePage) .search-container .divSearchBox input::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
  font-size: 20px;
}
body:not(.homePage) .search-container .divSearchBox input::placeholder {
  color: #ccc;
  font-weight: 400;
  font-size: 20px;
}
body:not(.homePage) .search-container .divSearchBox a {
  position: relative;
  text-decoration: none;
}
body:not(.homePage) .search-container .divSearchBox a img {
  display: none;
}
body:not(.homePage) .search-container .divSearchBox a:after {
  position: absolute;
  content: "\f002";
  background: none;
  top: -13px;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Fontawesome";
  font-size: 22px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
}
body:not(.homePage) .search-container .divSearchBox a:hover:after, body:not(.homePage) .search-container .divSearchBox a:focus:after {
  background: #CDDCF4;
  color: #1C5383;
}

.homePage .search-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePage .search-container .divSearchBox {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  max-width: 600px;
}
@media screen and (max-width: 1000px) {
  .homePage .search-container .divSearchBox {
    max-width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .homePage .search-container .divSearchBox {
    max-width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .homePage .search-container .divSearchBox {
    padding: 0;
  }
}
.homePage .search-container .divSearchBox input {
  border: none;
  background: #fff;
  text-align: left;
  text-indent: 0;
  font-size: 26px;
  line-height: normal;
  font-weight: 500;
  height: 60px;
  padding: 0 10px;
  width: 100%;
  color: #212121;
  border-radius: 7px;
}
@media screen and (max-width: 1000px) {
  .homePage .search-container .divSearchBox input {
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .search-container .divSearchBox input {
    height: 40px;
  }
}
.homePage .search-container .divSearchBox input::-webkit-input-placeholder {
  color: #777;
  font-weight: 500;
}
.homePage .search-container .divSearchBox input:-ms-input-placeholder {
  color: #777;
  font-weight: 500;
}
.homePage .search-container .divSearchBox input::-ms-input-placeholder {
  color: #777;
  font-weight: 500;
}
.homePage .search-container .divSearchBox input::-moz-placeholder {
  color: #777;
  font-weight: 500;
}
.homePage .search-container .divSearchBox input::placeholder {
  color: #777;
  font-weight: 500;
}
.homePage .search-container .divSearchBox a {
  position: relative;
  padding: 0 10px;
  height: 35px;
  text-decoration: none;
}
.homePage .search-container .divSearchBox a img {
  display: none;
}
.homePage .search-container .divSearchBox a:after {
  content: "\f002";
  background: none;
  width: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Fontawesome";
  font-size: 22px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
}
.homePage .search-container .divSearchBox a:hover:after, .homePage .search-container .divSearchBox a:focus:after {
  color: #1C5383;
}
.homePage .search-container .popular-search {
  padding: 15px 60px 0;
}
@media screen and (max-width: 1000px) {
  .homePage .search-container .popular-search {
    padding: 15px 15px 0;
  }
}
.homePage .search-container .popular-search .p-heading {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
}
.homePage .search-container .popular-search .p-links {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.homePage .search-container .popular-search .p-links > div:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 3px solid #fff;
}
.homePage .search-container .popular-search .p-links > div a {
  color: #fff;
  text-decoration: none;
  font-size: 34px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  .homePage .search-container .popular-search .p-links > div a {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  .homePage .search-container .popular-search .p-links > div a {
    font-size: 20px;
  }
}
.homePage .search-container .popular-search .p-links > div a:hover, .homePage .search-container .popular-search .p-links > div a:focus {
  text-decoration: underline;
}

.portletEditMode .search-container, .checkoutAndEditMode .search-container, .add-new-page .search-container {
  display: none;
}

/* Header */
header .bottom-sec.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .bottom-sec .bottom-sec-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #F3F6F7;
  position: relative;
}
header .bottom-sec .bottom-sec-container .logo {
  width: 250px;
}
@media screen and (max-width: 900px) {
  header .bottom-sec .bottom-sec-container .logo {
    width: 150px;
  }
}
header .bottom-sec .bottom-sec-container .logo a {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  header .bottom-sec .bottom-sec-container .logo a {
    width: 100px;
  }
}
header .bottom-sec .bottom-sec-container .logo a img {
  width: 100%;
}
header .bottom-sec .bottom-sec-container .mainNav {
  width: calc(100% - 250px);
  padding: 10px 20px;
}
@media screen and (max-width: 900px) {
  header .bottom-sec .bottom-sec-container .mainNav {
    width: calc(100% - 150px);
    padding: 10px;
  }
}
header .bottom-sec .bottom-sec-container .mainNav #menubar {
  position: relative;
  background: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  header .bottom-sec .bottom-sec-container .mainNav #menubar {
    position: static;
  }
}
header .bottom-sec .bottom-sec-container .mainNav #menubar #mobileNav > span {
  display: block;
  font-weight: 400;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar #mobileNav:hover, header .bottom-sec .bottom-sec-container .mainNav #menubar #mobileNav:focus, header .bottom-sec .bottom-sec-container .mainNav #menubar #mobileNav.expanded {
  color: #282828;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding {
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 1000px) {
  header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu {
    display: none;
  }
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu {
  text-align: right;
  position: static;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 {
  position: static;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 > a {
  border: none;
  margin: 0;
  padding: 15px;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  color: #282828;
  border: none;
  text-transform: capitalize;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 > a:after {
  display: none;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 > a:hover, header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 > a:focus, header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 > a.open {
  box-shadow: none;
  color: #fff;
  background: #1C5383;
  text-decoration: none;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1.has-child > a:after {
  position: relative;
  content: '\f0d7';
  font-family: "Fontawesome";
  padding-left: 7px;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav {
  background: #0f2b44;
  text-align: left;
  right: 0;
  width: 100%;
  padding: 0;
  max-width: 1200px;
  left: auto;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground {
  padding: 0;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list {
  background: #0f2b44;
  padding: 10px;
  border: none;
  position: relative;
  transform: none;
  left: auto;
  width: 100%;
  top: auto;
  min-height: 100%;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 {
  display: block;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: none !important;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 a {
  margin: 0;
  border: none;
  font-weight: 800 !important;
  padding: 10px;
  color: #fff !important;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 a:before {
  display: none;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 a:hover, header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 a:focus {
  box-shadow: none;
  background: #fff !important;
  color: #1C5383 !important;
  text-decoration: none;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 .third-level-list {
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  width: 100%;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 .third-level-list .level3 {
  list-style: none;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 .third-level-list .level3 a {
  margin: 0;
  border: none;
  font-weight: 500 !important;
  padding: 5px 10px;
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 .third-level-list .level3 a:before {
  display: none;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 .third-level-list .level3 a:hover, header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 .sub-nav .sub-navBackground .second-level-list .level2 .third-level-list .level3 a:focus {
  box-shadow: none;
  background: #fff;
  color: #1C5383 !important;
  text-decoration: none;
}
header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1[id*="75684"] .level1 > .sub-nav-group.category > li .level2 {
  display: block;
}

@media screen and (max-width: 1000px) {
  #homepage {
    margin-top: 60px;
  }
}

#header-top-sec {
  display: flex;
  flex-wrap: wrap;
  background: #1C5383;
}
@media screen and (max-width: 1000px) {
  #header-top-sec {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#header-top-sec .left-sec {
  background: #1C5383;
  width: 15%;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  #header-top-sec .left-sec {
    width: auto;
  }
}
#header-top-sec .left-sec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#header-top-sec .right-sec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  background: #1C5383;
  width: 85%;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  #header-top-sec .right-sec {
    width: auto;
  }
}
#header-top-sec .right-sec .translate #translate__el {
  display: none;
}
#header-top-sec .right-sec .translate .translation-languages {
  padding: 0;
  margin: 0;
}
#header-top-sec .right-sec .translate .translation-languages li {
  list-style: none;
  display: inline-block;
}
#header-top-sec .right-sec .translate .translation-languages li a {
  display: block;
  padding: 0;
  width: 120px;
  height: 40px;
  color: #fff;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-top-sec .right-sec .translate .translation-languages li a .fa {
  padding-left: 10px;
  font-size: 18px;
  line-height: 0;
}
#header-top-sec .right-sec .translate .translation-languages li a:hover, #header-top-sec .right-sec .translate .translation-languages li a:focus {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
}
#header-top-sec .right-sec .translate .other-lang-container {
  position: relative;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list {
  border: 1px solid #ddd;
  border-top: none;
  background: #e2e2e2;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  height: 400px;
  overflow: auto;
  z-index: 3000;
  display: none !important;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list.expanded {
  display: block !important;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list::-webkit-scrollbar {
  width: 10px;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list::-webkit-scrollbar-track {
  background: #e1e1e1;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list::-webkit-scrollbar-thumb {
  background: #888;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list li {
  list-style: none;
  display: block;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list li a {
  padding: 5px 10px;
  color: #000;
  width: auto;
  text-align: left;
  display: block;
  height: auto;
  padding: 5px;
}
#header-top-sec .right-sec .translate .other-lang-container .translate__list li a:hover, #header-top-sec .right-sec .translate .other-lang-container .translate__list li a:focus {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#header-top-sec .right-sec .search-btn .search-box {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
#header-top-sec .right-sec .search-btn .search-box:hover, #header-top-sec .right-sec .search-btn .search-box:focus {
  background: #133859;
  color: #fff;
}

footer #header-top-sec .right-sec .translate .other-lang-container .translate__list {
  top: auto;
  bottom: 100%;
}

.homePage header .search-btn, .homePage footer .search-btn {
  display: none;
}

/* Social Icons */
.social-links ul {
  padding: 0;
  margin: 0;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-links ul li {
  list-style: none;
}
.social-links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.social-links ul li a svg {
  fill: #1C5383;
  width: 30px;
  height: 30px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.social-links ul li a:hover, .social-links ul li a:focus {
  color: #1C5383;
  background: #fff;
}
.social-links ul li a:hover svg, .social-links ul li a:focus svg {
  fill: #1C5383;
}

#social-icons-settings {
  background: #1C5383;
}

/* Heder Links */
.header-links ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-links ul li {
  list-style: none;
}
.header-links ul li a {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.header-links ul li a:hover, .header-links ul li a:focus {
  background: #fff;
  color: #1C5383;
}

#header-links-settings {
  background: #1C5383;
}

/* Banner */
#banner {
  position: relative;
}
#banner .container {
  padding: 0;
}

.hero-banner {
  height: 33vw;
  max-height: 500px;
  min-height: 180px;
}
.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Quick Links */
#quick-links .container {
  padding: 0;
}

#homepage .QL-defaultTemplate {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#homepage .QL-defaultTemplate li {
  width: 16.66%;
  display: inline-block;
  border: none;
}
#homepage .QL-defaultTemplate li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #000;
}
#homepage .QL-defaultTemplate li:not(:first-child) {
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  #homepage .QL-defaultTemplate li {
    width: 33.33%;
    padding: 0 10px !important;
  }
  #homepage .QL-defaultTemplate li:nth-child(3n) {
    border: none;
  }
}
@media screen and (max-width: 800px) {
  #homepage .QL-defaultTemplate li {
    width: 50%;
    padding: 0 10px 0 0 !important;
  }
  #homepage .QL-defaultTemplate li:nth-child(3n) {
    border-right: 1px solid #000;
  }
  #homepage .QL-defaultTemplate li:nth-child(2n) {
    padding: 0 0 0 10px !important;
    border: none;
  }
}
#homepage .QL-defaultTemplate li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#homepage .QL-defaultTemplate li a .fa {
  margin: 0;
  padding-right: 10px;
  font-size: 34px;
}
@media screen and (max-width: 1200px) {
  #homepage .QL-defaultTemplate li a .fa {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  #homepage .QL-defaultTemplate li a .fa {
    font-size: 24px;
  }
}
#homepage .QL-defaultTemplate li a .QL-text {
  text-decoration: none;
}
#homepage .QL-defaultTemplate li a:hover, #homepage .QL-defaultTemplate li a:focus {
  background: #1C5383;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
}
#homepage .QL-defaultTemplate li a:hover .QL-text, #homepage .QL-defaultTemplate li a:focus .QL-text {
  text-decoration: none;
}

/* Things to do */
#thingsToDo {
  margin-top: 80px;
}
#thingsToDo .container {
  padding: 0;
  position: relative;
}
#thingsToDo .ptl_portlet_vertical {
  overflow: visible;
  position: relative;
  z-index: 10;
}
#thingsToDo .bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C5383;
}
#thingsToDo .bg-logo .logo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#thingsToDo .bg-logo .logo-wrapper svg {
  opacity: 0.06;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 180%;
}

.things-to-do {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  top: -80px;
}
.things-to-do .ttd-wrapper {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.things-to-do .ttd-wrapper .top-sec {
  padding: 10px;
  padding-bottom: 20px;
}
.things-to-do .ttd-wrapper .top-sec .heading {
  border-left: 6px solid #1C5383;
  padding-left: 10px;
}
.things-to-do .ttd-wrapper .top-sec .heading span {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}
.things-to-do .ttd-wrapper .top-sec .heading .heading-title {
  font-size: 28px;
  line-height: normal;
  font-weight: 800;
  color: #1C5383;
}
.things-to-do .ttd-wrapper .tiles ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.things-to-do .ttd-wrapper .tiles ul li {
  list-style: none;
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .things-to-do .ttd-wrapper .tiles ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .things-to-do .ttd-wrapper .tiles ul li {
    width: 100%;
  }
}
.things-to-do .ttd-wrapper .tiles ul li a {
  display: block;
}
.things-to-do .ttd-wrapper .tiles ul li a .image {
  height: 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .things-to-do .ttd-wrapper .tiles ul li a .image {
    height: 20vw;
  }
}
@media screen and (max-width: 700px) {
  .things-to-do .ttd-wrapper .tiles ul li a .image {
    height: 40vw;
  }
}
.things-to-do .ttd-wrapper .tiles ul li a .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.things-to-do .ttd-wrapper .tiles ul li a .caption {
  background: #CDDCF4;
  color: #1C5383;
  text-align: center;
  padding: 5px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.things-to-do .ttd-wrapper .tiles ul li a:hover, .things-to-do .ttd-wrapper .tiles ul li a:focus {
  text-decoration: none;
}
.things-to-do .ttd-wrapper .tiles ul li a:hover .image img, .things-to-do .ttd-wrapper .tiles ul li a:focus .image img {
  transform: scale(1.1);
}
.things-to-do .ttd-wrapper .tiles ul li a:hover .caption, .things-to-do .ttd-wrapper .tiles ul li a:focus .caption {
  background: #1C5383;
  color: #fff;
}

/* News-Events */
#news-events .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
#news-events .container .w-50 {
  padding: 20px;
}

/* Events */
.upcoming-events .event-header {
  padding: 10px;
}
.upcoming-events .event-header .header-title {
  border-left: 4px solid #1C5383;
  padding: 5px 5px 5px 10px;
}
.upcoming-events .event-header .header-title span {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: #1C5383;
}
.upcoming-events .events-list {
  padding: 20px 10px 10px;
  padding-bottom: 0;
}
.upcoming-events .events-list .event {
  padding: 30px 10px;
  line-height: normal;
  display: block;
  border-top: 1px solid #b1b1b1;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.upcoming-events .events-list .event .event-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.upcoming-events .events-list .event .event-container > .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.upcoming-events .events-list .event .event-container .event-date {
  width: 100px;
  text-align: center;
  border-right: 6px solid #CDDCF4;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.upcoming-events .events-list .event .event-container .event-date .month {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #282828;
}
.upcoming-events .events-list .event .event-container .event-date .day {
  font-size: 28px;
  line-height: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #515151;
}
.upcoming-events .events-list .event .event-container .event-info {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-right: 40px;
}
.upcoming-events .events-list .event .event-container .event-info .event-name {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #1C5383;
  padding-bottom: 7px;
}
.upcoming-events .events-list .event .event-container .event-info .event-time {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #282828;
}
.upcoming-events .events-list .event:hover, .upcoming-events .events-list .event:focus {
  text-decoration: none;
  background: #F3F6F7;
}
.upcoming-events .events-list .event:hover .event-container .event-date, .upcoming-events .events-list .event:focus .event-container .event-date {
  border-right: 6px solid #1C5383;
}
.upcoming-events .events-footer {
  margin: 0 10px;
  padding: 20px 0 10px;
  border-top: 1px solid #b1b1b1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.upcoming-events .events-footer a {
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #515151;
  text-decoration: none;
  font-style: italic;
  padding: 5px;
}
.upcoming-events .events-footer a:hover, .upcoming-events .events-footer a:focus {
  text-decoration: underline;
}

/* News */
.home-news .news-header {
  padding: 10px;
}
.home-news .news-header .header-title {
  border-left: 4px solid #1C5383;
  padding: 5px 5px 5px 10px;
}
.home-news .news-header .header-title span {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: #1C5383;
}
.home-news .news-container {
  padding: 10px 5px 0;
}
.home-news .news-container .news-item a {
  display: block;
  padding: 10px;
}
.home-news .news-container .news-item a .image {
  height: 26vw;
  max-height: 300px;
  max-width: 500px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home-news .news-container .news-item a .image {
    height: 50vw;
    max-width: 500px;
    max-height: 300px;
  }
}
.home-news .news-container .news-item a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-news .news-container .news-item a .content {
  padding: 10px;
}
.home-news .news-container .news-item a .content .date {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #282828;
  margin-bottom: 3px;
}
.home-news .news-container .news-item a .content .title {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #1C5383;
  margin-bottom: 5px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.home-news .news-container .news-item a .content .summary {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #282828;
  margin-bottom: 10px;
  display: -webkit-box;
  max-height: 3.6em;
  line-height: 1.8em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news .news-container .news-item a .content .read-more {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  padding: 5px 10px;
  border: 2px solid #CDDCF4;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.home-news .news-container .news-item a .content .read-more .fa {
  font-size: 12px;
  padding-right: 5px;
}
.home-news .news-container .news-item a:hover, .home-news .news-container .news-item a:focus {
  text-decoration: none;
}
.home-news .news-container .news-item a:hover .image img, .home-news .news-container .news-item a:focus .image img {
  transform: scale(1.1);
}
.home-news .news-container .news-item a:hover .content .read-more, .home-news .news-container .news-item a:focus .content .read-more {
  background: #1C5383;
  border-color: #1C5383;
  color: #fff;
}
.home-news .news-footer {
  margin: 0 10px;
  padding: 20px 0 10px;
  border-top: 1px solid #b1b1b1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-news .news-footer a {
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #515151;
  text-decoration: none;
  font-style: italic;
  padding: 5px;
}
.home-news .news-footer a:hover, .home-news .news-footer a:focus {
  text-decoration: underline;
}

/* Footer */
footer #footer .f-top-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CDDCF4;
  padding: 10px;
}
footer #footer .f-top-sec .logo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  footer #footer .f-top-sec .logo {
    width: 100px;
  }
}
footer #footer .f-top-sec .logo img {
  width: 100%;
}
footer #footer .f-bottom-sec {
  background: #1C5383;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
footer #footer .f-bottom-sec a {
  text-decoration: underline;
  color: #fff;
  display: inline-block;
  font-weight: 400;
}
footer #footer .f-bottom-sec a:hover, footer #footer .f-bottom-sec a:focus {
  text-decoration: none;
}

/* Subpage */
#subpage .sub-bg {
  max-width: 2200px;
  margin: 0 auto;
  height: 23vw;
  max-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("");
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#subpage .sub-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #subpage .sub-bg {
    height: 30vw;
  }
}
#subpage .sub-bg .pageTitle {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  #subpage .sub-bg .pageTitle {
    font-size: 30px;
  }
}
#subpage .breadcrumbs {
  padding: 10px 40px;
  color: #fff;
  font-size: 15px;
  background: #1C5383;
  max-width: 2200px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #subpage .breadcrumbs {
    padding: 10px 20px;
  }
}
#subpage .breadcrumbs a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
#subpage .breadcrumbs a:hover, #subpage .breadcrumbs a:focus {
  text-decoration: none;
}
#subpage .breadcrumbs .separator {
  padding: 0 5px;
  color: #CDDCF4;
  font-size: 20px;
  font-style: normal;
}
#subpage .breadcrumbs span {
  font-weight: 600;
}
#subpage .main-container {
  width: 100%;
  padding: 40px;
  max-width: 2200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #subpage .main-container {
    padding: 20px;
  }
}
#subpage .main-container .sidebar {
  max-width: 360px;
  min-width: 360px;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  #subpage .main-container .sidebar {
    max-width: 280px;
    min-width: 280px;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
#subpage .main-container .sidebar .ptl_col_1 {
  padding: 0;
}
#subpage .main-container .sidebar .sidenav-holder .current-head {
  display: none;
}
#subpage .main-container .sidebar .sidenav-holder .current-head .nav-toggle {
  background: #0B60AE;
  color: #fff;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
#subpage .main-container .sidebar .sidenav-holder .current-head .nav-toggle:hover, #subpage .main-container .sidebar .sidenav-holder .current-head .nav-toggle:focus {
  text-decoration: none;
  background: #000;
}
#subpage .main-container .sidebar .sidenav-holder .current-head.open .nav-toggle {
  background: #000;
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar .sidenav-holder .current-head {
    display: flex;
  }
}
@media screen and (min-width: 901px) {
  #subpage .main-container .sidebar .sidenav-holder .sidenav-slide {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar .sidenav-holder .sidenav-slide {
    display: none;
  }
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item {
  padding: 3px;
  display: block;
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item .nav-link {
  color: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  display: block;
  padding: 15px 20px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item .nav-link {
    font-size: 16px;
  }
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item .nav-link:hover, #subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item .nav-link:focus {
  text-decoration: none;
  padding-left: 20px;
  color: #fff;
  background: #0B60AE;
  border-left: 5px solid #000;
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.sidenav-level1 {
  padding-left: 20px;
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.sidenav-level1 .nav-link {
  padding: 10px 20px;
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.sidenav-level2 {
  padding-left: 30px;
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.sidenav-level2 .nav-link {
  padding: 10px 20px;
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.currentpage .nav-link {
  color: #fff;
  background: #0B60AE;
  border-left: 10px solid #000;
}
#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.currentpage .nav-link:hover, #subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.currentpage .nav-link:focus {
  text-decoration: none;
  padding-left: 20px;
  background: #000;
  border-left: 5px solid #0B60AE;
}
#subpage .main-container .main-content {
  width: calc(100% - 360px);
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  #subpage .main-container .main-content {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .main-content {
    width: 100%;
    padding: 0;
  }
}
#subpage .main-container .main-content > .inside-padding {
  padding: 0;
}
@media screen and (max-width: 900px) {
  #subpage .main-container .main-content .ptl_col_1_2, #subpage .main-container .main-content .ptl_col_1_3, #subpage .main-container .main-content .ptl_col_1_4, #subpage .main-container .main-content .ptl_col_3_4, #subpage .main-container .main-content .ptl_col_2_3 {
    width: 100%;
  }
}

/* Side Contact */
.contact h3 {
  text-transform: capitalize;
  font-size: 22px;
  border-bottom: 1px solid #bad2ed;
  padding-bottom: 10px;
  text-align: left;
  color: #1C5383;
  width: 90%;
}

.contact {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}

.contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact ul li {
  line-height: 1.4em;
  text-align: left;
}

/* Department Quick Links */
.department-quicklinks-bar {
  padding: 10px 0;
}
.department-quicklinks-bar .quicklinks-department-bar {
  padding-bottom: 10px;
}
.department-quicklinks-bar .quicklinks-department-bar .quicklinks-department {
  width: 100% !important;
  padding: 10px;
  margin: 0;
  float: none;
}
.department-quicklinks-bar .quicklinks-department-bar .quicklinks-department a .icn-background {
  height: 100px;
}
.department-quicklinks-bar .quicklinks-department-bar .quicklinks-department a .link-title {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.department-quicklinks-bar .quicklinks-department-bar .quicklinks-department a:hover, .department-quicklinks-bar .quicklinks-department-bar .quicklinks-department a:focus {
  text-decoration: none;
}
.department-quicklinks-bar .quicklinks-department-bar .quicklinks-department a:hover .link-title, .department-quicklinks-bar .quicklinks-department-bar .quicklinks-department a:focus .link-title {
  background: #1C5383 !important;
  color: #fff;
}
.department-quicklinks-bar .quicklinks-department-bar .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
}
.department-quicklinks-bar .quicklinks-department-bar .slick-dots li {
  list-style: none;
  padding: 0 3px;
}
.department-quicklinks-bar .quicklinks-department-bar .slick-dots li button {
  font-size: 0;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #282828;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.department-quicklinks-bar .quicklinks-department-bar .slick-dots li button:hover, .department-quicklinks-bar .quicklinks-department-bar .slick-dots li button:focus {
  background: #1C5383;
}
.department-quicklinks-bar .quicklinks-department-bar .slick-dots li.slick-active button {
  background: #1C5383;
}

/* Subpage quick links */
.sec-header h3 {
  padding-bottom: 14px;
}

ul.quick-links h3 {
  font-size: 24px;
  text-align: left;
  color: #084977;
}

/*-- Quick Link Circle Color --*/
.ql-img {
  background-color: #174c76;
}

ul.quick-links li {
  margin-bottom: 10px;
  border-bottom: solid 1px #0b60ae;
  padding-bottom: 14px;
}

ul.quick-links li a {
  text-decoration: none;
  color: #282828;
}

/*-- Quick Link Circle Color HOVER --*/
ul.quick-links li a:hover .ql-img,
ul.quick-links li a:focus .ql-img {
  background-color: #0b60ae;
}

ul.quick-links {
  list-style: none;
  margin: 0px;
  padding: 0 20px;
}

ul.quick-links li:after {
  content: '';
  display: block;
  clear: both;
}

.ql-img {
  /* background-image: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_666/Templates/quicklinks-sprite-v1.png'); */
  width: 46px;
  height: 46px;
  display: inline-block;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.ql-img.vs {
  background-position: 0px 0px;
}

.ql-img.cs {
  background-position: 0px -46px;
}

.ql-img.hb5 {
  background-position: 0px -92px;
}

.ql-img.dtd {
  background-position: 0px -138px;
}

.ql-img.fs {
  background-position: 0px -184px;
}

.ql-img.al {
  background-position: 0px -230px;
}

.ql-img.tp {
  background-position: 0px -276px;
}

.ql-img.at {
  background-position: 0px -322px;
}

.ql-img.sn {
  background-position: 0px -368px;
}

.ql-img.ph {
  background-position: 0px -368px;
}

ul.quick-links h4 {
  font-size: 20px;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

ul.quick-links h4:hover {
  color: #0b60ae;
}

ul.quick-links h4 span {
  font-family: 'open_sansregular';
  font-size: 62%;
  display: block;
}

ul.quick-links li {
  margin-bottom: 25px;
}

ul.quick-links li:last-child {
  margin-bottom: 0px;
}

/* Agenda */
.main-content thead tr, .main-content .content-table th {
  background-color: #1C5383;
  padding: 10px !important;
}

.main-content thead tr p, .main-content thead tr, .main-content .content-table th p, .main-content .content-table th {
  color: #fff;
  font-weight: bold;
}

.main-content .content-table tr:nth-of-type(even) {
  background-color: rgba(28, 83, 131, 0.2);
}

.main-content .content-table {
  font-size: 14px;
}

.main-content .content-table td {
  padding: 10px;
  box-sizing: border-box;
}

.nav-tabs > li {
  margin-bottom: 0px !important;
  font-weight: 700;
}

.nav-tabs > li > a {
  background-color: #ddd;
  border-radius: 0 !important;
  margin-left: 0px !important;
  margin-right: 1px !important;
  color: #282828;
}

.nav-tabs > li > active {
  background-color: #1C5383;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #1C5383 !important;
  color: #fff !important;
  border: 1px solid #1C5383 !important;
}

#agenda-content .tab-content {
  padding: 0px;
}

#agenda-content ul.nav {
  border-bottom: 16px solid #1C5383;
}

.panel-default > .panel-heading {
  padding: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #1C5383 !important;
  color: #fff !important;
  border: 1px solid #1C5383 !important;
}

#agenda-content ul.nav {
  border-bottom: 16px solid #1C5383;
}

/* Documents style */
.document a[href$='.pdf'] {
  background: url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/pdf.png") no-repeat center left;
  padding-left: 50px;
}

.document a[href$='.pdf']:hover {
  background: #eeeeee url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/pdf.png") no-repeat 10px center left;
}

.document a[href$='.docx'],
.document a[href$='.doc'] {
  background: url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/docx.png") no-repeat center left;
  padding-left: 50px;
}

.document a[href$='.docx']:hover,
.document a[href$='.doc']:hover {
  background: #eeeeee url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/docx.png") no-repeat 10px center left;
}

.document a[href$='.pptx'],
.document a[href$='.ppt'] {
  background: url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/ppt.png") no-repeat center left;
  padding-left: 50px;
}

.document a[href$='.pptx']:hover,
.document a[href$='.ppt']:hover {
  background: #eeeeee url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/ppt.png") no-repeat 10px center left;
}

.document a[href$='.xls'],
.document a[href$='.xlsx'] {
  background: url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/xls.png") no-repeat center left;
  padding-left: 50px;
}

.document a[href$='.xlsx']:hover,
.document a[href$='.xls']:hover {
  background: #eeeeee url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/xls.png") no-repeat 10px center left;
}

.document a[href$='.png'] {
  background: url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/png.png") no-repeat center left;
  padding-left: 50px;
}

.document a[href$='.png']:hover {
  background: #eeeeee url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/png.png") no-repeat 10px center left;
}

.document a[href$='.jpg'],
.document a[href$='.jpeg'] {
  background: url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/jpg.png") no-repeat center left;
  padding-left: 50px;
}

.document a[href$='.jpg']:hover
.document a[href$='.jpeg'] {
  background: #eeeeee url("https://www.casperwy.gov/UserFiles/Servers/Server_62983/Image/Theme/jpg.png") no-repeat 10px center left;
}

.document {
  padding-left: 0;
  list-style: none;
  border: 1px solid #ccc;
  padding: 10px 10px 15px 10px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.document a {
  display: block;
  padding: 20px 0;
}

.document ul li {
  list-style: none;
}

/* Print page */
@media print {
  .CMS_adminBar, #skip, header, footer, .sub-bg, #subpage .main-container .sidebar, #subpage .breadcrumbs {
    display: none !important;
  }

  #subpage .main-container .main-content {
    width: 100%;
  }
}
/* Subpage News Summary */
#news-summary .content a.read-more {
  background: #1C5383;
  font-size: 16px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#news-summary .content a.read-more:hover, #news-summary .content a.read-more:focus {
  background: #1C5383;
}

/* Revisions */
#subpage .sub-bg .pageTitle {
  display: none;
}

#subpage .sub-bg:after {
  display: none;
}

#menubar .mobile-nav-items ul li.has-child .subnav.expanded {
  background: #CDDCF4;
  color: #1C5383;
}

#menubar #mobileNav.expanded .hamburger .bar:before, #menubar #mobileNav.expanded .hamburger .bar:after {
  background: #1C5383;
  height: 4px;
}

header .bottom-sec .bottom-sec-container .mainNav #menubar .inside-padding .megamenu .nav-menu .level1 > a {
    pointer-events: none;
}

/* Home page type */

#featured-slider .featured-news {}

#featured-slider .featured-news .slick-arrow {
    display: none !important;
}

#featured-slider .featured-news .slick-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#featured-slider .featured-news .slick-slide a {
    width: 100%;
    height: 20vw;
    display: block;
}

@media screen and (max-width: 1000px) {
    #featured-slider .featured-news .slick-slide a {
    height: 30vw;
}
}

#featured-slider .featured-news .slick-slide {
    position: relative;
}

#featured-slider .featured-news .slick-slide .feature-caption a {
    height: auto;
    display: block;
}

#featured-slider .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#featured-slider .slick-dots li {
    display: inline-block;
    padding: 3px;
}

#featured-slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 0;
    transition: all 200ms ease;
}

#featured-slider .slick-dots li.slick-active button {
    background: #1b5383;
}

.quick-link-slider {
    position: relative;
}

.quick-link-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 100;
    font-size: 0;
    width:  30px;
    height: 30px;
    border: 0;
    color: #1b5383;
    transition: all 200ms ease;
}

.quick-link-slider .slick-prev {
    left: 0;
}

.quick-link-slider .slick-next {
    right: 0;
}

.quick-link-slider .slick-list {
    padding-bottom: 30px;
}

.quick-link-slider .slick-prev:after {
    content: "\f053";
}

.quick-link-slider .slick-next:after {
    content: "\f054";
}



.quick-link-slider .slick-arrow:after {
    font-family: "Fontawesome";
    font-size: 18px;
}

.quick-link-slider .slick-arrow:hover, .quick-link-slider .slick-arrow:focus {
    background: #1b5383;
    color: #fff;
}

.quick-link-slider a img {
    margin: 0 auto;
    padding: 5px;
}

.quick-link-slider a {
    text-align: center;
    display: block;
}

#subpage .main-container .sidebar .sidenav-holder .sidenav-slide .nav-item.sidenav-level2 {
    padding-left: 40px;
}


header .bottom-sec.sticky {
    position: relative;
}

#content-wrapper {
    padding: 20px;
}

.Login .tbl_header {
    width: 100%;
    padding: 20px;
}
