@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  background: #edeceb;
}

.portletEditMode #page {
  margin-top: 150px;
}

.designMode #banner {
  width: 100%;
}

.w-30 {
  width: 30%;
  float: left;
}

.w-50 {
  width: 50%;
  float: left;
}

.w-70 {
  width: 70%;
  float: left;
}

.inside-padding {
  padding: 20px;
}

.showIt {
  opacity: 1 !important;
}

.hideIt {
  opacity: 0;
}

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
}
#skip a:focus {
  padding: 0.5em 0.5em 0.4em;
  font-size: 14px;
  margin: 0.6em 0;
  border-radius: 5px;
  font-weight: 600;
  color: #654106;
  background: #ffe1b1;
  position: fixed;
  z-index: 9000;
  left: 10px;
  top: 50px;
}

@-webkit-keyframes open-nav {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes open-nav {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes open-nav {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes open-nav {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    top: 0;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0;
  }
  75% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes scroll-down {
  0% {
    top: 0;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0;
  }
  75% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes scroll-down {
  0% {
    top: 0;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0;
  }
  75% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-down {
  0% {
    top: 0;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0;
  }
  75% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  header .header-top .login {
    width: 100% !important;
    float: none !important;
  }
  header #emergency-banner {
    background: #8c1c13;
  }
  header #emergency-banner .alertInner {
    color: #fff;
    padding: 180px 15px 0 15px !important;
  }
  header .header-bottom .tag-line {
    left: 10px !important;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  header .header-bottom .tag-line {
    display: none !important;
  }
}

header .left-side #logo {
  float: left;
  background: #fff;
  padding: 5px;
  margin-left: 50px;
  margin-top: 3px;
  position: absolute;
  z-index: 3000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -vendor-animation-duration: 700ms;
  animation-duration: 700ms;
}
header .left-side #logo img {
  max-width: 180px;
}
header .header-top {
  background: #8c1c13;
  border-top: 3px solid #4562a6;
  padding: 10px;
}
header .header-top .container {
  width: 99%;
  height: 22px;
}
header .header-top .container #emergency-banner {
  width: 90%;
  display: block;
  position: relative;
}
header .header-top .container #emergency-banner .alertInner {
  color: #fff;
  padding-left: 280px;
}
header .header-top .container .login {
  text-align: right;
  width: 10%;
  float: right;
}
header .header-top .container .login .fa {
  padding-right: 10px;
  font-size: 16px;
  color: #fff;
}
header .header-top .container .login a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 600;
}
header .header-top .container .login a:hover {
  text-decoration: underline;
}
header .header-bottom {
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
}
header .header-bottom .tag-line {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 600;
  color: #4562a6;
  position: absolute;
  left: 260px;
}

#menubar {
  width: 100%;
  float: right;
  padding-left: 450px;
}
#menubar #mobile-bar {
  display: none;
  text-align: right;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  width: 100px;
  float: right;
}
@media screen and (max-width: 1100px) {
  #menubar #mobile-bar {
    display: block;
  }
}
#menubar .inside-padding {
  padding: 0;
}
@media screen and (max-width: 1100px) {
  #menubar .megamenu {
    display: none;
  }
}
#menubar .megamenu nav .nav-menu {
  text-align: right;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 a {
  color: #303c45;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 10px;
  text-transform: uppercase;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  border: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 a div span {
  z-index: 10;
  position: relative;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 a div:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4c8245;
  background: -moz-linear-gradient(top, #4c8245 0%, #42713c 91%, #2f502a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c8245 0%, #42713c 91%, #2f502a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c8245 0%, #42713c 91%, #2f502a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 200ms ease-in-out;
  z-index: 0;
  opacity: 0;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 a.open {
  background: transparent !important;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 a:hover div:after, #menubar .megamenu nav .nav-menu .nav-item.level0 a.open div:after, #menubar .megamenu nav .nav-menu .nav-item.level0 a:focus div:after {
  opacity: 1;
  height: 100%;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 a:hover span, #menubar .megamenu nav .nav-menu .nav-item.level0 a.open span, #menubar .megamenu nav .nav-menu .nav-item.level0 a:focus span {
  color: #fff;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 .sub-nav {
  background: #4c8245;
  padding: 15px;
  right: 0px !important;
  left: unset !important;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 .sub-nav.open {
  opacity: 0;
  -webkit-animation: open-nav 1.5s 200ms forwards;
  /* Safari 4+ */
  -moz-animation: open-nav 1.5s 200ms forwards;
  /* Fx 5+ */
  -o-animation: open-nav 1.5s 200ms forwards;
  /* Opera 12+ */
  animation: open-nav 1.5s 200ms forwards;
  /* IE 10+, Fx 29+ */
}
#menubar .megamenu nav .nav-menu .nav-item.level0 .sub-nav .level1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: 0.5em;
  text-align: left;
  float: left;
  width: 100%;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 .sub-nav .level1 a {
  color: #fff;
  font-size: 0.875em;
  padding: 10px 5px;
  margin: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: none !important;
}
#menubar .megamenu nav .nav-menu .nav-item.level0 .sub-nav .level1 a:hover, #menubar .megamenu nav .nav-menu .nav-item.level0 .sub-nav .level1 a:focus {
  background: #396133;
}
#menubar .megamenu nav .nav-menu .nav-item.level0:last-child > a {
  color: #fff;
  background: #4c8245;
  background: -moz-linear-gradient(top, #4c8245 0%, #42713c 91%, #2f502a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c8245 0%, #42713c 91%, #2f502a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c8245 0%, #42713c 91%, #2f502a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none !important;
}
#menubar .megamenu nav .nav-menu .nav-item.level0:last-child > a div span {
  z-index: 10;
  position: relative;
  color: #fff;
}
#menubar .megamenu nav .nav-menu .nav-item.level0:last-child > a div:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4562a6;
  background: -moz-linear-gradient(top, #4562a6 0%, #3e5794 91%, #2f4270 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4562a6 0%, #3e5794 91%, #2f4270 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4562a6 0%, #3e5794 91%, #2f4270 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 200ms ease-in-out;
  z-index: 0;
  opacity: 0;
}
#menubar .megamenu nav .nav-menu .nav-item.level0:last-child > a.open {
  background: transparent !important;
}
#menubar .megamenu nav .nav-menu .nav-item.level0:last-child > a:hover div:after, #menubar .megamenu nav .nav-menu .nav-item.level0:last-child > a.open div:after, #menubar .megamenu nav .nav-menu .nav-item.level0:last-child > a:focus div:after {
  opacity: 1;
  height: 100%;
}
#menubar .megamenu nav .nav-menu .nav-item.level0:last-child .sub-nav {
  background: #4562a6;
}
#menubar .megamenu nav .nav-menu .nav-item.level0:last-child .sub-nav .level1 a:hover, #menubar .megamenu nav .nav-menu .nav-item.level0:last-child .sub-nav .level1 a:focus {
  background: #364d82;
}

