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

  Theme Name: Okanogan, WA
  Front-end developer: Abdallah Mohamed
  Author Design: Colleen Moore
  Author URI: http://www.revize.com/
  Date: 02/15/2023

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

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@900&display=swap');

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

#basic styles

-----------------------------------------*/
body {
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  top: 0 !important
}

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

#typography

-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {color: #111;font-weight: normal;margin-bottom: 30px;line-height: 1.2}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {font-weight: inherit}

h1 {
  font-size: 36px
}

h2 {
  font-size: 32px
}

h3 {
  font-size: 28px
}

h4 {
  font-size: 21px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}

.header {
  font-size: 28px;
  color: #000;
  margin-bottom: 30px
}

.subheader {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #0C3872;
  margin: 48px 0 7px;
}

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
}

@font-face {
  font-family: 'weather';
  src: url('../fonts/weather/artill_clean_icons-webfont.eot');
  src: url('../fonts/weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/weather/artill_clean_icons-webfont.woff') format('woff'),
    url('../fonts/weather/artill_clean_icons-webfont.ttf') format('truetype'),
    url('../fonts/weather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal;
}

#weather {
  position: absolute;
  top: 0;
  left: 143px;
  z-index: 10;
  font-size: 20px;
  color: #D7FFC9;
  padding: 1px 27px 1px 24px;
  background: rgba(12, 56, 114, 0.63);
  border-radius: 0px 0px 6px 6px;
}

.weather i {
  font-family: 'weather';
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  margin-right: 14px;
  position: relative;
  top: 3px;
}

.weather .icon-0:before {
  content: ":"
}

.weather .icon-1:before {
  content: "p"
}

.weather .icon-2:before {
  content: "S"
}

.weather .icon-3:before {
  content: "Q"
}

.weather .icon-4:before {
  content: "S"
}

.weather .icon-5:before {
  content: "W"
}

.weather .icon-6:before {
  content: "W"
}

.weather .icon-7:before {
  content: "W"
}

.weather .icon-8:before {
  content: "W"
}

.weather .icon-9:before {
  content: "I"
}

.weather .icon-10:before {
  content: "W"
}

.weather .icon-11:before {
  content: "I"
}

.weather .icon-12:before {
  content: "I"
}

.weather .icon-13:before {
  content: "I"
}

.weather .icon-14:before {
  content: "I"
}

.weather .icon-15:before {
  content: "W"
}

.weather .icon-16:before {
  content: "I"
}

.weather .icon-17:before {
  content: "W"
}

.weather .icon-18:before {
  content: "U"
}

.weather .icon-19:before {
  content: "Z"
}

.weather .icon-20:before {
  content: "Z"
}

.weather .icon-21:before {
  content: "Z"
}

.weather .icon-22:before {
  content: "Z"
}

.weather .icon-23:before {
  content: "Z"
}

.weather .icon-24:before {
  content: "E"
}

.weather .icon-25:before {
  content: "E"
}

.weather .icon-26:before {
  content: "3"
}

.weather .icon-27:before {
  content: "a"
}

.weather .icon-28:before {
  content: "A"
}

.weather .icon-29:before {
  content: "a"
}

.weather .icon-30:before {
  content: "A"
}

.weather .icon-31:before {
  content: "6"
}

.weather .icon-32:before {
  content: "1"
}

.weather .icon-33:before {
  content: "6"
}

.weather .icon-34:before {
  content: "1"
}

.weather .icon-35:before {
  content: "W"
}

.weather .icon-36:before {
  content: "1"
}

.weather .icon-37:before {
  content: "S"
}

.weather .icon-38:before {
  content: "S"
}

.weather .icon-39:before {
  content: "S"
}

.weather .icon-40:before {
  content: "M"
}

.weather .icon-41:before {
  content: "W"
}

.weather .icon-42:before {
  content: "I"
}

.weather .icon-43:before {
  content: "W"
}

.weather .icon-44:before {
  content: "a"
}

.weather .icon-45:before {
  content: "S"
}

.weather .icon-46:before {
  content: "U"
}

.weather .icon-47:before {
  content: "S"
}

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

#links

-----------------------------------------*/
a,
a:visited {
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .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;
}

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 a,
.btn span {
  text-decoration: none;
  color: #fff
}

