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

	Theme Name: Stephenson County, IL
	Front-end developer: Omar Baig
	Author Design: Nasryn Abou-Arabi
	Author URI: http://www.revize.com/
	Date: 1/27/2021


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

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

#fonts

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

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Lora:wght@700&display=swap");

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

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

#basic styles

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

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.375;
  font-family: "Lato", sans-serif;
  color: #231f20;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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

#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-size: 28px;
  color: #111;
  margin-bottom: 30px;
}
.subheader {
  font-size: 24px;
  color: #231f20;
  margin-bottom: 30px;
  font-weight: 900;
}
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: #0f99ee;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 900 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  vertical-align: top;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  transition: background 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: #0e8cda;
}
.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: #0e8cda;
}
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 notify

-----------------------------------------*/
.e-notify {
  font-weight: bold;
  font-size: 12px;
  background: #e7df7f;
  position: fixed;
  padding: 3px 13px 2px;
  bottom: 10px;
  left: 10px;
  color: #111;
  border-radius: 50px;
  text-transform: uppercase;
  z-index: 999;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.e-notify img {
  display: none;
}
.e-notify i {
  margin-right: 4px !important;
}
.e-notify a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

#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 h1 {
  color: #ffc140;
  margin: 0 0 10px;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.floating-alert .btn {
  padding: 8px 10px;
  margin: 20px 0 0 0 !important;
  background: #2d81bd !important;
}
.floating-alert .close {
  padding: 0;
  background: none !important;
  color: #fff !important;
  opacity: 1;
  margin-right: 20px;
}

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

#rz faq

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

.faq-answer{margin:0!important;padding:0 5px!important;color:#fff;background:#2d81bd}
.faq-answer a{color:#fff!important;font-weight:600}
/* -----------------------------------------

#rz edit

-----------------------------------------*/
.rzHeader {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 76;
  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;
}

.leftNav-btn {
  color: red;
}

.freeformSliderBtn {
  top: 94px !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;
  z-index:1000;
}
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;
}

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

#main

-----------------------------------------*/
body {
  overflow-x: hidden;
  top: 0 !important;
  position: static !important;
}

#skip {
  position: fixed;
  left: -100%;
  top: -100%;
  transition: all 0.3s;
  z-index: 999;
  background: #e9c52b;
  padding: 5px 15px;
  border-radius: 8px;
  text-decoration: none !important;
}
#skip:focus {
  left: 50px;
  top: 50px;
}
#calendarEvent {
  left: 0px;
  max-height: 500px;
  overflow-y: auto;
  margin: 0 auto;
}
.calendar-holder .fc-left .fc-button-group:first-of-type button {
  width: fit-content!important;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toggle {
  display: none;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#nav-toggle,
.toggle,
.toggle2 {
  display: none;
}
#nav .toggle:before {
  font-family: "FontAwesome";
  position: static !important;
  background: none !important;
  height: auto !important;
  opacity: 1 !important;
  content: "\f107" !important;
}

.container {
  width: 1425px;
  max-width: 100%;
}

header {
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  background: #2d81bd;
}
#logo {
  display: block;
  width: 319px;
  position: absolute;
  left: 51px;
  top: 66px;
  z-index: 60;
}
#nav {
  padding: 0 0 0 73px;
  margin: 0;
}
#nav li {
  margin: 0;
  display: inline-block;
  padding: 0 16px;
}
#nav li:first-of-type {
  padding-left: 0;
}
#nav li:last-of-type {
  padding-right: 0;
}
#nav a,
#nav span {
  display: inline-block;
  padding: 19px 0 20px;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
  position: relative;
}
#nav a:after {
  position: absolute;
  content: "";
  right: -18px;
  top: 50%;
  bottom: 0;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.251);
  transform: translateY(-50%);
}
#nav ul a:after {
  display: none;
}
#nav li:last-of-type a:after {
  display: none;
}
#nav ul {
  padding: 0;
  margin: 0;
  display: none;
  text-align: left;
}
#nav ul li {
  padding: inherit !important;
  display: block;
}
#nav ul a,
#nav ul span {
  font-size: 16px;
  padding: 10px 15px;
  display: block;
}
.nav-image {
  position: absolute !important;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  max-width: 350px;
}

