/*-----------------------------------------------------------------------------------

	Theme Name: Norwood, NJ
	Front-end developer: Daniel Hawthorne-Foss
	Author Design: Nasryn Abou-Arabi
	Author URI: http://www.revize.com/
	Date: 4/14/2021

-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(../fonts/font-awesome/fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/font-awesome/fonts/fontawesome-webfont.ttf) format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------------------

#basic styles

-----------------------------------------*/
body {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  color: #22343f;
  -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: 42px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.header {
  font-size: 28px;
  color: #111;
  margin-bottom: 30px;
}
.subheader {
  font-size: 21px;
  color: #111;
  margin-bottom: 30px;
}
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;
}

.disabledLink {
  pointer-events: none;
}

/* -----------------------------------------

#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

-----------------------------------------*/
.btn,
.button,
a.button,
#post button,
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn {
  padding: 7px 14px;
  background: #7f7f47;
  color: #fff;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
  vertical-align: top;
  font-family: "Lato", sans-serif;
  transition: all 0.3s;
}
.btn:hover,
.button:hover,
a.button:hover,
#post button:hover,
#post input[type="submit"]:hover,
#post input[type="reset"]:hover,
#post input[type="button"]:hover,
.rz-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #676733;
  color: #fff;
}
.button:active,
a.button:active,
#post button:active,
#post input[type="submit"]:active,
#post input[type="reset"]:active,
#post input[type="button"]:active,
.rz-btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #676733;
  color: #fff;
}
#post button::-moz-focus-inner,
#post input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#post .btn a,
#tinymce .btn a {
  color: #fff !important;
}
/* -----------------------------------------

#revize edit buttons DO NOT MODIFY

-----------------------------------------*/
/* ----------------------------------------- #helpers and positioning for revize buttons -----------------------------------------*/
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.user-logged-in {
  box-shadow: 0 0 10px rgba(21, 0, 56, 0);
  padding: 14px;
}
.rz-bar-center-col {
  display: none !important;
}

/* default position for revize buttons is top right DO NOT WRAP - Check Below for other positioning */
.rz-btns-container {
  line-height: 1.5 !important;
  font-size: 16px;
  opacity: 0;
  background: #fff;
  padding: 4px;
  box-shadow: 0px 2px 10px rgba(21, 0, 56, 0.08);
  border: 1px solid rgba(21, 0, 56, 0.1);
  transform: translateY(10px);
  transition: all 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  white-space: nowrap;
}
.rz-btns-stacked {
  padding: 6px 6px 0 !important;
}

/* 
to reposition '.rz-btns-container' WRAP IT IN A DIV WITH ONE OF THE CLASSES BELOW
top-left,top-center,right-center,right-bottom,center-bottom,center-center,bottom-left,left-center 
*/
.left-top {
  top: 0 !important;
  right: auto !important;
  left: 0 !important;
  z-index: 9;
  position: absolute;
}
.left-top .rz-btns-container {
  position: relative !important;
}
.center-top {
  top: 0 !important;
  right: 50% !important;
  transform: translate(50%, 0) !important;
  z-index: 9;
  position: absolute;
}
.center-top .rz-btns-container {
  position: relative !important;
}
.right-center {
  top: 50% !important;
  right: 0 !important;
  transform: translate(0, -50%) !important;
  z-index: 9;
  position: absolute;
}
.right-center .rz-btns-container {
  position: relative !important;
}
.right-bottom {
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9;
  position: absolute;
}
.right-bottom .rz-btns-container {
  position: relative !important;
}
.center-bottom {
  top: auto !important;
  right: 50% !important;
  bottom: 0 !important;
  transform: translateX(50%) !important;
  z-index: 9;
  position: absolute;
}
.center-bottom .rz-btns-container {
  position: relative !important;
}
.center-center {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%) !important;
  z-index: 9;
  position: absolute;
}
.center-center .rz-btns-container {
  position: relative !important;
}
.left-bottom {
  top: auto !important;
  right: auto !important;
  left: 0 !important;
  bottom: 0;
  z-index: 9;
  position: absolute;
}
.left-bottom .rz-btns-container {
  position: relative !important;
}
.left-center {
  top: 50% !important;
  right: auto !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  z-index: 9;
  position: absolute;
}
.left-center .rz-btns-container {
  position: relative !important;
}