body #rz-business-categories ul li a,
.button,
.btn,
.button,
#post button:not(.rz-doc-search-reset),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn {
  padding: 14px 35px 12px 35px;
  background: #025928;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
  color: #fff !important;
  border: 0;
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  line-height: 1.35;
  vertical-align: top;
  font-family: 'Inter', sans-serif;
  transition: all .3s
}

body #rz-business-categories ul li a:hover,
.button:hover,
a.button:hover,
#post button:hover,
.btn: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: #D7FFC9;
  color: #fff;
  text-decoration: none;
}

body #rz-business-categories ul li a:active,
.btn:active,
.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: #0e8cda;
  color: #fff
}

#post button::-moz-focus-inner,
#post 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: 'Inter', sans-serif;
  color: #777;
  margin: 0;
  display: inline-block;
  background: #fff;
  border-radius: 0;
  box-shadow: none
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #63686c;
  border: 1px solid #0F95E9
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px
}

input[type="checkbox"] {
  display: inline
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none
}

::-webkit-input-placeholder {
  color: #777
}

:-moz-placeholder {
  color: #777
}

::-moz-placeholder {
  color: #777
}

:-ms-input-placeholder {
  color: #777
}

.gsc-control-cse * {
  box-sizing: content-box
}

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

#rz intranet

-----------------------------------------*/
form.loginform {
  background: #fff;
  padding: 30px;
  border: 1px solid #D2DFEF
}

form.loginform p {
  background: #E65229;
  color: #fff;
  padding: 20px;
  line-height: 1
}

form.loginform label {
  font-weight: normal
}

form.loginform label input {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  color: #000
}

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

#rz alert

-----------------------------------------*/
.floating-alert {
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  margin: 0;
  right: 10px;
  border: 3px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, .9);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  color: #fff;
  padding: 30px;
  font-size: 14px;
  width: 350px;
}

.floating-alert h2 {
  color: #ffc140;
  margin: 0 0 10px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px
}

.floating-alert .btn {
  margin: 20px 0 0 0 !important
}

.floating-alert .close {
  padding: 0;
  background: none !important;
  color: #fff !important;
  opacity: 1;
  margin-right: 13px;
  margin-top: 10px
}

.floating-alert.fade:not(.show) {
  visibility: hidden
}

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

#rz edit

-----------------------------------------*/
#doc-search-form input.rz-doc-search-submit{color:#fff;}
body .cat h3 {background: #0C3872;}
#entry .faq-header{display:block;}
#entry .faq-header ~ .faq-editbtns{margin: -35px 0px;}


.rzHeader {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  z-index: 101;
  width: 550px;
  margin: auto
}

a>span.rzBtn,
.rzContainer a>span.rzBtn,
body:not(#rz-editform) a[href*="/revize_faq.php"],
#search-caption a>span.rzBtn {
  all: unset;
  position: relative;
  z-index: 199;
  display: inline-block !important;
  font-family: 'Poppins', sans-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, .1);
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap
}

a>span.rzBtn.noPush,
.rzContainer a>span.rzBtn.noPush,
#search-caption a>span.rzBtn.noPush {
  position: absolute;
  margin-top: -30px
}

a>span.rzBtn.rzSmall,
.rzContainer a>span.rzBtn.rzSmall {
  font-size: 14px;
  padding: 5px;
  line-height: 16px
}

a>span.rzBtn.rzCenter {
  transform: translateX(-50%)
}

.rzAdmin {
  position: relative;
  z-index: 199;
  display: inline-block;
  padding: 0 17px
}

.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: 'Poppins', sans-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, .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, .1);
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap
}

#dataTable .header {
  display: table-cell
}

.alertbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100000
}

.rzContainer {
  position: absolute;
  margin: -30px auto 0;
  left: 0;
  right: 0;
  max-width: 1300px
}

.rzContainer>a {
  display: inline-block !important
}

div.skiptranslate {
  display: none !important
}

form#rz-business-directory-search {
  margin: 0 15px 0 0
}

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

#main

-----------------------------------------*/
.container {
  width: 1494px;
  max-width: 100%;
}

#skip {
  position: fixed;
  left: -100%;
  top: -100%;
  transition: all .3s;
  z-index: 999
}

