/*-----------------------------------------------------------------------------------

	Theme Name: City of Oxford, Ohio
	Front-end developer: Hayk Galoyan
	Author Design: Alex Parent
	Author URI: http://www.revize.com/
	Date: 02/12/2021

-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,700;1,700&display=swap");

@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Regular.woff2") format("woff2"),
    url("../fonts/Objectivity-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Medium.woff2") format("woff2"),
    url("../fonts/Objectivity-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Bold.woff2") format("woff2"),
    url("../fonts/Objectivity-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Black.woff2") format("woff2"),
    url("../fonts/Objectivity-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nirmala UI";
  src: url("../fonts/NirmalaUI-Bold.woff2") format("woff2"),
    url("../fonts/NirmalaUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------------------

#basic styles

-----------------------------------------*/
body {
  background: #fff;
  font-size: 16px;
  line-height: 1.625;
  font-family: "Objectivity", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  top: 0 !important;
}

/* -----------------------------------------

#typography

-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.header {
  font: 700 32px "Crimson Pro", serif;
  color: #000;
  margin-bottom: 40px;
}
.subheader {
  font:italic 700 22px "Crimson Pro", serif;
  color: #000;
  margin-bottom: 10px;
}
.subheader a{
  color: #ba372a;
  text-decoration:none
}
p {
  margin: 0 0 30px 0;
}
em {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
small {
  font-size: 80%;
}
hr {
  border: solid #ccc;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* -----------------------------------------

#links

-----------------------------------------*/
a,
a:visited {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
p a,
p a:visited {
  line-height: inherit;
}

/* -----------------------------------------

#lists

-----------------------------------------*/
ul,
ol {
  margin-bottom: 20px;
  margin-left: 10px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 1.3;
  margin-bottom: 7px;
}
li p {
  line-height: 1.3;
}

/* -----------------------------------------

#images

-----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}

.alignleft {
  float: left;
  clear: left;
  margin: 0 20px 20px;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignnone {
  margin: 0 auto 20px;
  display: block;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 0 0 20px 20px;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 0 20px 20px 0;
}

/* -----------------------------------------

#buttons

-----------------------------------------*/
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn {
  padding: 10px 20px;
  background: #07afaa;
  color: #fff;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 700 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  vertical-align: top;
  font-family: sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
}
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #057e7a;
}
.button:active,
a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #057e7a;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* -----------------------------------------

#forms

-----------------------------------------*/
form {
  margin-bottom: 30px;
}
fieldset {
  margin-bottom: 30px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
  border: 1px solid #e9eaec;
  padding: 10px 14px;
  outline: none;
  font-size: 13px;
  font-family: sans-serif;
  color: #777;
  margin: 0;
  display: inline-block;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #63686c;
  border: 1px solid #0f95e9;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.gsc-control-cse * {
  box-sizing: content-box;
}

/* -----------------------------------------

#rz intranet

-----------------------------------------*/
form.loginform {
  background: #fff;
  padding: 30px;
  border: 1px solid #d2dfef;
}
form.loginform p {
  background: #e65229;
  color: #fff;
  padding: 20px;
  line-height: 1;
}
form.loginform label {
  font-weight: normal;
}
form.loginform label input {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  color: #000;
}