#banner {
  background: #025da8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center -200px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #banner {
    background-size: 150%;
  }
  #banner .header-tag {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #banner {
    background-size: 240%;
  }
}
@media screen and (max-width: 580px) {
  #banner {
    background-size: 380%;
    height: 800px;
  }
}
#banner .banner-shadow {
  content: '';
  background: url(/UserFiles/Servers/Server_12493019/Templates/img/shadow.png) repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
  opacity: 0.7;
}
#banner .scroll-down {
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
#banner .scroll-down a {
  text-decoration: none;
  text-align: center;
}
#banner .scroll-down a span {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
}
#banner .scroll-down a img {
  width: 50px;
  position: relative;
  -webkit-animation: scroll-down 2s infinite;
  /* Safari 4+ */
  -moz-animation: scroll-down 2s infinite;
  /* Fx 5+ */
  -o-animation: scroll-down 2s infinite;
  /* Opera 12+ */
  animation: scroll-down 2s infinite;
  /* IE 10+, Fx 29+ */
}
#banner .header-tag {
  position: absolute;
  right: 0;
  bottom: 100px;
  background: rgba(48, 60, 69, 0.5);
  border: 1px solid rgba(48, 60, 69, 0.5);
  padding: 10px;
}
#banner .header-tag .icon-tag {
  color: #fff;
  padding: 10px 15px 10px 0;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#banner .header-tag .text-tag {
  float: right;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
}
#banner .header-tag .text-tag span {
  color: #fff;
  display: block;
  font-size: 0.875em;
  font-family: "Open Sans", sans-serif;
}
#banner .header-ql {
  background: rgba(48, 60, 69, 0.5);
  border: 1px solid rgba(48, 60, 69, 0.5);
  padding: 15px;
  width: 100%;
  max-width: 700px;
  z-index: 20;
}
#banner .header-ql .quick-links {
  width: 100%;
  margin: 0 auto;
}
#banner .header-ql .quick-links ul {
  padding: 0;
  text-align: center;
}
#banner .header-ql .quick-links ul li {
  list-style: none;
  display: inline-block;
  margin: 25px 2px;
}
#banner .header-ql .quick-links ul li a {
  color: #4562a6;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none;
  padding: 22px 35px;
  border: 1px solid rgba(48, 60, 69, 0.6);
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 91%, #d3d3d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 91%, #d3d3d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 91%, #d3d3d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#banner .header-ql .quick-links ul li a em {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 20px;
  padding-right: 10px;
  color: #4562a6;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#banner .header-ql .quick-links ul li a:hover {
  color: #fff;
  background: #0063ad;
}
#banner .header-ql .quick-links ul li a:hover em {
  color: #fff;
}
#banner #search-box {
  margin: 0 auto;
  max-width: 636px;
  position: relative;
  padding: 0 15px;
}
#banner #search-box input[id*="SearchTerm"] {
  border: 1px solid rgba(51, 51, 51, 0.15);
  padding: 1rem 1.3rem;
  margin: 0 auto;
  line-height: 1.375rem;
  font-size: 0.875em;
  font-weight: 600;
  font-style: italic;
  color: #1e3853;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
}
#banner #search-box a[id*="btn"] {
  border: none;
  position: absolute;
  right: 24px;
  top: 9px;
  background: #0063ad;
  padding: 8px;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#banner #search-box a[id*="btn"]:hover {
  cursor: pointer;
  background: #4c8245;
}
#banner #search-box a[id*="btn"] em {
  color: #fff;
  font-size: 1.475rem;
  text-align: center;
}

