@import url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12421646/Templates/css/custom-normalize.css');
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");

/*@import url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12421646/Templates/css/global.css?v5');*/


/*@import url("//localhost:8080/plymouth/public_html/css/global.css");*/

@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Lato:400,700");
@import url('https://fonts.googleapis.com/css?family=Amiri:400,700|Galada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pridi:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Variables */


/* End Variables */

body {
  /*font-family: "Amiri", serif;*/
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0px !important;
  background-color: #fff;
  background-repeat: repeat;
  color: #1F1F1F;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.inside-padding {
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

ul.reset {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
  width: 0;
  height: 0;
}

#RSSLink {
  display: none;
}

svg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

div[class^="w-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pubWrapper .container {
  max-width: 1280px;
}

.fr {
  float: right;
}

.ptl_portlet_vertical {
  overflow: visible;
}

.w-50 {
  width: 50%;
}

.sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}

.sec-heading>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-heading>div a {
  font-size: 3em;
  color: #0D46AA;
  text-decoration: none;
}

.sec-heading>div a:hover,
.sec-heading>div a:focus {
  color: #a4c3f8;
}

.sec-heading h2 {
  /*font-family: "Amiri", serif;*/
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  margin-right: 0.5em;
  color: #121212;
}

@media screen and (max-width: 640px) {
  .sec-heading h2 {
    font-size: 1.5em;
  }
}

.sec-heading a.cta {
  /*font-family: "Amiri", serif;*/
  color: #0D46AA;
  font-size: 0.875em;
}

.sec-heading a.cta i {
  margin-left: 0.5em;
}

.sec-heading.light h2 {
  color: #fff;
}

a {
  text-decoration: none;
  color: #5762C1;
  font-weight: 400;
}

a:hover {
  color: #1664ed;
}

a.cta {
  color: #f1f1f1;
  font-weight: 600;
  font-size: 0.75em;
}

a.cta:hover,
a.cta:focus {
  color: #0D46AA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Amiri", serif;*/
  font-weight: 700;
}

*:focus {
  outline-color: #1e70ff;
}

.nivoSlider {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1024px) {
  .placeholder,
  .CMS_adminBar {
    display: none;
  }
}

#skip a:focus {
  position: relative;
  top: 0;
  left: 0;
}


/* Admin Template */

.adminTemplate #content-wrapper {
  padding: 1.5em 0.625em;
}

.adminTemplate #menubar .navbar table a.ContextBar,
.adminTemplate #menubar .navbar table span.ContextBar {
  color: #fff;
  /*font-family: "Amiri", serif;*/
  font-size: 1em;
  padding: 0 0.5em 0.25em 0.5em;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: .25em;
  display: inline-block;
}

.adminTemplate #menubar .navbar table a.ContextBar:first-child,
.adminTemplate #menubar .navbar table span.ContextBar:first-child {
  /*display: none;*/
}

.adminTemplate #menubar .navbar table a.ContextBar:after,
.adminTemplate #menubar .navbar table span.ContextBar:after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  height: 0.25rem;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.adminTemplate #menubar .navbar table a.ContextBar:hover,
.adminTemplate #menubar .navbar table a.ContextBar:focus,
.adminTemplate #menubar .navbar table span.ContextBar:hover,
.adminTemplate #menubar .navbar table span.ContextBar:focus {
  text-decoration: none;
}

.adminTemplate #menubar .navbar table a.ContextBar:hover:after,
.adminTemplate #menubar .navbar table a.ContextBar:focus:after,
.adminTemplate #menubar .navbar table span.ContextBar:hover:after,
.adminTemplate #menubar .navbar table span.ContextBar:focus:after {
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translateY(0.125em);
  -ms-transform: translateY(0.125em);
  transform: translateY(0.125em);
}

.adminTemplate #menubar .navbar table a.ContextBar:after {
  background-color: #a4c3f8;
}

.adminTemplate #menubar .navbar table a.ContextBar:hover:after {
  background-color: #d4e2fc;
}

.adminTemplate #menubar .navbar table span.ContextBar:after {
  background-color: #09327b;
}

.adminTemplate #menubar .navbar table span.ContextBar:hover:after {
  background-color: #09327b;
}