/* -----------------------------------------

#rz alert

-----------------------------------------*/
.floating-alert {
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  margin: 0;
  right: 10px;
  border: 3px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 30px;
  font-size: 14px;
  width: 350px;
}
.floating-alert h2 {
  color: #ffc140;
  margin: 0 0 10px;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.floating-alert .btn {
  margin: 20px 0 0 0 !important;
}
.floating-alert .close {
  padding: 0;
  background: none !important;
  color: #fff !important;
  opacity: 1;
  margin-right: 20px;
}

/* -----------------------------------------

#rz edit

-----------------------------------------*/

.rzBtn{background:#07afaa!important}
.faqs-heading.active{background-color:#07afaa!important}
.faqs-toggle-content{border:1px solid #07afaa!important}

.rzHeader {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  z-index: 101;
  margin: auto;
}
a > span.rzBtn,
.rzContainer a > span.rzBtn,
body:not(#rz-editform) a[href*="/revize_faq.php"] {
  all: unset;
  position: relative;
  z-index: 199;
  display: inline-block !important;
  font-family: "Arial", serif !important;
  letter-spacing: 0px;
  padding: 5px 15px;
  background: #000;
  background: linear-gradient(#333, #000);
  color: #eee !important;
  font-weight: 700;
  text-transform: none;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
}

.cityBtn {
  position: absolute !important;
  right: 10% !important;
}

.eventBtn {
  position: absolute !important;
  right: 40% !important;
  top: 15% !important;
}

.col-md-6.city-events {
  position: absolute;
  right: 3%;
}

.leftNavBtn {
  top: 170px !important;
  left: 45px !important;
}

.leftNav-btn {
  color: red;
}

.freeformSliderBtn {
  top: 150px !important;
  left: 180px !important;
}

.freefromNavBtn {
  left: 47px !important;
  top: 142px !important;
}

a > span.rzBtn.noPush,
.rzContainer a > span.rzBtn.noPush {
  position: absolute;
  margin-top: -30px;
}
a > span.rzBtn.rzSmall,
.rzContainer a > span.rzBtn.rzSmall {
  font-size: 14px;
  padding: 5px;
  line-height: 16px;
}
a > span.rzBtn.rzCenter {
  transform: translateX(-50%);
}
.rzAdmin {
  position: relative;
  z-index: 199;
  display: inline-block;
  padding: 0 18px;
}
.rzAdmin > img {
  position: relative;
  z-index: 2;
  opacity: 0;
  width: 95px;
  height: 36px;
}
.rzAdmin:after {
  content: "Admin Panel";
  z-index: 1;
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  font-family: "Arial", serif;
  padding: 5px 13px;
  background: #000;
  background: linear-gradient(#333, #000);
  color: #eee;
  font-weight: 700;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
}
a > span.rzBtn:hover,
.rzAdmin:hover:after,
body:not(#rz-editform) a[href*="/revize_faq.php"]:hover:after {
  background: linear-gradient(#333, #555) !important;
}
body:not(#rz-editform) a[href*="/revize_faq.php"] {
  padding: 0;
}
body:not(#rz-editform) a[href*="/revize_faq.php"] > img {
  position: relative;
  z-index: 2;
  display: none;
}
body:not(#rz-editform) a[href*="/revize_faq.php"]:after {
  content: "Help";
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  padding: 5px 22px 5px 23px;
  background: #000;
  background: linear-gradient(#333, #000);
  color: #eee;
  font-weight: 700;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
}
#dataTable .header {
  display: table-cell;
}
.alertbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.rzContainer {
  position: absolute;
  margin: -30px auto 0;
  left: 0;
  right: 0;
  max-width: 1300px;
}
.rzContainer > a {
  display: inline-block !important;
}

.qlinks-btn {
  left: 60px !important;
}

.rzMessage {
  padding-left: 0;
}

.eventPageBtn {
  padding-left: 16px !important;
}

.event-header {
  font-size: 27px;
}

.event-date {
  margin: 0;
}

.tabBtn {
  position: absolute !important;
  top: 15% !important;
}

/* -----------------------------------------

#rz edit

-----------------------------------------*/
.faq-header-faq-search{display:flex;justify-content:space-between}
.faq-search input#faq-filter{width:100%;min-width:351px}

/* -----------------------------------------

#main

-----------------------------------------*/
#viz1684784447605{display:block!important;}
#viz1684784546232{display:block!important;}
.tableauPlaceholder{display:none!important;}
a:focus,
button:focus {
  outline: 1px dotted;
}
.container {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#skip {
  position: fixed;
  left: -100%;
  top: -100%;
  transition: all 0.3s;
  z-index: 9999999;
}
#skip:focus {
  left: 50px;
  top: 15px;
}
#calendarEvent {
  left: 0px;
  max-height: 500px;
  overflow-y: auto;
  margin: 0 auto;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toggle {
  display: none;
}

.section-title {
  display: block;
  font: 700 52px "Crimson Pro", serif;
  color: #bf2026;
  text-transform: capitalize;
  margin: 1px 0 6px;
  line-height: 1;
}
.section-btn {
  display: inline-block;
  font: normal 13px "Objectivity", sans-serif;
  color: #fff;
  background: #07afaa;
  border-radius: 50px;
  padding: 15px 29px 11px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  float: right;
  white-space: nowrap;
  margin-top: 5px;
}
.section-btn:hover,
.section-btn:focus {
  color: #fff;
  text-decoration: none;
}

header {
  position: relative;
  z-index: 210;
}
#header-top {
  background: #74080b;
  position: relative;
  height: 40px;
  z-index: 100;
}
#header-top-in {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 40px;
}
#header-top-left {
  height: 100%;
  display: flex;
}
.header-top-left-item {
  display: flex;
  font: 500 13px "Objectivity", sans-serif;
  color: #fff;
  height: 100%;
  align-items: center;
}
.header-top-left-item:first-child {
  padding-right: 25px;
}
#header-map-icon {
  display: inline-block;
  width: 16px;
  margin: 0 4px 3px 0;
}
#header-phone-icon {
  display: inline-block;
  width: 14px;
  margin: 0 7px 3px 0;
}
.header-top-left-item .header-address {
  color: #fff;
  text-decoration: none;
}
.header-top-left-item .header-address:hover {
  color: #fff;
  text-decoration: none;
}

.header-top-left-item .header-phone {
  color: #fff;
  text-decoration: none;
}
.header-top-left-item .header-phone:hover {
  color: #fff;
  text-decoration: none;
}
.header-delimiter {
  position: relative;
}
.header-delimiter:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #bd9e9e;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#header-top-right {
  height: 100%;
  display: flex;
}
#header-top-right .header-delimiter:after {
  right: 8px;
}
.header-top-right-item {
  display: flex;
  font: 500 13px "Objectivity", sans-serif;
  color: #fff;
  height: 100%;
  align-items: center;
}
.header-contact-us {
  text-transform: capitalize;
  text-decoration: none;
  padding-right: 23px;
}
.header-contact-us:hover {
  color: #fff;
  text-decoration: none;
}
#header-contact-icon {
  display: inline-block;
  width: 13px;
  margin: 0 6px 3px 0;
}

/* Google translate */
div.skiptranslate{display:none!important}
.goog-te-banner-frame {
  display: none;
}
#translation-links {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#translation-links > li {
  position: relative;
  margin: 0;
  list-style: none;
}
#translation-links ul {
  padding: 30px;
  margin: 0;
  position: absolute;
  top: 40px;
  right: 0;
  width: 700px;
  background: #fff;
  display: none;
  z-index: 9999999;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}
#translation-links ul li {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding: 3px 15px 3px 0;
  margin-bottom:0;
}
#translate-button {
  border: none;
  background: none;
  margin: 3px 0 0;
  padding: 0;
  font: 500 13px "Objectivity", sans-serif !important;
  color: #fff !important;
  text-transform: capitalize;
}
#translate-button img {
  display: inline-block;
  width: 14px;
  margin: 0 1px 5px 4px;
}
#translation-links ul li a[data-lang="English"]{font-weight:700;color:#74080B}
#translation-links ul li a:hover[data-lang="English"]{color:#74080B}

