@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800");
a,
a:hover {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
ul,
ol,
li,
div,
strong,
i,
b,
em {
  font-family: "Open Sans", sans-serif;
}

strong {
  font-weight: 600;
}

section {
  overflow: auto;
}

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

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

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

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

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

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

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

.w-100 {
  width: 100%;
}

.container {
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .container {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding: 10px;
  }
}

@media screen and (max-width: 900px) {
  .w-20,
  .w-30,
  .w-40,
  .w-50,
  .w-60,
  .w-70,
  .w-80 {
    width: 100% !important;
  }
}


div#CMS_DragDropWrapper {
  z-index: 12000 !important;
}

#news-summary .content .date {
  color: #6b6b6b;
}

button[id*=btn_month] {
  color: #000;
}

.CMS_adminBar {
  z-index: 12100 !important;
}

.portlet_instance {
  position: relative;
  z-index: 10000;
}

.portletEditMode #page,
.checkoutAndEditMode #page {
  padding: 30px;
  margin-top: 30px;
}
.portletEditMode .ptl_page,
.checkoutAndEditMode .ptl_page {
  display: block !important;
}

.designMode .container {
  padding: 40px 70px;
  overflow: auto;
}
@media screen and (max-width: 1060px) {
  .designMode .container {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 600px) {
  .designMode .container {
    padding: 30px;
  }
}

.mm-ismenu {
  background: #007478;
}

.mm-menu {
  color: #fff;
}

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #fff;
}

/* Google Translate Select */
select.goog-te-combo {
  margin: 0 !important;
  border: none !important;
  background: transparent;
  border-radius: 0px !important;
  -webkit-appearance: none;
  font-size: 13px;
  /* display: inline-block; */
  /* list-style: none; */
  position: relative;
  letter-spacing: 0.03em;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  cursor: pointer;
  overflow: hidden;
  -moz-appearance: none;
}
select.goog-te-combo option {
  color: #000;
}
select.goog-te-combo::-ms-expand {
  display: none;
}