/* ----------------------------------------- rzBtn's -----------------------------------------*/
.rz-btns-container a {
  display: inline-block !important;
}
.rzBtn {
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  line-height: 1.5 !important;
  display: inline-block !important;
  letter-spacing: 0 !important;
  padding: 7px 14px;
  background: #fff !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #e6e6e6;
  transition: all 0.2s;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; */
}
.rz-btns-stacked a,
.rz-btns-stacked .rzBtn {
  display: block !important;
  margin-bottom: 6px;
  text-decoration: none;
}
.rzBtn:hover {
  background: #eee !important;
  border-color: #ccc;
  color: #000 !important;
  text-decoration: none;
}
.rzBtn-sm {
  font-size: 14px !important;
  padding: 5px 10px !important;
}
.rzBtn-xs {
  font-size: 12px !important;
  padding: 3px 6px !important;
}
.user-logged-in .yes-has-edit-buttons {
  position: relative;
  outline: 3px solid transparent;
  outline-offset: 6px;
}
.user-logged-in .yes-has-edit-buttons:hover,
.show-edit-buttons .user-logged-in .yes-has-edit-buttons {
  outline: 3px solid #6000fe;
  outline-offset: 3px;
  z-index: 10 !important;
  transition: all 0.2s;
  min-width: 142px;
  min-height: 32px;
}
.user-logged-in .yes-has-edit-buttons:hover .rz-btns-container:has(.rzBtn),
.show-edit-buttons .user-logged-in .yes-has-edit-buttons .rz-btns-container:has(.rzBtn) {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  opacity: 1;
}
.hide-edit-btns .rz-btns-container {
  display: none;
}
.user-not-logged-in .rz-btns-container {
  display: none !important;
}
/* -----------------------------------------

#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 #4a4a4a;
  padding: 7px 14px;
  outline: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: 4a4a4a;
  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: #4a4a4a;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #50758c;
}
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;
}
.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: 0;
  margin: 0;
  right: 0;
  background: #f5f5f5;
  color: #4a4a4a;
  padding: 21px;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
}
.floating-alert h2 {
  color: #4a4a4a;
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 22px;
}
.floating-alert .btn {
  color: #fff;
  margin: 20px 0 0 0 !important;
}
.floating-alert .btn:hover {
  background-color: #676733;
}
.floating-alert .close {
  background: #50758c !important;
  text-shadow: none;
  color: #fff;
  padding: 0;
  line-height: 1 !important;
  font-weight: 400;
  opacity: 1;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  right: 14px;
}
.floating-alert.fade:not(.show) {
  display: none;
}

/* -----------------------------------------

#rz edit

-----------------------------------------*/
#slider button[data-controls] {
  background: #7f7f47;
  width: 30px;
  line-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50px;
  color: #fff;
  margin: 0 15px;
}
div.skiptranslate {
  display: none !important;
}
body:not(#rz-editform) a[href*="/revize_faq.php"] {
  display: none;
}
#dataTable .header {
  display: table-cell;
}

/* ----------------------------------------- #helpers and positioning for revize buttons -----------------------------------------*/
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}

/* default position for revize buttons is top right DO NOT WRAP - Check Below for other positioning */
.rz-btns-container {
  line-height: 1.5 !important;
  font-size: 16px;
  opacity: 0;
  background: #fff;
  padding: 6px;
  box-shadow: 0px 2px 10px rgba(21, 0, 56, 0.08);
  border: 1px solid rgba(21, 0, 56, 0.1);
  transform: translateY(10px);
  transition: all 0.2s;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
}

/* 
to reposition '.rz-btns-container' WRAP IT IN A DIV WITH ONE OF THE CLASSES BELOW
top-left,top-center,right-center,right-bottom,center-bottom,center-center,bottom-left,left-center 
*/
.left-top {
  top: 0 !important;
  right: auto !important;
  left: 0 !important;
  z-index: 99;
  position: absolute;
  z-index: 99;
  position: absolute;
}
.left-top .rz-btns-container {
  position: relative !important;
}
.center-top {
  top: 0 !important;
  right: 50% !important;
  transform: translate(50%, 0) !important;
  z-index: 99;
  position: absolute;
}
.center-top .rz-btns-container {
  position: relative !important;
}
.right-center {
  top: 50% !important;
  right: 0 !important;
  transform: translate(0, -50%) !important;
  z-index: 99;
  position: absolute;
}
.right-center .rz-btns-container {
  position: relative !important;
}
.right-bottom {
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 999;
  position: absolute;
}
.right-bottom .rz-btns-container {
  position: relative !important;
}
.center-bottom {
  top: auto !important;
  right: 50% !important;
  bottom: 0 !important;
  transform: translateX(50%) !important;
  z-index: 99;
  position: absolute;
}
.center-bottom .rz-btns-container {
  position: relative !important;
}
.center-center {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%) !important;
  z-index: 99;
  position: absolute;
}
.center-center .rz-btns-container {
  position: relative !important;
}
.left-bottom {
  top: auto !important;
  right: auto !important;
  left: 0 !important;
  bottom: 0;
  z-index: 99;
  position: absolute;
}
.left-bottom .rz-btns-container {
  position: relative !important;
}
.left-center {
  top: 50% !important;
  right: auto !important;
  left: 0 !important;
  transform: translate(0, -50%) !important;
  z-index: 99;
  position: absolute;
}
.left-center .rz-btns-container {
  position: relative !important;
}

/* ----------------------------------------- rzBtn's -----------------------------------------*/
.rzBtn {
  text-decoration: none;
  z-index: 999;
  line-height: 1.5 !important;
  display: inline-block !important;
  letter-spacing: 0;
  padding: 7px 14px;
  background: #fff !important;
  color: #000 !important;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  display: block;
  border: 1px solid #e6e6e6;
  transition: all 0.2s;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; */
}
.rzBtn:hover {
  background: #eee !important;
  border-color: #ccc;
  color: #000 !important;
  text-decoration: none;
}
.rzBtn-sm {
  font-size: 14px !important;
  padding: 5px 10px !important;
}
.rzBtn-xs {
  font-size: 12px !important;
  padding: 3px 6px !important;
}
.user-logged-in .yes-has-edit-buttons {
  position: relative;
  z-index: 9;
  outline: 3px solid transparent;
  outline-offset: 6px;
}
.user-logged-in .yes-has-edit-buttons:hover,
.user-logged-in.show-edit-buttons .yes-has-edit-buttons {
  outline: 3px solid #6000fe;
  outline-offset: 3px;
  z-index: 9999;
  transition: all 0.2s;
  min-width: 142px;
  min-height: 48px;
}
.user-logged-in .yes-has-edit-buttons:hover .rz-btns-container,
.user-logged-in.show-edit-buttons .yes-has-edit-buttons .rz-btns-container {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  opacity: 1;
}
.hide-edit-btns .rz-btns-container {
  display: none;
}

