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

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #1f1f1f;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0px !important;
}

* {
  box-sizing: border-box;
  outline-color: #FFA400;
}

h1, h2, h3, h4, h5, h6, a, p, span, ul, ol, li, div, strong, i, b, em {
  font-family: "Fira 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%;
}

div[id$=divContent] {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
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: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px 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;
}

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

.container {
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

/*CMS FIX*/
.exlink-modal-dialog a, .exlink-modal-dialog a:hover {
  height: auto !important;
}

@media screen and (max-width: 900px) {
  .container {
    padding: 20px;
  }
}
@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;
  }
}
.RadWindow {
  z-index: 1000000 !important;
}

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

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

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

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

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

.portletEditMode #page, .checkoutAndEditMode #page {
  padding: 30px;
  margin-top: 100px;
}

.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: #FFA400;
}

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

/* Google Translate Select */
select.goog-te-combo {
  margin: 0 !important;
  border: none !important;
  background: transparent;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
  font-size: 13px;
  position: relative;
  letter-spacing: 0.03em;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  cursor: pointer;
  overflow: hidden;
  -moz-appearance: none;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  width: 80px;
}
select.goog-te-combo option {
  color: #1f1f1f;
}
select.goog-te-combo::-ms-expand {
  display: none;
}

.skiptranslate > div {
  position: relative;
}

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

#pace-screen {
  width: 100%;
  height: 9999999px;
  background: #fff;
  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);
  -moz-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Back to top */
#Btop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #FFA400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  transition: all 400ms ease;
  z-index: 8000;
}
#Btop span {
  font-size: 26px;
}
#Btop:hover, #Btop:focus {
  background: #1f1f1f;
  text-decoration: none;
  color: #FFA400;
  border: 2px solid #FFA400;
}
#Btop.show {
  bottom: 20px !important;
}

header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .top-header .logo {
  display: block;
  min-width: 200px;
  max-width: 200px;
}
header .top-header .logo img {
  width: 100%;
}
header .top-header .right-side {
  display: flex;
  width: 100%;
}
header .top-header .right-side .search-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
header .top-header .right-side .search-section .radio {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
header .top-header .right-side .search-section .radio input {
  margin-right: 10px;
}
header .top-header .right-side .search-section #catalog-radio.show, header .top-header .right-side .search-section #site-radio.show {
  display: block;
}
header .top-header .right-side .search-section #catalog-radio.hide, header .top-header .right-side .search-section #site-radio.hide {
  display: none;
}
header .top-header .right-side .search-section #catalog-search {
  width: 40%;
}
header .top-header .right-side .search-section #catalog-search .search-form {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  position: relative;
  padding: 3px;
}
header .top-header .right-side .search-section #catalog-search .search-form input[type=text] {
  border: none;
  background: #f1f1f2;
  text-align: left;
  text-indent: 10px;
  font-size: 15px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #1f1f1f;
}
header .top-header .right-side .search-section #catalog-search .search-form a {
  position: absolute;
  right: 16px;
  background: transparent;
  border: none;
  top: 6px;
  font-size: 20px;
  z-index: 20;
}
header .top-header .right-side .search-section #catalog-search .search-form a:after {
  position: relative;
  content: "";
  color: #1f1f1f;
  font-family: "Fontawesome";
  font-size: 18px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .top-header .right-side .search-section #catalog-search .search-form a:hover:after, header .top-header .right-side .search-section #catalog-search .search-form a:focus:after {
  color: #FFA400;
}
header .top-header .right-side .search-section .search-container {
  width: 40%;
}
header .top-header .right-side .search-section .search-container .divSearchBox {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
}
header .top-header .right-side .search-section .search-container .divSearchBox input {
  border: none;
  background: #f1f1f2;
  text-align: left;
  text-indent: 10px;
  font-size: 15px;
  height: 100%;
  padding: 0;
  width: 100%;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #1f1f1f;
}
header .top-header .right-side .search-section .search-container .divSearchBox a {
  position: relative;
}
header .top-header .right-side .search-section .search-container .divSearchBox a img {
  display: none;
}
header .top-header .right-side .search-section .search-container .divSearchBox a:after {
  position: absolute;
  content: "";
  color: #1f1f1f;
  top: 0px;
  left: -30px;
  font-family: "Fontawesome";
  font-size: 18px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .top-header .right-side .search-section .search-container .divSearchBox a:hover:after, header .top-header .right-side .search-section .search-container .divSearchBox a:focus:after {
  color: #FFA400;
}
header .top-header .right-side .translation {
  height: 35px;
  overflow: hidden;
  width: 100px;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  box-sizing: content-box;
}
header .top-header .right-side .translation:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 50%;
  color: #1f1f1f;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  header .top-header {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  header .top-header .logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  header .top-header .right-side {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  header .top-header .right-side .search-section {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 650px) {
  header .top-header .right-side .search-section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  header .top-header .right-side .search-section .radio {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  header .top-header .right-side .search-section #catalog-search {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  header .top-header .right-side .search-section #catalog-search {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  header .top-header .right-side .search-section .search-container {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  header .top-header .right-side .search-section .search-container {
    width: 100%;
  }
}
#mainNav {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
}
#mainNav #menubar .inside-padding {
  max-width: 1400px;
  padding: 10px 20px;
}
#mainNav #menubar .inside-padding #mobile-bar {
  display: none;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#mainNav #menubar .inside-padding #mobile-bar .fa {
  padding-right: 10px;
}
#mainNav #menubar .inside-padding #mobile-bar:hover, #mainNav #menubar .inside-padding #mobile-bar:focus {
  background: #FFA400;
  color: #1f1f1f;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item > a {
  line-height: 3.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 0.625em;
  text-decoration: none;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item > a:hover, #mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item > a:focus, #mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item > a.open {
  background: none;
  color: #FFA400;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav {
  max-width: 1280px;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 1rem rgba(31, 31, 31, 0.3);
  box-shadow: 0 0 1rem rgba(31, 31, 31, 0.3);
  padding: 1rem;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 67px;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav ul {
  margin: 0;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group {
  -webkit-column-count: 3;
  column-count: 3;
  max-height: 550px;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group > li {
  display: inline-block;
  width: 100%;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group > li > div > a {
  font-family: "Fira Sans", sans-serif;
  display: block;
  color: #1f1f1f;
  border-bottom: 2px solid #FFA400;
  padding: 0.3125rem 0.5rem;
  font-size: 0.875em;
  font-weight: 500;
  margin: 0.5rem 0;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group > li > div > a:hover, #mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group > li > div > a:focus {
  background: #1f1f1f;
  color: #fff;
  border-bottom: 2px solid #FFA400;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group .nav-lists.level2 > .sub-nav-group > li {
  margin: 0;
  width: 100%;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group .nav-lists.level2 > .sub-nav-group > li a {
  font-family: "Fira Sans", sans-serif;
  display: block;
  color: #3f3f3f;
  padding: 0.3125rem 0.5rem;
  font-size: 0.75em;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid transparent;
}
#mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group .nav-lists.level2 > .sub-nav-group > li a:hover, #mainNav #menubar .inside-padding .megamenu nav ul.nav-menu li.nav-item .sub-nav > .nav-lists > .sub-nav-group .nav-lists.level2 > .sub-nav-group > li a:focus {
  border-bottom: 1px solid #FFA400;
  background: #1f1f1f;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  #mainNav {
    position: relative;
    background: #1f1f1f;
  }
}
@media screen and (max-width: 1000px) {
  #mainNav #menubar .inside-padding {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  #mainNav #menubar .inside-padding #mobile-bar {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #mainNav #menubar .inside-padding .megamenu {
    display: none;
  }
}
.mfp-item-content img {
  max-width: 400px;
}

#banner {
  position: relative;
  overflow: visible;
}