.skiptranslate > div:after {
  content: "";
  background-image: url("/UserFiles/Servers/Server_15292413/Templates/img/earth-globe.svg");
  position: absolute;
  left: 15px;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.skiptranslate > div {
  position: relative;
  padding-left: 40px;
}

.goog-logo-link {
  display: none;
}

.goog-te-gadget span {
  display: none;
}

#pace-screen {
  width: 100%;
  height: 9999999px;
  background: #f2f9ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
#pace-screen img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  /* Negative half of height. */
  margin-left: -100px;
  /* Negative half of width. */
  width: 100%;
  max-width: 200px;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

header .top-header {
  background: #007478;
  border-bottom: 3px solid #bba044;
}
header .top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 900px) {
  header .top-header .container {
    -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;
  }
}
header .top-header .container .translation {
  height: 45px;
  overflow: hidden;
  padding: 5px 0;
}
header .top-header .container .translation:hover, header .top-header .container .translation:focus {
  background: #004345;
}
header .top-header .container .translation .goog-te-combo {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
header .bottom-header .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  header .bottom-header .container {
    -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;
  }
}
header .bottom-header .container .logo {
  width: 250px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .bottom-header .container .logo img {
  width: 100%;
}
header .bottom-header .container .logo:hover, header .bottom-header .container .logo:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 500px) {
  header .bottom-header .container .logo {
    margin-bottom: 15px;
  }
}
header .bottom-header .container #mainNav #mobile-bar {
  color: #1065b1;
}
header .bottom-header .container #mainNav #mobile-bar .fa {
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  header .bottom-header .container #mainNav .megamenu {
    display: none;
  }
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .level0 > a {
  color: #1065b1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 15px 15px;
  border-right: 1px solid rgba(187, 160, 68, 0.6);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .level0 > a:hover, header .bottom-header .container #mainNav .megamenu nav .nav-menu .level0 > a:focus, header .bottom-header .container #mainNav .megamenu nav .nav-menu .level0 > a.open {
  background: #1065b1;
  color: #fff;
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .level0:last-child > a {
  border: none;
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav {
  background: #0c4a82;
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level1 a {
  font-weight: 500;
  position: relative;
  padding: 5px 10px 5px 15px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level1 a:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 16px;
  position: relative;
  left: -7px;
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level1 a:hover, header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level1 a:focus {
  background: #bba044;
  color: #000;
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level2 a {
  font-weight: 300;
  padding: 5px 10px;
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level2 a:before {
  display: none;
}
header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level2 a:hover, header .bottom-header .container #mainNav .megamenu nav .nav-menu .sub-nav .level2 a:focus {
  background: #bba044;
  color: #000;
}

#mfp-items img {
  max-width: 400px;
}

#banner {
  position: relative;
  z-index: 100;
}

#main-slider {
  position: relative;
  padding-bottom: 20px;
}
#main-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: rgba(255, 255, 255, 0.4);
}
#main-slider #banner-pause {
  color: #fff;
  width: 20px;
  height: 20px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 80px;
  z-index: 100;
  font-size: 10px;
  border: 1px solid #fff;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#main-slider #banner-pause:hover, #main-slider #banner-pause:focus {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 900px) {
  #main-slider #banner-pause {
    display: none;
  }
}
#main-slider .social-icons {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  #main-slider .social-icons {
    top: 20px;
  }
}
#main-slider .social-icons li {
  list-style: none;
}
#main-slider .social-icons li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  padding: 10px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
@media screen and (max-width: 900px) {
  #main-slider .social-icons li a {
    font-size: 16px;
    padding: 7px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
#main-slider .social-icons li a .fa {
  display: block;
  width: 25px;
  text-align: center;
}
#main-slider .social-icons li a span:not(.fa) {
  padding-left: 10px;
  font-weight: 300;
}
#main-slider .social-icons li a.facebook {
  background: #3b5999;
}
#main-slider .social-icons li a.twitter {
  background: #55acee;
}
#main-slider .social-icons li a:hover, #main-slider .social-icons li a:focus {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#main-slider .banner-container .slick-list {
  overflow: visible;
}
#main-slider .banner-container .slick-list .banner-slide {
  position: relative;
}
#main-slider .banner-container .slick-list .banner-slide .image {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#main-slider .banner-container .slick-list .banner-slide .caption {
  position: absolute;
  left: 70px;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px 40px;
  color: #fff;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .slick-list .banner-slide .caption {
    left: 0;
    max-width: 100%;
  }
}
#main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .main-text .sub-header {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .main-text .sub-header {
    font-size: 10px;
    line-height: 16px;
  }
}
#main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .main-text .title {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .main-text .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
#main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .main-text .summary {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .main-text .summary {
    font-size: 14px;
    line-height: 20px;
  }
}
#main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .button {
  position: absolute;
  left: 20px;
  bottom: -20px;
  display: block;
  text-align: center;
  padding: 10px 20px !important;
  background: #1065b1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .button:hover, #main-slider .banner-container .slick-list .banner-slide .caption .inside-caption .button:focus {
  background: #bba044;
  color: #000;
}
#main-slider .nav-container .dots .slick-dots {
  position: absolute;
  right: 80px;
  bottom: 80px;
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #main-slider .nav-container .dots .slick-dots {
    display: none !important;
  }
}
#main-slider .nav-container .dots .slick-dots li button {
  font-size: 0;
  background: transparent;
  border: 4px solid #fff;
  width: 20px;
  height: 22px;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#main-slider .nav-container .dots .slick-dots li button:hover, #main-slider .nav-container .dots .slick-dots li button:focus {
  background: #fff;
}
#main-slider .nav-container .dots .slick-dots li.slick-active button {
  background: #fff;
}

#quick-links {
  margin-top: -25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-image: url('/UserFiles/Servers/Server_15292413/Image/quickLink-bg.jpg');
}
#quick-links:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}
#quick-links .container {
  position: relative;
  z-index: 10;
}

#ql-slider {
  padding: 30px 20px;
  position: relative;
}
#ql-slider .ql-inside {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
}
#ql-slider .ql-inside .ql-container .banner-slide a {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 10px;
  position: relative;
}
#ql-slider .ql-inside .ql-container .banner-slide a .icon {
  color: #bba044;
  font-size: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#ql-slider .ql-inside .ql-container .banner-slide a .icon img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
#ql-slider .ql-inside .ql-container .banner-slide a .caption {
  position: relative;
  z-index: 10;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#ql-slider .ql-inside .ql-container .banner-slide a .caption .ql-title {
  color: #1065b1;
  text-transform: uppercase;
  font-weight: 600;
}
#ql-slider .ql-inside .ql-container .banner-slide a:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
  border: 1px solid #1065b1;
  border-radius: 10px;
}
#ql-slider .ql-inside .ql-container .banner-slide a:hover, #ql-slider .ql-inside .ql-container .banner-slide a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ql-slider .ql-inside .ql-container .banner-slide a:hover:after, #ql-slider .ql-inside .ql-container .banner-slide a:focus:after {
  opacity: 1;
  width: calc(100% - 10px);
  height: 130px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