#welcome {
  margin-top: -100px;
  min-height: 600px;
}
@media screen and (max-width: 1080px) {
  #welcome .w-50 {
    width: 100%;
    float: none;
  }
  #welcome .right-sec {
    margin-bottom: -70px !important;
  }
  #welcome .right-sec .quick-links {
    padding: 70px 0 150px 0 !important;
  }
  #welcome .left-sec .welcome-sec {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 580px) {
  #welcome .right-sec .quick-links {
    padding: 40px 0 100px 0 !important;
  }
  #welcome .left-sec {
    margin-bottom: 100px !important;
  }
  #welcome .left-sec .welcome-sec {
    margin-top: 350px !important;
  }
}
@media screen and (max-width: 490px) {
  #welcome .left-sec {
    margin-bottom: 250px !important;
  }
}
#welcome .left-sec {
  width: 70%;
  margin: 0 auto;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#welcome .left-sec .welcome-sec {
  font-family: "Open Sans", sans-serif;
  margin-top: 130px;
}
#welcome .left-sec .welcome-sec h2 {
  font-size: 2.125em;
  font-weight: bold;
  color: #303c45;
}
#welcome .left-sec .welcome-sec h2:after {
  border-bottom: 3px solid rgba(48, 60, 69, 0.15);
  content: '';
  display: block;
  width: 100px;
}
#welcome .left-sec .welcome-sec p {
  font-size: 1em;
  color: #6B6B6B;
  line-height: 1.875em;
}
#welcome .left-sec .welcome-sec p strong {
  font-size: 1.5em;
  font-weight: 600;
  color: #4562a6;
}
#welcome .left-sec .welcome-sec a {
  text-decoration: none;
}
#welcome .left-sec .welcome-sec a .w-button {
  background: #0063ad;
  width: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#welcome .left-sec .welcome-sec a .w-button span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  z-index: 10;
}
#welcome .left-sec .welcome-sec a .w-button:before {
  content: '';
  position: absolute;
  top: 50px;
  left: -31px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 140px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#welcome .left-sec .welcome-sec a .w-button:after {
  content: '';
  position: absolute;
  top: 50px;
  left: -31px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 140px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#welcome .left-sec .welcome-sec a .w-button:hover {
  background: #4c8245;
}
#welcome .left-sec .welcome-sec a .w-button:hover:before {
  opacity: 1;
  -webkit-transform: translate(0px, -120px);
  -ms-transform: translate(0px, -120px);
  transform: translate(0px, -120px);
  -moz-transform: translate(0px, -120px);
}
#welcome .left-sec .welcome-sec a .w-button:hover:after {
  opacity: 1;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
  -moz-transform: translate(0px, -100px);
}
#welcome .right-sec {
  width: 70%;
  margin: 0 auto;
}
#welcome .right-sec .quick-links {
  background: #4c8245;
  padding: 170px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#welcome .right-sec .quick-links ul {
  width: 80%;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
#welcome .right-sec .quick-links ul li {
  list-style: none;
}
#welcome .right-sec .quick-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 10px 5px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#welcome .right-sec .quick-links ul li a em {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 15px;
  float: right;
  padding-right: 10px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
}
#welcome .right-sec .quick-links ul li a span {
  display: block;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: 10;
  position: absolute;
  top: 13px;
}
#welcome .right-sec .quick-links ul li a:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: 0;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  background: #fff;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
#welcome .right-sec .quick-links ul li a:hover {
  color: #4c8245;
}
#welcome .right-sec .quick-links ul li a:hover:after {
  height: 450%;
}
#welcome .right-sec .quick-links ul li:nth-child(2n) a {
  background: rgba(51, 51, 51, 0.22);
}

.section {
  position: relative;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  width: 100%;
  overflow: hidden;
}
.section .sec-bg {
  background-size: cover;
  width: 100%;
  height: 170%;
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  top: -230px;
  background-position: center -350px;
  position: absolute;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .section .sec-bg {
    top: -350px;
  }
}
@media screen and (max-width: 650px) {
  .section .sec-bg {
    top: -550px;
  }
}
.section .skew {
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  padding: 50px 50px 80px 50px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .section .skew {
    padding: 50px 0 80px 0 !important;
  }
}
.section .skew .sec-title {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
}
.section .skew .sec-title h2 {
  font-size: 2.125em;
  font-weight: bold;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .section .skew .sec-title h2 {
    font-size: 1.825em;
  }
}
.section .skew .sec-title h2:after {
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
  content: '';
  display: block;
  width: 100px;
  margin: 10px auto 0;
}
.section .skew .sec-title p {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

.sec-7-portlet {
  margin-top: -60px;
}

.bg1 {
  background: url(/UserFiles/Servers/Server_12493019/Templates/img/sec1-bg.jpg);
}

.bg3 {
  background: url(/UserFiles/Servers/Server_12493019/Templates/img/sec3-bg.jpg);
}

.bg5 {
  background: url(/UserFiles/Servers/Server_12493019/Templates/img/sec3-bg.jpg);
}

.bg7 {
  height: 120% !important;
  top: -280px !important;
  background-position: center !important;
}
.bg7 .bg-shadow {
  background: url(/UserFiles/Servers/Server_12493019/Templates/img/shadow.png) repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  background-size: 100% 50%;
  background-position: bottom center;
}

#sec2 .sec-title, #sec4 .sec-title, #sec6 .sec-title {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
#sec2 .sec-title h2, #sec4 .sec-title h2, #sec6 .sec-title h2 {
  font-size: 2.125em;
  font-weight: bold;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  color: #4b4391;
}
@media screen and (max-width: 550px) {
  #sec2 .sec-title h2, #sec4 .sec-title h2, #sec6 .sec-title h2 {
    font-size: 1.825em;
  }
}
#sec2 .sec-title h2:after, #sec4 .sec-title h2:after, #sec6 .sec-title h2:after {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  content: '';
  display: block;
  width: 100px;
  margin: 10px auto 0;
}
#sec2 .sec-title p, #sec4 .sec-title p, #sec6 .sec-title p {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  color: #666666;
}