#header-bottom {
  background: rgba(255, 255, 255, 0.902);
}
#header-bottom-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  position: relative;
}
#logo-wrap {
  position: relative;
}
#logo {
  display: inline-block;
}
#logo img {
  display: inline-block;
  width: 201px;
  transition: all 320ms;
}
#header-bottom-right {
  display: flex;
  align-items: center;
  height: 100%;
}
#nav {
  padding: 0;
  margin: 0;
}
#nav .toggle,
#nav .toggle2,
#flyout .toggle {
  display: none;
  padding: 0;
  font-family: FontAwesome;
}
#nav li {
  margin: 0 !important;
  display: inline-block;
  transition: all 320ms;
}
#nav a,
#nav span {
  display: inline-flex;
  align-items: center;
  font: 500 18px "Objectivity", sans-serif;
  color: #000;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  padding: 4px 20px 0;
  position: relative;
  z-index: 10;
  transition: all 320ms;
  height: 110px;
}
#nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 34px 30px 27px 40px;
  margin: 0;
  column-count: 4;
  column-gap: 78px;
  display: none;
  background: #74080b;
  z-index: 210;
  border-radius: 0 0 7px 7px;
}
#nav ul a,
#nav ul span {
  display: block;
  padding: 10.5px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  height: auto;
  text-transform: capitalize;
}
#nav ul li {
  display: table;
  page-break-inside: avoid;
}
#nav ul ul {
  position: static;
  padding: 0;
  column-count: 1;
  column-gap: 0;
}
#nav ul ul a,
#nav ul ul span {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  padding: 7px 5px;
  text-transform: capitalize;
  line-height: 1.2;
}

/* Search */
#search {
  display: block;
  width: 100%;
}
#search form {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
#search input {
  width: 584px;
  height: 74px;
  padding: 5px 80px 0 28px;
  font: normal 20px "Objectivity", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  border: 4px solid #10afaa;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 15.64px 1.36px rgba(0, 0, 0, 0.35);
}
#search button {
  position: absolute;
  top: 0;
  right: 0;
  background: #07afaa;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  margin: 7px 7px 0 0;
  padding: 0;
}
#search button img {
  display: inline-block;
  width: 20px;
}
#search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#search input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* Section quick-links */
#quick-links {
  position: absolute;
  bottom: 6.5%;
  left: 0;
  right: 0;
  z-index: 100;
}
#quick-links .container {
  width: 1230px;
}
#quick-links-in {
  display: flex;
}
.quick-link {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 25%;
  background: transparent;
  transition: all 0.3s;
  padding: 15px 10px;
}
/* .quick-link-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #740f12;
  position: relative;
} */
.quick-link-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  width: 94px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #740f12;
  position: relative;
}
.quick-link-icon-box img {
  display: inline-block !important;
  width: 100% !important;
}
.quick-link-title {
  width: 100%;
  font: bold 16px "Objectivity", sans-serif;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
  transition: all 320ms;
  margin: 18px 0 0;
}
.quick-link:hover,
.quick-link:focus {
  text-decoration: none;
}

.app-scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  z-index: 190;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font: 900 14px "Objectivity", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
}
#scroll-icon {
  display: inline-block;
  width: 58px;
  margin: 6px 0 0;
}

/* Section welcome */
#welcome {
  background: url(../images/welcome-bg.png) center/cover no-repeat;
}
#welcome-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 752px;
  padding: 18px 0 10px;
}
#welcome-left {
  width: 42%;
}
#quotes {
  margin: 0;
  padding: 0 0 64px;
  position: relative;
}
.textItem {
  position: absolute;
  display: none;
  font: bold 52px "Nirmala UI", sans-serif;
  color: #bf2026;
  z-index: 200;
  white-space: nowrap;
}
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
.welcome-title {
  font: 500 18px Objectivity, sans-serif;
  color: #74080b;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-bottom: 29px;
}
.welcome-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #febe10;
  margin-top: 30px;
}
.welcome-text {
  font: normal 16px Objectivity, sans-serif;
  color: #000;
  line-height: 1.65;
}
#welcome-right {
  width: 58%;
  position: relative;
  height: 724px;
}
.history-img {
  display: inline-block;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 17.82px 0.18px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  transition: all 320ms;
}
.history-banner {
  width: 100%;
  height: 419px;
}
.history-img-wrap:nth-child(1) .history-img {
  right: 71px;
  top: 138px;
  z-index: 1;
  transform: rotate(-3deg);
  width: 435px;
}
.history-img-wrap:nth-child(1) .history-img .history-banner {
  height: 477px;
}
.history-img-wrap:nth-child(2) .history-img {
  right: 177px;
  top: 131px;
  z-index: 2;
  transform: rotate(-10deg);
  width: 421px;
}
.history-img-wrap:nth-child(2) .history-img .history-banner {
  height: 456px;
}
.history-img-wrap:nth-child(3) .history-img {
  right: 17px;
  top: 149px;
  z-index: 3;
  transform: rotate(5deg);
  width: 386px;
}
.history-img:hover {
  z-index: 10 !important;
  transform: rotate(0) !important;
}
#welcome-editable-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 118px;
  right: 210px;
  z-index: 15;
}