.adminTemplate #menubar .navbar table em {
  color: #fff;
  font-size: 1.25em;
  padding: 0 0.5em;
}


/* Main Template */

#menubar {
  display: none;
}

#menubar .megamenu nav ul.nav-menu li.nav-item>a {
  /*font-family: "Amiri", serif;*/
  margin: 0;
  border: none;
  text-decoration: none;
  padding: 1.25rem 1.625rem;
}

#menubar .megamenu nav ul.nav-menu li.nav-item>a:hover,
#menubar .megamenu nav ul.nav-menu li.nav-item>a:focus,
#menubar .megamenu nav ul.nav-menu li.nav-item>a.open {
  background: #09327b;
}

#menubar .megamenu nav ul.nav-menu li.nav-item:not(:last-child)>a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav {
  background: rgba(9, 50, 123, 0.95);
}

#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav .nav-lists.level1>ul.sub-nav-group.category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1em;
}

#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav .nav-lists.level1>ul.sub-nav-group.category>li>div a {
  /*font-family: "Amiri", serif;*/
  font-size: 1em;
  font-weight: 700;
}

#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav .nav-lists.level1>ul.sub-nav-group.category>li>div a:hover,
#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav .nav-lists.level1>ul.sub-nav-group.category>li>div a:focus {
  background: rgba(0, 0, 0, 0.25);
}

#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav .nav-lists.level1>ul.sub-nav-group.category>li>div.level2 {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav .nav-lists.level1>ul.sub-nav-group.category>li>div.level2 ul li {
  margin-left: 0.325em;
}

#menubar .megamenu nav ul.nav-menu li.nav-item .sub-nav .nav-lists.level1>ul.sub-nav-group.category>li>div.level2 ul li a {
  font-size: 0.875em;
  font-weight: 600;
}

#menubar .megamenu nav ul.nav-menu li.nav-item a.sub-nav {
  width: auto;
  background: none;
}

#menubar .megamenu nav ul.nav-menu li.nav-item a.sub-nav.open {
  background: none;
}

#menubar .megamenu nav ul.nav-menu li.nav-item a.sub-nav:hover,
#menubar .megamenu nav ul.nav-menu li.nav-item a.sub-nav:focus {
  background: #09327b;
}

@media screen and (max-width: 1024px) {
  #menubar .megamenu {
    display: none;
  }
}

#menubar a#mobile-bar {
  display: none;
  color: #fff;
  padding: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
}

#menubar a#mobile-bar em {
  margin-right: 0.5rem;
}

@media screen and (max-width: 1024px) {
  #menubar a#mobile-bar {
    display: block;
  }
}

#menubar a.logo {
  display: none;
  color: #fff;
  /*font-family: "Amiri", serif;*/
  padding-right: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  #menubar a.logo {
    display: block;
  }
}

header {
  background: #0D46AA;
}

header #menubar {
  display: block;
}

@media screen and (max-width: 1024px) {
  header #menubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .homepage header #menubar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

footer {
  background: #0D46AA;
  color: #fff;
}

footer>.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  footer>.container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    grid-row-gap: 1.5rem;
  }
}

footer>.container>*:nth-child(1) {
  -ms-grid-column: 1;
}

footer>.container>*:nth-child(2) {
  -ms-grid-column: 2;
}

footer>.container.inside-padding {
  padding: 3rem 0.625rem;
}

footer a.logo {
  display: block;
  font-size: 1.5em;
  /*font-family: "Amiri", serif;*/
  color: #fff;
  text-decoration: none;
}

footer a.logo span {
  font-family: "Galada", serif;
  display: block;
  line-height: 1.5;
  font-size: 3.375rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 568px) {
  footer a.logo {
    font-size: 4vw;
  }
  footer a.logo span {
    font-size: 333%;
  }
}

footer .footer-right>a {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.25em;
  /*font-family: "Amiri", serif;*/
  border: 1px solid #fff;
}

footer .footer-right .contact-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
}

footer .footer-right .contact-info>*:nth-child(1) {
  -ms-grid-column: 1;
}

footer .footer-right .contact-info>*:nth-child(2) {
  -ms-grid-column: 2;
}

footer .footer-right .contact-info .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem auto;
  grid-template-columns: 5rem auto;
}