.l-img-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px 50px;
}
@media screen and (max-width: 1100px) {
  .l-img-content {
    flex-direction: column;
    padding: 0px 30px !important;
  }
  .l-img-content .content {
    padding-left: 0 !important;
    margin-top: 30px;
    width: 100% !important;
  }
  .l-img-content .content p {
    text-align: center !important;
  }
  .l-img-content .content .m-button {
    float: none !important;
    margin: 0 auto;
  }
  .l-img-content .image, .l-img-content .subpage .photos-gallery-7 .f-image, .subpage .photos-gallery-7 .l-img-content .f-image {
    width: 100% !important;
  }
}
.l-img-content .image, .l-img-content .subpage .photos-gallery-7 .f-image, .subpage .photos-gallery-7 .l-img-content .f-image {
  width: 50%;
  height: 350px;
  max-width: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 5px #fff;
}
@media screen and (max-width: 550px) {
  .l-img-content .image, .l-img-content .subpage .photos-gallery-7 .f-image, .subpage .photos-gallery-7 .l-img-content .f-image {
    height: 170px;
  }
}
.l-img-content .image img, .l-img-content .subpage .photos-gallery-7 .f-image img, .subpage .photos-gallery-7 .l-img-content .f-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-img-content .content {
  padding-left: 100px;
  width: 50%;
}
.l-img-content .content p {
  color: #fff;
  line-height: 1.875em;
  text-align: right;
}
.l-img-content .content strong {
  font-weight: 600;
  font-size: 1.500em;
}
.l-img-content .content a .m-button {
  background: #0063ad;
  width: 100px;
  padding: 20px;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.l-img-content .content a .m-button span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  z-index: 10;
}
.l-img-content .content a .m-button:before {
  content: '';
  position: absolute;
  top: 50px;
  left: -31px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 140px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.l-img-content .content a .m-button:after {
  content: '';
  position: absolute;
  top: 50px;
  left: -31px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 140px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.l-img-content .content a .m-button:hover {
  background: #42713c;
}
.l-img-content .content a .m-button:hover:before {
  opacity: 1;
  -webkit-transform: translate(0px, -120px);
  -ms-transform: translate(0px, -120px);
  transform: translate(0px, -120px);
  -moz-transform: translate(0px, -120px);
}
.l-img-content .content a .m-button:hover:after {
  opacity: 1;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
  -moz-transform: translate(0px, -100px);
}

.r-img-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px 50px;
}
@media screen and (max-width: 1100px) {
  .r-img-content {
    flex-direction: column;
    padding: 0px 30px !important;
  }
  .r-img-content .content {
    padding-right: 0 !important;
    margin-bottom: 30px;
    width: 100% !important;
  }
  .r-img-content .content p {
    text-align: center !important;
  }
  .r-img-content .content .m-button {
    float: none !important;
    margin: 0 auto;
  }
  .r-img-content .image, .r-img-content .subpage .photos-gallery-7 .f-image, .subpage .photos-gallery-7 .r-img-content .f-image {
    width: 100% !important;
  }
}
.r-img-content .image, .r-img-content .subpage .photos-gallery-7 .f-image, .subpage .photos-gallery-7 .r-img-content .f-image {
  width: 50%;
  height: 350px;
  max-width: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 5px #fff;
}
@media screen and (max-width: 550px) {
  .r-img-content .image, .r-img-content .subpage .photos-gallery-7 .f-image, .subpage .photos-gallery-7 .r-img-content .f-image {
    height: 170px;
  }
}
.r-img-content .image img, .r-img-content .subpage .photos-gallery-7 .f-image img, .subpage .photos-gallery-7 .r-img-content .f-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r-img-content .content {
  padding-right: 100px;
  width: 50%;
}
.r-img-content .content p {
  color: #333333;
  line-height: 1.875em;
  text-align: left;
}
.r-img-content .content strong {
  font-weight: 600;
  font-size: 1.500em;
}
.r-img-content .content a .m-button {
  background: #0063ad;
  width: 100px;
  padding: 20px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.r-img-content .content a .m-button span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  z-index: 10;
}
.r-img-content .content a .m-button:before {
  content: '';
  position: absolute;
  top: 50px;
  left: -31px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 140px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.r-img-content .content a .m-button:after {
  content: '';
  position: absolute;
  top: 50px;
  left: -31px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 140px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.r-img-content .content a .m-button:hover {
  background: #42713c;
}
.r-img-content .content a .m-button:hover:before {
  opacity: 1;
  -webkit-transform: translate(0px, -120px);
  -ms-transform: translate(0px, -120px);
  transform: translate(0px, -120px);
  -moz-transform: translate(0px, -120px);
}
.r-img-content .content a .m-button:hover:after {
  opacity: 1;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
  -moz-transform: translate(0px, -100px);
}

.footer-contact {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer-contact {
    margin-bottom: 130px !important;
  }
  .footer-contact .right-sec {
    float: none !important;
    bottom: 0 !important;
    right: 0 !important;
    position: relative !important;
    margin: 30px 0;
    text-align: center;
  }
  .footer-contact .right-sec .name {
    justify-content: center !important;
  }
  .footer-contact .right-sec .tag-line {
    text-align: center !important;
  }
  .footer-contact .right-sec a {
    float: none !important;
  }
  .footer-contact .left-sec {
    float: none !important;
    padding: 20px 50px !important;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
  }
}
.footer-contact .right-sec {
  float: right;
  position: absolute;
  bottom: 100px;
  right: 20px;
}
.footer-contact .right-sec em {
  padding-right: 20px;
  font-size: 0.750em;
}
.footer-contact .right-sec p {
  line-height: 1.750em;
  margin: 0;
}
.footer-contact .right-sec a {
  text-decoration: underline;
  color: #fff;
  font-style: italic;
  float: right;
}
.footer-contact .right-sec a:hover {
  text-decoration: none;
}
.footer-contact .right-sec .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 2.125em;
  line-height: 2.250em;
}
.footer-contact .right-sec .tag-line {
  text-align: right;
}
.footer-contact .left-sec {
  background: #4b4391;
  float: left;
  padding: 150px 50px;
}

footer #footer {
  background: #4c8245;
  width: 100%;
  margin-top: -240px;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  footer #footer > div {
    width: 50% !important;
  }
  footer #footer #map, footer #footer .credit {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  footer #footer > div {
    width: 100% !important;
    text-align: center;
  }
  footer #footer .social {
    margin-bottom: 50px;
  }
  footer #footer .logo {
    margin-top: 20px;
  }
}
footer #footer > div {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
footer #footer > div .inner {
  padding: 0 20px;
}
footer #footer .logo {
  text-align: center;
}
footer #footer .logo img {
  width: 100%;
  max-width: 160px;
}
footer #footer .contact {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
footer #footer .contact h3 {
  font-size: 1.125em;
  line-height: 2em;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