#skip:focus {
  left: 50px;
  top: 50px
}

#calendarEvent {
  left: 0px;
  max-height: 500px;
  overflow-y: auto;
  margin: 0 auto
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

header {
  position: sticky;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #fff;
}

header .col-lg-7 {
  position: static;
}

/* Default nav styles */
#nav .fa:before {
  font-family: 'FontAwesome' !important
}

#nav .toggle {
  position: absolute;
  top: 51px;
  right: 0px;
}

#nav {
  padding: 0;
  position: static;
  margin: 0 0 0 3px;
  width: 100%;
}

#nav li {
  margin: 0;
  list-style: none
}

#nav li a,
#nav li span {
  padding: 48px 20px 47px;
  display: inline-block;
  color: #0C3872;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
}

#nav ul {
  padding: 0;
  margin: 0
}

#nav ul a,
#nav ul span {
  padding: 0
}



/* Logo */
#logo {
  display: inline-block;
  max-width: 100%;
  margin: 6px 0 0 0;
}

/* Translate */
.goog-te-banner-frame {
  display: none
}

#translation-links {
  padding: 0;
  margin: 0px 0 0 0;
}

#translation-links button {
  padding: 0;
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 18px;
  color: #025928;
  margin-right: 10px;
}

#translation-links button i {
  position: relative;
  top: 1px;
  right: -4px;
}

#translation-links button img {
  margin-right: 19px;
}

#translation-links li {
  position: relative;
  margin: 0;
  list-style: none
}

#translation-links ul {
  padding: 25px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 250px;
  height: 400px;
  overflow: scroll;
  background: #fff;
  display: none
}

#translation-links ul li {
  margin-bottom: 10px
}
#translation-links ul li a{color:#0C3872;text-decoration: none;}
/* Search */
#search {
  display: block;
  position: relative;
  top: 32%;
  right: 12px;
}

#search form {
  position: relative;
  margin: 0
}

#search input {
  border: 0;
  height: 42px;
  color: #0C3872;
  background: #EBF8FF;
  border-radius: 44px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 39px;
}

#search input::-webkit-input-placeholder {
  color: #0C3872
}

#search input:-moz-placeholder {
  color: #0C3872
}

#search input::-moz-placeholder {
  color: #0C3872
}

#search input:-ms-input-placeholder {
  color: #0C3872
}

#search label {
  margin: 0;
  line-height: 51px;
  font-size: 14px;
  font-weight: bold;
  color: #1B1B1B;
  display: block;
  margin-right: 35px;
}

#search button {
  position: absolute;
  right: 5px;
  top: 0px;
  border: 0;
  background: none;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase
}

#social-translate-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 29px 14px 28px;
  background: rgba(208, 238, 255, 0.9);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 0px 0px 0px 6px;
  z-index: 10;
}

#social-media-links {
  display: flex;
  align-items: center;
  gap: 24px;
  border-left: 1px solid #7DABF1;
  padding-left: 24px;
}

.social-media-link img {
  width: 24px;
}

#quick-links {
  position: relative;
  padding: 0 0 37px 0;
}

#quick-links .tns-controls button {
  background: none;
  color: #0C3872;
  font-size: 40px;
}

#quick-links .tiny-item {
  margin-top: 50px;
}

.qlink {
  position: relative;
  text-decoration: none;
  padding: 0 33px 32px;
  color: #0C3872;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  display: block;
}

.qlink .qlink-icon {
  width: 175.58px;
  height: 175.58px;
  background: #FFFFFF;
  border: 6px solid #D0EEFF;
  border-radius: 50%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  transition: all .3s;
}

.qlink strong {
  text-align: center;
  text-transform: capitalize;
}

.qlink:hover .qlink-icon {
  background: #EBF8FF;
  transform: scale(1.1);
  transform-origin: bottom;
}


.section-header {
  font-family: 'Merriweather', serif;
  text-align: center;
  font-size: 62px;
  font-weight: 900;
  text-transform: capitalize;
  color: #0C3872;
  margin-bottom: 19px;
}

#homepage #news {
  position: relative;
  z-index: 10;
  padding: 87px 0 97px;
  background: radial-gradient(63.99% 609.48% at 89.88% 16.79%, rgba(6, 50, 94, 0.08) 0%, rgba(218, 216, 45, 0.0408) 100%), #FFFFFF;
}