/* Section editable-boxes */
#editable-boxes {
  min-height: 570px;
  background: #fff;
  padding: 100px 0 80px;
}
.editable-box {
  display: flex;
  position: relative;
  height: 180px;
  width: 23.6%;
  float: left;
  border-radius: 7px;
  text-decoration: none;
}
.editable-box:hover {
  text-decoration: none;
}
.editable-box-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.editable-box:nth-child(1) {
  height: 375px;
  width: 49.1%;
  margin-right: 1.7%;
}
.editable-box:nth-child(2) {
  margin: 0 1.9% 15px 0;
}
.editable-box:nth-child(4) {
  margin: 0 1.9% 0 0;
}
.editable-box-text {
  background: rgba(0, 0, 0, 0.702);
  position: relative;
  z-index: 10;
  align-self: flex-end;
  margin: 0;
  border-radius: 0 0 7px 7px;
  font: 500 14px Objectivity, sans-serif;
  color: #fff;
  padding: 16px 20px 11px;
  line-height: 1.75;
  width: 100%;
}
.editable-box:nth-child(1) .editable-box-text {
  padding: 16.5px 35px 11px;
}

/* Section news */
#news {
  min-height: 616px;
  padding: 0 0 50px;
  background: #fff;
}
.news-top .app-btn {
  float: right;
}
.news-top .app-title {
  margin: 10px 0 19px;
}
#news-wrap {
  margin: 43px -30px 0;
}
#news-wrap .owl-carousel .owl-item {
  padding: 25px 0;
}
.news-top {
  position: relative;
  z-index: 100;
}
.news-bottom {
  position: relative;
  top: -21px;
}
.news-bottom .container {
  width: 1210px;
}
.news {
  display: block;
  text-decoration: none;
  border-radius: 7px;
  transition: all 0.3s;
}
.news-banner {
  height: 250px;
  border-radius: 7px;
}
.news-info {
  padding: 33px 40px 32px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #fff;
}
.news-info time {
  font: bold 13px "Objectivity", sans-serif;
  color: #bf2026;
  text-transform: capitalize;
}
.news-title {
  font: 700 22px "Crimson Pro", serif;
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.46;
}
.news:hover {
  text-decoration: none;
  box-shadow: 0px 3px 23.5px 1.5px rgba(0, 0, 0, 0.05);
}
.news:focus {
  text-decoration: none;
}
.news:hover .read-more {
  text-decoration: none;
}
#news-slider .owl-item:not(.active) {
  opacity: 0;
  cursor: default;
}
#news-slider .owl-item:not(.active) a {
  pointer-events: none;
}
#news-slider .owl-controls {
  display: none;
}
#news-slider .owl-dots {
  display: none;
}

/* Section events */
#events{position:relative;padding:91px 0 75px;position:relative;background:url(../images/bricks-bg.png) center/100% 100% repeat-x}
#homepage #events .container{width:1110px!important}
#events .section-title{margin:0;text-align:center}
#events-box{position:relative;margin-top:42px;display:flex;justify-content:space-between}
#events-box .event-link{display:inline-block;text-decoration:none;text-align:center}
#events-box .event-link img{width:280px;height:280px;object-fit:cover;border-radius:50%}
#events-box .event-link h3{font:700 36px 'Crimson Pro',serif;color:#000;margin:22px 0 15px;line-height:1.2}

/* Footer */
footer {
  min-height: 200px;
  padding: 34px 0;
  background: #000;
  color:#fff;
}
#footer-in {
  display: flex;
}
.footer-box {
  display: flex;
  align-items: center;
  font: 500 18px "Objectivity", sans-serif;
  color: #fff;
}
.footer-box:nth-child(1) {
  width: 34%;
  padding-right: 41px;
}
.footer-box:nth-child(2) {
  width: 24.2%;
  padding-right: 20px;
}
.footer-box:nth-child(3) {
  width: 29%;
  padding-right: 20px;
}
.footer-box:nth-child(4) {
  width: 12.8%;
}
.footer-address-wrap,
.footer-phone-wrap {
  display: flex;
  align-items: center;
}
.footer-address {
  line-height: 1.6;
  color:inherit!important;
  text-decoration:none!important;
}
.footer-phone {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.footer-phone:hover {
  text-decoration: none;
  color: #fff;
}
#footer-map-icon {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  margin-right: 25px;
}
#footer-phone-icon {
  display: inline-block;
  width: 36px;
  min-width: 36px;
  margin-right: 25px;
}
.social-media-link {
  display: inline-block;
  text-decoration: none;
  margin: 0 9px;
}
.social-media-link-facebook {
  margin: 0 9px;
}
.social-media-link img {
  display: inline-block;
  width: 29px;
}
#footer-logo {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 auto;
}
#footer-logo img {
  display: inline-block;
  width: 144px;
}

#revize-link, #revize-login{display:inline-block;font:500 18px "Objectivity", sans-serif;color:#fff;text-decoration:none}
#revize-link:hover, #revize-login:hover{color:#fff;text-decoration:underline}
#revize-login-wrap{display:inline-block}
#revize-login-wrap::before{content:'';display:inline-block;width:4px;height:4px;border-radius:50%;background:#fff;margin:0 10px 2px 6px}