footer #footer .contact ul {
  padding: 0;
}
footer #footer .contact ul li {
  list-style: none;
  line-height: 1.750em;
}
footer #footer .contact ul li a {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}
footer #footer .contact ul li a:hover {
  text-decoration: none;
}
footer #footer .links {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
footer #footer .links h3 {
  font-size: 1.125em;
  line-height: 2em;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
footer #footer .links ul {
  padding: 0;
}
footer #footer .links ul li {
  list-style: none;
}
footer #footer .links ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 1.750em;
  text-decoration: underline;
}
footer #footer .links ul li a:hover {
  text-decoration: none;
}
footer #footer .social ul {
  padding: 0;
}
footer #footer .social ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 60px;
}
footer #footer .social ul li a {
  position: relative;
}
footer #footer .social ul li a:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 75px solid #fff;
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: 0;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer #footer .social ul li a em {
  position: absolute;
  z-index: 10;
  top: 1px;
  left: -19px;
  color: #4c8245;
  font-size: 30px;
}
footer #footer .social ul li a .fa-twitter {
  left: -23px;
}
footer #footer .social ul li a:hover:before {
  border-bottom-color: #4562a6;
}
footer #footer .social ul li a:hover em {
  color: #fff;
}
footer #map {
  height: 400px;
  width: 100% !important;
}
footer .credit {
  width: 100% !important;
  background: #4c8245;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 0.875em;
  line-height: 1.750em;
  border-bottom: 3px solid #4562a6;
}
footer .credit a {
  color: #fff;
}
footer .credit a:hover {
  text-decoration: none;
}
footer .credit div {
  display: inline-block;
}
@media screen and (max-width: 850px) {
  footer .credit div {
    display: block;
  }
}

.portletEditMode #footer {
  margin-top: 240px !important;
}

.dragAndDropEnabled #photos {
  overflow: visible !important;
}

.subpage {
  background-color: #edeceb;
}
.subpage header .header-top .container .login {
  float: none;
  width: 100%;
}
.subpage header .header-bottom .tag-line {
  left: 260px !important;
}
@media screen and (max-width: 800px) {
  .subpage header .header-bottom .tag-line {
    display: none !important;
  }
}
.subpage footer #footer {
  position: relative;
  margin-top: 0;
}