#controls {
  text-align: right;
  padding: 12px 66px 0 0;
}
#search {
  display: inline-block;
  width: 52.3%;
}
#search form {
  position: relative;
  margin: 0;
}
#search label {
  display: none;
}
#search img {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}
#search button {
  position: absolute;
  right: 26px;
  top: 3px;
  bottom: 4px;
  font-size: 16px;
  padding: 0;
  font-weight: 900 !important;
  background: none !important;
}
#search input {
  height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  padding: 4px 55px 5px 52px;
  background: #064d7f;
  border: 0;
  border-radius: 6px;
}
#search input::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
#search input:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
#search input::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
#search input:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.goog-te-banner-frame {
  display: none;
}
.skiptranslate {
  display: none;
}
#translate-button {
  padding: 0;
  background: none;
  color: #fff !important;
  display: inline;
  vertical-align: middle;
  font-weight: 700 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#translate-button img {
  width: 32px;
  margin-right: 9px;
}
.goog-te-banner-frame {
  display: none;
}
#translation-links {
  padding: 0;
  margin: 0 7px 0 0;
  display: inline-block;
}
#translation-links li {
  position: relative;
  margin: 0;
  list-style: none;
}
#translation-links ul {
  padding: 30px;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 700px;
  background: #fff;
  display: none;
  z-index: 99;
}
#translation-links ul li {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding: 5px 15px 5px 0;
}

#quicklinks-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 57;
}
#quicklinks {
  padding: 52px 0 19px;
}
.quicklink a {
  text-decoration: none !important;
  display: block;
  background: #e9e6ca;
  position: relative;
  z-index: 99;
  padding: 15px 20px 43px 20px;
  border-radius: 8px;
  min-height:165px
}
.quicklink .image {
  display: block;
  width: 41px;
  margin: 0 auto;
  position: relative;
  height: 41px;
  top: -36px;
}
.quicklink .image:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #2d81bd;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 80px;
  width: 80px;
  z-index: -1;
}
.quicklink .title {
  font-size: 24px;
  color: #231f20;
  font-weight: 700;
  margin: 0;
  font-family: "Lora", sans-serif;
}
#quicklinks-ow {
  position: relative;
  padding: 0 65px !important;
}
#quicklinks-ow .tns-controls button {
  background: none !important;
  padding: 0;
  width: 31px;
}
#quicklinks-ow .tns-controls button:first-of-type {
  position: absolute;
  left: 0px;
  top: 58.7%;
  transform: translateY(-50%);
  z-index: 50;
}
#quicklinks-ow .tns-controls button:last-of-type {
  position: absolute;
  right: 0px;
  top: 58.7%;
  transform: translateY(-50%);
  z-index: 50;
}

#news-events-section {
  padding: 59px 0;
  position: relative;
  z-index: 1;
}
#news-events-section .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 500px;
  z-index: -1;
  width: 100%;
}
#news-section {
  background: #231f20;
  position: relative;
  margin-right: 44px;
  border-radius: 8px;
  z-index: 1;
  padding: 85px 55px 50px 55px;
}
#news-section .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
  border-radius: 8px;
}
#news-section .section-header {
  /* font-family: "Nexa Rust Sans", sans-serif; */
  font-weight: 900;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px 0;
  line-height: 1.34;
}
.news a {
  display: block;
  text-decoration: none;
  border-top: 1px solid #645e4b;
  border-bottom: 1px solid #645e4b;
  padding: 32px 0 38px;
}
.news .date {
  font-size: 16px;
  color: #fff;
  margin-bottom: 9px;
}
.news .text {
  font-family: "Lora", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #8ce2fb;
  line-height: 1.22;
}
#news-section .btn {
  padding: 0;
  background: none !important;
  font-family: "Lora", sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700 !important;
  color: #e9c52b !important;
  text-transform: capitalize !important;
  margin: 111px auto 30px;
  display: block;
}
#news-ow {
  position: relative;
}
#news-ow .tns-controls {
  position: absolute;
  left: 5px;
  right: 0;
  text-align: center;
  bottom: -70px;
}
#news-ow .tns-controls button {
  background: none !important;
  padding: 0;
  width: 68px;
}
#news-ow .tns-controls button:last-of-type {
  margin: 0 5px;
}