/* ----------------------------------------- ##RZadminpanel -----------------------------------------*/
#RZadminpanelContainer {
  position: absolute !important;
  z-index: 9999999999 !important;
  right: 0 !important;
  left: auto !important;
  top: 70px !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 380px !important;
  height: auto !important;
  min-height: 84px;
  color: #000;
  text-align: center !important;
  background-color: #fff !important;
  display: block;
  border: 1px solid rgba(21, 0, 56, 0.1);
  box-shadow: 0px 2px 10px rgba(21, 0, 56, 0.08) !important; /*border-radius:6px*/
}
#RZadminwin-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  color: transparent;
  /* background: url(../../_assets_/images/loader-32px.svg) no-repeat center center; */
}
/* ----------------------------------------- #tooltip -----------------------------------------*/
.tooltip {
  /* font-family: -apple-system BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; */
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  text-align: start !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  word-break: normal !important;
  word-spacing: normal !important;
  white-space: normal !important;
  line-break: auto !important;
  font-size: 1rem !important;
  opacity: 0;
  z-index: 999999999999;
}
.tooltip-inner {
  max-width: 280px !important;
  padding: 0.5rem 1rem !important;
  color: #fff !important;
  text-align: center !important;
  background-color: #000 !important; /*border-radius:4px!important;*/
  font-size: 16px !important;
}

/* ----- Here Be Bulk Documents (Pending Name) Styles ----- */
.bulk-documents-container.searching .bulk-documents-category.collapsed > .category-content {
  display: block;
}
#entry .bulk-documents-container.searching .category-document-list > li {
  display: none;
}
#entry .bulk-documents-container.searching .category-document-list > li.search-result {
  display: flex;
}
.bulk-documents-container.searching.no-results:after {
  content: "There were no results matching your search, please try another search term";
  background: #f7d4d7;
  padding: 20px 40px;
  width: 100%;
  display: block;
}
.bulk-documents-container.searching .bulk-documents-category.no-results {
  display: none;
}
.bulk-documents-category {
  border: 1px solid #9e9e9e;
  margin-bottom: 15px;
}
.bulk-documents-category .bulk-documents-category {
  margin: 15px 0 0;
}
.bulk-documents-category.collapsed > .category-content {
  display: none;
}
.bulk-documents-container .category-header {
  position: relative;
}
#entry .bulk-documents-category .category-header-details {
  width: 100%;
  background: #fff;
  color: #000 !important;
  display: flex !important;
  justify-content: space-between;
  padding: 10px 20px !important;
  align-items: center;
  font-size: 16px;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  position: relative;
  cursor: pointer;
}
.category-header-details > * {
  cursor: pointer;
}
#entry .bulk-documents-category .category-content .category-header-details:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 70px;
  border-left: 1px solid #9e9e9e;
  left: -1px;
  top: -71px;
}
.bulk-documents-category .category-header-details > label {
  margin: 0 !important;
  font-size: 18px !important;
  color: #000 !important;
  padding: 0 !important;
}
.bulk-documents-category .category-header i.category-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: bottom;
}
/* .bulk-documents-category.collapsed > .category-header i.icon-folder {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0,0,256,256" width="24px" height="24px"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(5.33333,5.33333)"><path d="M40,12h-18l-4,-4h-10c-2.2,0 -4,1.8 -4,4v8h40v-4c0,-2.2 -1.8,-4 -4,-4z" fill="%233f00a8"></path><path d="M40,12h-32c-2.2,0 -4,1.8 -4,4v20c0,2.2 1.8,4 4,4h32c2.2,0 4,-1.8 4,-4v-20c0,-2.2 -1.8,-4 -4,-4z" fill="%236000fe"></path></g></g></svg>') !important;
} */

.bulk-documents-container .category-document-count {
  background: #00c14e;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
}
.bulk-documents-container.searching .bulk-documents-category .category-document-count {
  display: none;
}
.bulk-documents-category .search-document-count {
  display: none;
}
.bulk-documents-container.searching .bulk-documents-category .search-document-count {
  background: #6000fe;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  display: block;
}
.bulk-documents-category .category-content {
  padding: 0 20px;
  border-top: 1px solid #9e9e9e;
  overflow: hidden;
}
.bulk-documents-category .category-document-list {
  list-style: none !important;
  margin: 20px 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}
.bulk-documents-category .category-document-list > li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
  gap: 5px;
}
.bulk-documents-category .category-document-list li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 16px);
  height: calc(100% + 60px);
  width: 1px;
  border-left: 1px solid #9e9e9e;
}
.bulk-documents-category .category-document-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  margin-top: 0px;
  height: 1px;
  width: 15px;
  border-bottom: 1px solid #9e9e9e;
}
.bulk-documents-category .category-document-list a {
  text-underline-offset: 4px;
  display: block;
  color: #000;
  position: relative;
}

.category-document-list i.document-icon {
  flex: 0 0 24px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  align-self: start;
  margin-top: 3px;
}
.category-document-list li > a {
  flex: 1 1 100%;
}
.category-document-list li > a.floating-download {
  flex: 0 0 content;
  display: flex;
  gap: 5px;
  text-decoration: none !important;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .category-document-list li > a.floating-download {
    display: none;
  }
}
.category-document-list li:hover > a.floating-download {
  visibility: visible;
}