#ql-slider .ql-inside .ql-container .banner-slide a:hover .icon, #ql-slider .ql-inside .ql-container .banner-slide a:focus .icon {
  -webkit-transform: translate(0, -10px) scale(1.2);
  transform: translate(0, -10px) scale(1.2);
}
#ql-slider .ql-inside .nav-container .arrows .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1065b1;
  border: none;
  padding: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#ql-slider .ql-inside .nav-container .arrows .slick-arrow:hover, #ql-slider .ql-inside .nav-container .arrows .slick-arrow:focus {
  background: #bba044;
  color: #000;
}
#ql-slider .ql-inside .nav-container .arrows .slick-prev {
  left: 5px;
}
#ql-slider .ql-inside .nav-container .arrows .slick-prev:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 25px;
  line-height: 28px;
}
#ql-slider .ql-inside .nav-container .arrows .slick-next {
  right: 5px;
}
#ql-slider .ql-inside .nav-container .arrows .slick-next:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 25px;
  line-height: 28px;
}

#news-events .container {
  padding-top: 0;
  padding-bottom: 0;
}

.header-sec {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .header-sec {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .header-sec {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
}

#news {
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  #news {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
    border: 0;
  }
}

.news-container .top-sec {
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .news-container .top-sec {
    padding: 0;
  }
}
.news-container .top-sec > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.news-container .top-sec > div .news-controls .news-arrows .slick-arrow {
  background: #1065b1;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.news-container .top-sec > div .news-controls .news-arrows .slick-arrow:before {
  color: #fff;
  font-family: "Fontawesome";
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-container .top-sec > div .news-controls .news-arrows .slick-arrow:hover, .news-container .top-sec > div .news-controls .news-arrows .slick-arrow:focus {
  background: #bba044;
}
.news-container .top-sec > div .news-controls .news-arrows .slick-arrow:hover:before, .news-container .top-sec > div .news-controls .news-arrows .slick-arrow:focus:before {
  color: #000;
}
.news-container .top-sec > div .news-controls .news-arrows .slick-prev {
  margin-right: 5px;
}
.news-container .top-sec > div .news-controls .news-arrows .slick-prev:before {
  content: "";
}
.news-container .top-sec > div .news-controls .news-arrows .slick-next:before {
  content: "";
}
.news-container .news-summary .slick-slide > div:last-child {
  padding-bottom: 5px;
}
.news-container .news-summary .story a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 900px) {
  .news-container .news-summary .story a {
    padding: 25px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .news-container .news-summary .story a {
    padding: 10px;
  }
}
.news-container .news-summary .story a .featured-image {
  overflow: hidden;
  min-width: 240px;
  max-width: 240px;
  position: relative;
  z-index: 100;
  border: 1px solid #1065b1;
}
.news-container .news-summary .story a .featured-image img {
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 900px) {
  .news-container .news-summary .story a .featured-image {
    margin-bottom: 15px;
  }
}
.news-container .news-summary .story a .content {
  padding-left: 30px;
  position: relative;
  z-index: 100;
}
.news-container .news-summary .story a .content .title {
  color: #1065b1;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
.news-container .news-summary .story a .content .date {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}
.news-container .news-summary .story a .content .date span {
  padding-right: 3px;
}
.news-container .news-summary .story a .content .date .day:after {
  content: ",";
}
.news-container .news-summary .story a:hover, .news-container .news-summary .story a:focus {
  box-shadow: 0px 3px 0px rgba(4, 99, 179, 0.35);
  -webkit-box-shadow: 0px 3px 0px rgba(4, 99, 179, 0.35);
  -moz-box-shadow: 0px 3px 0px rgba(4, 99, 179, 0.35);
  background: #e7f4ff;
}
.news-container .news-summary .story a:hover .featured-image img, .news-container .news-summary .story a:focus .featured-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-container .news-summary .story a:hover .content .title, .news-container .news-summary .story a:focus .content .title {
  text-decoration: underline;
}
.news-container .bottom-sec {
  float: right;
}
.news-container .bottom-sec .view-all {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #1065b1;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5px;
}
.news-container .bottom-sec .view-all:hover, .news-container .bottom-sec .view-all:focus {
  text-decoration: underline;
}

#events {
  padding-top: 40px;
  padding-bottom: 40px;
}
#events #upcoming-events {
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  #events #upcoming-events {
    padding-left: 0;
  }
}
#events #upcoming-events .event-top {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #events #upcoming-events .event-top {
    padding: 0;
  }
}
#events #upcoming-events .event-top .event-controls .event-arrows .slick-arrow {
  background: #1065b1;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