.curated-tags{display:none!important}
/* -----------------------------------------

#inner

-----------------------------------------*/
#freeform-wrap {
  padding: 40px 0;
}
#freeform-wrap .container {
  width: 1210px;
}
.freeform-left-box {
  width: 23.1%;
}
.freeform-right-box {
  width: 76.9%;
}
#entry {
  padding: 0 1px 10px 20px;
}
.freeform-aside-block {
  background: #eff0f3;
  margin-top: 117px;
  padding-bottom: 14px;
  border-radius: 7px;
}
.freeform-aside-title {
  font: 700 22px "Crimson Pro", serif;
  color: #74080b;
  text-transform: capitalize;
  margin: 0;
  padding: 25px 30px 17px;
}
#flyout {
  padding: 0;
  margin: 0;
}
#flyout li {
  position: relative;
  margin: 0;
  list-style: none;
}
#flyout a,
#flyout span {
  display: block;
  text-decoration: none;
  font: 500 14px "Objectivity", sans-serif;
  color: #000;
  line-height: 1.3;
  padding: 11px 30px;
  transition: all 320ms;
}
#flyout ul {
  padding: 0;
  margin: 0;
  display: none;
}
#flyout ul a,
#flyout ul span {
  font-size: 16px;
  padding: 10px 15px;
}
#breadcrumbs {
  font: 500 13px "Objectivity", sans-serif;
  color: #07afaa;
  line-height: 1;
  list-style: none !important;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
#breadcrumbs a {
  display: inline-block;
  font-weight: bold;
  color: #bf2026;
  padding: 10px 0;
  transition: color 320ms;
  position: relative;
  text-decoration: none;
  margin-right: 42px;
}
#breadcrumbs a:after {
  content: "/";
  color: #bf2026;
  position: absolute;
  top: 10px;
  right: -26px;
}
#breadcrumbs a:hover {
  text-decoration: none;
  color: #bf2026;
}
#page-title {
  font: 700 32px "Crimson Pro", serif;
  color: #000;
  margin: 8px 0 40px;
}
.freeform-hr {
  border: none;
  background: #e5e5e5;
  height: 1px;
  margin-bottom: 35px;
}
.fullwidth #entry {
  padding: 0 0 10px;
}

/* Department page */
.department #freeform-wrap .container {
  width: 1510px;
}
.department #entry {
  padding: 0 0 10px 20px;
}
.department .freeform-left-box {
  width: 18.55%;
}
.department .freeform-right-box {
  width: 81.45%;
}
.department #freeform-main-in {
  display: flex;
  justify-content: space-between;
}
.department #post-wrap {
  width: 75%;
  padding-right: 5px;
}
.department #page-right-column {
  width: 21.2%;
  background: #eff0f3;
  height: 100%;
  border-radius: 7px;
}
.department #page-right-column-top-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}
.department .freeform-contact-us {
  margin-top: 0;
}
.department .freeform-contact-us .freeform-aside-title {
  padding: 23px 30px 18px;
}
.department .freeform-contact-us .freeform-aside-block-in {
  padding: 0 40px 0 30px;
}
.department .freeform-contact-name {
  font: bold 16px "Objectivity", sans-serif;
  color: #000;
  text-transform: capitalize;
  margin-top: 7px;
}
.department .freeform-contact-address {
  font: 500 14px "Objectivity", sans-serif;
  color: #000;
  line-height: 1.72;
  margin: 4px 0 -2px;
}
.department .contact-phone {
  font: 500 14px "Objectivity", sans-serif;
  color: #000;
  text-decoration: none;
}
.department .contact-phone:hover,
.contact-phone:focus {
  color: #000;
  text-decoration: none;
}
.department .page-right-section {
  margin-top: 0;
}
.department .page-right-section .freeform-aside-title {
  padding: 21px 30px 10px;
}
.department .page-right-section-text {
  font: 500 14px Objectivity, sans-serif;
  color: #000;
  padding: 11px 30px 8px;
  line-height: 1.75;
  margin-bottom: 0;
}
.department .freeform-hr {
  margin: 0 0 35px;
}

#post li span a{color: inherit;}
#post{font-size:inherit}

#freeform #search-wrap{display:none!important}
#homepage #header-top #search{display:none!important}
#freeform #header-top #search{width:auto;margin:5px 0 0 10px}
#freeform #header-top #search form{display:inline-block!important}
#freeform #header-top #search input{width:200px;height:30px;padding:2px 40px 0 10px;font:normal 15px Objectivity,sans-serif;color:#000;border:none;border-radius:unset;background:#fff}
#freeform #header-top #search button{position:absolute;top:0;right:0;background:transparent;width:30px;height:30px;border:none;border-radius:unset;cursor:pointer;outline:none;margin:0;padding:0}
#freeform #header-top #search button img{filter:brightness(0) saturate(100%) invert(9%) sepia(94%) saturate(3005%) hue-rotate(346deg) brightness(98%) contrast(106%)}

#app .pagination li{display:none}
#app .pagination li:first-of-type{display:inline}
#app .pagination li:first-of-type+li{display:inline}
#app .pagination li:last-of-type{display:inline}
#app .pagination li:has(+li:last-of-type){display:inline}

#app .pagination li:has(+li+li+li+li.active){display:inline}
#app .pagination li:has(+li+li+li.active){display:inline}
#app .pagination li:has(+li+li.active){display:inline}
#app .pagination li:has(+li.active){display:inline}
#app .pagination li.active{display:inline}
#app .pagination li.active+li{display:inline}
#app .pagination li.active+li+li{display:inline}
#app .pagination li.active+li+li+li{display:inline}
#app .pagination li.active+li+li+li+li{display:inline}
#app .pagination li.active+li+li+li+li+li{display:inline}
#app .pagination li.active+li+li+li+li+li+li{display:inline}
#app .pagination li.active+li+li+li+li+li+li+li{display:inline}

/* -----------------------------------------

#calendar index

-----------------------------------------*/

.fc-right h2 {
  color: #fff;
}