#homepage #news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 58, 118, .9);
  z-index: -1;
}

#homepage #news .section-header {
  color: #fff;
}

#homepage #news .section-link {
  margin: 7px 5px 0 0;
}

#homepage #news .tns-controls {
  right: -94px;
  left: -94px;
  top: 47%;
}

#homepage #news .tns-controls button {
  background: none;
  opacity: 1;
  font-size: 59px;
  color: #fff;
  font-weight: 400;
  opacity: 1;
}

#homepage #news .tns-controls button:disabled {
  color: rgba(125, 171, 241, 0.46)
}

#homepage #news-list {
  padding: 0 99px 0;
}

#homepage #news .tiny-item {
  margin: 20px 0;
}

#homepage .news {
  background: #fff;
  padding: 32px 32px 41px;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  transition: all .3s;
  margin: 0 51px 0 24px;
}

#homepage .news:hover {
  transform: scale(1.1);
  transform-origin: center;
  background: #EBF8FF;
}

#homepage .news-date {
  color: #7DABF1;
  font-size: 14px;
  font-weight: bold;
}

#homepage .news-details {
  color: #0C3872;
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.5;
  margin: 12px 0 12px;
}

#homepage .news-link {
  color: #7DABF1;
  font-size: 12px;
  font-weight: 400;
}


#about {
  padding: 90px 0 112px;
  background: #D0EEFF;
}

#about-img {
  /* height: 100%; */
  border-radius: 6px;
  margin: 16px 0px 0px -4px;
}

#about .section-header {
  text-align: left;
  margin-bottom: 16px;
  line-height: 1;
}

.section-subheader {
  color: #025928;
  font-size: 31px;
  line-height: 56px;
  font-weight: 400;
  text-transform: uppercase;
}

#section-text {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  padding: 10px 0 0;
}

#about .section-link {
  margin: 35px 0 0 0;
  padding: 13px 21px 11px 20px;
  font-size: 16px;
}

footer {
  background: #405923;
}

#footer-top {
  padding: 21px 0;
  background: #fff;
  border-top: 6px solid #D0EEFF;
}

.footer-col:not(:first-child) {
  padding: 0 0px 0 62px;
}

.footer-title {
  color: #0C3872;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}

.work-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-hours>li {
  font-size: 12px;
}

.work-hours .work-title {
  color: #025928;
  font-weight: 600;
  display: block;
}

.work-hours .work-data {
  color: #0C3872;
  font-weight: 400;
}

.footer-link {
  text-decoration: none;
  color: #0C3872;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
  margin-bottom: 0px;
}

.footer-link.email {
  text-decoration: underline;
}

.footer-link img {
  width: 21px;
}

.footer-social {
  text-align: right;
  margin: 25px 1px 0 0px;
  padding: 0 97px 0 0;
}

.footer-social a {
  margin-left: 29px;
}

#footer-bottom {
  background: #EBF8FF;
  color: #0C3872;
  font-size: 14px;
  font-weight: 400;
  padding: 19px 0;
}

#revize {
  text-align: center;
  line-height: 1.5;
}

#revize a {
  color: #0C3872;
  font-weight: bold;
  text-decoration: none;
}

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

#inner

-----------------------------------------*/
#freeform {
  position: relative;
}

#freeform #main {
  position: relative;
}

#freeform #slider {
  position: relative;
}

#freeform #slider>img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1
}

#freeform #slider {
  height: 378px;
  padding: 0;
  z-index: 10;
}

#flyout-wrap {
  background: #EBF8FF;
  border-radius: 6px;
  color: #025928
}

#flyout-header {
  background: #D0EEFF;
  padding: 18px 35px 17px 28px;
  color: #0C3872;
  font-size: 22px;
  font-weight: 700;
  border-radius: 6px 6px 0 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

#flyout {
  padding: 13px 0 0px 0;
  margin: 0
}

#flyout>li {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 8px 0px 7px 35px !important;
}

#flyout a,
#flyout span {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #025928;
  line-height: 1.5;
}

#flyout a:hover,
#flyout span:hover {
  text-decoration: underline;
}

#flyout ul {
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
}

#flyout ul a,
#flyout ul span {
  font-size: 14px;
  padding: 5px 15px;
}