#events #upcoming-events .event-top .event-controls .event-arrows .slick-arrow:before {
  color: #fff;
  font-family: "Fontawesome";
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#events #upcoming-events .event-top .event-controls .event-arrows .slick-arrow:hover, #events #upcoming-events .event-top .event-controls .event-arrows .slick-arrow:focus {
  background: #bba044;
}
#events #upcoming-events .event-top .event-controls .event-arrows .slick-arrow:hover:before, #events #upcoming-events .event-top .event-controls .event-arrows .slick-arrow:focus:before {
  color: #000;
}
#events #upcoming-events .event-top .event-controls .event-arrows .slick-prev {
  margin-right: 5px;
}
#events #upcoming-events .event-top .event-controls .event-arrows .slick-prev:before {
  content: "";
}
#events #upcoming-events .event-top .event-controls .event-arrows .slick-next:before {
  content: "";
}
#events #upcoming-events .events-list .slick-slide > div:last-child {
  padding-bottom: 5px;
}
#events #upcoming-events .events-list .event {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 900px) {
  #events #upcoming-events .events-list .event {
    padding: 10px;
  }
}
#events #upcoming-events .events-list .event .event-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
}
#events #upcoming-events .events-list .event .event-container .event-date {
  padding: 10px;
  background: #1065b1;
  min-height: 101px;
  min-width: 70px;
  max-width: 70px;
  color: #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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#events #upcoming-events .events-list .event .event-container .event-date .day {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
#events #upcoming-events .events-list .event .event-container .event-date .month {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
#events #upcoming-events .events-list .event .event-container .event-info {
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  #events #upcoming-events .events-list .event .event-container .event-info {
    padding-left: 20px;
  }
}
#events #upcoming-events .events-list .event .event-container .event-info .event-name {
  color: #1065b1;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
#events #upcoming-events .events-list .event .event-container .event-info .event-time {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}
#events #upcoming-events .events-list .event .event-container .event-info .event-time span {
  padding-right: 3px;
}
#events #upcoming-events .events-list .event:hover, #events #upcoming-events .events-list .event:focus {
  box-shadow: 0px 3px 0px rgba(4, 99, 179, 0.35);
  -webkit-box-shadow: 0px 3px 0px rgba(4, 99, 179, 0.35);
  -moz-box-shadow: 0px 3px 0px rgba(4, 99, 179, 0.35);
  background: #e7f4ff;
}
#events #upcoming-events .events-list .event:hover .event-date, #events #upcoming-events .events-list .event:focus .event-date {
  background: #bba044;
  color: #000;
}
#events #upcoming-events .events-list .event:hover .event-info .event-name, #events #upcoming-events .events-list .event:focus .event-info .event-name {
  text-decoration: underline;
}
#events #upcoming-events .see-all {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #1065b1;
  font-weight: 400;
  letter-spacing: 1px;
  float: right;
  margin-top: 5px;
}
#events #upcoming-events .see-all:hover, #events #upcoming-events .see-all:focus {
  text-decoration: underline;
}

#news-letter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #news-letter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#news-letter .left-side {
  width: 10%;
  background: #bba044;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #news-letter .left-side {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
  }
}
#news-letter .left-side .icon {
  font-size: 30px;
  color: #fff;
}
#news-letter .right-side {
  width: 90%;
  background: #007478;
  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;
  padding: 25px 40px 25px 20px;
}
@media screen and (max-width: 900px) {
  #news-letter .right-side {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
#news-letter .right-side .title {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 50px;
}
@media screen and (max-width: 900px) {
  #news-letter .right-side .title {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
#news-letter .right-side .description {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  #news-letter .right-side .description {
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
#news-letter .right-side .button {
  color: #fff;
  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: 150px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#news-letter .right-side .button span {
  position: relative;
  z-index: 10;
}
#news-letter .right-side .button:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
  height: 100%;
  opacity: 0;
  background: #fff;
}
#news-letter .right-side .button:hover, #news-letter .right-side .button:focus {
  color: #007478;
}
#news-letter .right-side .button:hover:after, #news-letter .right-side .button:focus:after {
  width: 100%;
  opacity: 1;
}