#subpage #sub-banner {
  background-color: #868686;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#subpage #sub-banner #search-box {
  margin: 0 auto;
  max-width: 636px;
  position: relative;
  padding: 0 15px;
  width: 100%;
}
#subpage #sub-banner #search-box .search-container {
  background: rgba(48, 60, 69, 0.5);
  border: 1px solid rgba(48, 60, 69, 0.5);
  padding: 15px;
}
#subpage #sub-banner #search-box .search-container input[id*="SearchTerm"] {
  border: 1px solid rgba(51, 51, 51, 0.15);
  padding: 1rem 1.3rem;
  margin: 0 auto;
  line-height: 1.375rem;
  font-size: 0.875em;
  font-weight: 600;
  font-style: italic;
  color: #1e3853;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
}
#subpage #sub-banner #search-box .search-container a[id*="btn"] {
  border: none;
  position: absolute;
  right: 43px;
  top: 26px;
  background: #0063ad;
  padding: 8px;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#subpage #sub-banner #search-box .search-container a[id*="btn"]:hover {
  cursor: pointer;
  background: #4c8245;
}
#subpage #sub-banner #search-box .search-container a[id*="btn"] em {
  color: #fff;
  font-size: 1.475rem;
  text-align: center;
}
#subpage .breadcrumbs {
  width: 100%;
}
@media screen and (max-width: 650px) {
  #subpage .breadcrumbs .container {
    justify-content: flex-end !important;
  }
  #subpage .breadcrumbs .container .portal-breadcrumb {
    display: none !important;
  }
}
#subpage .breadcrumbs .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#subpage .breadcrumbs .container .portal-breadcrumb {
  display: inline-block;
  width: calc(100% - 200px);
}
#subpage .breadcrumbs .container .portal-breadcrumb a {
  color: #4562a6;
  text-decoration: underline;
}
#subpage .breadcrumbs .container .portal-breadcrumb a:first-child, #subpage .breadcrumbs .container .portal-breadcrumb a:hover {
  text-decoration: none;
}
#subpage .breadcrumbs .container .portal-breadcrumb i {
  padding: 10px;
}
#subpage .breadcrumbs .container .sub-buttons, #subpage .breadcrumbs .container .fontSize {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#subpage .breadcrumbs .container .sub-buttons li, #subpage .breadcrumbs .container .fontSize li {
  float: left;
  list-style: none;
}
#subpage .breadcrumbs .container .sub-buttons li a, #subpage .breadcrumbs .container .fontSize li a {
  color: #4562a6;
  text-decoration: none;
  font-size: 1em;
  padding: 0 0.2em;
  display: inline-block;
  line-height: 3rem;
  width: 2rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#subpage .breadcrumbs .container .sub-buttons li a em, #subpage .breadcrumbs .container .fontSize li a em {
  vertical-align: middle;
}
#subpage .breadcrumbs .container .sub-buttons li a:hover, #subpage .breadcrumbs .container .fontSize li a:hover {
  color: #4c8245;
}
#subpage .breadcrumbs .container .fontSize li:last-child a {
  padding-right: 0;
}
#subpage .main-container {
  padding: 50px 60px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #subpage .main-container {
    padding: 0 0 50px 0 !important;
  }
  #subpage .main-container .sidebar {
    display: none;
  }
  #subpage .main-container .main-content {
    width: 90% !important;
    margin: 0 auto 30px !important;
    float: none !important;
  }
  #subpage .main-container .main-content .inside-padding {
    padding: 0 !important;
  }
  #subpage .main-container .right-side {
    width: 90% !important;
    float: none !important;
    margin: 0 auto !important;
  }
  #subpage .main-container .c-content .inside-padding {
    padding: 30px 20px !important;
  }
}
#subpage .main-container ul li {
  list-style: none;
  line-height: 3em;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#subpage .main-container ul li:nth-child(2n) {
  background: rgba(51, 51, 51, 0.06);
}
#subpage .main-container a {
  color: #4562a6;
  text-decoration: none;
  font-weight: 600;
}
#subpage .main-container a:hover {
  text-decoration: underline;
}
#subpage .main-container img {
  border: 5px solid #fff;
}
#subpage .main-container .sidebar {
  width: 25%;
  float: left;
}
#subpage .main-container .sidebar .sidenav-slide {
  padding: 20px;
  padding-left: 0;
}
#subpage .main-container .sidebar .sidenav-slide .navWrp a {
  color: #4562a6;
  text-decoration: none;
  font-weight: 600;
  padding: 15px 10px;
  display: inline-block;
  width: 70%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 0.875em;
  -moz-transition: width 300ms cubic-bezier(0, -0.55, 0.265, 1.55);
  -o-transition: width 300ms cubic-bezier(0, -0.55, 0.265, 1.55);
  transition: width 300ms cubic-bezier(0, -0.55, 0.265, 1.55);
}
#subpage .main-container .sidebar .sidenav-slide .navWrp a:hover {
  background: #4c8245 !important;
  color: #fff;
  width: 85%;
}
#subpage .main-container .sidebar .sidenav-slide .navWrp:nth-child(2n) a {
  background: rgba(51, 51, 51, 0.06);
}
#subpage .main-container .main-content {
  width: 50%;
  float: left;
}
#subpage .main-container .main-content .inside-padding {
  padding: 0 30px;
}
#subpage .main-container .main-content .inside-padding .pagetitle {
  margin-bottom: 30px;
}
#subpage .main-container .main-content .inside-padding .pagetitle h1 {
  color: #303c45;
  font-size: 2.125em;
  line-height: 2.25em;
  margin: 0;
}
#subpage .main-container .main-content .inside-padding .pagetitle:after {
  content: '';
  border-bottom: 5px solid rgba(0, 0, 0, 0.15);
  display: block;
  width: 120px;
}
#subpage .main-container .right-side {
  width: 25%;
  float: left;
}
#subpage .mobile-subpage-menu {
  width: 90%;
  margin: 0 auto;
  display: none;
  text-align: center;
  background: #4c8245;
}
@media screen and (max-width: 1100px) {
  #subpage .mobile-subpage-menu {
    display: flex !important;
  }
}
#subpage .mobile-subpage-menu a {
  color: #fff;
  text-decoration: none;
  line-height: 2em;
  width: 100%;
  font-weight: 600;
}
#subpage .mobile-subpage-menu a:before {
  content: '\f067';
  font-family: "FontAwesome";
  font-size: 1em;
  padding-right: 10px;
}
#subpage .mobile-subpage-menu a.clicked:before {
  content: '\f068';
}
#subpage .mobile-side-nav {
  width: 90%;
  margin: 0 auto;
  display: none;
}
#subpage .mobile-side-nav #inside-nav {
  margin: 0 !important;
}
#subpage .mobile-side-nav #inside-nav .sidenav-slide {
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #4c8245;
  border-top: none;
  background: rgba(51, 51, 51, 0.06);
  display: block;
}
#subpage .mobile-side-nav #inside-nav .sidenav-slide .navWrp {
  display: block !important;
}
#subpage .mobile-side-nav #inside-nav .sidenav-slide .navWrp a {
  text-decoration: none;
  color: #4562a6;
}
#subpage .mobile-side-nav #inside-nav .sidenav-slide .navWrp a:hover {
  text-decoration: underline;
}
#subpage .c-header {
  background: #4c8245;
}
#subpage .c-header h2 {
  color: #fff;
  margin: 0;
  padding: 15px;
  font-size: 14pt;
  line-height: 1.750em;
  height: 1.750em;
}
#subpage .c-header h2:after {
  border: none;
}
#subpage .c-content {
  background: rgba(51, 51, 51, 0.06);
}
#subpage .c-content .inside-padding {
  padding: 30px 20px !important;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
}
#subpage .c-content em {
  padding-left: 15px;
  color: #4562a6;
}
#subpage .c-content .blue {
  color: #4562a6;
  font-weight: bold;
}
#subpage .c-content strong {
  font-weight: 600;
}
#subpage .c-content p {
  margin: 0;
  line-height: 1.875em;
  color: #333333;
}
#subpage .c-content div {
  margin-bottom: 15px;
}
#subpage .c-content a {
  text-decoration: none;
  color: #4562a6;
}
#subpage .c-content a:hover {
  text-decoration: underline;
}
#subpage .c-content .staff {
  font-style: italic;
  font-weight: 600;
  color: #4562a6;
}