.category-document-list li a.floating-download:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  right: 103px;
  top: 30px;
  font-size: 14px;
  transition: width 0.4s;
  visibility: hidden;
}
.category-document-list li:hover a.floating-download:before {
  width: 103px;
  background: #00c14e;
  right: 0;
  visibility: visible;
}


.bulk-documents-container a > span.rzBtn {
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.category-content a > span.rzBtn {
  margin: 15px 0 0 20px;
}
.bulk-documents-container a > span.rzBtn:hover {
  background: #dfccff !important;
  border-color: #6000fe;
  color: #6000fe !important;
}
.category-content .rzBtn {
  border-radius: 4px;
  min-width: 100px;
  text-align: center;
  display: block;
  font-size: 14px;
}
.category-header .rz-btns-container .rzBtn {
  min-width: 0;
  margin: 0;
}
.bulk-document-search-wrap {
  padding: 15px 20px;
  background: #e6e6e6;
  border: 1px solid #6d6d6d;
  margin: 20px 0;
}
.bulk-document-search-wrap input {
  outline: 0;
  padding: 15px 20px 15px 40px !important;
  font-size: 16px !important;
  display: block;
  width: 100%;
  border-radius: 0 !important;
  border: 1px solid #6d6d6d;
  /* background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.3198 14.9057C17.3729 13.551 18 11.8487 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18C11.8487 18 13.5509 17.3729 14.9056 16.3199L20.2929 21.7072L21.7071 20.293L16.3198 14.9057ZM16 10C16 13.3137 13.3137 16 10 16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4C13.3137 4 16 6.68629 16 10Z" fill="black"/></svg>'); */
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.bulk-document-search-wrap input:focus {
  box-shadow: 0 0 0 1px #00c14e !important;
  border-color: #00c14e !important;
}
.bulk-document-search-wrap p {
  margin: 5px 0 0 !important;
  line-height: 1.1;
  font-size: 16px !important;
}

/* -----------------------------------------

#main

-----------------------------------------*/
.container {
  max-width: 1600px;
  width: 100%;
}

#nav ul {
  padding: 0;
  margin: 0;
}
#nav ul li {
  display: block;
}

/* .user-not-logged-in .revize-bar{display:none} */
#skip {
  position: fixed;
  left: -100%;
  top: -100%;
  transition: all 0.3s;
  z-index: 999;
  background-color: #7f7f47;
  color: #fff;
  font-weight: 700;
}
#skip:focus {
  left: 50px;
  top: 50px;
}
#ada-widget {
  width: 73px;
  height: 73px;
  background-color: #7f7f47;
  display: block;
  position: fixed;
  right: 0;
  top: 403px;
  border-radius: 6px 0 0 6px;
  z-index: -35;
}
#ada-widget img {
  width: 30px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  right: 50%;
  left: 50%;
}
#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;
}
header {
  top: 0;
  right: 0;
  left: 0;
  background-color: #fbfbfb;
}
#top-bar {
  padding: 21px;
  background: #f5f5f5;
}
#logo {
  width: 320px;
  display: block;
  margin: 0 auto;
}
#logo img {
  width: 90%;
}
#translation-links,
#search {
  display: inline-block;
  margin-left: 7px;
}
#facebook-link {
  position: relative;
  top: -1px;
}
#facebook-link img {
  width: 9px;
}
#translate-button {
  background: none;
  border: none;
  position: relative;
  padding: 0;
  line-height: 1;
}
#line {
  display: inline-block;
  background-color: #ebebeb;
  height: 30px;
  width: 1px;
  position: relative;
  top: 9px;
  margin-left: 20px;
}

#search .search-form {
  position: relative;
  margin: 0;
}
#search button {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  right: 7px;
  border: 0;
  padding: 0;
  background: none;
  margin-top: -2px;
}
#search button img {
  width: 19px;
}
#search input::-webkit-input-placeholder::before {
  font-weight: normal;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.5;
}
#search input:-moz-placeholder::before {
  font-weight: normal;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.5;
}
#search input::-moz-placeholder::before {
  font-weight: normal;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.5;
}
#search input:-ms-input-placeholder::before {
  font-weight: normal;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.5;
}
#search input::-webkit-input-placeholder {
  opacity: 0.5;
}
#search input:-moz-placeholder {
  opacity: 0.5;
}
#search input::-moz-placeholder {
  opacity: 0.5;
}
#search input:-ms-input-placeholder {
  opacity: 0.5;
}

#search input {
  background-color: #fff;
  padding-top: 21px;
  padding-bottom: 21px;
  width: 280px;
}

a.social-link {
  display: inline-block;
  padding: 0;
  background: #7f7f47;
  margin-left: 4px;
  color: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 21px;
}
a.social-link:hover {
  background: #50758c;
}

/* 
#menu-bar{background-color: #50758c}
#nav>li>a,
#nav>li>span{margin-right:19.6px;margin-left:19px;display:inline-block}
#nav{padding:0;margin:0;position:relative}
#nav li{margin:0;display:inline-block}
#nav a,
#nav span{display:block;font-weight:700;font-size:18px;text-decoration:none;color:#fff;padding:14px 20px}
#nav ul{padding:0;margin:0}
#nav ul a,
#nav ul span{font-size:16px;padding:10px 15px}
#nav>li:last-child>a,
#nav>li:last-child>span{padding-right:0}
#nav ul li{display: block}
#nav>li{transition: all .3s}
#nav>li:hover{background-color:#7f7f47;cursor: pointer}
#nav>li:hover a{color:#fff}
#nav>li:hover span{color:#fff} */

#nav-bar {
  position: relative;
  z-index: 999;
}
#menu-bar {
  background: #50758c;
  position: relative;
  z-index: 9;
}