#social {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
}
#social:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#social .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  #social .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#social .container .w-50 {
  width: calc(50% - 20px);
}
#social .container .w-50:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  #social .container .w-50 {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

#social-media {
  position: relative;
  z-index: 10;
}
#social-media .top-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
#social-media .top-sec .title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
#social-media .top-sec .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#social-media .top-sec .icons a {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#social-media .top-sec .icons a.facebook:hover, #social-media .top-sec .icons a.facebook:focus {
  background: #3b5999;
}
#social-media .top-sec .icons a.twitter:hover, #social-media .top-sec .icons a.twitter:focus {
  background: #55acee;
}
#social-media .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#social-media .tabs a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  width: calc(50% - 5px);
}
#social-media .tabs a:first-child {
  margin-right: 10px;
}
#social-media .tabs #f-tab:hover, #social-media .tabs #f-tab:focus, #social-media .tabs #f-tab.active {
  background: #3b5999;
}
#social-media .tabs #t-tab:hover, #social-media .tabs #t-tab:focus, #social-media .tabs #t-tab.active {
  background: #3b5999;
}
#social-media .tab-content .tab-content-box {
  display: none;
}
#social-media .tab-content .tab-content-box.show {
  display: block !important;
}
#social-media .tab-content .tab-content-box > a {
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  padding-right: 20px;
}
#social-media .tab-content .tab-content-box > a:hover, #social-media .tab-content .tab-content-box > a:focus {
  text-decoration: underline;
}
#social-media .tab-content .tab-content-box .iframe-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#social-media .tab-content #f-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#social-media .tab-content #f-content iframe {
  max-width: 500px;
  margin: 0 auto;
}
#featured-news-summary {
  position: relative;
  z-index: 10;
}
#featured-news-summary .story a {
  color: #fff;
}
#featured-news-summary .story a .featured-image {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 100;
  max-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #featured-news-summary .story a .featured-image {
    max-height: 100%;
  }
}
#featured-news-summary .story a .featured-image img {
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#featured-news-summary .story a .content .title {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
#featured-news-summary .story a .content .date {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  opacity: 0.9;
}
#featured-news-summary .story a .content .date span {
  padding-right: 3px;
}
#featured-news-summary .story a .content .date .day:after {
  content: ",";
}
#featured-news-summary .story a:hover .title, #featured-news-summary .story a:focus .title {
  text-decoration: underline;
}

/* Footer */
footer {
  background: #007478;
  border-top: 3px solid #bba044;
}
footer .container .footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .container .footer-top .col-3 {
  width: 33.33%;
  padding: 10px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  footer .container .footer-top .col-3 {
    width: 100%;
  }
}
footer .container .footer-top .col-3 .logo {
  width: 220px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
footer .container .footer-top .col-3 .logo img {
  width: 100%;
}
footer .container .footer-top .col-3 > div {
  margin-bottom: 5px;
}
footer .container .footer-top .col-3 .address {
  text-align: center;
}
footer .container .footer-top .col-3 .address span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
footer .container .footer-top .col-3 .phone {
  text-align: center;
  font-size: 14px;
}
footer .container .footer-top .col-3 ul:not(.social-icons) {
  padding: 20px 0 0 80px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  footer .container .footer-top .col-3 ul:not(.social-icons) {
    padding: 0;
  }
}
footer .container .footer-top .col-3 ul:not(.social-icons) li {
  list-style: none;
}
@media screen and (max-width: 900px) {
  footer .container .footer-top .col-3 ul:not(.social-icons) li {
    text-align: center;
  }
}
footer .container .footer-top .col-3 ul:not(.social-icons) li a {
  color: #fff;
  position: relative;
}
footer .container .footer-top .col-3 ul:not(.social-icons) li a:after {
  position: absolute;
  content: "";
  font-family: "Fontawesome";
  font-size: 20px;
  top: 50%;
  left: -20px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}
footer .container .footer-top .col-3 ul:not(.social-icons) li a:hover, footer .container .footer-top .col-3 ul:not(.social-icons) li a:focus {
  text-decoration: underline;
}
footer .container .footer-top .col-3 ul:not(.social-icons) li a:hover:after, footer .container .footer-top .col-3 ul:not(.social-icons) li a:focus:after {
  opacity: 1;
  -webkit-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
  text-decoration: none;
}
footer .container .footer-top .col-3 .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding-top: 10px;
  margin: 0;
}
footer .container .footer-top .col-3 .social-icons li {
  padding: 0 5px;
  list-style: none;
}
footer .container .footer-top .col-3 .social-icons li a {
  width: 30px;
  height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
footer .container .footer-top .col-3 .social-icons li a.facebook {
  background: #3b5999;
}
footer .container .footer-top .col-3 .social-icons li a.facebook:hover, footer .container .footer-top .col-3 .social-icons li a.facebook:focus {
  background: #fff;
  text-decoration: none;
  color: #3b5999;
}
footer .container .footer-top .col-3 .social-icons li a.twitter {
  background: #55acee;
}
footer .container .footer-top .col-3 .social-icons li a.twitter:hover, footer .container .footer-top .col-3 .social-icons li a.twitter:focus {
  background: #fff;
  text-decoration: none;
  color: #55acee;
}
footer .container .credit {
  color: #fff;
  text-align: center;
  width: 100%;
}
footer .container .credit a {
  color: #fff;
  text-decoration: underline;
}
footer .container .credit a:hover, footer .container .credit a:focus {
  text-decoration: none;
}
footer .container .credit #loginPanel {
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
footer .container .credit #loginPanel:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 20px;
  color: #bba044;
  padding-right: 10px;
}