#events-section {
  margin: 0 0 0 26px;
}
#events-section .section-header {
  /* font-family: "Nexa Rust Sans", sans-serif; */
  font-weight: 900;
  font-size: 36px;
  color: #231f20;
  text-transform: uppercase;
  padding-right: 150px;
  margin: 0 0 30px 0;
}
#events-section .btn {
  background: none !important;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 11px;
  font-family: "Lora", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #cba919 !important;
  text-transform: capitalize !important;
}
.calendar-holder {

}

#newsletter-section {
  background: #e9e6ca;
  border-radius: 8px;
  position: relative;
  padding: 21px 260px 26px 28px;
  margin: 128px 0 0 27px;
}
#newsletter-section img {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  margin: 6px 0 0 0;
}
#newsletter-section .section-header {
  /* font-family: "Nexa Rust Sans", sans-serif; */
  font-weight: 900;
  font-size: 27px;
  color: #231f20;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
#newsletter-section .sub-header {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #231f20;
  font-weight: 400 !important;
  text-transform: none !important;
}
#newsletter-section .btn {
  background: none !important;
  padding: 0;
  position: absolute;
  right: 26px;
  top: 32px;
  font-family: "Lora", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #cba919 !important;
  text-transform: capitalize !important;
}

#footer {
  background: #2d81bd;
}
#revize {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 44px 15px 49px;
}
#revize-link {
  text-decoration: none !important;
  color: #fff;
}
#revize-login {
  text-decoration: none !important;
  color: #fff;
}
.dot {
  position: relative;
  margin: 0 17px 0 3px;
}
.dot:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 57%;
  transform: translateY(-50%);
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

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

#inner

-----------------------------------------*/
#freeform .container {
  width: 1341px;
}
#freeform #logo {
  top: 86px;
}

#page-title {
  color: #231f20;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  /* font-family: "Nexa Rust Sans", sans-serif; */
}
#flyout-wrap {
  margin: 67px -30px 0 0;
  font-weight: 600;
  padding-bottom: 41px;
  background: #2d81bd;
  border-radius: 8px;
  position:relative;
  z-index:999
}
#flyout-header {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  padding: 51px 0 22px 33px;
  margin: 0;
  text-transform: capitalize;
  font-family: "Lora", sans-serif;
}
#flyout {
  padding: 0;
  margin: 0;
}
#flyout li {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0 34px;
}
#flyout a,
#flyout span {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-bottom: 1px solid #428ec4;
  padding: 15px 0;
  font-weight: 400;
}
#flyout li:last-of-type > a,
#flyout li:last-of-type > span {
  border: 0;
}
#flyout li:hover {
  background: #f9f1ad;
}
#flyout li:hover > a {
  color: #231f20;
  border: 0;
}
#flyout ul {
  padding: 0;
  margin: 0;
  display: none;
}
#flyout ul li {
  padding: 0;
}
#flyout ul a,
#flyout ul span {
  font-size: 16px;
  padding: 10px 15px;
}
#flyout li:hover > ul {
  display: block;
}

#breadcrumbs {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 99;
  right: 0;
}

#breadcrumbs ul {
  display: flex;
  padding-left: 0;
  margin: 0;
}

#breadcrumbs ul li {
  list-style: none;
}

#breadcrumbs li {
  margin: 0;
}

#breadcrumbs a {
  text-decoration: none !important;
  font-size: 14px;
  line-height: 20px;
  color: #e9c52b;
  text-transform: capitalize;
  font-weight: 900;
}
#breadcrumbs a:after {
  position: relative;
  content: "\f105";
  margin: 0 9px 0 6px;
  font-family: "FontAwesome";
  color: #ffc600;
  font-size: 10px;
  top: -2px;
  left: 2px;
}
#breadcrumbs a:last-of-type:after {
  color: #fff;
}

#text-box {
  margin: 30px -30px 50px 0;
  padding: 50px 30px 30px 33px;
  background: #064d7f;
  border-radius: 8px;
}
#text-box a{display: block;color:#fff;}
#text-box .title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "Lora", sans-serif;
}
#text-box .text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

#freeform #newsletter-section {
  margin: 50px 0 50px 47px;
}