#nav {
  margin: 0;
  padding: 0;
}
#nav li {
  margin: 0;
  display: inline-block;
}
#nav a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 21px;
  padding: 21px 21px;
}

/* #nav>li>a,
#nav>li>span{margin-right:19.6px;margin-left:19px;display:inline-block}
#nav{padding:0;margin:0;position:relative}
#nav li{margin:0;display:inline-block}
#nav a,
#nav span{display:block;font-weight:700;font-size:18px;text-decoration:none;color:#fff;padding:14px 20px}
#nav ul{padding:0;margin:0}
#nav ul a,
#nav ul span{font-size:16px;padding:10px 15px}
#nav>li:last-child>a,
#nav>li:last-child>span{padding-right:0}
#nav ul li{display: block}
#nav>li{transition: all .3s}
#nav>li:hover{background-color:#7f7f47;cursor: pointer}
#nav>li:hover a{color:#fff}
#nav>li:hover span{color:#fff} 
 */

#slider-caption a {
  display: none;
  padding: 13px 42px 14px 30px;
  position: absolute;
  top: 226px;
  left: 14px;
}
#slider-caption .arrow-icon {
  position: relative;
  left: 6px;
  top: -2px;
}
.arrow-icon {
  width: 20px;
  position: relative;
  left: 6px;
  top: -1px;
}
#welcome-bar {
  height: 150px;
  background-image: url("../images/grass-background.jpg");
  background-size: cover;
  background-repeat: none;
  padding-top: 64px;
}
#welcome-bar-text {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-left: 20px;
}
#welcome-bar-items {
  padding: 0 15px;
}
#welcome-bar-items .button {
  margin-left: 55px;
  font-size: 16px;
  padding: 14px 37px 14px 28px;
  position: relative;
  bottom: 15px;
}
#welcome-bar .arrow-icon {
  left: 7px;
  top: -2px;
}

#twitterfeed {
  background: #f1f1f1;
}
.goog-te-banner-frame {
  display: none;
}
#translation-links {
  padding: 10px 14px;
  margin: 0;
  border: 1px solid #4a4a4a;
  line-height: 1;
  height: 44px;
  background: #fff;
  vertical-align: bottom;
}
#translation-links li {
  position: relative;
  margin: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
}
#translation-links ul {
  padding: 15px;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  background: #fff;
  display: none;
  z-index: 9999;
  background-color: #7f7f47;
  border: solid 1px #50758c;
  height: 400px;
  overflow: auto;
}
#translation-links ul li {
  /*! float:left; */ /*! width:25%; */
  padding-right: 15px;
  padding: 0;
}
#translation-links a {
  text-decoration: none;
  color: #fff;
}
#translation-links a:hover {
  text-decoration: underline;
}
#main {
  background: url("../images/main-background.jpg") #abcadc no-repeat;
  background-size: 100%;
  padding-top: 100px;
  background-position: bottom center;
}
#quick-links-heading {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.quick-link {
  text-decoration: none !important;
}
.quick-link:hover {
  color: #50758c;
}
.quick-link-icon {
  width: 48px;
  position: relative;
}
.tiny-item {
  border-right: solid 1px #a1b6b4;
}
.quick-link-text {
  font-weight: 700;
  font-size: 26px;
  color: #7f7f47;
  line-height: 1.2;
  margin-top: 21px;
}
.quick-link {
  background-color: none;
  padding: 4px 0 11px;
  display: block;
}
.last-quick-link {
  border: none;
}
/* #qlink-icon-1{left:3px}
#qlink-icon-3{left:5px}
#qlink-icon-4{left:1px} */
#tiny-carousel .tns-controls img {
  width: 21px;
  display: flex;
  align-items: stretch;
}
#tiny-carousel .tns-controls button {
  border: 0;
  background: none;
  padding: 0;
}
#tiny-carousel .tns-controls button[data-controls="prev"] {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 60;
  transform: translateY(-50%);
}
#tiny-carousel .tns-controls button[data-controls="next"] {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 60;
  transform: translateY(-50%);
}
#tiny-carousel .tns-nav {
  display: none;
}
#tns2 {
  display: flex;
}
#news-events {
  margin-top: 106px;
  padding-bottom: 56px;
}
#news-col {
  padding-left: 84px;
}
#events {
  margin: 30px 0 0 0;
}
#events-heading,
#news-heading {
  font-weight: 700;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.events-news-link {
  font-size: 14px;
  text-decoration: none;
  position: relative;
  border: 1px solid #7f7f47;
  padding: 7px 14px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  background: #7f7f47;
}
.events-news-link:hover {
  color: #fff;
  background: #7f7f47;
  text-decoration: none !important;
}
.events-news-link img {
  display: none;
}
/* #events-link{bottom:-1px;left:-1px} */
.events-news-link:hover {
  text-decoration: underline;
}
#events-heading {
  position: relative;
  top: -2px;
}
#news-list {
  margin-top: 28px;
}
#homepage .news-title {
  font-weight: 700;
  font-size: 22px;
  color: #1e1f22;
  padding-left: 20px;
}
.news {
  text-decoration: none !important;
  margin-bottom: 20px;
}
#homepage .news-date {
  background-color: #4a4a4a;
  flex: 0 0 101px;
  text-align: center;
  padding: 20px 0;
}
.news-month {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 7px;
}
.news-day {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}
footer {
  background: #fbfbfb;
}
#footer-logo {
  display: flex;
  padding-top: 60px;
  margin-bottom: 26px;
}
#footer-logo img {
  width: 260px;
  margin: 30px auto;
  position: relative;
  left: 1px;
}
#revize {
  font-weight: 700;
  font-size: 15px;
  color: #1e1f22;
  padding-bottom: 52px;
}
#revize span {
  margin: 0 6px;
  position: relative;
  bottom: 2px;
}
#revize-login {
  color: #7f7f47;
  text-decoration: none;
}
#revize-link {
  color: #1e1f22;
  text-decoration: none;
}
#revize a:hover {
  text-decoration: underline;
}