#breadcrumbs {
  font-size: 14px;
  text-transform: capitalize;
}

#breadcrumbs a {
  text-decoration: none;
  font-weight: bold;
  color: #0C3872;
}

#breadcrumbs a:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: 400;
  color: #323232;
  margin: 0 16px 0 20px;
  font-size: 12px;
}

#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #7DABF1;
}

.col-xs-12 {
  width: 100%
}

#freeform .box {
  background: #EBF8FF;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 24px;
}

#freeform .box .box-header {
  background: #D0EEFF;
  padding: 18px 35px 16px 27px;
  color: #0C3872;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
  text-align: center;
  margin: 0;
}

.box-inner {
  padding: 0 35px 20px;
}

#contact-wrap {
  margin: 48px 0 0 0;
}

#contact-img {
  height: 184px;
  width: 184px;
  border-radius: 50%;
  margin: 16px 26px 20px;
}

#contact-name {
  color: #0C3872;
  font-size: 16px;
  font-weight: bold;
  margin: 0 12px 0 0;
}

#contact-position {
  color: #0C3872;
  font-size: 14px;
  font-weight: 400;
  margin: 0 11px 0 0;
  font-style: italic;
}

#contact-info {
  margin: 27px 0 0 0;
  padding: 0;
  list-style: none;
}

.contact-link {
  display: flex;
  align-items: center;
  color: #0C3872;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5;
  gap: 10px;
  margin-bottom: 15px;
}

#office-hours {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}

#office-hours>li {
  padding: 0 0 15px;
  font-size: 14px;
  line-height: 1.5;
}

#office-hours .day {
  color: #025928;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 38px;
  margin-right: 13px;
}

#office-hours .time {
  color: #0C3872;
  font-weight: 400;
}

#freeform #quick-links {
  margin-top: 0;
}

#entry {
  padding: 48px 88px 54px 0;
}

#freeform.fullwidth #entry {
  padding: 48px 0 54px 0;
}

#page-title {
  text-transform: capitalize;
  font-size: 48px;
  font-weight: bold;
  margin: 12px 0 47px;
  color: #0C3872;
}

/* DON'T modify the styling of images in the #post, only the span.subheader*/

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

#share widget

-----------------------------------------*/
.modal {
  z-index: 100000
}

.modal-content {
  overflow: hidden;
  box-shadow: none !important;
  border-radius: 3px
}

.modal-header {
  background: #fff;
  border-color: #F4F9FD;
  text-align: center;
  padding: 30px 60px;
  text-align: left
}

.modal-header h4 {
  font-size: 30px
}

.modal-header button {
  margin-top: 2px !important;
  position: relative;
  font-size: 25px
}

.modal-body {
  padding: 40px 60px
}

.copylink {
  margin-bottom: 40px
}

.copylink pre {
  border-color: #DBE7F0;
  background: #F4F9FD;
  border-width: 1px
}

.modal-header button,
.modal-header button:hover {
  color: #000 !important;
  background: none
}

.share-btns {
  margin: 0 0 20px
}

.share-btns a {
  display: block;
  border: 1px solid #DBE7F0;
  text-align: center;
  height: 170px;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 20px
}

.share-btns i {
  display: block;
  line-height: 170px !important;
  font-size: 60px
}

.btn-facebook {
  color: #3b5998 !important
}

.btn-twitter {
  color: #00ACED !important
}

.btn-google {
  color: #D34836 !important
}

.btn-reddit {
  color: #ff5700 !important
}

.btn-facebook:hover {
  border-color: #3b5998
}

.btn-twitter:hover {
  border-color: #00ACED
}

.btn-google:hover {
  border-color: #D34836
}

.btn-reddit:hover {
  border-color: #ff5700
}

.btn-lg {
  font-size: 16px;
  padding: 14px 30px;
  border: 0;
  border-radius: 3px
}

.floating-share-btn {
  position: fixed;
  z-index: 99999;
  top: 40%;
  right: 0;
  border-radius: 0;
  border: 0;
  background: #D0EEFF !important;
  color: #0C3872 !important;
  padding: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  text-align: center;
  border-radius: 6px 0 0 6px;
}

.floating-share-btn span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase
}

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

#slider