#main-slider .banner-container .banner-slide .image {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#socialIcons {
  z-index: 3000;
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
#socialIcons ul {
  padding: 0;
  margin: 0;
}
#socialIcons ul li {
  margin-bottom: 2px;
  list-style: none;
}
#socialIcons ul li a {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  left: calc(100% - 50px);
}
#socialIcons ul li a span {
  padding: 10px;
  display: block;
}
#socialIcons ul li a .fa {
  font-size: 22px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
#socialIcons ul li a .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
#socialIcons ul li a:hover, #socialIcons ul li a:focus {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #FFA400;
  color: #1f1f1f;
  left: 100%;
}

@media screen and (max-width: 1100px) {
  #socialIcons {
    bottom: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #socialIcons {
    display: none;
  }
}
.header-section {
  text-align: center;
  padding: 30px;
}
.header-section span {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  font-weight: 200;
  color: #1f1f1f;
  display: block;
  padding: 10px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.header-section span:after {
  right: -80px;
  bottom: 25px;
  width: 80px;
  height: 1px;
  background: #1f1f1f;
  content: "";
  position: absolute;
}
.header-section span:before {
  left: -80px;
  bottom: 25px;
  width: 80px;
  height: 1px;
  background: #1f1f1f;
  content: "";
  position: absolute;
}
.header-section h2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  font-weight: 200;
  color: #1f1f1f;
  display: block;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.header-section h2:after {
  right: -150px;
  bottom: 25px;
  width: 150px;
  height: 1px;
  background: #1f1f1f;
  content: "";
  position: absolute;
}
.header-section h2:before {
  left: -150px;
  bottom: 25px;
  width: 150px;
  height: 1px;
  background: #1f1f1f;
  content: "";
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .header-section {
    padding: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .header-section span {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .header-section span {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header-section span:after, .header-section span:before {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header-section h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .header-section h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
#quick-links {
  background: #d0d2d3;
}

#ql-slider {
  padding: 30px 20px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
#ql-slider .ql-inside .ql-container {
  width: 95%;
  margin: 0 auto;
}
#ql-slider .ql-inside .ql-container .banner-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  position: relative;
}
#ql-slider .ql-inside .ql-container .banner-slide a .icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #1f1f1f;
  font-size: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
#ql-slider .ql-inside .ql-container .banner-slide a .icon img {
  width: 50px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-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 .fa {
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-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:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: transparent;
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-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: #1f1f1f;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-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:hover .icon, #ql-slider .ql-inside .ql-container .banner-slide a:focus .icon {
  background: #FFA400;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
#ql-slider .ql-inside .ql-container .banner-slide a:hover .icon .fa, #ql-slider .ql-inside .ql-container .banner-slide a:hover .icon img {
  transform: scale(1.2);
}
#ql-slider .ql-inside .ql-container .banner-slide a:focus .icon .fa, #ql-slider .ql-inside .ql-container .banner-slide a:focus .icon img {
  transform: scale(1.2);
}
#ql-slider .ql-inside .ql-container .banner-slide a:hover .icon:after, #ql-slider .ql-inside .ql-container .banner-slide a:focus .icon:after {
  width: 120%;
  height: 120%;
  border-color: #FFA400;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
#ql-slider .ql-inside .ql-container .banner-slide a:hover .caption .ql-title, #ql-slider .ql-inside .ql-container .banner-slide a:focus .caption .ql-title {
  font-weight: 600;
}
#ql-slider .ql-inside .nav-container .arrows .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.6;
}
#ql-slider .ql-inside .nav-container .arrows .slick-arrow:hover, #ql-slider .ql-inside .nav-container .arrows .slick-arrow:focus {
  opacity: 1;
}
#ql-slider .ql-inside .nav-container .arrows .slick-prev {
  left: 15px;
  background: url("http://glendalelibrary.hosted.civiclive.com/UserFiles/Servers/Server_15414356/Templates/img/left-arrow.svg");
}
#ql-slider .ql-inside .nav-container .arrows .slick-next {
  right: 15px;
  background: url("http://glendalelibrary.hosted.civiclive.com/UserFiles/Servers/Server_15414356/Templates/img/right-arrow.svg");
}

@media screen and (max-width: 1000px) {
  #ql-slider .ql-inside .ql-container {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  #ql-slider .ql-inside .nav-container .arrows .slick-prev {
    left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #ql-slider .ql-inside .nav-container .arrows .slick-next {
    right: 30px;
  }
}
#news {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
#news .hours-contact {
  width: 500px;
}
#news .news-announcements {
  width: calc(100% - 500px);
}

@media screen and (max-width: 1000px) {
  #news .hours-contact {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #news .news-announcements {
    width: 100%;
  }
}
.header-sec {
  padding: 40px 50px 20px;
}
.header-sec h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

#accordion-contact ul {
  padding: 0;
  margin: 0;
}
#accordion-contact ul li {
  list-style: none;
  margin-bottom: 1px;
}
#accordion-contact ul li .c-header {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  background: #d0d2d3;
  color: #1f1f1f;
  font-size: 18px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#accordion-contact ul li .c-header .arrow {
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 10px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#accordion-contact ul li .c-header .arrow img {
  width: 100%;
}
#accordion-contact ul li .c-header.expanded .arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#accordion-contact ul li .c-header:hover, #accordion-contact ul li .c-header:focus, #accordion-contact ul li .c-header.expanded {
  background: #FFA400;
}
#accordion-contact ul li .c-content {
  display: none;
  background: #f4bc69;
  padding: 20px 20px 20px 50px;
}
#accordion-contact ul li .c-content .inner-content {
  display: flex;
  justify-content: space-between;
}
#accordion-contact ul li .c-content .inner-content .left-side > span {
  display: block;
  margin-bottom: 15px;
}
#accordion-contact ul li .c-content .inner-content .left-side .address {
  max-width: 200px;
  font-weight: 500;
}
#accordion-contact ul li .c-content .inner-content .left-side .social-icons {
  display: flex;
}
#accordion-contact ul li .c-content .inner-content .left-side .social-icons a {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f1f1f;
  font-size: 26px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#accordion-contact ul li .c-content .inner-content .left-side .social-icons a:hover, #accordion-contact ul li .c-content .inner-content .left-side .social-icons a:focus {
  background: #fff;
}
#accordion-contact ul li .c-content .inner-content .right-side > span {
  display: block;
  margin-bottom: 10px;
}
#accordion-contact ul li .c-content .inner-content .right-side > span:first-child {
  font-weight: 500;
}
#accordion-contact ul li .c-content .inner-content .right-side > span > span:first-child {
  min-width: 110px;
  padding-right: 10px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  #accordion-contact ul li .c-content .inner-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#home-news {
  padding-left: 50px;
}
#home-news .top-sec {
  padding-bottom: 20px;
}
#home-news .top-sec .header-sec {
  padding-left: 0;
}
#home-news .top-sec .news-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home-news .top-sec .news-controls > a {
  display: block;
  padding: 10px 20px;
  background: #FFA400;
  color: #1f1f1f;
  text-transform: uppercase;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#home-news .top-sec .news-controls > a:hover, #home-news .top-sec .news-controls > a:focus {
  background: #1f1f1f;
  color: #FFA400;
  text-decoration: none;
}
#home-news .top-sec .news-controls .news-dots ul {
  padding: 0;
  margin: 0;
}
#home-news .top-sec .news-controls .news-dots ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#home-news .top-sec .news-controls .news-dots ul li button {
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #bbbdbf;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Fira Sans", sans-serif;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#home-news .top-sec .news-controls .news-dots ul li button:hover, #home-news .top-sec .news-controls .news-dots ul li button:focus {
  background: #1f1f1f;
  color: #fff;
}
#home-news .top-sec .news-controls .news-dots ul li.slick-active button {
  background: #1f1f1f;
  color: #fff;
}
#home-news .news-summary .story .featured-image a {
  display: flex;
  max-height: 300px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
#home-news .news-summary .story .featured-image a img {
  width: 100%;
}
#home-news .news-summary .story .content {
  background: #d0d2d3;
  padding: 20px 30px;
}
#home-news .news-summary .story .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  height: 72px;
  overflow: hidden;
}
#home-news .news-summary .story .content .read-more {
  display: block;
  width: 150px;
  text-align: center;
  padding: 10px 20px;
  background: #FFA400;
  color: #1f1f1f;
  text-transform: uppercase;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#home-news .news-summary .story .content .read-more:hover, #home-news .news-summary .story .content .read-more:focus {
  background: #1f1f1f;
  color: #FFA400;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  #home-news {
    padding: 0 15px;
  }
}
.CAL-timeAlert {
  color: #fff;
}

#events {
  background: #d0d2d3;
  padding: 30px;
}

#upcoming-events {
  max-width: 1400px;
  margin: 0 auto;
  /* Events Categories */
  /* Event Lists */
}
#upcoming-events .events-heading {
  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;
  margin-bottom: 2.5rem;
}
#upcoming-events .events-heading .events-cats {
  width: calc(100% - 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#upcoming-events .events-heading .events-cats a {
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #1f1f1f;
  text-decoration: none;
  border-bottom: 0.5rem solid transparent;
}
#upcoming-events .events-heading .events-cats a.active, #upcoming-events .events-heading .events-cats a:hover, #upcoming-events .events-heading .events-cats a:focus {
  font-weight: 900;
  line-height: 140%;
  border-bottom-color: #1f1f1f;
}
#upcoming-events a.view-all {
  background: #FFA400;
  color: #1f1f1f;
  display: inline-block;
  padding: 0.625rem 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#upcoming-events a.view-all:hover, #upcoming-events a.view-all:focus {
  text-decoration: none;
  background: #1f1f1f;
  color: #FFA400;
}
#upcoming-events .events-list {
  background: #fff;
  padding: 1.75rem 3.25rem;
  overflow: hidden;
}
#upcoming-events .events-list .inside-wrapper .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#upcoming-events .events-list a.event {
  display: inline-block;
  color: #1f1f1f;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding: 1.5em 1em 0.25em;
  margin: 1em 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -o-transition: background 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
#upcoming-events .events-list a.event .event-date {
  display: inline-block;
  border-bottom: 2px solid #1f1f1f;
  font-weight: 700;
  font-size: 3.75em;
  line-height: 1.15em;
  padding-bottom: 0.75rem;
}
#upcoming-events .events-list a.event .event-date span {
  display: block;
  font-weight: 300;
  font-size: 75%;
}
#upcoming-events .events-list a.event .event-info .event-name {
  font-weight: 700;
  margin-top: 1.5em;
}
#upcoming-events .events-list a.event .event-info .time {
  margin-top: 1em;
  font-weight: 500;
}
#upcoming-events .events-list a.event .more-info {
  background: #6F7271;
  color: #fff;
  padding: 0.5em 1em;
  position: relative;
  -webkit-transform: translateY(0em);
  -ms-transform: translateY(0em);
  transform: translateY(0em);
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.875em;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#upcoming-events .events-list a.event:hover, #upcoming-events .events-list a.event:focus {
  background: #FFA400;
  -webkit-box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.35);
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.35);
}
#upcoming-events .events-list a.event:hover .more-info, #upcoming-events .events-list a.event:focus .more-info {
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #upcoming-events .events-heading {
    -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;
  }
  #upcoming-events .events-heading .events-cats {
    margin-bottom: 1rem;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 568px) {
  #upcoming-events a.view-all {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1380px) {
  #upcoming-events .events-list {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #upcoming-events .events-list {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  #upcoming-events .events-list a.event {
    font-size: 85%;
  }
}
@media screen and (max-width: 768px) {
  #upcoming-events .events-list a.event {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 1rem);
    position: relative;
    border-bottom: 2px solid #1f1f1f;
    margin-top: 0;
  }
  #upcoming-events .events-list a.event:nth-child(odd) {
    margin-right: 1rem;
  }
  #upcoming-events .events-list a.event .event-date {
    border-bottom: none;
    font-size: 250%;
    padding-bottom: 0;
  }
  #upcoming-events .events-list a.event .event-info {
    text-align: left;
    margin-left: 1.5em;
    font-size: 1.25em;
  }
  #upcoming-events .events-list a.event .event-info .event-name {
    margin-top: 0;
  }
  #upcoming-events .events-list a.event .more-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #upcoming-events .events-list a.event:hover .more-info, #upcoming-events .events-list a.event:focus .more-info {
    -webkit-transform: translateX(-50%) translateY(1.5em);
    -ms-transform: translateX(-50%) translateY(1.5em);
    transform: translateX(-50%) translateY(1.5em);
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #upcoming-events .events-list a.event {
    width: 100%;
  }
  #upcoming-events .events-list a.event:nth-child(odd) {
    margin-right: 0;
  }
}
#infograph {
  background-image: url("http://glendalelibrary.hosted.civiclive.com/UserFiles/Servers/Server_15414356/Templates/img/info-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#infograph > .container {
  padding: 6.75rem 0.625rem;
}