footer .footer-right .contact-info .info>*:nth-child(1) {
  -ms-grid-column: 1;
}

footer .footer-right .contact-info .info>*:nth-child(2) {
  -ms-grid-column: 2;
}

footer .footer-right .contact-info .info>*:nth-child(3) {
  -ms-grid-column: 3;
}

footer .footer-right .contact-info .info i {
  font-size: 4rem;
  width: 4rem;
  margin-right: 1rem;
}

@media screen and (max-width: 1024px) {
  footer .footer-right .contact-info .info i {
    width: 2.5rem;
    font-size: 2.5rem;
  }
}

footer .footer-right .contact-info .info div span {
  display: block;
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  footer .footer-right .contact-info .info div span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-right .contact-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    grid-row-gap: 1rem;
  }
}

.credits {
  background: #09327b;
  color: #fff;
  font-size: 0.875rem;
}

.credits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.credits ul li a {
  color: #fff;
}

.credits ul li:not(:first-child) {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #fff;
}


/* Homepage */

section#hero {
  position: relative;
  z-index: 1;
  height: 40vw;
  max-height: 485px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

section#hero:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  width: 100%;
  height: 80%;
  opacity: 0.9;
  left: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222222));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=0);
}

section#hero>.container {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 2.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 568px) {
  section#hero>.container {
    bottom: 0rem;
  }
}

section#hero .city-name {
  font-size: 2.25em;
  /*font-family: "Amiri", serif;*/
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}

section#hero .city-name span {
  font-family: "Galada", serif;
  display: block;
  line-height: 85%;
  font-size: 7.5rem;
}

@media screen and (max-width: 1280px) {
  section#hero .city-name {
    font-size: 3vw;
  }
  section#hero .city-name span {
    font-size: 333%;
  }
}

@media screen and (max-width: 568px) {
  section#hero .city-name {
    font-size: 4vw;
  }
  section#hero .city-name span {
    font-size: 333%;
  }
}

section#hero ul.social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

section#hero ul.social li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

section#hero ul.social li a:hover,
section#hero ul.social li a:focus {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

section#hero ul.social li a.fa-facebook {
  background: #3B5999;
}

section#hero ul.social li a.fa-twitter {
  background: #2D9DD8;
}

section#hero ul.social li a.fa-instagram {
  background: #DD287B;
}

section#quicklinks {
  background: #f1f1f1;
}

section#quicklinks>.inside-padding {
  padding: 2.5rem 0.625rem;
}

@media screen and (max-width: 768px) {
  section#quicklinks>.inside-padding {
    padding: 1.5rem 0.625rem;
  }
}

section#quicklinks .quicklinks-wrapper .quicklinks.portlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section#quicklinks .quicklinks-wrapper .quicklinks.portlet a {
  text-decoration: none;
  text-align: center;
  width: calc(100% / 8);
}

section#quicklinks .quicklinks-wrapper .quicklinks.portlet a i {
  background: #0D46AA;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  font-size: 2.5rem;
  line-height: 6rem;
  color: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

section#quicklinks .quicklinks-wrapper .quicklinks.portlet a span {
  /*font-family: "Amiri", serif;*/
  color: #121212;
  font-weight: 700;
  margin-top: 1rem;
  display: block;
}

section#quicklinks .quicklinks-wrapper .quicklinks.portlet a:hover i,
section#quicklinks .quicklinks-wrapper .quicklinks.portlet a:focus i {
  -webkit-box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1024px) {
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet a i {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1rem 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3rem 1rem auto;
    grid-template-columns: 3rem auto;
    grid-column-gap: 1rem;
    text-align: left;
    width: auto;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet a i {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 420px) {
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section#quicklinks .quicklinks-wrapper .quicklinks.portlet a i {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
  }
}

section#events>.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33334% 66.66667%;
  grid-template-columns: 33.33334% 66.66667%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  section#events>.container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

section#events>.container>*:nth-child(1) {
  -ms-grid-column: 1;
}

section#events>.container>*:nth-child(2) {
  -ms-grid-column: 2;
}

section#events>.container>.inside-padding {
  padding: 2.5rem 0.625rem;
}