-----------------------------------------*/
#slider {
  position: relative;
  max-height: 80wv;
  padding-bottom: 44.45%;
}

#slider .tns-controls {
  top: 48%;
  right: 22px;
  left: 22px;
}

#slider .tns-controls button {
  font-size: 56px;
  background: none;
  color: rgba(255, 255, 255, 0.62);
  opacity: 1;
}

#homepage #slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(208, 238, 255, 0) 0%, rgba(125, 171, 241, 0.35) 100%);
}

#white-bg {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#slider>.tns-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

#slider-caption {
  width: fit-content;
  position: absolute;
  left: 0px;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  z-index: 51;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.295em;
  color: #025928;
  text-shadow: rgb(255 255 255 / 100%) 53px 81px 165px;
  text-transform: uppercase;
}

#slider-caption span:first-of-type {
  display: block;
  color: #0C3872;
  font-size: 150px;
  text-transform: capitalize;
  font-family: 'Merriweather', serif;
  letter-spacing: 0.02em;
}

#slider-caption span:last-of-type {
  position: relative;
  top: -21px;
  left: 6px;
  font-weight: 500;
}

.tiny-slider-wrap>.tns-outer,
.tiny-slider-wrap>.tns-outer>.tns-inner,
.tiny-slider-wrap>.tns-outer>.tns-inner>.tiny-slider,
.tiny-slider-wrap>.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;
}

.tns-controls button {
  padding: 0;
  border: 0;
  color: #000;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  line-height: 35px;
  width: 35px;
  /*! margin:0 15px; */
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0;
  transition: all .3s
}

.tns-outer:hover .tns-controls button {
  opacity: 1
}

.tns-controls button:last-of-type {
  float: right
}

.tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center
}

.tiny-slider-wrap button[data-action] {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1
}

ul.tiny-slider,
ul.tiny-carousel {
  padding: 0;
  margin: 0
}

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

#media queries

-----------------------------------------*/
@media only screen and (max-width:1600px) {
  #logo {
    width: 220px;
    left: 0 !important;
  }

  #nav {
    margin-left: -90px;
    width: 878px;
  }

  #nav li a,
  #nav li span {
    font-size: 16px;
    padding: 48px 10px 47px
  }

  #nav .toggle {
    right: -7px;
  }

  #search {
    right: 0;
  }

  #nav.mega>li>ul {
    left: 100px !important;
    right: 100px !important
  }

  #homepage #news-list {
    padding: 0 80px 0;
  }

  #homepage #news .tns-controls {
    right: -80px;
    left: -80px;
  }

  #homepage .news {
    margin: 0 24px;
  }

  #contact-img {
    margin: 16px auto 20px
  }
}

@media only screen and (max-width:1400px) {
  #social-media-links {display: none;}

  #nav {margin-left: -90px;width: 800px}

  .footer-col:not(:first-child) {padding: 0;}
}