#freeform .news-date {
  color: #50758c;
}
#freeform .news-item {
  background-color: #dbe5e4;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 15px;
}
#freeform .news-info .clearfix a {
  color: #7f7f47;
}
#freeform .news-info > a {
  color: #000;
}
#freeform .news-info a:hover {
  text-decoration: underline !important;
}

.fullwidth #ics-export {
  margin-top: 15px;
}
#calendar .fc-day-number {
  text-decoration: none !important;
  color: #000 !important;
}
/* -----------------------------------------

#inner

-----------------------------------------*/
#flyout-main-container {
  margin-top: 77px;
  margin-bottom: 116px;
}
#flyout-main-container aside {
  max-width: 100% !important;
}
#flyout {
  padding: 0;
  margin: 0;
}
#flyout li {
  position: relative;
  margin: 0;
  list-style: none;
}
#flyout a,
#flyout span {
  display: block;
  text-decoration: none;
  font-size: 18px;
}
#flyout ul {
  padding: 0;
  margin: 0;
  display: none;
}
#flyout ul a,
#flyout ul span {
  font-size: 16px;
  padding: 10px 15px;
}
#flyout-wrap {
  background: #50758c;
  padding-top: 40px;
  width: 320px;
}
#flyout-header {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin: 0;
  padding-left: 38px;
}
#flyout .first-level {
  background-color: #7f7f47;
}
#flyout span {
  padding-left: 42px !important;
  padding-right: 50px;
}
#flyout a:not(.fa) {
  padding-left: 40px;
  padding-right: 50px;
}
#flyout .fa-plus:before,
#flyout .fa-minus:before {
  font-size: 14px;
}
#flyout .toggle:before {
  content: "\f067";
}
#flyout .opened .toggle:before {
  content: "\f068";
}
#flyout li {
  transition: all 0.3s;
}
#flyout .active.opened {
  background-color: #4a4a4a;
}
#breadcrumbs {
  font-size: 18px;
  line-height: 1.6;
  text-transform: capitalize;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  background: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  margin-right: 15px;
}
#breadcrumbs a {
  text-decoration: none;
  color: #50758c;
  text-shadow: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #4a4a4a;
}
#breadcrumbs a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #50758c;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 800;
}
#flyout a,
#flyout span {
  font-weight: 700;
  font-size: 16px !important;
  color: #fff;
  line-height: 24px !important;
  padding-top: 15px !important;
  padding-bottom: 15px;
}
#flyout > li > a,
#flyout > li > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#flyout > li > ul a,
#flyout > li > ul span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#flyout > li:last-child > a {
  padding-bottom: 50px;
}
#flyout li:last-child > a,
#flyout li:last-child > span {
  border: 0;
}
#flyout ul {
  background: rgba(0, 0, 0, 0.15);
}
#nav .toggle,
#nav .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;
}
#flyout .toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 45px;
  text-align: center;
  width: 45px;
  transform: none !important;
  border: none;
}
#text-box {
  background-color: #50758c;
  border-radius: 6px;
  width: 301px;
  padding: 50px 33px 51px 40px;
  margin-top: 30px;
  height: 300px;
  margin-left: -1px;
}
#text-box-header {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 22px;
}
#text-box-text {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 34px;
}
#text-box .social-media-link {
  margin-left: 0;
  margin-right: 2px;
}
#text-box-social-media-links {
  text-align: center;
  position: relative;
  left: -3px;
}
.social-media-link img {
  width: 40px;
}
#page-title {
  font-weight: 700;
  font-size: 48px;
  color: #4a4a4a;
  margin-top: -8px;
  margin-left: -4px;
  margin-bottom: 37px;
}
#flyout-main-container .col-md-8 {
  padding-left: 0;
  margin-left: -15px;
}
aside {
  padding-right: 0;
}
#post p {
  margin-bottom: 25px;
}
/*#post img{margin-top:19px;height:400px;margin-bottom:45px}*/
#post li {
  line-height: 29px;
}
#post ul {
  margin-top: -3px;
  margin-left: 0;
  margin-bottom: 41px;
}
#post .subheader {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}
#freeform #revize {
  padding-bottom: 49px;
  position: relative;
  top: -3px;
}
/* #freeform #footer-logo img{top:-3px} */
.fullwidth #page-title {
  margin-left: 0px;
}