/* Alert */
#top-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #top-alert {
    -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;
    padding: 0 10px 15px;
  }
}
#top-alert > *:not(:last-child) {
  padding-right: 10px;
}
#top-alert span {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  #top-alert span {
    margin-bottom: 10px;
  }
}
#top-alert a {
  color: #fff;
  font-weight: 600;
}
#top-alert a:hover, #top-alert a:focus {
  text-decoration: underline;
}
#top-alert p {
  margin: 0;
}
#top-alert:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 20px;
  color: #bba044;
  padding-right: 15px;
}
@media screen and (max-width: 900px) {
  #top-alert:before {
    padding: 15px 0 0 0;
  }
}

.sub-page #page {
  position: relative;
}
.sub-page header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.sub-page header .bottom-header {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
}
.sub-page header .bottom-header:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: rgba(255, 255, 255, 0.4);
}

#subpage {
  /* Department */
}
#subpage .sub-bg {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#subpage .sub-bg .pagetitle {
  position: absolute;
  bottom: 0;
  left: 30px;
}
@media screen and (max-width: 900px) {
  #subpage .sub-bg .pagetitle {
    width: 100%;
    left: 0;
  }
}
#subpage .sub-bg .pagetitle h2 {
  margin: 0;
  padding: 35px 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  #subpage .sub-bg .pagetitle h2 {
    font-size: 24px;
    padding: 20px;
  }
}
#subpage .breadcrumbs {
  background: #1065b1;
}
#subpage .breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 900px) {
  #subpage .breadcrumbs .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  #subpage .breadcrumbs .container {
    padding: 0 20px;
  }
}
#subpage .breadcrumbs .container .b-container {
  color: #fff;
}
#subpage .breadcrumbs .container .b-container a {
  color: #fff;
  text-decoration: underline;
}
#subpage .breadcrumbs .container .b-container a:hover, #subpage .breadcrumbs .container .b-container a:focus {
  text-decoration: none;
}
#subpage .breadcrumbs .container .b-container .separator {
  padding: 0 7px;
}
#subpage .breadcrumbs .container .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#subpage .breadcrumbs .container .icons ul {
  padding: 0;
  margin: 0;
}
#subpage .breadcrumbs .container .icons ul li {
  list-style: none;
  display: inline-block;
}
#subpage .breadcrumbs .container .icons ul li a {
  color: #fff;
  padding: 10px;
  display: block;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#subpage .breadcrumbs .container .icons ul li a:hover, #subpage .breadcrumbs .container .icons ul li a:focus {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 900px) {
  #subpage .main-container .container {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#subpage .main-container .container .sidebar {
  min-width: 300px;
  max-width: 300px;
}
@media screen and (max-width: 900px) {
  #subpage .main-container .container .sidebar {
    min-width: 100%;
    max-width: 100%;
  }
}
#subpage .main-container .container .sidebar .mobile-side-nav {
  display: none;
  background: #1065b1;
  margin-bottom: 10px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