@media screen and (max-width: 1024px) {
  section#events>.container>.inside-padding:first-child {
    padding: 2.5rem 0.625rem 0.625rem 0.625rem;
  }
  section#events>.container>.inside-padding:last-child {
    padding: 0.625rem 0.625rem 2.5rem 0.625rem;
  }
}

section#events #upcoming-events .events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 0.125em;
}

section#events #upcoming-events .events-list a.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.875em;
  overflow: hidden;
  text-decoration: none;
}

section#events #upcoming-events .events-list a.event .event-date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.25rem;
  background: #0D46AA;
  color: #fff;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section#events #upcoming-events .events-list a.event .event-date .date {
  text-align: center;
  font-size: 1em;
  /*font-family: "Amiri", serif;*/
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

section#events #upcoming-events .events-list a.event .event-date .date span {
  font-size: 150%;
  display: block;
}

section#events #upcoming-events .events-list a.event .event-date .fa {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-6rem, -50%);
  -ms-transform: translate(-6rem, -50%);
  transform: translate(-6rem, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

section#events #upcoming-events .events-list a.event .event-info {
  width: calc(100% - 4.25rem);
  padding: 0.5em 0.5em 0.5em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #121212;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#events #upcoming-events .events-list a.event .event-info .event-name {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

section#events #upcoming-events .events-list a.event .event-info .time {
  font-size: 0.875em;
}

section#events #upcoming-events .events-list a.event:hover .event-date .date,
section#events #upcoming-events .events-list a.event:focus .event-date .date {
  opacity: 0;
}

section#events #upcoming-events .events-list a.event:hover .event-date .fa,
section#events #upcoming-events .events-list a.event:focus .event-date .fa {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body .bannerContainer.bannerShowControls .nivo-caption {
  padding: 0.5em 8em 0.5em 1em;
  background: #f1f1f1;
  opacity: 1;
}

body .bannerContainer.bannerShowControls .nivo-caption p {
  color: #121212;
  /*font-family: "Amiri", serif;*/
  letter-spacing: 0;
  font-size: 1rem;
}

body .nivo-controlNav {
  bottom: 0.25rem !important;
  max-width: 7rem;
}

body .nivo-directionNav {
  display: none;
}

section#news {
  background: #f1f1f1;
}

section#news>.container.inside-padding {
  padding: 2.5rem 0.625rem;
}

section#news .sec-heading a {
  padding: 0 0.5rem;
}

section#news .news-summary .slick-list {
  margin: 0 -1.5em;
}

section#news .news-summary .story {
  margin: 0em 1.5em;
  background: #fff;
}

section#news .news-summary .story .image {
  height: 40vw;
  max-height: 275px;
}

section#news .news-summary .story .content {
  padding: 1.5rem 1rem;
}

section#news .news-summary .story .content .pub-date {
  font-size: 0.875rem;
}

section#news .news-summary .story .content h3 {
  color: #0D46AA;
  /*font-family: "Amiri", serif;*/
  font-weight: 700;
  font-size: 1rem;
}

section#news .news-summary .story .content a {
  text-decoration: none;
  /*font-family: "Amiri", serif;*/
  color: #0D46AA;
  font-size: 0.875em;
  font-weight: 600;
}

section#news .news-summary .story .content a i {
  margin-left: 0.5em;
}


/* Subpage Layout */

#subpage #page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 3em auto;
  grid-template-columns: 280px auto;
  grid-column-gap: 3em;
}

#subpage #page.inside-padding {
  padding: 0 0.625em;
}

@media screen and (max-width: 1024px) {
  #subpage #page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#subpage #page .sidebar {
  background: #f1f1f1;
  padding: 3em 0;
}

@media screen and (max-width: 1024px) {
  #subpage #page .sidebar {
    padding: 0;
    margin-top: 1em;
  }
}

#subpage #page .sidebar #inside-nav .current-head .nav-toggle {
  background: #0D46AA;
  padding: 0.5em 1em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#subpage #page .sidebar #inside-nav .current-head .nav-toggle a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #subpage #page .sidebar #inside-nav .current-head {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  #subpage #page .sidebar #inside-nav .sidenav-slide {
    border: none;
    display: none;
    background: #fff;
  }
}

@media screen and (min-width: 1025px) {
  #subpage #page .sidebar #inside-nav .sidenav-slide {
    display: block !important;
  }
}