#events-box .col-md-6 {
  padding-left: 0;
  max-width: 515px;
  height: 300px;
  overflow: scroll;
}

/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal {
  z-index: 100000;
}
.modal-content {
  overflow: hidden;
  box-shadow: none !important;
  border-radius: 3px;
}
.modal-header {
  background: #fff;
  border-color: #f4f9fd;
  text-align: center;
  padding: 30px 60px;
  text-align: left;
}
.modal-header h4 {
  font-size: 30px;
}
.modal-header button {
  margin-top: 2px !important;
  position: relative;
  font-size: 25px;
}
.modal-body {
  padding: 40px 60px;
}
.copylink {
  margin-bottom: 40px;
}
.copylink pre {
  border-color: #dbe7f0;
  background: #f4f9fd;
  border-width: 1px;
}
.modal-header button,
.modal-header button:hover {
  color: #000 !important;
  background: none;
}
.share-btns {
  margin: 0 0 20px;
}
.share-btns a {
  display: block;
  border: 1px solid #dbe7f0;
  text-align: center;
  height: 170px;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 20px;
}
.share-btns i {
  display: block;
  line-height: 170px !important;
  font-size: 60px;
}
.btn-facebook {
  color: #3b5998 !important;
}
.btn-twitter {
  color: #00aced !important;
}
.btn-google {
  color: #d34836 !important;
}
.btn-reddit {
  color: #ff5700 !important;
}
.btn-facebook:hover {
  border-color: #3b5998;
}
.btn-twitter:hover {
  border-color: #00aced;
}
.btn-google:hover {
  border-color: #d34836;
}
.btn-reddit:hover {
  border-color: #ff5700;
}
.btn-lg {
  font-size: 16px;
  padding: 14px 30px;
  border: 0;
  border-radius: 3px;
}
.floating-share-btn {
  position: fixed;
  z-index: 99999;
  top: 40%;
  right: 0;
  border-radius: 0;
  border: 0;
  background: #07afaa !important;
  color: #fff !important;
  padding: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.floating-share-btn span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
/* -----------------------------------------

#bxslider

-----------------------------------------*/
#slider {
  height: 91vh;
  position: relative;
  top: -110px;
  margin-bottom: -110px;
}
#freeform #slider {
  height: 400px;
}
#search-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 45.3%;
  transform: translateY(-50%);
  z-index: 201;width:100%
}
#freeform #search-wrap {
  top: 63.8%;
}
.bxslider {
  padding: 0;
  margin: 0;
}
.bxslider,
.bx-viewport,
.bxslider li,
.bx-wrapper {
  height: 100% !important;
}
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  list-style: none;
}
.bxslider > li:nth-child(n + 1) {
  display: none;
}
#homepage .bxslider li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/bxslider-overlay.png) left bottom repeat-x;
}

/* pager */
.bx-wrapper .bx-pager {
  text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* direction controls */
.bx-wrapper .bx-controls-direction a {
  width: 32px;
  height: 32px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/slider-nav.png) no-repeat 0 0;
  position: absolute;
  z-index: 51;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-prev {
  left: -40px;
}
.bx-wrapper .bx-next {
  right: -40px;
  background-position: 100% 0 !important;
}
.bx-wrapper:hover .bx-next {
  opacity: 0.6;
  right: 20px;
}
.bx-wrapper:hover .bx-prev {
  opacity: 0.6;
  left: 20px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  opacity: 1;
}

#homepage .bx-wrapper .bx-controls-direction a {
  top: 200px;
}
#freeform .bx-wrapper .bx-controls-direction a {
  top: auto;
  bottom: 20px;
}

/* -----------------------------------------

#media queries

-----------------------------------------*/
@media only screen and (min-width: 992px) {
    #search-results{left:10% !important;right:10% !important}
  .layout-table {
    table-layout: fixed;
    width: 100%;
  }
  #nav .focused .toggle2 {
    display: none;
  }
  #nav .focused .toggle {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    margin: 0 0 0 -20px;
    color: #000 !important;
  }
  #nav .focused .toggle::after {
    content: none;
  }
  #nav .focused .toggle2 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 110px;
  }
  #nav li:hover > ul {
    display: block;
  }
  #nav ul ul {
    display: block !important;
    background: transparent;
    left: 100%;
    top: 0;
    margin: -3px 0 7px;
  }
  #nav > li:last-child > a:first-child,
  #nav > li:last-child > span:first-child {
    padding: 15px 29px 11px 29px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-left: 39px;
    position: relative;
  }
  #nav > li:last-child > a:first-child:before,
  #nav > li:last-child > span:first-child:before {
    content: none !important;
  }
  #nav > li:last-child > a:first-child:after,
  #nav > li:last-child > span:first-child:after {
    content: "";
    display: block;
    background: #74080b;
    border-radius: 50px;
    padding: 29px 29px 11px 29px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  #nav li:last-child.focused .toggle {
    margin: 0;
  }
  #nav > li > a:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 8px;
    background: #07afaa;
    transition: all 0.3s;
    opacity: 0;
  }
  #nav > li:hover > a:first-child:before {
    width: calc(100% - 74px);
    opacity: 1;
  }
  #header-top {
    display: block !important;
  }
  #flyout .focused .toggle {
    display: inline-block;
    margin-left: 8px;
  }
  #flyout .focused .toggle {
    transform: translateY(-50%) rotate(-90deg);
  }
  #flyout {
    display: block !important;
  }
  #flyout ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    background: #eff0f3;
    display: none;
    z-index: 999;
  }
  #flyout ul a,
  #flyout ul span {
    font-size: 15px;
  }
  #flyout .toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  #flyout li:hover > ul {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  #nav a,
  #nav span {
    padding: 4px 20px 0;
  }
  #nav > li:hover > a:first-child:before {
    width: calc(100% - 40px);
  }
  #nav > li:last-child > a,
  #nav > li:last-child > span {
    margin-left: 20px;
  }
  #nav ul {
    column-gap: 30px;
  }
  #welcome-left {
    width: 35%;
  }

  #tabs{width:48%}
}