#subpage .main-container .container .sidebar .mobile-side-nav .fa,
#subpage .main-container .container .sidebar .mobile-side-nav span {
  padding: 0 15px;
}
#subpage .main-container .container .sidebar .mobile-side-nav span {
  font-weight: 600;
}
#subpage .main-container .container .sidebar .mobile-side-nav.clicked, #subpage .main-container .container .sidebar .mobile-side-nav:hover {
  background: #007478;
}
@media screen and (max-width: 900px) {
  #subpage .main-container .container .sidebar .mobile-side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#subpage .main-container .container .sidebar .ptl_col_1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 900px) {
  #subpage .main-container .container .sidebar .ptl_col_1 {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .container .sidebar .ptl_col_1 #inside-nav {
    display: none;
    background: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 900px) {
  #subpage .main-container .container .sidebar .ptl_col_1 #inside-nav {
    display: block !important;
  }
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0 {
  padding: 0;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0:nth-child(even) a {
  background: rgba(0, 0, 0, 0.05);
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0 a {
  display: block;
  color: #1065b1;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0 a:hover, #subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0 a:focus {
  background: #1065b1;
  color: #fff;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0:last-child a {
  border: none;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0.currentpage a {
  background: #1065b1;
  color: #fff;
  margin-bottom: 10px;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0.currentpage a:hover, #subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl0.currentpage a:focus {
  background: #007478;
  color: #fff;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl1 {
  padding: 0 0 0 50px;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl1 a {
  display: block;
  color: #007478;
  padding: 4px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl1 a:after {
  position: absolute;
  content: "";
  font-family: "Fontawesome";
  font-size: 20px;
  top: 50%;
  left: -20px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl1 a:hover, #subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl1 a:focus {
  color: #1065b1;
  text-decoration: underline;
}
#subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl1 a:hover:after, #subpage .main-container .container .sidebar .ptl_col_1 #inside-nav .sitenavl1 a:focus:after {
  opacity: 1;
  -webkit-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
}
#subpage .main-container .container .main-content {
  width: calc(100% - 300px);
}
@media screen and (max-width: 900px) {
  #subpage .main-container .container .main-content {
    width: 100%;
  }
}
#subpage.department .main-container .container .sidebar {
  display: none;
}
#subpage.department .main-container .container .main-content {
  width: 100%;
}
#subpage.department #dept-quick-links {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-image: url("/UserFiles/Servers/Server_15292413/Image/quickLink-bg.jpg");
}
#subpage.department #dept-quick-links:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}
#subpage.department #dept-quick-links > div {
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  #subpage.department #dept-quick-links > div {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  #subpage.department #dept-quick-links > div {
    padding: 10px 20px;
  }
}

/* Content portlet */
div[id$=divContent] {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px;
}
div[id$=divContent] a {
  color: #1065b1;
  text-decoration: underline;
}
div[id$=divContent] a:hover, div[id$=divContent] a:focus {
  text-decoration: none;
}
div[id$=divContent] img {
  padding: 20px;
}
div[id$=divContent] h1,
div[id$=divContent] h2,
div[id$=divContent] h3,
div[id$=divContent] h4,
div[id$=divContent] h5,
div[id$=divContent] h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin: 0 0 5px 0;
}
div[id$=divContent] h1 {
  font-size: 32px;
  line-height: 38px;
}
div[id$=divContent] h2 {
  font-size: 28px;
  line-height: 34px;
}
div[id$=divContent] h3 {
  font-size: 22px;
  line-height: 26px;
}
div[id$=divContent] h4 {
  font-size: 20px;
  line-height: 24px;
}
div[id$=divContent] h5 {
  font-size: 16px;
  line-height: 20px;
}
div[id$=divContent] h6 {
  font-size: 14px;
  line-height: 18px;
}

/* Contact */
#contact .title {
  padding: 15px 20px;
  color: #fff;
  background: #007478;
  text-align: center;
  font-size: 19px;
}
#contact .content {
  padding: 30px 20px;
  background: #f2f2f2;
}
#contact .content span {
  display: block;
  padding-bottom: 8px;
}
#contact .content .name {
  font-weight: 600;
}
#contact .content a {
  color: #1065b1;
  text-decoration: underline;
}
#contact .content a:hover, #contact .content a:focus {
  text-decoration: none;
}
#contact .content p {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
  color: #4e4e4e;
}

/* Accordion */
.animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

.ap-content {
  padding: 1.5em 10% !important;
  line-height: 1.75em;
}

/* This is the hidden state */
[aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  /* transition-delay: 1s, 0s, 0s; */
  -webkit-transition-delay: 0.3s, 0s, 0s;
  transition-delay: 0.3s, 0s, 0s;
  margin: 0;
  padding: 0;
}

.js-accordion__header:after,
a.more:after {
  content: "";
  font-family: FontAwesome;
}