/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal {
  z-index: 100000;
}
.modal-content {
  overflow: hidden;
  box-shadow: none !important;
  border-radius: 0;
}
.modal-header {
  background: #fff;
  padding: 20px 30px;
  text-align: center;
}
.modal-header h4 {
  font-size: 16px;
}
.modal-header button {
  margin-top: 2px !important;
  position: relative;
  font-size: 25px;
}
.modal-body {
  padding: 20px 30px;
}
.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 10px;
}
.share-btns a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 10px;
}
.share-btns i {
  display: block;
  font-size: 21px;
}
.btn-facebook {
  color: #3b5998 !important;
}
.btn-twitter {
  color: #000 !important;
}
.btn-google {
  color: #d34836 !important;
}
.btn-reddit {
  color: #ff5700 !important;
}
.btn-facebook:hover {
  border-color: #000;
}
.btn-twitter:hover {
  border-color: #00aced;
}
.btn-google:hover {
  border-color: #d34836;
}
.btn-reddit:hover {
  border-color: #ff5700;
}
.floating-share-btn {
  width: 64px;
  height: 64px;
  position: fixed;
  z-index: 99999;
  top: 60%;
  right: 0;
  border-radius: 0;
  border: none;
  background: #7f7f47 !important;
  color: #fff !important;
  padding: 7px;
  text-align: center;
  z-index: 35;
  display: none;
}
.fa-share-alt:before {
  font-size: 16px;
}

/* -----------------------------------------

#slider

-----------------------------------------*/
#slider {
  height: 576px;
  position: relative;
}
#slider-caption {
  color: #fff;
  position: absolute;
  left: -1px;
  right: 0;
  top: 233px;
  transform: translateY(-50%);
  z-index: 51;
  font-weight: 700;
  font-size: 72px;
  line-height: 92px;
}

#slider > .tns-outer,
#slider > .tns-outer > .tns-inner,
#slider > .tns-outer > .tns-inner > .tiny-slider,
#slider > .tns-outer > .tns-inner > .tiny-slider .tns-item,
.tns-bg-slide {
  height: 100%;
}
.tns-outer {
  position: relative;
}
.tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.tns-controls button:last-of-type {
  float: right;
}
.tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
#slider button[data-action] {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
ul.tiny-slider,
ul.tiny-carousel {
  padding: 0;
  margin: 0;
}

#freeform #slider {
  height: 200px;
}

/* -----------------------------------------

#media queries

-----------------------------------------*/
@media only screen and (min-width: 992px) {
  #nav .focused .toggle,
  #nav .focused .toggle2,
  #flyout .focused .toggle {
    display: inline-block;
    margin-left: 8px;
  }
  #flyout .focused .toggle,
  #nav .focused .toggle2 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #flyout,
  #nav {
    display: block !important;
  }
  .layout-table {
    table-layout: fixed;
    width: 100%;
  }
  #nav li:hover > ul {
    display: block;
  }

  #nav > li > ul {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    background: #7f7f47;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    text-align: left;
    -webkit-column-rule: 1px solid rgba(255, 255, 255, 0.3);
    -moz-column-rule: 1px solid rgba(255, 255, 255, 0.3);
    column-rule: 1px solid rgba(255, 255, 255, 0.3);
    display: none;
  }

  #nav > li:hover > a,
  #nav > li:hover > span {
    color: #7f7f47;
  }

  #nav > li > ul > li {
    display: block;
    break-inside: avoid;
    width: 100%;
    /* padding-top:16px;padding-bottom:18px; */
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 20px;
  }
  #nav > li > ul > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  #nav ul a,
  #nav ul span {
    padding: 0;
  }
  #nav > li > ul > li > a,
  #nav > li > ul > li > span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
  }
  #nav > li > ul {
    z-index: 999;
  }
  /* @-moz-document url-prefix() {
		#nav > li > ul > li {
		  display:inline-block !important
		}
	  }
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#nav > li > ul > li {
		display:inline-block !important
		}
	} */

  #nav ul ul a,
  #nav ul ul span {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding-left: 14px;
    font-weight: 400;
    margin: 8px 0;
  }
  /* #nav ul ul span{padding-left:14px;font-weight: 400} */

  #nav .fa-angle-down {
    display: none;
  }
  #nav .first-level {
    max-width: 1200px;
  }
  #menu-bar nav {
    text-align: center;
  }
  #flyout-toggle {
    display: none;
  }
  #flyout .two-row {
    height: 79px !important;
  }
  #flyout .two-row:before {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
  }
  #flyout .toggle {
    width: 29px !important;
  }
  #nav .fa-angle-down {
    display: none;
  }

  #nav > li {
    transition: all 0.3s;
  }
  #nav > li:hover {
    background-color: #7f7f47;
    cursor: pointer;
  }
  #nav > li:hover a {
    color: #fff;
  }
  #nav > li:hover span {
    color: #fff;
  }

  #nav .focused .toggle {
    position: relative;
    padding: 0;
    background: none;
    line-height: normal;
    width: auto;
    display: inline-block;
  }
  #nav .focused .toggle2 {
    display: none;
  }

  #nav > li > ul > li:last-child a:first-of-type {
    margin-bottom: 23px;
  }
  #nav > li > ul > li:last-child span,
  #nav > li > ul > li:last-child a:not(:first-of-type) {
    margin-top: 21px;
  }
  #search {
    display: inline-block !important;
  }
  #search-toggle {
    display: none;
  }
  .fullwidth #entry {
    margin-left: 0 !important;
  }
  #search input {
    padding-right: 49px;
  }

  #flyout-header {
    margin-bottom: 0;
    padding-bottom: 23px;
  }
}

@media only screen and (max-width: 1120px) {
  #translation-links ul {
    right: -120px;
  }
}

@media only screen and (max-width: 1050px) {
  #flyout-wrap,
  #text-box {
    width: 286px;
  }
}