#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] {
  padding: 0;
}

#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] a {
  display: block;
  padding: 0.25em 1em;
  text-decoration: none;
}

#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] a:hover,
#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] a:focus {
  background: #115ad9;
  color: #fff;
}

#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].sitenavl1 a {
  padding: 0.25em 1em 0.25em 1.625em;
}

@media screen and (max-width: 1024px) {
  #subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].sitenavl1 a {
    padding: 0.5em 1em;
  }
}

#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage a {
  background: #0D46AA;
  color: #fff;
  font-size: 1.125em;
  font-weight: 600;
  padding: 0.5em 1em;
  margin-bottom: 0.5rem;
}

#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage a:hover,
#subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage a:focus {
  background: #115ad9;
}

@media screen and (max-width: 1024px) {
  #subpage #page .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage {
    display: none;
  }
}

#subpage #page .main-content {
  padding: 3em 0;
}

@media screen and (max-width: 1024px) {
  #subpage #page .main-content {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  #subpage #page .main-content .pageTitle {
    display: none;
  }
}

#subpage #page .main-content .breadcrumbs nav {
  font-size: 0.75em;
}

#subpage #page .main-content .breadcrumbs nav a {
  text-decoration: underline;
}

#subpage #page .main-content .breadcrumbs nav a:hover,
#subpage #page .main-content .breadcrumbs nav a:focus {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #subpage #page .main-content .breadcrumbs {
    display: none;
  }
}

#subpage #page .main-content main .ptl_portlet_vertical a {
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  #subpage #page .main-content main {
    margin-top: 2rem;
  }
}


/* END */

body #pubWrapper .container {
  max-width: 1280px;
}

section#quicklinks .quicklinks-wrapper .quicklinks.portlet a {
  text-decoration: none;
  text-align: center;
  width: calc(100% / 8 - 20px);
  padding: 10px;
}

/* Font Override */
#ctl00_PageBody h1, #ctl00_PageBody h2, #ctl00_PageBody h3, #ctl00_PageBody h4, #ctl00_PageBody h5, #ctl00_PageBody h6 {
  font-family: 'Pridi', serif;
  font-weight: 600;
}
body#ctl00_PageBody, body#ctl00_PageBody b, body#ctl00_PageBody strong, body#ctl00_PageBody .sub-nav-group.category a {
  font-family: 'Roboto', sans-serif;
}

ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2rem;
}

@media screen and (max-width: 900px){
  ul.social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
  }
}

ul.social li:not(:last-child) {
  margin-right: 10px;
}

ul.social li a {
  color: #fff;
  font-size: 1.625rem;
  padding: 0.5rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}


ul.social li a.fa-facebook {
background:#fff
  
}
ul.social li a.fa-facebook {
font-family: "Font Awesome 6 Brands"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    color: #1877F2;
    font-size: 1.85em;
transition:all ease 0.5s;
}

.fa-facebook-f:hover:before, 
.fa-facebook:hover:before {
    color: #1162c4;
transition:all ease 0.5s;
}
ul.social li a.fa-twitter {
  background: #000;
}
ul.social li a.fa-twitter svg {
height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    position: relative;
    right: 3px;
    bottom: 2px;
}
ul.social li a.fa-twitter path {
    fill: white;
    transform: scale(1.3);
    text-align: center;
}
.fa-twitter:before {
display:none
}

ul.social li a.fa-instagram {
  background: #DD287B;
}

ul.social li a.fa-linkedin {
  background: #0077b5;
}

ul.social li a.fa-youtube-play {
  background: #b31217;
}

ul.social li a.fa-facebook:hover,
ul.social li a.fa-facebook:focus {
  background: #fff;
}

ul.social li a.fa-twitter:hover,
ul.social li a.fa-twitter:focus {
  background: #333;
}

ul.social li a.fa-instagram:hover,
ul.social li a.fa-instagram:focus {
  background: #c6246e;
}

ul.social li a.fa-linkedin:hover,
ul.social li a.fa-linkedin:focus {
  background: #006ba2;
}

ul.social li a.fa-youtube-play:hover,
ul.social li a.fa-youtube-play:focus {
  background: #a11014;
}