.animate {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.more:after {
  margin-left: 0.2em;
  font-size: 0.8em;
}

.animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  -webkit-transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  -webkit-transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  -webkit-transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  max-height: 100em;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

[aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s, 0s, 0s;
  transition-delay: 1s, 0s, 0s;
  margin: 0;
  padding: 0;
}

.js-accordion__header,
.js-accordion__header:after {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-accordion__header {
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-align: left;
  font-size: 1em;
  padding: 1.25em 3.5%;
  font-weight: 500;
  cursor: pointer;
  background: #1065b1 !important;
}

.js-accordion__header:after {
  display: inline-block;
  float: right;
  color: #fff;
}

.js-accordion__header:hover,
.js-accordion__header:focus {
  background-color: #007478 !important;
  color: #fff;
  outline: none !important;
}

.js-accordion__header:hover:after,
.js-accordion__header:focus:after {
  color: #fff !important;
}

.js-accordion__header[aria-expanded=true] {
  color: #1065b1;
  background-color: transparent !important;
}

.js-accordion__header[aria-expanded=true]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #1065b1 !important;
}

.js-accordion__header,
.js-accordion__panel {
  border: none;
  border-bottom: 1px solid #9d9d9d;
  background: transparent;
}

.js-accordion__panel[aria-hidden] {
  margin-bottom: 0.625em;
  border-top: none;
}

.js-accordion__panel[aria-hidden] .js-accordion__header {
  display: none;
}

/* Services */
#service-slider {
  position: relative;
}
#service-slider .ql-inside .ql-container .banner-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 250px;
}
#service-slider .ql-inside .ql-container .banner-slide a img {
  height: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#service-slider .ql-inside .ql-container .banner-slide a .caption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
#service-slider .ql-inside .ql-container .banner-slide a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#service-slider .ql-inside .ql-container .banner-slide a:hover img, #service-slider .ql-inside .ql-container .banner-slide a:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#service-slider .ql-inside .ql-container .banner-slide a:hover .caption, #service-slider .ql-inside .ql-container .banner-slide a:focus .caption {
  bottom: 40px;
}
#service-slider .ql-inside .ql-container .banner-slide a:hover:after, #service-slider .ql-inside .ql-container .banner-slide a:focus:after {
  background: rgba(0, 0, 0, 0.5);
}
#service-slider .ql-inside .top-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
}
#service-slider .ql-inside .nav-container .arrows .slick-arrow {
  background: #1065b1;
  border: none;
  padding: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#service-slider .ql-inside .nav-container .arrows .slick-arrow:hover, #service-slider .ql-inside .nav-container .arrows .slick-arrow:focus {
  background: #bba044;
  color: #000;
}
#service-slider .ql-inside .nav-container .arrows .slick-prev {
  margin-right: 10px;
}
#service-slider .ql-inside .nav-container .arrows .slick-prev:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 20px;
  line-height: 20px;
}
#service-slider .ql-inside .nav-container .arrows .slick-next:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 20px;
  line-height: 20px;
}

/* Department Info */
#dept-info {
  background: #007478;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #dept-info {
    padding: 20px;
  }
}
#dept-info .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
#dept-info .container .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
}
@media screen and (max-width: 600px) {
  #dept-info .container .left-side {
    width: 100%;
  }
}
#dept-info .container .left-side img {
  width: 130px;
  margin-bottom: 10px;
}
#dept-info .container .left-side span {
  padding-bottom: 7px;
}
#dept-info .container .left-side .name {
  font-weight: 600;
}
#dept-info .container .right-side {
  width: 75%;
}
@media screen and (max-width: 600px) {
  #dept-info .container .right-side {
    width: 100%;
  }
}
#dept-info .container .right-side .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  #dept-info .container .right-side .title {
    text-align: center;
    padding: 10px;
  }
}
#dept-info .container .right-side .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #dept-info .container .right-side .info {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#dept-info .container .right-side .info > div {
  padding: 0 20px;
}
#dept-info .container .right-side .info > div span {
  display: block;
  font-weight: 400;
  padding-bottom: 7px;
}
#dept-info .container .right-side .info > div strong {
  display: block;
  font-weight: 600;
  padding-bottom: 7px;
}
#dept-info .container .right-side .info > div a {
  color: #fff;
  text-decoration: underline;
}
#dept-info .container .right-side .info > div a:hover, #dept-info .container .right-side .info > div a:focus {
  text-decoration: none;
}
#dept-info .container .right-side .info .number > div {
  margin-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */
