@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
:root {
  --color-white: #fff;
  --primary-font-avenir: 'avenir-lt-pro';
}
html {
  font-size: 13px;
}
body {
  font-size: 1rem;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.wrapper {
  overflow: hidden;
}
.primary-font-light {
  font-family: var(--primary-font-avenir);
  font-weight: 200;
  font-style: normal;
}
.primary-font-light-oblique {
  font-family: var(--primary-font-avenir);
  font-style: italic;
  font-weight: 200;
}
.primary-font-book {
  font-family: var(--primary-font-avenir);
  font-weight: 300;
  font-style: normal;
}
.primary-font-book-oblique {
  font-family: var(--primary-font-avenir);
  font-weight: 300;
  font-style: italic;
}
.primary-font-roman {
  font-family: var(--primary-font-avenir);
  font-weight: 400;
  font-style: normal;
}
.primary-font-roman-oblique {
  font-family: var(--primary-font-avenir);
  font-weight: 400;
  font-style: italic;
}
.primary-font-medium {
  font-family: var(--primary-font-avenir);
  font-weight: 500;
  font-style: normal;
}
.primary-font-medium-oblique {
  font-family: var(--primary-font-avenir);
  font-weight: 500;
  font-style: italic;
}
.primary-font-heavy {
  font-family: var(--primary-font-avenir);
  font-weight: 700;
  font-style: normal;
}
.primary-font-heavy-oblique {
  font-family: var(--primary-font-avenir);
  font-weight: 700;
  font-style: italic;
}
img,
object {
  max-width: 100%;
}
a {
  color: #333333;
  display: inline-block;
}
a,
a:hover {
  text-decoration: none;
}
object {
  pointer-events: none;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
.full {
  width: 100%;
}
.lead a {
  color: #c60936;
}
.lead h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.5rem;
}
.big {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}
h3 {
  font-weight: 500;
  font-size: 2.5rem;
}
h4 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
}
.header {
  transition: all ease 1s;
  z-index: 999;
  position: relative;
  background: #fff;
}
.header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.header .header-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  margin: auto;
  max-width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.25s;
  opacity: 0;
  pointer-events: none;
}
.header .header-search.open {
  opacity: 1;
  pointer-events: auto;
}
.header .header-search .input-group input {
  font-size: 2rem;
  font-weight: 300;
  color: #9A9A9A;
  line-height: 2.5rem;
  padding: 0 2rem;
  border: none;
  border-radius: 0;
}
.header .header-search .input-group input:focus {
  outline: none;
  box-shadow: none;
}
.header .header-search .input-group .input-group-prepend .input-group-text {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
}
.header .header-search .input-group .input-group-prepend .input-group-text button {
  padding: 0.25rem 1.5rem;
  border: none;
  background: none;
  font-size: 2rem;
}
.header .container {
  position: relative;
}
.header .container .right-nav ul {
  float: right;
}
.header .container .right-nav ul li {
  padding: 0 10px;
  font-size: 1rem;
}
.header .container .right-nav ul li a:hover {
  color: #c60936;
}
.header .container .right-nav ul li a.btn {
  color: #c60936;
  border: 1px solid #c60936;
  border-radius: 4px;
  padding: 0 1.25rem;
  font-size: 1rem;
  height: 42px;
  display: flex;
  align-items: center;
}
.header .container .right-nav ul li a.search-button {
  font-size: 2rem;
}
.header .container .main-menu {
  position: static;
}
.header .container .main-menu .navbar {
  padding: 0;
  position: static;
}
.header .container .main-menu .navbar .navbar-nav {
  width: 100%;
  justify-content: space-evenly;
}
.header .container .main-menu .navbar .navbar-nav .nav-item {
  position: static;
  font-size: 1.25rem;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 15px;
  right: 15px;
  margin: auto;
  border-radius: 0;
  /*   background: @pink;*/
  background: #082E66;
  border-color: #082E66;
  padding: 3rem 5rem;
  color: #fff;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu hr {
  background: #9e052b;
  margin-bottom: 3rem;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu h3 {
  font-size: 1.7692rem;
  font-family: var(--primary-font-avenir);
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  margin-bottom: 3.5rem;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .image-wrap {
  position: relative;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .image-wrap > a {
  display: block;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .image-wrap .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+48,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .image-wrap .overlay h2 {
  font-size: 2.5rem;
  display: inline-block;
  padding: 10px;
  margin: 0;
  background: #333;
  color: #fff;
  width: max-content;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .image-wrap .overlay h4 {
  font-size: 1rem;
  display: inline-block;
  padding: 10px;
  margin: 0;
  background: #fff;
  color: #333;
  width: max-content;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu ul li {
  padding-bottom: 15px;
  font-family: var(--primary-font-avenir);
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu ul li a {
  color: #fff;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .dropdown-menu ul li a:hover {
  text-decoration: underline;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .nav-link {
  display: inline-block;
  padding: 2.5rem 0 2rem;
  border-bottom: 0.5rem solid rgba(0, 0, 0, 0);
}
.header .container .main-menu .navbar .navbar-nav .nav-item .nav-link:after {
  display: none;
  border: none;
}
.header .container .main-menu .navbar .navbar-nav .nav-item .nav-link:hover,
.header .container .main-menu .navbar .navbar-nav .nav-item .nav-link:active,
.header .container .main-menu .navbar .navbar-nav .nav-item .nav-link:focus,
.header .container .main-menu .navbar .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
  border-bottom-color: #c60936;
  color: #c60936;
}
.menu-overlay {
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.hero-image {
  position: relative;
  height: 90vh;
  overflow: hidden;
}
.hero-image > img {
  height: 100%;
  object-fit: cover;
}
.hero-image .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 10vh 0 20vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+48,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.hero-image .overlay .container {
  max-width: 100%;
}
.hero-image .overlay .breadcrumb-wrap .breadcrumb {
  border-radius: 0;
  background: #333333;
  margin: 0;
  color: #fff;
  display: inline-flex;
  padding: 0.75rem 1rem;
}
.hero-image .overlay .breadcrumb-wrap .breadcrumb li {
  font-size: 1.07695rem;
  font-family: var(--primary-font-avenir);
  font-weight: 400;
  font-style: normal;
  color: var(--color-white);
}
.hero-image .overlay .breadcrumb-wrap .breadcrumb li + li:before {
  color: var(--color-white);
}
.hero-image .overlay .breadcrumb-wrap .breadcrumb li a {
  color: var(--color-white);
  text-decoration: none;
}
.hero-image .overlay h1 {
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: -2px;
  font-family: var(--primary-font-avenir);
  font-weight: 700;
  font-style: normal;
}
.hero-image .overlay h1 > span {
  color: #fff;
  padding: 1rem 3rem 1rem 1rem;
  display: inline-block;
}
.hero-image .overlay h1 > span span {
  display: block;
  font-size: 5rem;
  font-family: var(--primary-font-avenir);
  font-weight: 200;
  font-style: normal;
}
.hero-image .wave {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -30px;
}
.hero-image .wave object {
  vertical-align: bottom;
  width: 100%;
}
.lead,
.lead p,
.block-ContentWithWidthBlock .lead p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
  padding: 1.5rem 0;
}
.lead span,
.lead p span,
.block-ContentWithWidthBlock .lead p span {
  color: #c60936;
}
p {
  margin-bottom: 2rem;
}
.btn {
  font-size: 1rem;
  height: 3.5rem;
  padding: 0 2rem;
  font-weight: 500;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn i {
  padding: 0 0 0 1.25rem;
}
.btn.btn-pink {
  background: #d31145;
  color: #fff;
}
.btn.btn-black-border {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn.btn-white-border {
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.section {
  padding: 8rem 0;
}
.grey-bg {
  background: #eeeff0;
}
.section-header {
  margin-bottom: 2rem;
}
.section-header h2 {
  margin: 0;
  font-size: 4.5rem;
  line-height: normal;
}
.section-header .btn {
  margin: 0;
}
.three-blocks {
  padding: 2rem 0;
}
.three-blocks .row {
  margin: 0 -10px;
}
.three-blocks .row > div {
  padding: 0 10px;
  margin-bottom: 20px;
}
.three-blocks .row > div .block {
  background: #fff;
}
.three-blocks .row > div .block .block-desc {
  padding: 2rem 3rem 1.5rem;
}
.three-blocks .row > div .block .block-desc h6 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #9a9a9a;
  font-size: 0.875rem;
}
.three-blocks .row > div .block .block-desc h6 a {
  color: #9a9a9a;
}
.three-blocks .row > div .block .block-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  min-height: 4rem;
}
.three-blocks .row > div .block .bottom-btn-wrap .btn {
  padding: 0 3rem;
}
.latest-news-section .row > div .block {
  background: #fff;
}
.latest-news-section .row > div .block .block-desc {
  padding: 2rem 2rem 1.5rem 0;
}
.latest-news-section .row > div .block .block-desc h4 a {
  color: #333333;
}
.latest-news-section .row > div .block .block-desc h4 a:hover {
  color: #333333;
  text-decoration: underline;
}
.video-section {
  padding: 0 0 6rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,052c6a+15,052c6a+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 15%, #052c6a 15%, #052c6a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 15%, #052c6a 15%, #052c6a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15%, #052c6a 15%, #052c6a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#052c6a', GradientType=0);
  /* IE6-9 */
}
.video-section .video-block {
  position: relative;
}
.video-section .video-block .control-box-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video-section .video-block .control-box-wrap .control-box {
  background: #c60936;
  padding: 1.5rem;
  color: #fff;
}
.video-section .video-block .control-box-wrap .control-box h3 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.video-section .video-block .control-box-wrap .control-box h4 {
  font-weight: 400;
}
.video-section .video-bottom-block {
  color: #f4f4f4;
  padding: 6rem 0 2rem;
}
.video-section .video-bottom-block h1 {
  font-size: 5rem;
  line-height: 5.5rem;
  letter-spacing: -0.2rem;
  font-weight: 300;
}
.video-section .video-bottom-block p {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.call-to-action-blocks > .row {
  margin: 0;
}
.call-to-action-blocks > .row > div {
  padding: 0;
}
.image-wrap {
  position: relative;
}
.image-wrap .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.image-wrap .overlay h3 {
  margin: 0;
  line-height: 3.375rem;
  letter-spacing: -1px;
  font-size: 3rem;
}
.image-wrap .overlay h3 span {
  padding: 0.5rem 1rem;
  background: #c60936;
  color: #fff;
  display: inline-block;
}
.image-wrap .overlay p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.image-wrap .overlay p span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #333;
  color: #dfdfdf;
}
.image-wrap .black-block {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  background: #333;
  color: #fff;
}
.image-wrap .black-block h4 {
  font-size: 2rem;
  margin: 0;
}
.image-wrap .black-block p {
  margin: 0;
}
.principal-block h2 {
  font-size: 5rem;
  margin-bottom: 1.5rem;
}
.blockquote-wrap {
  margin: 3rem 0;
}
.blockquote-wrap blockquote {
  position: relative;
  background: #f4f4f4;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 2rem 8rem 2rem 3rem;
  border-left: 1rem solid #c60936;
}
.blockquote-wrap blockquote:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  color: #dfdfdf;
  position: absolute;
  top: 2rem;
  right: 3rem;
}
.blocks .row {
  margin: 0 -10px;
}
.blocks .row > div {
  padding: 0 10px;
}
.black-bg {
  background: #333;
  color: #fff;
}
.sub-footer {
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
}
.sub-footer .wave {
  position: absolute;
  top: -3.75rem;
  left: -5px;
  right: -5px;
  margin: auto;
}
.sub-footer .wave object {
  width: 100%;
  vertical-align: bottom;
}
.sub-footer ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.sub-footer ul li {
  padding: 0 10px;
}
.sub-footer ul li:first-child {
  margin-right: 20px;
}
.sub-footer ul li a {
  color: #fff;
  display: block;
  padding: 0 5px;
  font-size: 1.5rem;
}
.rich-text ul {
  padding-left: 0;
  margin: 15px 0;
}
.rich-text ul li {
  padding: 0 0 10px 1.5rem;
  position: relative;
}
.rich-text ul li:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  color: #C60936;
  font-weight: bold;
}
.footer {
  background: #EEEFF0;
  padding: 120px 0 120px;
}
.footer .lead {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 300;
  color: #333;
  padding: 1rem 0;
}
.footer h4 {
  font-size: 2rem;
  background: #333;
  color: #fff;
  margin: 0;
  padding: 0.8rem 1.5rem;
}
.footer h5 {
  color: #9a9a9a;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer .footer-block {
  background: #fff;
  padding: 1.25rem 1.5rem 1.5rem;
  position: relative;
  margin: 0 0 3rem;
}
.footer .footer-block .btn-wrap {
  float: right;
}
.footer .footer-block .btn-wrap a {
  color: #c60936;
  text-decoration: underline;
}
.footer .footer-block h2 {
  color: #454649;
  font-size: 1.875rem;
  margin: 5px 0 10px 0;
  font-weight: 300;
}
.footer .footer-block h4 {
  font-size: 1rem;
  color: #052c6a;
}
.footer .footer-links {
  clear: both;
  float: left;
  width: 100%;
  padding: 0;
}
.footer .footer-links ul {
  margin: 15px 0;
  padding: 0;
}
.footer .footer-links ul li {
  list-style: none;
}
.footer .footer-links ul li a {
  color: #454649;
  padding: 5px 0;
  text-decoration: none;
  display: block;
}
.footer .footer-links h5 {
  font-weight: 700;
  color: #c60936;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
/*   Animated Handburger  Css   */
.burger {
  display: block;
  position: relative;
  width: 35px;
  height: 20px;
}
.burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  margin: 0.0625rem auto 0.525rem -0.75rem;
  text-indent: -999em;
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  cursor: pointer;
}
.burger input {
  display: none;
}
.burger span,
.burger span:before,
.burger span:after {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  opacity: 1;
}
.burger span:before,
.burger span:after {
  position: absolute;
  content: "";
}
.burger span:before {
  top: -10px;
}
.burger span:after {
  top: 10px;
}
.burgers {
  display: flex;
}
.burger1 input:checked + span:before,
.burger1 input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
}
.burger1 input:checked + span {
  background-color: transparent;
}
.burger1 input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
.burger1 input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
/*   Animated Handburger  Css   */
.accordion .card {
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
}
.accordion .card .card-header {
  padding: 0;
  border: none;
}
.accordion .card .card-header h2 button.btn-link {
  width: 100%;
  display: block;
  background: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 1rem 0;
  color: #2D2D2B;
  height: auto;
  position: relative;
}
.accordion .card .card-header h2 button.btn-link:focus {
  box-shadow: none;
}
.accordion .card .card-header h2 button.btn-link:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  background: #A7A9AC;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.accordion .card .card-header h2 button.btn-link:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  color: #C60936;
  right: 0;
  position: absolute;
  top: 0;
  padding-left: 1.25rem;
  background: #fff;
  bottom: 0;
  height: 2.5rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: auto;
  font-weight: 300;
}
.accordion .card .card-header h2 button.btn-link[aria-expanded=true]:after {
  content: "\f068";
}
.accordion .card .card-header h2 button.btn-link > span {
  background: #fff;
  padding-right: 1.25rem;
  position: relative;
}
.accordion .card .card-body {
  border: none;
  padding: 0.5rem 4rem 0.5rem 0;
}
.download-list {
  margin: 3rem 0;
}
.download-list .download-item {
  padding: 0.25rem 0;
}
.download-list .download-item i {
  margin-right: 1rem;
  font-size: 1.5rem;
  position: relative;
  top: 2px;
  color: #9E052B;
}
.download-list .download-item a {
  color: #2D2D2B;
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}
.download-list .download-item a:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #F4F4F4;
}
.template-homepage .hero-image .overlay .container {
  max-width: 100%;
}
.template-homepage .three-blocks .image-wrap {
  background: none;
}
.template-homepage .three-blocks .image-wrap img {
  border-radius: 8%;
  overflow: hidden;
}
.template-homepage .three-blocks .row > div .block {
  background: none;
}
.template-homepage .three-blocks .row > div .block .block-desc {
  background: none;
  padding: 1.5rem 0 1.5rem;
  text-align: center;
}
.two-column-section.fullscreen-block .container-fluid > .row > div {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-column-section.fullscreen-block .container-fluid > .row > div.text_box {
  flex-direction: column;
  padding: 3rem 5rem 1rem;
}
.two-column-section.fullscreen-block .container-fluid > .row > div h3 {
  font-size: 3.4615rem;
  font-family: var(--primary-font-avenir);
  font-weight: 500;
  font-style: normal;
}
.two-column-section.fullscreen-block .container-fluid > .row > div .image-block {
  box-shadow: 0px 1px 9px #999;
}
.two-column-section.fullscreen-block .container-fluid > .row > div .image-block img {
  aspect-ratio: 2;
  object-fit: cover;
}
.two-column-section.fullscreen-block .no-event {
  pointer-events: none;
}
.three-blocks.news-blocks .image-wrap img {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 1px 9px #999;
  aspect-ratio: 1.33333333;
  object-fit: cover;
}
.three-blocks.news-blocks .row > div .block {
  background: none;
  text-align: center;
}
.three-blocks.news-blocks .row > div .block .block-desc {
  padding: 1.5rem 0 0.5rem;
}
.three-blocks.news-blocks .row > div .block .block-desc h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-family: var(--primary-font-avenir);
  font-weight: 500;
  font-style: normal;
}
.three-blocks.news-blocks .row > div .block .block-desc p {
  margin: 0;
  font-family: var(--primary-font-avenir);
  font-weight: 200;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  padding: 0;
  color: #6D6E71;
  min-height: inherit;
}
.three-blocks.news-blocks .row > div .block .bottom-btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #052c6a;
  font-family: var(--primary-font-avenir);
  font-weight: 500;
  font-style: normal;
  gap: 0.5rem;
}
.three-blocks.news-blocks .row > div .block .bottom-btn-wrap a i {
  position: relative;
  top: 2px;
}
/* Search Css */
.header .container .logo-wrap {
  position: relative;
  z-index: 99;
}
.header .container .right-nav {
  position: static;
}
.header .container .right-nav ul {
  float: left;
}
.header .container .right-nav .search-suggestions-wrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.9);
  text-align: left;
  padding: 6.5rem 0 1rem;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
.header .container .right-nav .search-suggestions-wrap h4 {
  color: #DFDFDF;
  font-size: 1.8461rem;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4rem;
}
.header .container .right-nav ul.popular-search-list {
  margin: 5px 0;
}
.header .container .right-nav ul.popular-search-list li {
  position: static;
  font-size: 1.25rem;
  padding: 5px 0;
}
.header .container .right-nav ul.popular-search-list li a {
  color: var(--color-white);
}
.header .container .dropdown .search-block {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  bottom: 0;
  width: 100vw;
  padding: 0.75rem 25px;
  background: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  height: 110px;
}
.header .container .dropdown .search-block ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .container .dropdown .search-block .webform {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .container .dropdown .search-block .webform i.fa-search {
  color: #333;
  font-size: 2.46rem;
}
.header .container .dropdown .search-block .webform input[type="text"] {
  border: none;
  background: #fff;
  border-radius: 0;
  font-size: 2rem;
  min-height: 2rem;
  width: 100%;
  color: #333;
  font-weight: 300;
  margin-left: 1rem;
}
.header .container .dropdown .search-block .webform input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
.header .container .dropdown .search-block .webform button {
  background: none;
  border: none;
  color: #333333;
  font-size: 2rem;
}
.header .container .dropdown .search-block .webform ::-webkit-input-placeholder {
  /* Edge */
  color: #9A9A9A;
}
.header .container .dropdown .search-block .webform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9A9A9A;
}
.header .container .dropdown .search-block .webform ::placeholder {
  color: #9A9A9A;
}
.header .container .dropdown .search-block .close-object {
  position: relative;
  display: inline-block;
}
.header .container .dropdown .search-block .close-object a {
  text-decoration: none;
}
.header .container .dropdown .search-block .close-object a i {
  font-size: 2.5rem;
}
.header .container .dropdown .search-block .search-submit {
  font-size: 0;
  height: 45px;
  width: 50px;
  left: 0.5rem;
}
.search-open .container .right-nav .search-suggestions-wrap {
  opacity: 1;
  pointer-events: all;
}
.search-open .container .right-nav .search-block {
  opacity: 1;
  pointer-events: all;
}
.search-open .container .right-nav .search-result-page .filters ul {
  padding-bottom: 0;
}
.search-result-popup .filters,
.search-result-page .filters {
  background: #333;
}
.search-result-popup .filters ul,
.search-result-page .filters ul {
  padding: 20px 0 0;
  float: left;
  border: none;
}
.search-result-popup .filters ul li,
.search-result-page .filters ul li {
  margin-bottom: 1rem;
  margin: 0 0.75rem;
  font-size: 1.8461rem;
  line-height: 2rem;
  text-transform: capitalize;
}
.search-result-popup .filters ul li a,
.search-result-page .filters ul li a {
  color: var(--color-white);
  padding: 2rem 1.25rem;
  display: block;
  background: #082E66;
}
.search-result-popup .filters ul li a.active,
.search-result-page .filters ul li a.active,
.search-result-popup .filters ul li a:hover,
.search-result-page .filters ul li a:hover {
  background: #c60936;
  color: var(--color-white) !important;
}
.search-result-popup .filters .nav-tabs .nav-item,
.search-result-page .filters .nav-tabs .nav-item {
  padding: 0;
  font-size: 1.25rem;
  margin: 0 1px;
}
.search-result-popup .filters .nav-tabs .nav-item a,
.search-result-page .filters .nav-tabs .nav-item a {
  padding: 2rem 2.25rem;
}
.search-result-popup .section-header,
.search-result-page .section-header {
  padding: 2rem 0;
}
.search-result-popup .section-header h5,
.search-result-page .section-header h5 {
  font-size: 2rem;
}
.search-result-popup .section-header h5 span,
.search-result-page .section-header h5 span {
  color: #c60936;
}
.search-result-popup .section-header h5 em,
.search-result-page .section-header h5 em {
  font-family: var(--primary-font-avenir);
  font-weight: 300;
  font-style: normal;
}
.search-result-popup .search-result-wrap,
.search-result-page .search-result-wrap {
  margin-bottom: 5rem;
  min-height: calc(100vh - 90px);
}
.search-result-popup .search-result-wrap .search-item,
.search-result-page .search-result-wrap .search-item,
.search-result-popup .search-result-wrap .search-block,
.search-result-page .search-result-wrap .search-block {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-white);
  margin-bottom: 1.5rem;
}
.search-result-popup .search-result-wrap .search-item .image-wrap,
.search-result-page .search-result-wrap .search-item .image-wrap,
.search-result-popup .search-result-wrap .search-block .image-wrap,
.search-result-page .search-result-wrap .search-block .image-wrap {
  flex: 12rem 0 0;
}
.search-result-popup .search-result-wrap .search-item .block-content,
.search-result-page .search-result-wrap .search-item .block-content,
.search-result-popup .search-result-wrap .search-block .block-content,
.search-result-page .search-result-wrap .search-block .block-content {
  padding: 0 2rem;
}
.search-result-popup .search-result-wrap .search-item .block-content h6,
.search-result-page .search-result-wrap .search-item .block-content h6,
.search-result-popup .search-result-wrap .search-block .block-content h6,
.search-result-page .search-result-wrap .search-block .block-content h6 {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #9a9a9a;
}
.search-result-popup .search-result-wrap .search-item .block-content h5,
.search-result-page .search-result-wrap .search-item .block-content h5,
.search-result-popup .search-result-wrap .search-block .block-content h5,
.search-result-page .search-result-wrap .search-block .block-content h5 {
  font-size: 3rem;
}
.search-result-popup .search-result-wrap .search-item .block-content h5 a,
.search-result-page .search-result-wrap .search-item .block-content h5 a,
.search-result-popup .search-result-wrap .search-block .block-content h5 a,
.search-result-page .search-result-wrap .search-block .block-content h5 a {
  color: #c60936;
}
.search-result-popup .search-result-wrap .search-item .block-content .search-result,
.search-result-page .search-result-wrap .search-item .block-content .search-result,
.search-result-popup .search-result-wrap .search-block .block-content .search-result,
.search-result-page .search-result-wrap .search-block .block-content .search-result {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #333;
}
.search-result-popup .search-result-wrap .search-item .block-content p,
.search-result-page .search-result-wrap .search-item .block-content p,
.search-result-popup .search-result-wrap .search-block .block-content p,
.search-result-page .search-result-wrap .search-block .block-content p {
  font-size: 1.25rem;
  opacity: 0.6;
  max-width: 65ch;
}
.search-result-popup .search-result-wrap .search-block,
.search-result-page .search-result-wrap .search-block {
  border-color: #c60936;
}
.search-result-popup .search-result-wrap .search-item .block-content h5 a,
.search-result-page .search-result-wrap .search-item .block-content h5 a {
  color: var(--color-white);
}
.search-result-popup .search-result-wrap .search-item .block-content .search-result,
.search-result-page .search-result-wrap .search-item .block-content .search-result {
  color: var(--color-white);
}
.search-result-popup .search-result-wrap .section-header h5 {
  color: var(--color-white);
}
.block-LocalNavigationBlock .image-wrap .overlay {
  padding: 2rem 0;
}
.block-LocalNavigationBlock .image-wrap .overlay h3 {
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-weight: 500;
}
/* Search Css */
.event-blocks > .container > .row {
  margin: 0 -0.625rem;
}
.event-blocks > .container > .row > div {
  padding: 0 0.625rem;
}
.event-blocks > .container > .row > div .block {
  display: flex;
  gap: 1.1875rem;
  flex-direction: column;
}
.event-blocks > .container > .row > div .block .block-desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-blocks > .container > .row > div .block .block-desc h6 {
  color: #9A9A9A;
  font-family: var(--Typography-font-family-sans-secondary, Roboto);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  /* 114.286% */
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  margin: 0;
}
.event-blocks > .container > .row > div .block .block-desc h4 {
  margin: 0;
  font-family: var(--primary-font-avenir);
  font-weight: 500;
  font-style: normal;
}
.event-blocks > .container > .row > div .block .block-desc h4 a {
  color: var(--primary-navy, #052C6B);
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.5rem;
  text-decoration: none;
  /* 125% */
  letter-spacing: -0.05rem;
}
.leadership-section .container > .row {
  margin: 0 -0.75rem;
}
.leadership-section .container > .row > div {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}
.leadership-section .container > .row > div .block {
  position: relative;
}
.leadership-section .container > .row > div .block .overlay {
  padding: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all ease 1s;
}
.leadership-section .container > .row > div .block .overlay h4 {
  color: #FFF;
  text-align: center;
  font-family: var(--primary-font-avenir);
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.5rem;
  margin: 0 0 0.5rem;
  /* 125% */
  letter-spacing: -0.8px;
}
.leadership-section .container > .row > div .block .overlay p {
  color: var(--basic-white, #FFF);
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5rem;
  /* 100% */
}
.leadership-section .container > .row > div .block .overlay:hover {
  opacity: 0;
}
.leadership-section .container > .row > div .block .flip-card {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  position: relative;
}
.leadership-section .container > .row > div .block .flip-card .flip-card-inner {
  border-radius: 2rem;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  transition: all ease 1s;
}
.leadership-section .container > .row > div .block .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.leadership-section .container > .row > div .block .flip-card .flip-card-front,
.leadership-section .container > .row > div .block .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2rem;
  overflow: hidden;
}
.leadership-section .container > .row > div .block .flip-card .flip-card-front {
  color: black;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.leadership-section .container > .row > div .block .flip-card .flip-card-back {
  position: relative;
  color: white;
  transform: rotateX(180deg);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.leadership-section .container > .row > div .block .flip-card .overlay {
  padding: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.leadership-section .container > .row > div .block .flip-card .overlay h4 {
  color: #FFF;
  text-align: center;
  margin: 0;
  font-family: var(--);
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.5rem;
  margin: 0 0 0.5rem;
  /* 125% */
  letter-spacing: -0.8px;
}
.leadership-section .container > .row > div .block .flip-card .overlay p {
  color: var(--basic-white, #FFF);
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 100% */
}
.staff-section h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 116.667% */
  letter-spacing: -0.48px;
}
.staff-section .staff-blocks .block {
  padding: 1.25rem;
}
.staff-section .staff-blocks .block .image-wrap {
  margin-bottom: 2rem;
}
.staff-section .staff-blocks .block .block-desc {
  text-align: center;
}
.staff-section .staff-blocks .block .block-desc h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 133.333% */
  color: var(--basic-white);
  letter-spacing: -0.24px;
  margin: 0;
}
.staff-section .staff-blocks .block .block-desc h5 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
.staff-section .staff-blocks .block .block-desc .btn {
  text-transform: none;
  display: inline-flex;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 120%;
  padding: 1rem 1.5rem;
}
.staff-section .staff-blocks .block .block-desc .social-info ul.nav {
  justify-content: center;
  gap: 1.125rem;
  margin: 1rem 0;
}
.staff-section .staff-blocks .block .block-desc .social-info ul.nav a {
  color: #fff;
  font-size: 1.5rem;
}
.staff-detail-section .staff-section .image-wrap {
  border: 4px solid #fff;
  border-radius: 3px;
}
.staff-detail-section .staff-section .number-mail {
  padding: 2rem 0 4rem;
  border-bottom: 1px solid grey;
}
.staff-detail-section .detail-page-content .section-header {
  margin-bottom: 1.5rem;
}
.staff-detail-section .detail-page-content .section-header h2 {
  color: blue;
  /* Sans/Headline 48/Medium */
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 116.667% */
  letter-spacing: -0.48px;
  margin: 0;
}
.staff-detail-section .detail-page-content p {
  color: grey;
  /* Sans / Body 18 / Regular */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
  margin-bottom: 2rem;
}
.staff-detail-section .detail-page-content .share-icons .dropdown .dropdown-toggle {
  background-color: #c60936;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  display: inline-flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #c60936;
}
.staff-detail-section .detail-page-content .share-icons .dropdown .dropdown-toggle:after {
  display: none;
}
.staff-detail-section .detail-page-content .share-icons .dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.staff-detail-section .detail-page-content .share-icons .dropdown .dropdown-menu {
  background-color: #c60936;
  border-radius: 0;
  margin-top: -3px !important;
  padding: 0;
}
.staff-detail-section .detail-page-content .share-icons .dropdown .dropdown-menu a {
  color: #fff;
  display: flex;
  width: 100%;
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
}
.staff-detail-section .detail-page-content .share-icons .dropdown .dropdown-menu a:hover {
  background: #fff;
  color: #c60936;
}
/* Search Css */
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .navbar-toggler {
    padding: 1.25rem 0 0.25rem;
    width: 55px;
    margin-left: 1.25rem;
  }
  .site-search-btn {
    font-size: 2rem;
  }
  .header {
    padding: 10px 0;
  }
  .header .header-search {
    max-width: 100%;
  }
  .header .header-search .input-group input {
    padding: 0;
  }
  .header .container .logo-wrap {
    order: 2;
  }
  .header .container .main-menu {
    order: 1;
  }
  .header .container .right-nav {
    order: 3;
  }
  .header .container .right-nav .nav {
    text-align: center;
  }
  .header .container .right-nav .nav li {
    padding: 0 5px;
  }
  .header .container .right-nav .nav li a {
    padding: 0.75rem 0.5rem;
  }
  .header .container .right-nav .nav li a i {
    font-size: 1.5rem;
  }
  .header .container .right-nav .nav .dropdown-menu {
    padding: 0 2rem;
  }
  .header .container .main-menu {
    padding: 0;
  }
  .header .container .main-menu .navbar .navbar-nav {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 4.85rem;
    bottom: 0;
    justify-content: unset;
    padding-top: 5px;
    border-top: 1px solid #eee;
    overflow-y: auto;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .container {
    padding: 2rem 2.25rem;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item > a.nav-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1.25rem 2rem;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .dropdown-menu h3,
  .header .container .main-menu .navbar .navbar-nav > .nav-item .dropdown-menu h3 + hr {
    display: none;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .dropdown-menu ul li {
    font-weight: 500;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .dropdown-menu ul li a:hover {
    text-decoration: underline;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .dropdown-menu .image-wrap {
    display: none;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .nav-link {
    display: block;
    padding: 10px 2rem;
    border-bottom: none;
    border-left: 0.5rem solid rgba(0, 0, 0, 0);
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .nav-link[aria-expanded='true'] {
    color: #c60936 !important;
    border-color: #c60936;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .nav-link[aria-expanded='true']:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    display: inline-block;
    position: absolute;
    right: 2rem;
    color: #9A9A9A;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .nav-link:after {
    display: none;
    border: none;
  }
  .header .container .main-menu .navbar .navbar-nav > .nav-item .nav-link:hover,
  .header .container .main-menu .navbar .navbar-nav > .nav-item .nav-link:active,
  .header .container .main-menu .navbar .navbar-nav > .nav-item .nav-link:focus {
    border-left-color: #c60936;
    color: #333333;
  }
  .header .logo-wrapper {
    margin: auto;
  }
  .section {
    padding: 2rem 0;
  }
  .hero-image .container {
    max-width: 100%;
  }
  .hero-image > img {
    min-height: 75vh;
    object-fit: cover;
  }
  .hero-image .overlay .container {
    max-width: 100%;
  }
  .hero-image .overlay h1 {
    font-size: 3.3077rem;
    line-height: 3.3077rem;
    letter-spacing: normal;
  }
  .hero-image .overlay h1 > span span {
    font-size: 3.1538rem;
    line-height: 3.5rem;
  }
  .blockquote-wrap blockquote {
    font-size: 1.5rem;
    padding: 2rem 7rem 2rem 4rem;
  }
  .blockquote-wrap blockquote:after {
    right: 3rem;
  }
  .sub-footer ul li:first-child {
    width: 100%;
    margin: auto;
  }
  .footer .footer-logo {
    text-align: center;
  }
  .footer .footer-bottom > .row {
    flex-direction: column-reverse;
  }
  .footer .footer-bottom h5 {
    margin-top: 1.5rem;
  }
  .section.video-section {
    padding: 2rem 2rem 6rem;
  }
  .section.video-section .video-block img {
    position: relative;
  }
  .section.video-section .video-block .control-box-wrap {
    position: relative;
  }
  .section-header .row > div {
    padding: 5px 15px;
  }
  .btn-wrap {
    display: inline-flex;
    flex-direction: column;
  }
  .btn + .btn {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .sub-footer .wave {
    top: -2.75rem;
  }
}
@media (max-width: 767px) {
  .sub-footer .wave {
    top: -2.75rem;
  }
  .hero-image .wave {
    bottom: -5px;
  }
  .hide-mobile {
    display: none;
  }
  .section-header,
  .btn-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .section-header .btn,
  .btn-group .btn {
    display: flex;
    justify-content: space-between;
  }
  .block-ContentWithWidthBlock .lead h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .hero-image {
    height: inherit;
  }
  .hero-image .overlay {
    position: relative;
    padding: 0;
    top: -0.75rem;
    background: none;
    background: #c60936;
  }
  .hero-image .overlay .breadcrumb-wrap {
    position: relative;
    top: -2px;
  }
  .hero-image .overlay .breadcrumb-wrap .breadcrumb {
    width: 100%;
  }
  .hero-image .overlay h1 span {
    padding-right: 1rem;
    display: block;
  }
  .hero-image .wave {
    display: none;
  }
  .two-column-section.fullscreen-block .container-fluid > .row > div h3 {
    font-size: 1rem;
    margin: 0;
  }
  .two-column-section.fullscreen-block .container-fluid > .row > div.text_box {
    padding: 1rem 0;
  }
  .wrapper .lead {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .wrapper .header .container .right-nav ul {
    float: right;
  }
  .wrapper .header .container .dropdown .search-block {
    height: 92px;
  }
  .wrapper .header .container .dropdown .search-block .row.full {
    width: auto;
  }
  .wrapper .header .container .dropdown .search-block .row.full .text-right {
    display: none;
  }
  .wrapper .header .container .dropdown .search-block .close-object a i {
    color: #9a9a9a;
  }
  .wrapper .header .container .dropdown .search-block .close-object a i,
  .wrapper .header .container .dropdown .search-block .webform i.fa-search {
    font-size: 2rem;
  }
  .search-result-popup .filters .nav-tabs .nav-item a,
  .search-result-page .filters .nav-tabs .nav-item a {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
  .search-result-popup .section-header h5,
  .search-result-page .section-header h5 {
    font-size: 1.5rem;
  }
  .search-result-page .search-result-wrap .search-block .block-content h6 {
    font-size: 0.875rem;
  }
  .search-result-page .search-result-wrap .search-block .block-content h5 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header .container .main-menu .navbar .navbar-nav .nav-item .nav-link {
    padding: 2.25rem 0 2rem;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
  .container {
    max-width: 80%;
  }
}