@media only screen and (max-width:1200px) {
  #logo{width:150px;}
  #nav {margin-left: -105px;width: 694px;}
  #nav .toggle {top: 43px;}
  #nav li a,
  #nav li span {font-size: 13px;padding: 39px 5px 38px}
 
  #slider {padding-bottom: 48.15%;}
  #homepage #news-list {padding: 0 55px 0;}
  #homepage .news {padding: 32px 16px 41px;margin: 0 16px;}
  #homepage #news .tns-controls {right: -55px;left: -55px;}
  #homepage #news .section-header {font-size: 55px;}

}
@media only screen and (min-width:992px) and (max-width:1200px) {
  #nav:not(.mega) ul{width: 317px !important;}
}
@media only screen and (min-width:992px) {
  #logo {
    position: relative;
    left: 49px;
    top: 51.5%;
    transform: translateY(-57%);
  }

  #nav .focused .toggle,
  #nav .focused .toggle2,
  #flyout .focused .toggle {
    display: inline-block !important;
    padding: 0
  }

  #flyout .focused .toggle,
  #nav .focused .toggle2 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 0px;
  }

  #flyout ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    z-index: 10;
    background: #EBF8FF;
  }

  #flyout-wrap {
    max-width: 100%;
    margin: 11px 24px 0 0;
    padding: 0 0 28px 0;
  }

  #flyout>li:hover>ul {
    display: block;
  }

  /* default nav styles */
  #nav {
    display: flex;
    justify-content: space-evenly;
  }

  #nav .toggle {
    display: inline-block !important;
    padding: 0;
    background: none;
  }

  #nav li:hover>ul {
    display: block !important
  }

  #nav li a:hover,
  #nav li span:hover {
    color: #0C3872;
  }

  #nav>li>a:hover:before,
  #nav>li>span:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 112%;
    height: 100%;
    background: #EBF8FF;
    z-index: -1;
  }

  #nav li a.active,
  #nav li span.active {
    color: #025928;
  }

  #nav li a.active:after,
  #nav li span.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 112%;
    height: 4px;
    background: #025928
  }

  /* traditional */
  #nav:not(.mega) li {
    position: relative;
  }

  #nav:not(.mega) ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 404px;
    display: none;
    background: #EBF8FF;
    z-index: 20;
  }

  #nav:not(.mega) ul ul {
    left: 100%;
    top: 0
  }

  #nav:not(.mega) .focused .toggle2 {
    display: inline !important
  }

  #nav:not(.mega) ul a,
  #nav:not(.mega) ul span {
    padding: 25px 35px;
    display: block;
  }

  #nav:not(.mega) ul a:hover,
  #nav:not(.mega) ul span:hover {
    background: #fff;
    text-decoration: underline;
  }

  #nav:not(.mega) li:last-child>a,
  #nav:not(.mega) li:last-child>span {
    border: 0
  }


  /* mega */
  #nav.mega>li {
    position: static
  }

  #nav.mega>li>ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    position: absolute;
    left: 238px;
    right: 238px;
    top: 100%;
    display: none;
    background: #405923;
    padding: 48px;
    border-radius: 0px 0px 6px 6px;
  }

  #nav.mega>li>ul>li {
    display: block;
    width: 100%;
    break-inside: avoid
  }

  #nav.mega .focused .toggle2 {
    display: none !important
  }

  #nav.mega>li>ul>li>a {
    color: #DAD82D;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    line-height: 135%;
    display: block;
  }

  #nav.mega>li>ul>li ul a {
    display: block;
    padding: 0 0 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    text-transform: capitalize;
  }

  #quick-links {
    margin-top: -164px;
  }

  #quick-links .container {
    width: 1311px;
  }

  #about-inner {
    padding: 0 73px 0 0;
  }


  #revize-login {
    font-weight: 400;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 0 7px;
  }

  #revize-login:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -3px;
    height: 14px;
    width: 2px;
    background: #0C3872;
  }

}