@media screen and (max-width: 768px) {
  section#infograph > .container {
    padding: 3rem 0.625rem;
  }
}
.infographic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.75fr 2rem 1fr 2rem 1fr 2rem 1.75fr;
  grid-template-columns: 1.75fr 1fr 1fr 1.75fr;
  -ms-grid-rows: auto 2rem auto;
  grid-template-areas: "bigTile1 smallTile1 smallTile2 bigTile2" "bigTile1 medTile medTile bigTile2";
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.infographic .tile {
  background: rgba(208, 210, 211, 0.8);
  text-align: center;
  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;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.infographic .tile:nth-child(1), .infographic .tile:nth-child(5) {
  padding: 10%;
}
.infographic .tile:nth-child(1) .icon, .infographic .tile:nth-child(5) .icon {
  font-size: 7rem;
  line-height: 7.5rem;
}
.infographic .tile:nth-child(1) h3, .infographic .tile:nth-child(5) h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin: 0;
}
.infographic .tile:nth-child(1) h3 > span, .infographic .tile:nth-child(5) h3 > span {
  display: block;
  font-size: 1.375rem;
  line-height: 1.7rem;
  font-weight: 400;
}
.infographic .tile:nth-child(2), .infographic .tile:nth-child(3) {
  padding: 10%;
}
.infographic .tile:nth-child(2) .icon, .infographic .tile:nth-child(3) .icon {
  font-size: 3.25rem;
  line-height: 3.8rem;
}
.infographic .tile:nth-child(2) h3, .infographic .tile:nth-child(3) h3 {
  font-size: 1.625rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin: 0;
}
.infographic .tile:nth-child(2) h3 > span, .infographic .tile:nth-child(3) h3 > span {
  display: block;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.infographic .tile:nth-child(4) {
  padding: 10%;
}
.infographic .tile:nth-child(4) .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.infographic .tile:nth-child(4) .icon {
  font-size: 5rem;
  line-height: 5.5rem;
  margin-right: 2rem;
}
.infographic .tile:nth-child(4) h3 {
  font-size: 2.375rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin: 0;
}
.infographic .tile:nth-child(4) h3 > span {
  display: block;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 400;
}
.infographic .tile:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: bigTile1;
}
.infographic .tile:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: smallTile1;
}
.infographic .tile:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: smallTile2;
}
.infographic .tile:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: medTile;
}
.infographic .tile:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: bigTile2;
}
.infographic .tile:hover, .infographic .tile:focus {
  background: #FFA400;
  -webkit-box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.35);
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 1024px) {
  .infographic {
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 0.5fr;
    grid-template-rows: 1fr 1fr 0.5fr;
    grid-template-areas: "bigTile1 smallTile1 smallTile2" "bigTile1 medTile medTile" "bigTile2 bigTile2 bigTile2";
  }
}
@media screen and (max-width: 768px) {
  .infographic {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "bigTile1 bigTile1" "smallTile1 smallTile2" "medTile medTile" "bigTile2 bigTile2";
  }
}
@media screen and (max-width: 480px) {
  .infographic {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
    -ms-grid-rows: auto 1rem auto 1rem auto 1rem auto 1rem auto;
    grid-template-areas: "bigTile1" "smallTile1" "smallTile2" "medTile" "bigTile2";
  }
}
@media screen and (max-width: 1024px) {
  .infographic .tile:nth-child(5) .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .infographic .tile:nth-child(5) .icon {
    font-size: 7rem;
    line-height: 7.5rem;
    margin-right: 2rem;
  }
  .infographic .tile:nth-child(5) h3 {
    font-size: 2.375rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin: 0;
  }
  .infographic .tile:nth-child(5) h3 > span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
  }
  .infographic .tile:nth-child(1), .infographic .tile:nth-child(2), .infographic .tile:nth-child(3), .infographic .tile:nth-child(4), .infographic .tile:nth-child(5) {
    padding: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .infographic .tile:nth-child(1) .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .infographic .tile:nth-child(1) .icon {
    font-size: 7rem;
    line-height: 7.5rem;
    margin-right: 2rem;
  }
  .infographic .tile:nth-child(1) h3 {
    font-size: 2.375rem;
    line-height: 2.7rem;
    font-weight: 700;
    margin: 0;
  }
  .infographic .tile:nth-child(1) h3 > span {
    display: block;
    font-size: 1.5rem;
    line-height: 2.1rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .infographic .tile:nth-child(n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .infographic .tile:nth-child(n) .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .infographic .tile:nth-child(n) .icon {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-right: 1.5rem;
  }
  .infographic .tile:nth-child(n) h3 {
    font-size: 1.75rem;
    line-height: 2.1rem;
    font-weight: 700;
    margin: 0;
  }
  .infographic .tile:nth-child(n) h3 > span {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .infographic .tile:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .infographic .tile:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .infographic .tile:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .infographic .tile:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .infographic .tile:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (max-width: 768px) {
  .infographic .tile:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .infographic .tile:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .infographic .tile:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .infographic .tile:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .infographic .tile:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (max-width: 480px) {
  .infographic .tile:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .infographic .tile:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .infographic .tile:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .infographic .tile:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .infographic .tile:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
/* Footer */
footer {
  background: #1f1f1f;
  color: #fff;
}
footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer > .container.inside-padding {
  padding: 3.5rem 0.625rem;
}
footer > .container a.logo {
  width: 20%;
  display: block;
}
footer > .container a.logo img {
  max-width: 100%;
  display: block;
}
footer > .container .footer-right {
  width: 80%;
  padding-left: 4rem;
}
footer > .container .footer-right .top {
  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;
  border-bottom: 2px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
footer > .container .footer-right .top ul {
  -webkit-column-count: 3;
  column-count: 3;
  padding: 0;
  margin: 0;
}
footer > .container .footer-right .top ul li {
  display: inline-block;
  width: 100%;
  padding-left: 1rem;
  position: relative;
  font-size: 1.125rem;
}
footer > .container .footer-right .top ul li:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 5px;
  font-size: 10px;
}
footer > .container .footer-right .top ul li a {
  color: #fff;
}
footer > .container .footer-right .top ul li a:hover, footer > .container .footer-right .top ul li a:focus {
  text-decoration: underline;
}
footer > .container .footer-right .top .login-link a, footer > .container .footer-right .top .intranet-link a {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 130px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
footer > .container .footer-right .top .login-link a:hover, footer > .container .footer-right .top .login-link a:focus {
  text-decoration: underline;
  color: #fff;
}
footer > .container .footer-right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer > .container .footer-right .bottom .contact-info {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}
footer > .container .footer-right .bottom .contact-info .address {
  padding-right: 1rem;
}
footer > .container .footer-right .bottom ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  padding: 0;
  margin: 0;
}
footer > .container .footer-right .bottom ul.social li {
  list-style: none;
}
footer > .container .footer-right .bottom ul.social li a {
  font-size: 2.5rem;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 1rem;
  text-indent: 0;
}
footer > .container .footer-right .bottom ul.social li a:hover, footer > .container .footer-right .bottom ul.social li a:focus {
  color: #D67038;
  text-decoration: none;
}
footer .credits {
  padding: 1.5rem 0;
}
footer .credits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .credits ul li {
  font-size: 0.75rem;
  padding: 0 0.5rem;
  line-height: 1;
  text-align: center;
}
footer .credits ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
footer .credits ul li a {
  color: #fff;
  text-decoration: underline;
  display: block;
}
footer .credits ul li a:hover, footer .credits ul li a:focus {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  footer > .container {
    -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;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer > .container.inside-padding {
    padding: 2rem 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  footer > .container a.logo {
    width: 100%;
    max-width: 5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  footer > .container .footer-right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  footer > .container .footer-right .top {
    -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;
  }
  footer > .container .footer-right .top ul {
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0 1.5rem;
  }
  footer > .container .footer-right .top .login-link {
    margin-top: 1.5rem;
  }
  footer > .container .footer-right .top .login-link a {
    font-size: 0.875rem;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  footer > .container .footer-right .top ul {
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  footer > .container .footer-right .top ul li {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  footer > .container .footer-right .bottom {
    -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;
  }
  footer > .container .footer-right .bottom .contact-info {
    max-width: 500px;
    width: 100%;
    margin-bottom: 1rem;
  }
  footer > .container .footer-right .bottom ul.social {
    max-width: 500px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  footer > .container .footer-right .bottom .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2.5rem;
  }
}
#subpage #page {
  position: relative;
  overflow: hidden;
}
#subpage #page .sub-bg {
  height: 30vw !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#subpage .main-container {
  display: flex;
  padding: 30px;
  max-width: 1600px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#subpage .main-container .sidebar {
  width: 40%;
}
#subpage .main-container .sidebar .mobile-side-nav {
  display: none;
  color: #1f1f1f;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #FFA400;
}
#subpage .main-container .sidebar .mobile-side-nav .fa-plus {
  padding: 0 15px;
}
#subpage .main-container .sidebar .mobile-side-nav span {
  padding: 0 15px;
  font-weight: 600;
}
#subpage .main-container .sidebar .mobile-side-nav.clicked, #subpage .main-container .sidebar .mobile-side-nav:hover {
  background: #1f1f1f;
  color: #FFA400;
}
#subpage .main-container .sidebar .ptl_col_1 {
  box-sizing: border-box;
  padding: 0 20px 0 0;
  margin-bottom: 20px;
}
#subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp a {
  color: #1f1f1f;
  font-weight: 300;
  padding: 10px 20px;
  padding-left: 30px;
  display: block;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-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 .sidebar .ptl_col_1 #inside-nav .navWrp:not(.sitenavl0) a:after {
  position: absolute;
  content: "";
  left: -20px;
  top: 10px;
  color: #FFA400;
  opacity: 0;
  font-size: 16px;
  font-family: "Fontawesome";
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp:not(.sitenavl0) a:hover, #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp:not(.sitenavl0) a:focus {
  font-weight: 500;
}
#subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp:not(.sitenavl0) a:hover:after, #subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp:not(.sitenavl0) a:focus:after {
  opacity: 1;
  left: 5px;
}
#subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp.currentpage a {
  font-weight: 500;
}
#subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp.currentpage a:after {
  opacity: 1;
  left: 5px;
}
#subpage .main-container .sidebar .ptl_col_1 #inside-nav .navWrp.currentpage a:hover:after {
  color: #e64a37;
}
#subpage .main-container .sidebar .ptl_col_1 #inside-nav .sitenavl0 a {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  border: none;
  padding: 15px;
}
#subpage .main-container .main-content {
  width: 60%;
}
#subpage .main-container .main-content .inside-padding {
  padding: 20px 0 0 0;
}
#subpage .main-container .main-content .breadcrumbs .container {
  padding: 0 0 20px 0;
}
#subpage .main-container .main-content .breadcrumbs .container a {
  color: #1f1f1f;
  font-weight: 300;
}
#subpage .main-container .main-content .breadcrumbs .container a:hover, #subpage .main-container .main-content .breadcrumbs .container a:focus {
  text-decoration: underline;
}
#subpage .main-container .main-content .breadcrumbs .container span {
  color: #1f1f1f;
  font-weight: 500;
}
#subpage .main-container .main-content .breadcrumbs .container .separator {
  padding: 0 5px;
}
#subpage .main-container .main-content h1, #subpage .main-container .main-content h2, #subpage .main-container .main-content h3, #subpage .main-container .main-content h4, #subpage .main-container .main-content h5, #subpage .main-container .main-content h6 {
  color: #d0d2d3;
}
#subpage .main-container .main-content h1 {
  font-size: 28px;
  line-height: 32px;
}
#subpage .main-container .main-content h2 {
  font-size: 24px;
  line-height: 28px;
}
#subpage .main-container .main-content h3 {
  font-size: 20px;
  line-height: 24px;
}
#subpage .main-container .main-content h4 {
  font-size: 18px;
  line-height: 22px;
}
#subpage .main-container .main-content h5 {
  font-size: 16px;
  line-height: 20px;
}
#subpage .main-container .main-content h6 {
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 900px) {
  #subpage .main-container {
    padding: 10px;
  }
}
@media screen and (min-width: 1600px) {
  #subpage .main-container .sidebar {
    max-width: 460px;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar {
    width: 100%;
    padding-top: 0;
    min-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar .mobile-side-nav {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar .ptl_col_1 {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sidebar .ptl_col_1 #inside-nav {
    display: none;
    background: #eaeaea;
  }
}
@media screen and (min-width: 900px) {
  #subpage .main-container .sidebar .ptl_col_1 #inside-nav {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  #subpage .main-container .sideBar, #subpage .main-container .main-content {
    width: 100% !important;
  }
  #subpage .main-container .sideBar .ptl_col_1 {
    padding: 0;
  }
  #subpage .main-container #inside-nav {
    width: 100% !important;
    display: none;
  }
  #subpage .main-container .mobile-side-nav {
    display: flex !important;
  }
}
#news-summary .content a.read-more {
  color: #1f1f1f;
  background: #FFA400;
}
#news-summary .content a.read-more:hover, #news-summary .content a.read-more:focus, #news-summary .content a.read-more:hover, #news-summary .content a.read-more:focus {
  color: #FFA400;
  background: #1f1f1f;
}