#subpage.default .ptl_page {
  overflow: visible;
}
#subpage.default .ptl_page > div {
  width: 100%;
  overflow: visible;
  display: inline-block;
}
#subpage.default .ptl_page > div > div {
  overflow: visible;
}

.subpage .department .main-container .main-content {
  width: 75% !important;
  float: left;
}
@media screen and (max-width: 1100px) {
  .subpage .department .main-container .main-content .w-30, .subpage .department .main-container .main-content .w-70 {
    width: 100% !important;
  }
}
.subpage .department .main-container .main-content .w-30 {
  float: right !important;
}
.subpage .department .main-container .main-content .left-side {
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
}
.subpage .department .main-container .main-content .left-side > div > div {
  margin-bottom: 20px;
}
.subpage .department .main-container .main-content .right-side {
  width: 100% !important;
}
.subpage .department .main-container .main-content .right-side .c-header {
  background: #4c8245;
}
.subpage .department .main-container .main-content .right-side .c-header h2 {
  color: #fff;
  margin: 0;
  padding: 15px;
  font-size: 14pt;
  line-height: 1.750em;
  height: 1.750em;
}
.subpage .department .main-container .main-content .right-side .c-header h2:after {
  border: none;
}
.subpage .department .main-container .main-content .right-side .c-content {
  background: rgba(51, 51, 51, 0.06);
}
.subpage .department .main-container .main-content .right-side .c-content .inside-padding {
  padding: 30px 20px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-top: none;
}
.subpage .department .main-container .main-content .right-side .c-content em {
  padding-left: 15px;
  color: #4562a6;
}
.subpage .department .main-container .main-content .right-side .c-content .blue {
  color: #4562a6;
  font-weight: bold;
}
.subpage .department .main-container .main-content .right-side .c-content strong {
  font-weight: 600;
}
.subpage .department .main-container .main-content .right-side .c-content p {
  margin: 0;
  line-height: 1.875em;
  color: #333333;
}
.subpage .department .main-container .main-content .right-side .c-content div {
  margin-bottom: 15px;
}
.subpage .department .main-container .main-content .right-side .c-content a {
  text-decoration: none;
  color: #4562a6;
}
.subpage .department .main-container .main-content .right-side .c-content a:hover {
  text-decoration: underline;
}
.subpage .department .main-container .main-content .right-side .c-content .staff {
  font-style: italic;
  font-weight: 600;
  color: #4562a6;
}
.subpage .department .main-container .main-content .side-news a:nth-child(2n) .row {
  background: rgba(51, 51, 51, 0.06);
}
.subpage .department .main-container .main-content .side-news a:last-child .row {
  border-bottom: none !important;
}
.subpage .department .main-container .main-content .side-news a .row {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0 !important;
  padding: 10px 0;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.subpage .department .main-container .main-content .side-news a .row .content .date {
  font-size: 0.875em !important;
  line-height: 2.250em;
  font-style: italic;
  font-weight: 600;
  color: #5b5b5b !important;
}
.subpage .department .main-container .main-content .side-news a .row .content .title {
  color: #4562a6;
  line-height: 1.688em;
  font-weight: 600;
  margin: 0;
}
.subpage .department .main-container .main-content .side-news a:hover .row {
  background: #4c8245;
}
.subpage .department .main-container .main-content .side-news a:hover .row .date, .subpage .department .main-container .main-content .side-news a:hover .row .title {
  color: #fff !important;
}
.subpage .department .main-container .main-content .faq a:nth-child(2n) .row {
  background: rgba(51, 51, 51, 0.06);
}
.subpage .department .main-container .main-content .faq a:last-child .row {
  border-bottom: none !important;
}
.subpage .department .main-container .main-content .faq a .row {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0 !important;
  padding: 20px 0;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.subpage .department .main-container .main-content .faq a .row .content .title {
  color: #4562a6;
  line-height: 1.688em;
  font-weight: 600;
  margin: 0;
}
.subpage .department .main-container .main-content .faq a:hover .row {
  background: #4c8245;
}
.subpage .department .main-container .main-content .faq a:hover .row .title {
  color: #fff !important;
}
.subpage .department .main-container .main-content .side-news-footer {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  justify-content: center;
}
.subpage .department .main-container .main-content .side-news-footer div {
  width: 50%;
  float: left;
}
.subpage .department .main-container .main-content .side-news-footer .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.subpage .department .main-container .main-content .side-news-footer .see-news-stories a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.875em;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  text-align: right;
}
.subpage .department .main-container .main-content .side-news-footer .see-news-stories a:hover {
  text-decoration: underline;
}
.subpage .department .main-container .main-content h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #303c45;
  margin: 60px 0 0 0;
}
.subpage .department .main-container .main-content h2:after {
  border-bottom: 3px solid rgba(48, 60, 69, 0.15);
  content: '';
  display: block;
  width: 50px;
  margin-top: 10px;
}
.subpage .department .main-container .main-content p {
  line-height: 1.750em;
  color: #303c45;
  margin-top: 0;
}
.subpage .department .main-container .main-content div {
  color: #303c45;
}
.subpage .photos-gallery-7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .subpage .photos-gallery-7 .image, .subpage .photos-gallery-7 .f-image {
    width: 100% !important;
  }
}
.subpage .photos-gallery-7 .image, .subpage .photos-gallery-7 .f-image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 48%;
  height: 200px;
  float: left;
  margin-bottom: 80px;
  display: flex;
}
.subpage .photos-gallery-7 .image .img-title a, .subpage .photos-gallery-7 .f-image .img-title a {
  position: absolute;
  bottom: -60px;
  background: #01528c;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: #fff !important;
  font-weight: 600;
  line-height: 1.750em;
  text-decoration: none;
  -moz-transition: all 200ms cubic-bezier(0, -0.55, 0.265, 1.55);
  -o-transition: all 200ms cubic-bezier(0, -0.55, 0.265, 1.55);
  transition: all 200ms cubic-bezier(0, -0.55, 0.265, 1.55);
}
.subpage .photos-gallery-7 .image .img-title a:hover, .subpage .photos-gallery-7 .f-image .img-title a:hover {
  text-decoration: none !important;
  padding: 25px 0;
  font-size: 1.125em;
}
.subpage .photos-gallery-7 .f-image {
  width: 100%;
}

#subpage {
  /* This is the hidden state */
}
#subpage .animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}
#subpage .ap-content {
  padding: 1.5em 10% !important;
  line-height: 1.750em;
}
#subpage [aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  /* transition-delay: 1s, 0s, 0s; */
  transition-delay: 0.3s, 0s, 0s;
  margin: 0;
  padding: 0;
}
#subpage .js-accordion__header:after,
#subpage a.more:after {
  content: "";
  font-family: FontAwesome;
}
#subpage .animate {
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#subpage a.more:after {
  margin-left: .2em;
  font-size: 0.8em;
}
#subpage .animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease,max-height 1s ease,opacity 1s ease;
  transition: visibility 0s ease,max-height 0.3s ease,opacity 0.3s ease;
  max-height: 100em;
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}
#subpage [aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s,0s,0s;
  margin: 0;
  padding: 0;
}
#subpage .js-accordion__header,
#subpage .js-accordion__header:after {
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#subpage .js-accordion__header {
  width: 100%;
  color: #4562a6;
  overflow: hidden;
  text-align: left;
  font-size: 1em;
  padding: 1.25em 3.5%;
  font-weight: 500;
  cursor: pointer;
}
#subpage .js-accordion__header:after {
  display: inline-block;
  float: right;
  color: #4562a6;
}
#subpage .js-accordion__header:hover,
#subpage .js-accordion__header:focus {
  background-color: #4562a6;
  color: #fff;
  outline: none !important;
}
#subpage .js-accordion__header:hover:after, #subpage .js-accordion__header:focus:after {
  color: #fff !important;
}
#subpage .js-accordion__header[aria-expanded=true] {
  color: #fff;
  background-color: #4562a6;
}
#subpage .js-accordion__header[aria-expanded=true]:after {
  transform: rotate(90deg);
  color: #fff;
}
#subpage .js-accordion__header,
#subpage .js-accordion__panel {
  border: none;
  border-bottom: 1px solid #9d9d9d;
  background: transparent;
}
#subpage .js-accordion__panel[aria-hidden] {
  margin-bottom: .625em;
  border-top: none;
}
#subpage .js-accordion__panel[aria-hidden] .js-accordion__header {
  display: none;
}

#news_content_body #featured_image {
  margin-right: 30px;
  padding: 0;
}