@media only screen and (max-width: 991px) {
  /* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
  #freeform #formwizziwmorf tr,
  #freeform #formwizziwmorf tr td {
    display: block !important;
  }
  #freeform #formwizziwmorf tr table tr {
    display: table-row !important;
  }
  #freeform #formwizziwmorf tr table td {
    display: table-cell !important;
  }
  /* Allows tables to be used as columns with responsive stacking */
  .layout-table {
    width: 100% !important;
  }
  .layout-table,
  .layout-table thead,
  .layout-table tbody,
  .layout-table th,
  .layout-table td,
  .layout-table tr {
    display: block !important;
  }
  .layout-table td {
    margin-bottom: 15px;
  }
  #toggles {
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 300;
  }
  #nav-toggle,
  #info-toggle {
    line-height: 45px;
    width: 45px;
    text-align: center;
    margin-left: 5px;
    border-radius: 4px;
    background: #74080b;
    color: #fff;
    cursor: pointer;
  }
  #nav,
  #flyout {
    display: none;
  }
  #nav li {
    display: block;
  }
  #nav a,
  #nav span,
  #flyout a,
  #flyout span {
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #nav li:last-child > a,
  #nav li:last-child > span,
  #flyout li:last-child > a,
  #flyout li:last-child > span {
    border: 0;
  }
  #nav ul,
  #flyout ul {
    background: rgba(0, 0, 0, 0.15);
  }
  .toggle,
  .toggle2 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    text-align: center;
    width: 45px;
    background: rgba(0, 0, 0, 0.15);
    transform: none !important;
  }
  #nav .toggle,
  #nav .toggle2,
  #flyout .toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 45px;
    text-align: center;
    width: 45px;
    color: #fff;
    padding: 15px !important;
  }
  #flyout .toggle {
    right: 0;
  }
  #nav a,
  #nav span {
    padding: 15px 70px 15px 15px !important;
  }
  #nav ul ul a,
  #nav ul ul span {
    padding: 15px 15px 15px 15px !important;
  }
  #flyout a,
  #flyout span {
    padding: 15px 60px 15px 15px !important;
  }
  #flyout ul a,
  #flyout ul span {
    padding: 15px !important;
  }
  #header-top {
    display: none;
    height: auto;
  }
  #header-top-in {
    height: auto;
    flex-direction: column;
    padding: 10px 0;
  }
  #header-top-left {
    flex-direction: column;
  }
  .header-top-left-item {
    padding-right: 0 !important;
  }
  #translation-links {
    display: none;
  }
  .header-delimiter:after {
    content: none;
  }
  .header-top-left-item {
    margin: 3px 0;
  }
  .header-contact-us {
    display: inline-flex;
  }
  #header-top-right {
    flex-direction: column;
    line-height: 1;
  }
  #logo-wrap {
    margin-left: 15px;
  }
  #header-bottom {
    position: relative;
  }
  #header-bottom-in {
    height: 90px;
    margin: 0 -15px;
  }
  #header-revize-login {
    display: none;
  }
  #nav {
    padding: 0;
    margin: 0;
    background: #74080b;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100% !important;
    border-top: 5px solid #07afaa;
  }
  #nav li {
    position: relative;
  }
  #nav a,
  #nav span {
    display: block;
    height: auto;
    text-align: left;
    color: #fff;
  }
  #nav > li:last-child > a,
  #nav > li:last-child > span {
    margin-left: 0;
  }
  #nav ul {
    display: none;
    position: static;
    column-count: 1;
    padding: 0;
    margin: 0;
  }
  #nav ul li {
    width: 100%;
    page-break-inside: auto;
  }
  #nav ul a,
  #nav ul span {
    text-transform: capitalize;
  }
  #slider {
    height: 600px;
    top: 0;
    margin-bottom: 0;
  }
  #quick-links {
    bottom: 12%;
  }
  #welcome-in {
    flex-wrap: wrap;
  }
  #welcome-left {
    width: 100%;
    padding: 50px 0 0;
  }
  #welcome-right {
    width: 88%;
  }
  .editable-box {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    height: 250px !important;
  }
  .editable-box-text {
    padding: 15px !important;
  }
  .section-btn {
    float: none;
  }
  .news {
    box-shadow: 0px 3px 23.5px 1.5px rgba(0, 0, 0, 0.05);
  }
  #news-slider .owl-controls {
    display: block;
  }
  #news-slider .owl-prev,
  #news-slider .owl-next {
    position: absolute;
    top: 100%;
    cursor: pointer;
    z-index: 200;
  }
  #news-slider .owl-nav > div > i {
    font-size: 45px;
    color: #07afaa;
  }
  #news-slider .owl-prev {
    left: calc(50% - 50px);
  }
  #news-slider .owl-next {
    right: calc(50% - 50px);
  }
  #events {
    padding: 50px 0;
  }
  #calendar-banner-wrap {
    display: none;
  }
  .calendar-title .section-title {
    float: none;
    margin-top: 10px;
  }
  #events-box {
    margin-top: 50px;
  }
  #tabs {
    max-width: 500px;
    width:100%;
  }
  .events-btns-wrap {
    text-align: left;
    padding-right: 0;
    margin-top:30px;
  }
  .events-btns-wrap .section-btn:first-child {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .events-btns-wrap .section-btn:last-child {
    margin-left: 0;
  }
  #footer-in {
    flex-wrap: wrap;
  }
  .footer-box {
    width: 100% !important;
    padding-right: 0 !important;
    margin: 10px 0;
  }
  #footer-logo {
    margin: 0;
  }
  .social-media-link-facebook {
    margin: 0 9px 0 0;
  }
  #freeform #slider {
    height: 300px;
  }
  #freeform-wrap {
    padding: 0 0 20px;
  }
  .fullwidth #freeform-wrap {
    padding: 20px 0;
  }
  .freeform-left-box {
    width: 100% !important;
  }
  .freeform-right-box {
    width: 100% !important;
  }
  .freeform-aside-block {
    margin-top: 0;
  }
  #entry {
    padding: 15px 0 20px;
  }
  #flyout-header {
    display: none;
  }
  .freeform-aside-block {
    margin: 0 -15px;
    padding-bottom: 0;
    border-radius: unset;
  }
  #flyout-toggle {
    display: inline-block;
    padding: 15px;
    font: 500 16px "Objectivity", sans-serif;
    color: #000;
    text-transform: capitalize;
    cursor: pointer;
  }
  #page-title {
    margin: 20px 0 27px;
  }
  .department #freeform-main-in {
    flex-wrap: wrap;
  }
  .department #post-wrap {
    width: 100%;
    padding-right: 0;
  }
  .department #page-right-column {
    width: 100%;
    padding: 0 0 30px;
  }
  .department #page-right-column-top-img {
    height: 370px;
  }
  .department .freeform-contact-us {
    margin: 0 !important;
  }
  .department .page-right-section {
    margin: 0 !important;
  }
  .department #entry {
    padding: 20px 0 10px;
  }
  .share-btn {
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
  }
  #events-box .events-btns-wrap{padding:0!important}
  #freeform #header-top #search{margin-left:0}

  #events-box{flex-direction:column}
	#events-box .event-link{margin-bottom:50px}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .floating-alert {
    width: auto;
    right: 0;
    left: 0;
    border: 0;
    bottom: 0;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .floating-alert {
    font-size: 12px;
  }
  .floating-alert h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .floating-alert .btn {
    font-size: 10px;
  }
  .share-btns a {
    height: auto;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
  .share-btns i {
    display: block;
    line-height: 50px !important;
    font-size: 20px;
  }
  #search form {
    display: block;
  }
  #search input {
    width: 100%;
  }
  #welcome-right {
    width: 100%;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #logo img {
    width: 160px;
  }
  #search-wrap {
    top: 20%;
  }
  #quick-links-in {
    flex-wrap: wrap;
  }
  .quick-link {
    width: 50%;
  }
  .history-img-wrap .history-img {
    width: 300px !important;
  }
  .history-img-wrap:nth-child(1) .history-img {
    right: 0;
  }
  .history-img-wrap:nth-child(2) .history-img {
    right: 80px;
    top: 110px;
  }
  #welcome-editable-icon {
    right: 144px;
  }
  #quotes {
    padding: 0 0 50px;
  }
  .textItem {
    font-size: 30px;
  }
  .section-title {
    font-size: 12vw;
  }
  .news-info {
    padding: 33px 15px 32px;
  }
  .department #page-right-column-top-img {
    height: 200px;
  }
  .faq-header-faq-search{display:block}
  .faq-search input#faq-filter{min-width:100%}
}