/* Image/Video Banner */
/* Subpage Hero */
.hero-image {
  width: 100%;
  overflow: hidden;
  max-height: 40vw;
}
.hero-image .image {
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.credit-container {
  position: absolute;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  right: 20px;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  header {
    overflow: hidden;
  }

  .hero-image .image {
    padding-bottom: 3rem;
  }
}
#subpage .hero-image {
  max-height: 30vw;
}
#subpage .hero-image .image {
  height: 30vw;
}

/* Social Tabs */
#subpage ul.social-tabs {
  margin-top: 1.25rem;
}
#subpage ul.social-tabs a {
  color: #1f1f1f;
}
#subpage ul.social-tabs a:hover, #subpage ul.social-tabs a:focus, #subpage ul.social-tabs a.active {
  border-bottom-color: #1f1f1f;
}

ul.social-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 1.25rem;
}
ul.social-tabs li {
  max-width: 22.5%;
}
ul.social-tabs a {
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.5rem solid transparent;
  text-decoration: none;
}
ul.social-tabs a.fab {
  font-family: "FontAwesome";
}
ul.social-tabs a:hover, ul.social-tabs a:focus, ul.social-tabs a.active {
  border-bottom-color: #fff;
}

@media screen and (max-width: 768px) {
  ul.social-tabs a {
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }
}
.social-content {
  border: 0.75rem solid #333;
  background: #fff;
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.social-content .tab-content {
  text-align: center;
}
.social-content .tab-content:not(.active) {
  display: none;
}
.social-content .tab-content > * {
  display: inline-block;
}
.social-content .tab-content > *[src^="https://www.facebook.com/plugins/page.php?"] {
  max-width: 500px;
}

#subpage .staff-bios.v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
#subpage .staff-bios.v1 .bio {
  width: 15%;
  height: 17.5rem;
  position: relative;
  z-index: 1;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#subpage .staff-bios.v1 .bio .photo {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#subpage .staff-bios.v1 .bio .content {
  opacity: 0;
  position: relative;
  z-index: 2;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#subpage .staff-bios.v1 .bio .content h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-shadow: 0 0 0.25rem rgba(31, 31, 31, 0.5);
}
#subpage .staff-bios.v1 .bio .content h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0 0.25rem rgba(31, 31, 31, 0.5);
}
#subpage .staff-bios.v1 .bio .content .false-link {
  display: inline-block;
  background: #FFA400;
  color: #1f1f1f;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#subpage .staff-bios.v1 .bio .content .false-link i {
  margin-left: 0.5rem;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#subpage .staff-bios.v1 .bio .content .false-link:hover, #subpage .staff-bios.v1 .bio .content .false-link:focus, #subpage .staff-bios.v1 .bio .content .false-link.active {
  background: #1f1f1f;
  color: #fff;
}
#subpage .staff-bios.v1 .bio .content .full-bio {
  display: none;
}
#subpage .staff-bios.v1 .bio:last-child {
  width: 40%;
}
#subpage .staff-bios.v1 .bio:last-child .content {
  opacity: 1;
}
#subpage .staff-bios.v1 .bio:last-child:before {
  opacity: 0.5;
}
#subpage .staff-bios.v1 .bio:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1f1f1f;
  opacity: 0;
  z-index: 0;
}
#subpage .staff-bios.v1 .bio:hover, #subpage .staff-bios.v1 .bio:focus {
  width: 40%;
}
#subpage .staff-bios.v1 .bio:hover .content, #subpage .staff-bios.v1 .bio:focus .content {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0.4s;
  -o-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
}
#subpage .staff-bios.v1 .bio:hover:before, #subpage .staff-bios.v1 .bio:focus:before {
  opacity: 0.5;
}
#subpage .staff-bios.v1 .bio:hover ~ .bio, #subpage .staff-bios.v1 .bio:focus ~ .bio {
  width: 15%;
}
#subpage .staff-bios.v1 .bio:hover ~ .bio .content, #subpage .staff-bios.v1 .bio:focus ~ .bio .content {
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#subpage .staff-bios.v1 .bio:hover ~ .bio:before, #subpage .staff-bios.v1 .bio:focus ~ .bio:before {
  opacity: 0;
}
#subpage .staff-bios.v2 .bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1f1f1f;
  text-decoration: none;
}
#subpage .staff-bios.v2 .bio:not(:last-child) {
  margin-bottom: 1rem;
}
#subpage .staff-bios.v2 .bio h3, #subpage .staff-bios.v2 .bio h4 {
  color: #1f1f1f;
}
#subpage .staff-bios.v2 .bio .photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 11.25rem;
  width: 11.25rem;
  margin-right: 1.5rem;
}
#subpage .staff-bios.v2 .bio .content {
  margin-top: 3rem;
  width: calc(100% - 12.75rem);
}
#subpage .staff-bios.v2 .bio .content .info h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}
#subpage .staff-bios.v2 .bio .content .info h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#subpage .staff-bios.v2 .bio .content .info .false-link {
  display: inline-block;
  background: #FFA400;
  color: #1f1f1f;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#subpage .staff-bios.v2 .bio .content .info .false-link i {
  margin-left: 0.5rem;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#subpage .staff-bios.v2 .bio .content .info .false-link:hover, #subpage .staff-bios.v2 .bio .content .info .false-link:focus, #subpage .staff-bios.v2 .bio .content .info .false-link.active {
  background: #1f1f1f;
  color: #fff;
}
#subpage .staff-bios.v2 .bio .content .info .false-link:hover i, #subpage .staff-bios.v2 .bio .content .info .false-link:focus i, #subpage .staff-bios.v2 .bio .content .info .false-link.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#subpage .staff-bios.v2 .bio .content .full-bio {
  display: none;
}

@media screen and (max-width: 768px) {
  #subpage .staff-bios.v2 .bio .photo {
    width: 20%;
    height: auto;
    padding-top: 20%;
  }
  #subpage .staff-bios.v2 .bio .content {
    margin-top: 0rem;
    width: calc(80% - 1.5rem);
  }
  #subpage .staff-bios.v2 .bio .content h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  #subpage .staff-bios.v2 .bio .photo {
    width: 25%;
    height: auto;
    padding-top: 25%;
  }
  #subpage .staff-bios.v2 .bio .content {
    width: calc(80% - 1.5rem);
  }
}
#subpage .staff-bios.v2 .bio .content {
  width: calc(100vw - 300px - 7rem - 1.25rem - 12.75rem);
}

@media screen and (max-width: 1024px) {
  ._Telerik_IE9 #subpage .staff-bios.v2 .bio .content {
    width: calc(100% - 12.75rem);
  }
}
#subpage .staff-bios.v1 .bio:hover, #subpage .staff-bios.v1 .bio:focus, #subpage .staff-bios.v1 .bio:last-child {
  width: 100%;
}