#freeform #slider {
  height: 342px;
  margin: 0;
}
#entry {
  margin: 59px 50px 50px 81px;
}
.fullwidth #entry {
  margin: 87px 0;
}
.fullwidth #newsletter-section {
  margin-left: 0 !important;
}

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

#share widget

-----------------------------------------*/
.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;
  /* vertical-align: top; */
  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;
  bottom: 50%;
  right: 0;
  height: 50px;
  width: 50px;
  border-radius: 0;
  border: 0;
  background: #2d81bd !important;
  color: #fff !important;
  line-height: 50px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* -----------------------------------------

#bxslider

-----------------------------------------*/
#slider {
  height: 884px;
  position: relative;
  margin: 20px 0 0 0;
}
#slider:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 19, 0.2);
  z-index: 56;
}
#slider:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 309px;
  background: url("../images/top-fade.png") top left repeat-x;
  background-size: contain;
  z-index: 60;
}
#freeform #slider:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 309px;
  background: url("../images/top-fade.png") top left repeat-x;
  background-size: contain;
  z-index: 51;
}
#freeform #slider:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/freeform-fade.png") center no-repeat;
  background-size: cover;
}

#slider-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 44.9%;
  transform: translateY(-50%);
  z-index: 61;
  width: 875px;
}
.blur {
  position: absolute;
  left: 50%;
  right: 0;
  top: -225px;
  transform: translateX(-50%);
  width: 1140px;
  z-index: 51;
}

.bxslider,
.bx-viewport,
.bxslider li,
.bx-wrapper {
  height: 100% !important;
}

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
}
.bx-wrapper * {
  margin: 0;
  padding: 0;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  list-style: none;
}
.bxslider > li:nth-child(n + 1) {
  display: none;
}

/* 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;
  *zoom: 1;
  *display: inline;
}
.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;
}

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

#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%;
  }
  #search {
    display: inline-block !important;
  }
  /*==========MEGA MENU=========*/
  #nav > li > ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 100px;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 30px;
    background: #2d81bd;
    display: none;
    width: 100%;
    z-index: 9999;
    column-rule: 1px solid rgba(255, 255, 255, 0.251);
    transform: translateX(-50%);
  }
  #nav ul ul {
    left: 0;
    top: 0;
    padding: 0;
    position: relative;
    background-color: #2d81bd;
    font-size: 13px;
    line-height: 30px;
    display: block !important;
    break-inside: avoid;
  }
  #nav ul li {
    padding: 0;
  }
  #nav > li > ul > li > a,
  #nav > li > ul > li > span {
    color: #f9f1ad;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
  }
  #nav > li > ul > li {
    width: 100%;
    page-break-inside: avoid;
    padding: 0 !important;
    margin-bottom: 7px;
    display: block;
  }
  #nav ul a {
    width: 100%;
    color: #fff;
    font-size: 14px;
  }
  #nav li:hover > ul {
    display: block;
  }
  #nav li {
    display: inline-block;
  }
  #nav ul {
    background: #222;
    position: absolute;
  }
  #nav ul a:hover,
  #nav ul span:hover {
    background: rgba(0, 0, 0, 0.15);
  }
  #nav ul ul a {
    padding: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    text-transform: none;
    color: #fff;
  }
  #nav > li > a::before,
  #nav > li > span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
  }
  #nav > li:hover > a:before,
  #nav > li:hover > span:before {
    opacity: 1;
    transition: all 0.3s;
  }

  @-moz-document url-prefix() {
    #nav > li > ul > li {
      display: inline-block;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #nav > li > ul > li {
      display: inline-block;
    }
  }
  /*===================*/

  #flyout ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    background: #064d7f;
    display: none;
    z-index: 999;
  }
  #flyout ul a,
  #flyout ul span {
    color: #fff;
  }
  #flyout li:hover > ul {
    display: block;
  }
  #flyout-toggle {
    display: none;
  }

  #nav .toggle {
    display: none;
  }
  #nav .toggle:after {
    display: none;
  }
  #nav ul .fa-angle-down {
    display: none !important;
  }
  #flyout .fa-angle-down {
    display: none;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    padding: 0;
    border: 0;
  }
}