@media only screen and (max-width: 991px) {
  /* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
  .floating-share-btn {
    bottom: 100px;
    right: 0;
    top: auto;
  }
  #top-bar {
    padding: 10px;
  }
  #translation-links {
    padding: 0;
    margin: 0;
    border: 0;
    margin-right: 3px;
  }
  #translate-button {
    background: #7f7f47;
    border-radius: 4px;
    width: 37px;
    line-height: 37px;
    color: #fff;
  }
  #top-bar {
    position: relative;
  }
  #nav ul {
    background: rgba(0, 0, 0, 0.15);
  }
  #nav ul a,
  #nav ul span {
    padding: 14px;
    line-height: 1;
  }
  #logo {
    margin-bottom: 25px;
  }
  #main-header .d-flex .col-md-4:first-of-type {
    order: 2;
    flex: 1 1 50%;
    max-width: initial;
    position: relative;
    top: -3px;
  }
  #main-header .d-flex .col-md-4.text-md-right {
    order: 3;
    flex: 1 1 35%;
    max-width: initial;
    position: static;
    display: flex;
    justify-content: end;
  }
  #main-header .d-flex .col-md-4.text-center {
    order: 1;
    flex: 0 0 100%;
    max-width: initial;
  }
  /*	#translation-links{display:none}*/
  #toggles {
    text-align: right;
  }
  #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:relative;display:inline-block;bottom:1px}*/
  #nav-toggle,
  #search-toggle {
    line-height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 4px;
    background: #7f7f47;
    color: #fff;
    margin-left: 5px;
  }

  #nav,
  #flyout {
    display: none;
  }
  #nav li {
    display: block;
    position: relative;
  }
  #nav ul {
    display: none;
  }

  #nav li a,
  #nav li span {
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    font-size: 17px;
  }
  #nav li:last-child > a,
  #nav li:last-child > span,
  #flyout li:last-child > a,
  #flyout li:last-child > span {
    border: 0 !important;
  }

  #nav a,
  #nav span {
    padding-top: 11px;
    padding-bottom: 12px;
  }
  #nav ul a,
  #nav ul span {
    padding: 13px 15px;
  }
  #nav .toggle,
  #nav .toggle2 {
    padding: 0;
    margin: 0;
  }
  #nav .first-level a,
  #nav .first-level span {
    margin-left: 19px;
    padding-left: 0;
  }
  #news-col {
    margin-top: 30px;
  }

  .events-news-link {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
  #events-heading,
  #news-heading {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    position: static;
  }

  #news-col {
    padding-left: 15px;
  }

  #flyout-wrap {
    width: 100%;
    padding-top: 16px;
  }
  #text-box {
    width: auto;
    height: auto;
  }
  #flyout-toggle {
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 16px;
    border-bottom: solid 1px #8fa7a6;
    color: #fff;
  }
  #flyout-toggle:hover {
    cursor: pointer;
    color: #50758c;
  }
  #flyout li:last-child > a {
    padding-bottom: 16px;
  }
  #flyout-header {
    padding-bottom: 16px;
    margin-top: 16px;
    margin-bottom: 0;
  }

  #entry {
    margin-top: 40px;
  }
  #page-title {
    margin-left: 0;
  }

  .first-quick-link {
    border-left: solid 2px #a1b6b4;
  }
  #search {
    display: none;
    position: absolute; /*! right: 15px; */
    background: #50758c;
    bottom: -61px;
    height: 60px;
    padding: 0px 9px;
    border-radius: 0px 0px 6px 6px;
    z-index: 9999;
    right: 7px;
    left: 0;
  }
  #nav > li > a,
  #nav > li > span {
    display: block;
  }
}

@media only screen and (max-width: 861px) {
  #welcome-bar {
    padding-top: 32px;
  }
  #welcome-bar-text {
    display: block;
  }
  #welcome-bar .button {
    display: inline-block;
    margin: 0;
    bottom: -21px;
  }
}

/* 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;
  }

  /*	#toggles{position:absolute;top:15px;right:15px}*/

  #nav > li:hover {
    background-color: #50758c;
  }
  #nav > li:hover a {
    color: #fff;
  }
  #nav > li:hover span {
    color: #fff;
  }

  #top-bar-items {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #facebook-link {
    display: none;
  }
  /*	#translation-links{display:none}*/
  #line {
    display: none;
  }
  #top-bar-items {
    float: none;
  }
  #search input {
    width: 100%;
    padding-left: 19px;
  }
  #flyout-toggle:hover {
    cursor: pointer;
    color: #fff;
  }
}

@media only screen and (max-width: 735px) {
  #slider-caption a {
    top: 335px;
  }
}

@media only screen and (max-width: 644px) {
  #slider-caption a {
    top: 414px;
  }
}

@media only screen and (max-width: 501px) {
  #welcome-bar-text {
    line-height: 44px;
  }
  #welcome-bar {
    height: 235px;
  }
}

@media only screen and (max-width: 444px) {
  #homepage .news-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 442px) {
  #slider-caption {
    font-size: 50px;
    line-height: 64px;
  }
  #slider-caption a {
    top: 323px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #breadcrumbs {
    font-size: 16px;
  }
}

@media only screen and (max-width: 379px) {
  #logo img:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 379px) {
  #events-heading {
    line-height: 39px;
  }
}

@media only screen and (max-width: 327px) {
  #welcome-bar-items .button {
    padding-right: 27px;
    padding-left: 18px;
  }
}

@media print {
  #slider,
  footer,
  #breadcrumbs,
  #flyout-wrap,
  .floating-share-btn,
  .e-notify,
  header {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  #text-box {
    display: none;
  }
}
#tinymce ul,
#tinymce li,
#tinymce p,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
}
.main-footer-links {
  color: #7f7f47;
  text-decoration: none;
}
.main-footer-links:hover {
  text-decoration: underline;
  color: #7f7f47;
}
