* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #eef1f4;
  color: #272727;
  font: 14px/1.55 Cantarell, Arial, Helvetica, sans-serif;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(15, 56, 109, .9), rgba(15, 56, 109, .18) 280px, transparent 520px),
    radial-gradient(circle at top left, rgba(183, 32, 37, .22), transparent 340px);
}

a {
  color: #174f92;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b72025;
  text-decoration: underline;
}

img,
iframe {
  max-width: 100%;
}

input,
textarea {
  max-width: 100%;
  border: 1px solid #b8c1ca;
  border-radius: 3px;
  padding: 8px 9px;
  font: inherit;
}

input[type="submit"],
input[type="button"],
.button a,
.caption-button {
  border: 0;
  border-radius: 4px;
  background: #b72025;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.button a:hover,
.caption-button:hover {
  background: #8f181d;
  color: #fff;
  text-decoration: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

#wrapper {
  width: 100%;
  min-width: 1000px;
}

#header,
#main,
#footer {
  width: 960px;
  margin: 0 auto;
}

#header-wrapper {
  padding: 30px 0 0;
}

#header {
  position: relative;
  min-height: 190px;
  color: #fff;
}

#branding {
  min-height: 120px;
  padding-top: 10px;
}

#title a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .28);
}

#name-text,
#position-text {
  display: block;
  font-family: Arvo, Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  line-height: .95;
  text-transform: uppercase;
}

#qualifier-text {
  display: block;
  margin: 1px 0;
  color: #f0d9a0;
  font-family: "Sansita One", Georgia, serif;
  font-size: 31px;
  line-height: 1;
}

.widget {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widgettitle {
  margin: 0 0 12px;
  color: #143d72;
  font-family: Arvo, Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
}

#access-wrapper {
  clear: both;
  border-radius: 5px 5px 0 0;
  background: #102f59;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

#access ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#access li {
  border-right: 1px solid rgba(255, 255, 255, .16);
}

#access a {
  display: block;
  padding: 15px 17px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

#access .current-menu-item a,
#access a:hover {
  background: #b72025;
  text-decoration: none;
}

#main {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 35px rgba(17, 37, 62, .24);
}

.slider-container {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background: #102f59;
}

#slider img {
  display: none;
  width: 960px;
  height: 340px;
  object-fit: cover;
}

#slider img:first-child {
  display: block;
}

.nivo-controlNav {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 5;
}

.nivo-controlNav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
  text-indent: -9999px;
}

.caption-button {
  display: none;
}

.caption-button:first-of-type {
  position: absolute;
  left: 25px;
  bottom: 23px;
  display: inline-block;
  padding: 10px 16px;
}

#announcement-box-wrapper {
  padding: 0 24px;
  background: #f6f7f9;
}

#announcement-box {
  display: flex;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid #d9dde3;
}

#announcement-box .introduction {
  width: 34%;
  padding-right: 24px;
}

#announcement-box .introduction p {
  margin: 0;
  color: #b72025;
  font-family: Arvo, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

#announcement-box .news {
  flex: 1;
  color: #2b3541;
  font-size: 18px;
}

#sidebar-column {
  float: left;
  width: 100%;
  background: linear-gradient(90deg, #fff 0, #fff 640px, #edf1f5 640px, #edf1f5 100%);
}

#main-column {
  float: left;
  width: 100%;
}

#container {
  float: left;
  width: 640px;
  padding: 28px 28px 40px;
}

#content h3,
.events-container h3,
.frontpage-news-container h3,
.frontpage-blog-container h3 {
  margin: 0 0 15px;
  color: #143d72;
  font-family: Arvo, Georgia, serif;
  font-size: 23px;
}

.entry-content p {
  margin: 0 0 14px;
}

#primary {
  float: right;
  width: 320px;
  padding: 28px 20px 40px;
}

.widgetcontainer {
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid #d7dde5;
  border-radius: 6px;
  background: #fff;
}

#primary input[type="text"],
#primary textarea {
  width: 100%;
}

#primary input[type="button"],
#searchsubmit {
  margin-top: 9px;
  padding: 9px 14px;
}

.action-button-container {
  margin: 0;
  padding: 0;
  list-style: none;
}

.action-button-container li {
  margin-bottom: 9px;
}

.action-button-container a {
  display: block;
  padding: 13px 14px;
  text-align: center;
}

.action-button-container .emphasized a {
  background: #143d72;
}

.victory-social-media-icons {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.post {
  margin-bottom: 20px;
}

.events-container,
.frontpage-news-container,
.frontpage-blog-container {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #d9dde3;
}

.events-container .post {
  position: relative;
  min-height: 88px;
  padding-left: 78px;
}

.calendar-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #b9c2cd;
  text-align: center;
}

.calendar-box .month {
  background: #b72025;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.calendar-box .day {
  background: #fff;
  color: #143d72;
  font-family: Arvo, Georgia, serif;
  font-size: 27px;
  font-weight: 700;
}

.calendar-box p,
.information-box h4 {
  margin: 0;
}

.information-box .title,
.frontpage-news-container .title,
.frontpage-blog-container .entry-title {
  display: block;
  color: #143d72;
  font-family: Arvo, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.information-box h4,
.date,
.entry-meta {
  color: #727b85;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.desc p {
  margin: 7px 0 0;
}

.information-box .button a {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 10px;
  font-size: 11px;
}

.twitter-information {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.twitter-information .photo img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}

.tweets {
  margin: 0;
  padding-left: 18px;
}

.tweets li {
  margin-bottom: 10px;
}

#main-footer {
  clear: both;
  height: 1px;
}

#footer-wrapper {
  padding: 0 0 35px;
}

#footer {
  padding: 26px 24px;
  background: #102f59;
  color: rgba(255, 255, 255, .82);
}

#footer a {
  color: #fff;
}

#footer .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

#disclosure-box,
#copyright {
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 999px) {
  #wrapper {
    min-width: 0;
  }

  #header,
  #main,
  #footer {
    width: 100%;
  }

  #header {
    padding: 0 16px;
  }

  #name-text,
  #position-text {
    font-size: 42px;
  }

  #access ul {
    flex-wrap: wrap;
  }

  #access li {
    flex: 1 1 50%;
  }

  #sidebar-column {
    background: #fff;
  }

  #container,
  #primary {
    float: none;
    width: 100%;
  }

  #slider img {
    width: 100%;
    height: auto;
  }
}