@media print {
  #page-right-column,
  .freeform-hr,
  #freeform-wrap aside,
  #slider,
  footer,
  #breadcrumbs,
  #flyout-wrap,
  .floating-share-btn,
  .e-notify,
  header {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  .freeform-right-box {
    width: 100% !important;
  }
  #freeform-wrap,
  #entry {
    padding: 0 !important;
  }
  .department #post-wrap {
    width: 100%;
    padding-right: 0;
  }
}
img.blog-img {width:372px;height:372px;}
.blog-image-link{width:50%;}
hgroup.blog-header {margin: 0;font-family: 'DIN',sans-serif;font-size: 32px;text-transform: capitalize;font-weight: bold;letter-spacing: -.025em;padding: 15px 30px 0px 30px;}
.blog-header h2 {color: #3A5976!important;margin: 0;font-size: 21px;line-height: 30px;text-decoration: none;}
.blog-header h3 {font-family: 'Gotham',sans-serif;font-weight: 700;font-size: 16px;text-transform: uppercase;color: #389583;margin: 0;line-height: 42px;text-align: right;margin-top: -23px;}
.blog-caption {padding: 30px;font-size:15px;line-height:27px}
a.blog-readmore {font-weight: bold;text-decoration: none;display:block;margin-top:15px}
a.blog-readmore:after {content: "\f054";font-family: FontAwesome;font-size: 14px;padding-left: 4px;}
.no-after a:after{display:none}
img.blog-inner-img {max-width: 40%;margin: 0 0 30px 30px;}
.blog-header small {color: #fff;background: #389583;border-radius: 3px;padding: 5px;display: inline-block;letter-spacing: 0.025em;margin-top: 3px;}
.blog-item{box-shadow: 0 4px 20px rgba(0,0,0,.25);margin-bottom:30px;display:flex!important;}
@media only screen and (min-width:992px) {
    #blog-posts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content: center;}
    .blog-item {width:744px;margin:0px 15px 30px 15px}
}