@media only screen and (max-width: 1440px) {
  #nav {
    padding-left: 15px;
  }
  #nav li {
    padding: 0 15px;
  }
  #controls {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  #nav li {
    padding: 0 10px;
  }
  #nav a,
  #nav span {
    font-size: 14px;
  }
  #nav a:after {
    right: -12px;
  }
  #controls {
    margin-left: -80px;
  }

  #newsletter-section .section-header{display: block;margin:0;text-align: center;}
  #newsletter-section img{display: block;margin:0 auto;}
  #newsletter-section .btn{top:50%;transform:translateY(-50%)}
}

@media only screen and (max-width: 991px) {
  .floating-share-btn {
    bottom: 0;
  }
  /* 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;
  }

  .toggle,
  .toggle2,
  #nav-toggle {
    display: inline-block;
    cursor: pointer;
  }
  .down-arrow {
    display: none;
  } /* if not hidden above */
  #toggles {
    z-index: 199;
    text-align: right;
    padding: 15px;
  }
  #nav-toggle,
  #search-toggle {
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 4px;
    background: #064d7f;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
  }
  #nav {
    display: none;
    padding:0
  }
  #nav li {
    float: none;
    display: block;
    padding: 0;
    position: relative;
  }
  #nav li a,
  #nav li span {
    padding: 15px;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: none;
    font-size: 14px;
    display: block;
  }
  #nav a:after,
  #nav span:after {
    display: none;
  }
  #nav ul {
    position: static;
    top: 0;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.2);
  }
  #nav li:hover > ul {
    display: none;
  }
  #nav ul a,
  #nav ul span {
    width: 100%;
  }
  #nav ul ul {
    left: 0;
  }
  #nav .toggle,
  #nav .toggle2 {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 45px;
    width: 45px;
    line-height: 1;
    text-align: center;
  }
  #nav li li:hover > a {
    background: none;
    color: #fff;
  }
  .nav-image {
    display: none !important;
  }
  header {
    position: relative;
    z-index: 9999;
  }
  #controls {
    margin: 8px 0 !important;
    padding: 0 !important;
  }
  #translation-links {
    margin: 0;
  }
  #search {
    display: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
  #logo {
    width: 130px;
    left: 15px;
    top: 15px !important;
  }
  #slider {
    margin: 0;
    height: 440px;
  }
  #slider-caption {
    width: 400px;
    top: 30%;
  }
  #news-section {
    margin: 0;
  }
  #events-section {
    margin: 30px 0;
  }
  #events-section .section-header {
    font-size: 26px;
  }
  #newsletter-section {
    margin-left: 0 !important;
  }

  #flyout-header {
    display: none;
  }
  #flyout-toggle {
    padding: 15px;
    color: #fff;
  }
  #flyout-wrap {
    margin: 15px 0 !important;
    padding: 0;
  }
  #flyout {
    display: none;
  }
  #flyout li {
    position: relative;
    padding: 0;
  }
  #flyout li a,
  #flyout li span {
    padding: 15px;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: none;
    font-size: 14px;
  }
  #flyout ul {
    position: static;
    left: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  #flyout ul a,
  #flyout ul span {
    width: 100%;
    color: #fff;
  }
  #flyout li:hover > ul {
    display: none;
  }
  #flyout .toggle {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
  }

  #entry {
    margin: 30px 0;
  }
  #text-box {
    margin: 30px 0;
  }
  /* 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;
  }
}

/* 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 h1 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .floating-alert .btn {
    font-size: 10px;
    padding: 7px 12px !important;
  }
  .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;
  }

  #translation-links {
    position: static;
  }
  #translation-links li {
    position: static;
  }
  #translation-links li a {
    font-size: 12px;
  }
  #translation-links ul {
    width: 100%;
  }

  #newsletter-section{padding:30px}

  #newsletter-section img {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    margin: 6px 0 0 0;
  }
  #newsletter-section img {
    display: block;margin:0 auto;;
  }
  #newsletter-section .section-header {
    margin: 0;
  }
  #newsletter-section .btn {
    position: static;
    display: block;
    transform:none
  }
}

/* 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) {
}

@media print {
  .nav-wrap,
  .sidebar,
  #flyout-wrap,
  #breadcrumbs,
  .e-notify,
  aside,
  footer,
  header,
  #slider,
  #newsletter-section,
  .floating-alert-btn {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  #entry {
    margin: 0 !important;
    padding: 0 !important;
  }
}