@media only screen and (max-width:991px) {
  /* rz form tables - without page scope this targets editforms and makes
   * editing confusing
   */

  #freeform #main {
    padding: 20px 0 0 0
  }

  #freeform #main>.container .row {
    flex-direction: column-reverse;
  }

  #freeform #office-wrap {
    margin-bottom: 30px;
  }

  #freeform #formwizziwmorf tr,
  #freeform #formwizziwmorf tr td {
    display: block !important
  }

  #freeform #formwizziwmorf tr table tr {
    display: table-row !important
  }

  #freeform #formwizziwmorf tr table td {
    display: table-cell !important
  }

  /* Allows tables to be used as columns with responsive stacking */
  .layout-table {
    width: 100% !important
  }

  .layout-table,
  .layout-table thead,
  .layout-table tbody,
  .layout-table th,
  .layout-table td,
  .layout-table tr {
    display: block !important
  }

  .layout-table td {
    margin-bottom: 15px
  }

  #toggles {
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: 10;
  }

  #nav-toggle,
  #search-toggle {
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 4px;
    background: #222;
    color: #fff;
    margin-left: 5px
  }

  #translation-links ul {
    right: 0;
    left: auto;
    z-index: 1;
  }

  #logo {
    margin: 0;
    width: 200px;
  }

  #nav {
    display: none;
    width: 100%;
    margin: 0;
  }

  #search {
    display: none;
    top: 0;
    right: 0;
    flex-grow: 1;
    margin: 20px 0 0 0;
  }

  #nav li {
    position: relative
  }

  #flyout {
    display: none;
  }

  #nav ul,
  #flyout ul {
    display: none;
    background: rgba(0, 0, 0, .15)
  }

  #nav .toggle,
  #nav .toggle2,
  #flyout .toggle {
    position: absolute;
    right: 0;
    top: 0;
    background: #0C3872;
    color: #fff;
  }

  #flyout-toggle {
    padding: 0;
    padding: 15px;
    color: #000;
  }

  #flyout-header {
    text-align: left;
    margin: 0;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    font-size: 18px;
  }

  #flyout>li {
    padding: 0 !important;
  }

  #freeform .box {
    margin: 10px 0
  }

  #contact-img {
    margin: 16px auto 20px;
  }

  #entry {
    padding: 48px 0 54px;
  }

  #nav li a,
  #nav li span,
  #flyout li a,
  #flyout li span {padding: 16px 15px;line-height: 1;font-size: 14px;display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
  header {position: relative;padding: 10px 0}
  #weather {left: 15px;font-size: 16px;}
  #social-translate-wrapper {padding: 10px 19px 11px 21px}
  #translation-links button {font-size: 16px;}
  #weather i {font-size: 28px;}
  #slider {padding-bottom: 55.15%;}
  #slider-caption {font-size: 24px;}
  #slider-caption span:first-of-type {font-size: 102px;}
  .floating-share-btn {top: 91%;}
  #about-inner {padding: 20px 0;}
  #about-img {height: 300px;margin: 0;}
  #quick-links{padding:40px 0;}
  .qlink {padding: 0 33px;}
  #quick-links .tiny-item {margin-top: 20px;}
  .qlink .qlink-icon {width: 150px;height: 150px;}
  .qlink .qlink-icon img {width: 60px;}
  #quick-links .tns-controls button {opacity: 1;}
  #homepage #news .section-header {text-align: left;}
  #homepage #news-list {margin-top: 20px;}
  .footer-col {padding: 15px !important;}
  .footer-social {text-align: left;}
  .footer-social a {margin-left: 0;margin-right: 12px;}
}
/* 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
  }

  #page-title {
    font-size: 43px
  }

  .tns-controls button {
    opacity: 1;
  }


  #slider {
    padding-bottom: 73.15%;
  }

  #slider-caption {
    font-size: 18px;
  }

  #slider-caption span:first-of-type {
    font-size: 90px;
  }

  .section-header {
    font-size: 52px;
  }

  #homepage #news .section-header {
    font-size: 40px;
  }


  .qlink img {
    width: 48px;
  }

  .section-subheader {
    font-size: 24px;
  }

  #section-text {
    font-size: 16px;
    line-height: 31px;
  }

  #revize {
    font-size: 13px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {
  #slider-caption span:first-of-type {
    font-size: 65px;
  }

  #slider-caption span:last-of-type {
    top: 0;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
  #slider .tns-controls {
    right: 0;
    left: 0;
  }

  #slider .tns-controls button {
    font-size: 40px;
  }

  #weather {
    padding: 1px 21px 1px 17px;
  }

  #page-title {
    font-size: 33px;
    margin-bottom: 18px;
  }

  #slider {
    padding-bottom: 82.15%;
  }

  #slider-caption {
    font-size: 14px;
  }

  #slider-caption span:first-of-type {
    font-size: 50px;
  }

  #slider-caption span:last-of-type {
    top: 0;
  }

  #homepage #news .section-header {
    font-size: 26px;
  }

  #homepage #news .section-link {
    font-size: 16px;
  }

  #homepage #news .tns-controls {
    right: -34px;
    left: -34px;
  }

  #homepage .news {
    padding: 32px 18px 41px;
    margin: 0;
  }

  #homepage #news-list {
    padding: 0 20px 0;
  }

  #homepage .news:hover {
    transform: scale(1);
  }

  #homepage .news-date {
    font-size: 13px;
  }

  #homepage .news-details {
    font-size: 16px;
  }

  .section-header {
    font-size: 35px;
  }

  .section-subheader {
    font-size: 18px;
    line-height: 26px;
  }

  #section-text {
    font-size: 14px;
    line-height: 25px;
  }
}

@media print {

  #slider,
  footer,
  #breadcrumbs,
  #flyout-wrap,
  .floating-share-btn,
  .e-notify,
  header {
    display: none !important
  }

  a[href]:after {
    content: none !important
  }
}