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

	Theme Name:Clark County, NV
	Front-end developer:Jamie Phy
	Author Design:Samir Alley @samiralley
	Author URI:http://www.revize.com/
	Date:12/17/19

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

#fonts

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

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

#basic styles

-----------------------------------------*/
body {
  background: #fff;
  font-size: 18px;
  line-height: 1.778;
  font-family: "Open Sans", sans-serif;
  color: #6c6160;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  top: 0 !important;
  letter-spacing: 0.1px;
}

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

#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: 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;
}

@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 i {
  font-family: "weather";
}
.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";
}
.text-white,
.heading.text-white h2 {
  color: #fff;
}
.fa-home:before {
  content: "" !important;
  filter: brightness(0);
  background-image: url("../plugins/bootstrap/fonts/fa-nextdoor.svg");
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.social_link .fa-home:before {
  filter: none;
}
/* -----------------------------------------

#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: #0093c1;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 700 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  vertical-align: top;
  font-family: sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn {
  padding: 17px 54px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 24px;
  text-transform: none;
  background: #312422;
}
.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: #f49143;
}
.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: #f49143;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

#forms

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

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

#rz intranet

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

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

#rz alert

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

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

#rz edit

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

.rzHeader {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  z-index: 101;
  width: 500px;
  margin: auto;
}
a > span.rzBtn,
#slider_quick_links 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: "Open Sans", 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, 0.1);
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
}
a > span.rzBtn.noPush,
#slider_quick_links a > span.rzBtn.noPush {
  position: absolute;
  margin-top: -30px;
}
a > span.rzBtn.rzSmall,
#slider_quick_links 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 16px;
}
.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: "Open Sans", 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, 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;
}
a > span.rzBtn.noPush.rzNewsBack {
  top: 250px;
}
a > span.rzBtn.noPush.rzNewsEdit {
  margin-top: -70px;
}
a > span.rzBtn.noPush.rzNewsVideoEdit {
  margin-top: 120px;
}
#homepage a > span.rzBtn.noPush.rzSliderEdit {
  margin-top: -160px;
}
#freeform a > span.rzBtn.noPush.rzSliderEdit {
  bottom: 0;
}
a > span.rzBtn.rzFooterEdit {
  margin-top: -50px;
}
.alertbtn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100000;
}
.explore-tile .rzBtn {
  border: 1px solid #a7a7a7;
}
.rzContainer {
  margin-top: -15px;
  position: absolute;
}
/* -----------------------------------------

#main

-----------------------------------------*/
#skip {
  position: fixed;
  left: -100%;
  top: -100%;
  transition: all 0.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;
}
#nav .toggle,
#flyout .toggle {
  display: none;
}

header {
  position: relative;
  z-index: 200;
}

#back_to_top {
  position: fixed;
  top: 200px;
  right: 15px;
  background: transparent;
  border: 3px solid #f8c700;
  width: 30px;
  height: 30px;
  padding: 2px;
  text-shadow: 0 2px 5px #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
#back_to_top i {
  color: #f8c700;
  text-shadow: 0 0 2px #000;
}
#back_to_top:hover {
  transform: rotate(45deg) scale(1.1);
}

#google-translate {
  top: 121px !important;
}

#nav {
  padding: 0;
  margin: 0; /*padding-left:40px*/
  text-align: center;
}
.colored-stars,
.white-stars {
  background: url("../images/colored-stars.png");
  display: inline-block;
  width: 100px;
  height: 32px;
}
.white-stars {
  background: url("../images/white-stars.png");
}
#nav li {
  margin: 0;
  display: inline-block;
}
#nav a,
#nav span {
  display: inline-block;
  font-size: 18px;
}
#nav ul {
  padding: 0;
  margin: 0;
  display: none;
}
#nav ul a,
#nav ul span {
  font-size: 16px;
  padding: 10px 15px;
}
#nav > li > a,
#nav > li > span {
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  padding: 42px 5px;
}

#nav ul ul {
  display: none !important;
} /* Hide 2nd level links */
#nav ul a.toggle2 {
  display: none !important;
}

.goog-te-banner-frame {
  display: none;
}
#translation-links {
  padding: 0;
  margin: 0;
}
#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;
}
#translation-links ul li {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding: 5px 15px 5px 0;
}

#top_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 75;
}
#top_header .container-fluid {
  max-width: 1703px;
  padding: 40px 15px;
}
#top_logo {
  float: left;
}
#social_links {
  position: absolute;
  top: 0;
  z-index: 80;
  margin: auto;
  max-width: 1410px;
  left: 0;
  right: 0;
  padding: 82px 15px;
}
#homepage #social_links {
  max-width: 1550px;
  left: 150px;
}
#footer_social_links {
  float: left;
  padding: 42px 23px 0;
}
#social_links > a,
#footer_social_links > a {
  font-size: 24px;
  color: #fff;
  margin-right: 25px;
  text-shadow: 0 0 2px #000;
}

.heading {
  padding: 26px 0;
}
.heading .subtext {
  font-family: "Oswald", sans-serif;
  color: #312422;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading h2 {
  font-family: "Oswald", sans-serif;
  color: #312422;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  margin: -6px 0;
}

.skip-btn {
  background: #fff;
  display: inline-block;
  width: 52px;
  height: 52px;
  transform: rotate(45deg);
  text-align: center;
  padding: 18px;
}
.skip-btn i {
  transform: rotate(-45deg);
  transform-origin: left;
  padding: 9px 7px;
  color: #abafc4;
  font-size: 20px;
  font-weight: 700;
}

#slider_caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 55;
  transform: translateY(-49%);
}
#slider_quick_links {
  position: absolute;
  z-index: 56;
  bottom: 50%;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 15px;
  pointer-events: none;
  transform: translateY(50%);
  margin: auto;
}
#slider_quick_links {
  display: none !important;
} /* 1/23/2020 JP */
#homepage #slider_quick_links {
  bottom: 120px;
  transform: none;
}
#slider_quick_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#slider_quick_links a,
#slider_quick_links span {
  color: #fe9846;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  padding: 5px 12px 4px;
  letter-spacing: 1.1px;
  pointer-events: all;
  text-shadow: 0 0 2px #312422;
}
#slider_quick_links a:hover {
  color: #fff;
  text-decoration: underline;
}

#slider_skip {
  position: absolute;
  bottom: 197px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 55;
}
#slider_skip .skip-btn {
  background: transparent;
  border: 3px solid #fff;
  padding: 16px;
}
#slider_skip .skip-btn i {
  color: #fff;
  padding: 0 5px;
}

body:not(#rz-editform) #header {
  background: #312422;
  position: sticky;
  top: 0;
}
#header > .container {
  padding: 8px 15px;
  position: relative;
}
#header .col-md-1 {
  position: static;
}
#logo {
  display: inline-block;
  margin: 0 -15px;
  height: 103px;
  width: 103px;
}
#logo > img {
  height: 100%;
}

#toggles {
  z-index: 1;
}
/* #nav a.toggle{position:absolute} */
#search {
  padding: 30px 0;
}
#search form {
  display: none;
  margin: -38px 0;
  padding: 38px 0;
  height: 120px;
  position: absolute;
  left: 120px;
  width: 80%;
  width: calc(100% - 220px);
}
#search label {
  font-size: 40px;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
#search input {
  position: absolute;
  background: transparent;
  border: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 0 100px 0 20px;
  transition: all 0.3s ease;
  border-radius: 5px;
  color: #f8c700;
  border: 1px solid rgb(255, 255, 255);
  background: #312422;
}
#search button {
  display: block;
  position: absolute;
  right: 0;
  border: 1px solid #ffffff;
  padding: 8px 20px;
  height: 42px;
  line-height: 1;
  background: #f8c700;
  color: #000 !important;
}
#fullscreen-search-toggle {
  display: none;
}

#welcome {
  padding: 110px 0 148px;
}
#welcome > .container {
  padding: 0;
}
#welcome_col {
  margin-top: 178px;
}
.welcome-text {
  line-height: 30px;
  padding-right: 18px;
}

#welcome_diamond {
  position: relative;
  background-repeat: no-repeat !important;
}
#welcome_diamond_a {
  width: 100%;
}
#welcome_diamond_b {
  position: absolute;
  right: 19px;
  bottom: 7px;
}

#quick_links {
  padding: 7px 0;
}
.quick-link {
  position: relative;
  width: 10%;
  float: left;
  text-align: center;
}
.quick-link img {
  max-width: 73px;
  max-height: 73px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.quick-link:hover img {
  opacity: 1;
}
.quick-link:hover .quick-link-text {
  display: block;
}
.quick-link .quick-link-text {
  display: none;
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #e0e3f3;
  background: #312422;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 19px 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.quick-link .quick-link-text:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #312422;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: calc(50% - 10px);
}

#explore {
  padding: 159px 0;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}
#explore .section-skip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -26px;
}
#explore .heading {
  padding: 40px;
}

#explore_tiles {
  max-width: 1330px;
  width: 100%;
  margin: 58px auto;
  padding: 0 15px;
}
.explore-tile {
  float: left;
  width: 33.333%;
  padding-top: 55.6%;
  position: relative;
  background-repeat: no-repeat !important;
  margin-top: 103px;
  transition: all 0.3s ease;
}
.explore-tile:hover {
  transform: scale(1.05);
  z-index: 1;
}
.explore-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#explore_tiles .explore-tile:nth-of-type(2) {
  margin-top: 0;
}
.explore-tile-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 3px;
}
.explore-tile-main {
  font-size: 48px;
  display: block;
  padding: 0 15px;
}
.explore-tile-sub {
  font-size: 24px;
}

#explore_skip {
  text-align: center;
  margin-top: -28px;
}
#explore_skip .skip-btn {
  background: transparent;
  border: 3px solid #f3e8d4;
  padding: 16px;
}
#explore_skip .skip-btn i {
  color: #f3e8d4;
  padding: 0 5px;
}

#news {
  position: relative;
  margin-top: -151px;
  padding-bottom: 63px;
  background-repeat: no-repeat !important;
  background-position: center 88% !important;
}
#news_cut {
  background: url("../images/watercolor-border.png") center/cover no-repeat;
  width: 100%;
  height: 180px;
  margin-bottom: 52px;
}
#news_video {
  margin: 121px -13px 0;
  padding-top: 56.5%;
  position: relative;
  text-align: center;
  box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.2);
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#news_video_play {
  background: url("../images/video-play.png");
  width: 132px;
  height: 132px;
  position: absolute;
  top: 41%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto !important;
}

#news-main,
.news-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 300px;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
  box-shadow: 0 0 1px black;
}
#news-main:hover,
.news-link:hover {
  background: #312422;
  color: #fff;
}
#news-main:hover h3,
.news-link:hover h3 {
  color: #fff;
}
#news-inner {
  border-top: 5px solid #312422;
}
.news-link {
  height: 200px;
}
.news-img {
  width: 50%;
  float: left;
  height: 100%;
}
.news-img time {
  color: #312422;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  padding: 5px;
  line-height: 1.2;
  width: 50px;
  text-align: center;
  text-transform: uppercase;
}
.news-info {
  padding: 15px;
  float: right;
  width: 50%;
  position: relative;
  height: 100%;
}
#news-main .news-info {
  padding: 30px;
}
#news-main .news-info > span {
  margin-top: -15px;
  display: block;
  text-transform: capitalize;
}
.news-info h3 {
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  color: #312422;
  text-transform: uppercase;
  line-height: 1;
}
#news-main h3 {
  font-size: 30px;
}
#news-main p {
  margin: 30px 0 0;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
}
.news-link h3 {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}

#news-controls {
  float: right;
}
#news-controls label {
  display: inline-block;
  padding: 0 5px;
}
#news-filter {
}

#news_list {
  position: relative;
  top: -55px;
}
#news_list .owl-stage {
  padding: 17px 0;
}
#news_list .owl-item {
  height: 216px;
}
#news_list .owl-item > div {
  height: 100%;
}
#news_list a {
  text-decoration: none;
  color: inherit;
}
.news-tile {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: 5px 8.66px 10px 0px rgba(0, 0, 0, 0.2);
}
.news-content {
  background: rgba(49, 36, 34, 0.5);
  position: relative;
  height: 100%;
  padding: 47px 31px;
}
.news-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.news-date {
  color: #f3e8d4;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.news-text {
  color: #f3e8d4;
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 45px;
  left: 31px;
  right: 31px;
  max-height: 70px;
  overflow: hidden;
  line-height: 1.3;
}
.news-read-more {
  color: #f3e8d4;
  font-size: 14px;
  position: absolute;
  bottom: 21px;
  left: 31px;
}
.news-btn {
  font-family: "Oswald", sans-serif;
  color: #312422;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#footer {
  position: relative;
  padding: 153px 0 74px;
  background-size: cover !important;
}
#footer .section-skip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -26px;
  display: none;
}
#footer_social_links {
  float: none;
  padding-top: 17px;
}
#footer_social_links > a {
  margin: 0 12px;
}

#footer_navigation {
  max-width: 900px;
  margin: 15px auto 0; /* text-align:left;*/
}
.footer-heading {
  font-family: "Oswald", sans-serif;
  margin: 10px 0;
  padding: 0;
  color: #f3e7d4;
  font-size: 18px;
  letter-spacing: 1px;
}
#footer_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.footer-link:hover {
  text-decoration: underline;
  color: #fff;
}

#footer_copyright {
  margin-top: 59px;
}
#footer_copyright > span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #f3e7d4;
  display: block;
  text-align: center;
  line-height: 2.5;
  text-transform: uppercase;
}
#revize-login {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
/* ----------------------------------------- */
#landing #main {
  padding-bottom: 0;
}
#landing #slider {
  height: 400px;
}
#landing #slider_skip {
  bottom: 50px;
}
@media (min-width: 1600px) {
  #landing #slider .container,
  #landing #main .container {
    width: 1530px;
  }
}
#landing #slider_caption {
  transform: none;
  top: 29%;
}
#landing #slider_caption img {
  float: left;
}
#landing #welcome {
  padding-top: 166px;
}
#landing #welcome .heading {
  padding: 0px;
}
#landing #welcome .heading h2 {
  font-size: 77px;
}
#landing_title .title_pre,
#landing_title .title_post {
  font-size: 24px;
  color: #f8c700;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #000;
}
#landing_title h1 {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin: 0;
  line-height: 1;
  text-shadow: 0 2px 2px #000;
  margin-top: -10px;
  margin-bottom: 11px;
}
#landing_title .title_post {
  transform: scaleX(0.9);
  transform-origin: left;
  display: inline-block;
  letter-spacing: 6px;
}
#landing_quick_links {
  padding: 15px;
  margin: 50px 0 20px;
}
.landing-quick-link {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 45.7% 15px;
  text-align: center;
  position: relative;
}
.landing-quick-text {
  font-weight: 800;
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
  margin: 0;
  line-height: 1;
  text-shadow: 0 0 5px #312422;
}
#quick_lookup {
  margin: 3px 10px;
  background: #312422;
  padding: 35px 37px 53px;
}
#landing .lookup-header {
  color: #fff;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 26px;
  letter-spacing: 1px;
}
#quick_lookup_want {
  margin-bottom: 18px;
}
.landing-welcome {
  padding: 13px 26px;
  line-height: 1.7;
}
#twitter_feed_header {
  padding: 15px 15px;
  margin-top: 25px;
}
#twitter_head {
  text-decoration: none;
  display: inline-block;
}
#twitter_logo {
  float: left;
  width: 88px;
  border: 1px solid #e3e5e6;
  border-radius: 50%;
  overflow: hidden;
}
#twitter_logo img {
  width: 100%;
}
#twitter_name {
  margin: 15px 0 0 102px;
  font-size: 24px;
  color: #000;
  font-weight: 800;
  line-height: 1;
}
#twitter_handle {
  margin: -4px 0 0 102px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
#twitter_feed {
  padding-top: 13px;
}
#twitter_feed .tweet_list {
  margin: 0;
  padding: 0;
}
#twitter_feed .tweet_list:before,
#twitter_feed .tweet_list:after {
  content: " ";
  display: table;
}
#twitter_feed .tweet_list:after {
  clear: both;
}
#twitter_feed .tweet_list li {
  list-style: none;
  display: block;
  width: 33.333%;
  width: calc(33.333% - 36px);
  float: left;
  border: 1px solid #14b4ef;
  padding: 56px 45px;
  margin: 0 18px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
#twitter_feed .tweet-screen-name {
  margin: 7px 0 23px;
  font-size: 14px;
  color: #7d7d7d;
}
#twitter_feed .tweet_user {
  color: #7d7d7d;
  text-decoration: none;
}
#twitter_feed .tweet-button {
  float: right;
  margin: 0 -5px 0 0;
}
#twitter_feed .tweet-content {
  line-height: 1.5;
}
#twitter_feed .tweet-content a {
  word-break: break-word;
  word-wrap: break-word;
}
#landing .explore-tile-main {
  font-size: 30px;
  letter-spacing: 0;
}
#landing #footer .section-skip {
  display: none;
}
.cu-select {
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #312422;
  padding: 9px 36px 9px 11px;
  border: 0;
}
/* ----------------------------------------- */
.rfpbid-heading {
  background: #0093c1;
  color: #fff;
  padding: 5px;
}
table.rpfbids .rfpbids-date {
  display: block;
}
table.rpfbids thead > tr {
  background: #4e524f;
  color: #fff;
}
table.rpfbids thead th {
  vertical-align: middle;
}
table.rpfbids th,
table.rpfbids td {
  font-size: 16px;
}
table.rpfbids thead th.sorting_desc,
table.rpfbids thead th.sorting_asc {
  background-color: #3e3e3e;
}
/* ----------------------------------------- */
.faq-container .chooseBtn {
  display: none;
}
.faq-container .faq-search {
  position: relative;
}
.faq-container .faq-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 27px;
  position: absolute;
  left: 27px;
  top: 7px;
}
.faq-container #faq-filter {
  height: 62px;
  width: 100%;
  font-size: 22px;
  padding-left: 64px;
}
.faq-container .faq-header {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #0093c1;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 30px 0 20px;
}
.faq-container .faq-header.collapsed {
  border-bottom: 1px solid #0093c1;
}
.faq-container .faq-questions {
  width: 100%;
  border: 1px solid #ced6d8;
  border-bottom: 0;
}
.faq-container .faq-question {
  border-bottom: 1px solid #ced6d8;
}
.faq-container .faq-question > a {
  background: #e8f0f2;
  padding: 17px 34px;
  color: #192b37;
  text-decoration: none;
  font-size: 23px;
  display: block;
}
.faq-container .faq-question > a:before {
  content: "\f107";
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center center;
  font-family: "FontAwesome";
  margin-right: 14px;
  transition: all 0.3s ease;
}
.faq-container .faq-question > a.active-question {
  background: #0093c1;
  color: #fff;
}
.faq-container .faq-question > a.active-question:before {
  transform: rotate(0deg);
}
.faq-container .faq-answer > .faq-answer-content {
  transition: all 0.3s ease;
  padding: 30px 65px;
  display: block;
}
.faq-container .faq-answer.collapsing,
.faq-container .faq-answer.in {
  border-bottom: 1px solid #ced6d8;
}
.faqs-wrap .faqs-heading {
  background-color: #e8f0f2;
  padding: 17px 34px 17px 50px;
  font-size: 23px;
}
.faqs-wrap .faqs-heading.active {
  background-color: #0093c1;
  border-color: #0093c1;
}
.faqs-wrap .faqs-toggle-content {
  border-color: #0093c1;
}
/* ----------------------------------------- */
.tile-category {
  padding: 15px;
  margin: 15px 0;
}
.tile-category:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.tile-category-heading {
  border-bottom: 5px solid #312422;
  margin-bottom: 15px;
}
.tile-category-heading > h2 {
  margin: 0;
  display: inline-block;
  font-family: "Oswald", sans-serif;
}
.tile-edit-btns {
  float: right;
  line-height: 0;
}
.tile-edit-btns .rzTileBtn > i {
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #99f;
  padding-top: 4%;
}
.tile-edit-btns .rzTileBtn > i.fa-trash {
  color: #bb2727;
  border-color: #bb2727;
}
.tile-cards-wrap {
  margin: 0 -7.5px;
}
.tile-cards-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.tile-card {
  width: calc(25% - 15px);
  float: left;
  background: #f3e7d4;
  padding: 15px 15px 50px;
  position: relative;
  text-align: center;
  margin: 7.5px;
}
@media (max-width: 1360px) {
  .tile_directory_wrap .tile-card {
    width: calc(33% - 15px);
  }
}
@media (max-width: 991px) {
  .tile_directory_wrap .tile-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .tile_directory_wrap .tile-card {
    width: 100%;
  }
}
.tile_directory_wrap .tile-card .tile-image {
  margin: auto;
  width: 100%;
  border-radius: 50%;
  max-width: 175px;
  max-height: 175px;
  height: 175px;
  background-size: cover !important;
  background-position: top center !important;
}
.tile_directory_wrap .tile-card .tile-name {
  margin: 15px 0;
  color: #312422;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}
.tile_directory_wrap .tile-card .tile-title {
  line-height: 1.2;
  font-size: 18px;
  transition: color 0.3s ease;
}
.tile_directory_wrap .tile-card .tile-contacts {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background: #312422;
  line-height: 0;
}
.tile_directory_wrap .tile-card .tile-contact-icon {
  color: #fff;
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  transition: color 0.3s ease;
}
.tile_directory_wrap .tile-card .tile-contact-icon:hover {
  color: #f3e7d4;
}
.tile_directory_wrap .tile-card .tile-detail {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: -15px;
  padding: 15px;
  transition: background 0.3s ease;
  height: calc(100% + 30px);
}
.tile_directory_wrap .tile-card .tile-detail:hover {
  background: #0093c1;
}
.tile_directory_wrap .tile-card .tile-detail:hover .tile-name,
.tile_directory_wrap .tile-card .tile-detail:hover .tile-title {
  color: #fff;
}
/* ----------------------------------------- */
#quick_rightnav {
  float: right;
  margin: 15px 0 15px 15px;
}
.rightnav-container {
  padding: 25px 15px;
  border: 1px solid #312422;
  width: 350px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.rightnav-container h2 {
  font-family: "Oswald", sans-serif;
  color: #312422;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  text-align: center;
  display: block;
}
.rightnav-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rightnav-container li {
  margin: 0;
  padding: 3px 0;
}
.rightnav-container li > a {
  text-decoration: none;
}
.rightnav-container li > a:hover {
  text-decoration: underline;
}
#event-modal .modal-footer .btn {
  font-size: 14px;
}
ul#calendar-filters {
  margin-top: 8px !important;
}
.fc-button {
  font-size: 16px !important;
}
a#ics-export {
  font-size: 14px;
  padding: 11px 20px;
  margin-top: 10px;
}
.modal-footer a#ics-export {
  margin-top: 0 !important;
}
/* -----------------------------------------

#inner

-----------------------------------------*/
#freeform #slider {
  margin-bottom: 0;
  height: 400px;
}
#freeform #social_links {
  position: absolute;
  top: 0;
  z-index: 55;
  padding: 19px 15px;
  left: 0;
  right: 0;
  max-width: 1580px;
  margin: auto;
}
#freeform #slider_quick_links a,
#freeform #slider_quick_links span {
  color: #fff;
  text-shadow: 0 0 3px #000;
}

#slider_header {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  bottom: 120px;
  z-index: 55;
  pointer-events: none;
}
#slider_header a {
  pointer-events: all;
}
#breadcrumbs {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
}
#slider #breadcrumbs {
  text-shadow: 0 0 2px #000;
}
#breadcrumbs a,
#breadcrumbs span {
  text-decoration: none;
  color: #fff;
}
#breadcrumbs a:after {
  content: ">";
  display: inline-block;
  padding: 0 9px;
  transform: scaleX(0.5);
}
#slider_header h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  margin: 0 -5px;
  letter-spacing: -1.5px;
  line-height: 1.2;
  padding-right: 25%;
}
#main-wrap {
  padding: 0;
  z-index: 55;
  position: relative;
}
.fullwidth #entry {
  padding: 30px 15% 60px;
}
#flyout-wrap {
  position: relative;
  background: #0093c1;
  padding-bottom: 25px;
}
#flyout-back {
  display: none;
}
#flyout-header {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 60px 0 24px 20%;
  color: #fff;
  margin: 0;
  transform: scaleX(0.85);
  transform-origin: left;
}
#flyout {
  padding: 0;
  margin: 0;
}
#flyout li {
  position: relative;
  margin: 0;
  list-style: none;
}
#flyout > li {
  padding: 0 17%;
}
#flyout a,
#flyout span {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #1a9ec7;
}
#flyout li > a,
#flyout li > span {
  border: 0;
}
#flyout ul {
  padding: 0;
  margin: 0;
  display: none;
}
#flyout li:hover {
  background: #312422;
}
#flyout ul a,
#flyout ul span {
  font-size: 16px;
  padding: 10px 15px;
}

#language_toggle {
  margin: 15px auto;
  text-align: center;
}
.language-button {
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #0093c1;
  color: #0093c1 !important;
  background: transparent;
}
.language-button.active-button {
  background: #0093c1;
  color: #fff !important;
}
.content-spanish {
  display: none;
}
.sml-btn {
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #0093c1;
  color: #0093c1 !important;
  background: transparent;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  text-align: center;
}
.sml-btn:hover {
  background: #0093c1;
  color: #fff !important;
}
.sml-btn > a {
  text-decoration: none;
  color: inherit;
}
a.sml-btn {
  text-decoration: none;
  color: inherit;
}

#main {
  padding: 30px 0;
}
#entry {
  padding: 30px 5% 60px;
}
#entry .subheader {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #312422;
  font-weight: 700;
  transform: scaleX(0.85);
  transform-origin: left;
}

#post .btn > a,
#tinymce .btn > a {
  text-decoration: none;
  color: #fff !important;
}

#post_map {
  padding: 40px 0 0 25px;
  line-height: 0;
}
#post_map iframe {
  border: 0;
  width: 100%;
  height: 400px;
}
#post_map_desc {
  background: #0093c1;
  color: #fff;
  padding: 30px 45px;
  line-height: 1.778;
}

#post .content-english .h4 strong {
  color: #111;
}

.table-responsive > table.table td {
  border: 0;
}

.rendered-form .kc-toggle input {
  height: auto !important;
  opacity: 1 !important;
  width: 14px !important;
}

/* ----------------------------------------- */
#flow_chart ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: flow-chart;
}
#flow_chart li {
  border: 1px solid #eae9e8;
  padding: 25px 14% 41px;
  margin-bottom: 65px;
  position: relative;
}
#flow_chart li:before {
  content: counter(flow-chart) ".";
  counter-increment: flow-chart;
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #0093c1;
  left: 7%;
  top: 15%;
}
#flow_chart li:after {
  content: "";
  position: absolute;
  display: block;
  left: 9%;
  top: 100%;
  border-left: 2px dashed #eae9e8;
  height: 65px;
}
#flow_chart li:last-of-type:after {
  display: none;
}
.flow-chart-header {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #312422;
  font-weight: 700;
  transform: scaleX(0.85);
  transform-origin: left;
  margin: 11px 0;
}
.flow-chart-text {
  color: #312422;
  margin-bottom: 16px;
}
.flow-chart-link {
  color: #0093c1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.flow-chart-link:after {
  content: "";
  background: url("../images/small-arrow.png");
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: 7px;
}
/* ----------------------------------------- */
#tiles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tiles .tile a {
  color: inherit;
  display: block;
  height: 100%;
  position: relative;
}
#tiles .tile {
  display: block;
  float: left;
  border: 1px solid #e5e5e5;
  text-align: center;
  width: 22%;
  width: calc(25% - 38px);
  margin: 2% 19px;
  height: 270px;
  position: relative;
  transition: 0.3s background ease;
  background: #fff;
}
#tiles .tile:hover {
  background: #0093c1;
}
.tile-icon {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 40%;
  left: calc(50% - 48px);
  top: 24%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tile-content {
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  height: 120px;
  display: table;
  width: 100%;
  padding: 0 15px;
}
.tile-text {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: table-cell;
  width: 100%;
  color: #312422;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.5px;
  vertical-align: middle;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.tile-brief {
  color: transparent;
  vertical-align: middle;
  word-break: break-word;
  line-height: 1.2;
  transition: all 0.3s ease;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  display: table;
}
.tile-brief > p {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  margin: 0;
}
#tiles .tile:hover .tile-brief {
  color: #fff;
}
#tiles .tile:hover .tile-text {
  color: transparent;
}
#tiles .tile:hover .no-fade .tile-text {
  color: #fff;
}
#tiles .tile:hover .tile-icon {
  opacity: 0;
}
#tiles .tile:hover .no-fade .tile-icon {
  opacity: 1;
}
/* ----------------------------------------- */
body.department #slider_header {
  top: 120px;
}
body.department #slider_header h1 {
  font-size: 100px;
  transform: scaleX(0.9);
  transform-origin: left;
  padding: 0;
  text-shadow: 0 0 4px #000;
}
#freeform #slider_header h1 {
  text-shadow: 0 0 4px #000;
}
body.department .slider-btn {
  display: inline-block;
  padding: 17px 26px;
  background: #312422;
  color: #e0e3f3;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin: 26px 3px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
body.department .slider-btn:hover {
  background: #f49143;
}
body.department #main {
  padding: 54px 5.5%;
}
#entry #breadcrumbs {
  color: #312422;
}
#entry #breadcrumbs a {
  color: #312422;
}
.flyout-extra {
  margin: 22px 17%;
  padding: 36px 39px;
  background: #33a9cd;
  line-height: 1.5;
}
.flyout-extra.no-content {
  display: none;
}
.user-logged-in .flyout-extra.no-content {
  display: block;
}
h3.flyout-extra-header {
  margin: 0 0 19px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
.flyout-extra .extra-entry,
.flyout-extra .extra-address {
  color: #fff;
  display: block;
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
}
.flyout-extra .extra-address {
  margin-top: 14px;
}
.flyout-extra a {
  color: inherit;
}
#department_tiles {
  padding: 64px 0 0;
  margin: 0 auto;
  text-align: center;
  max-width: 1170px;
}
#department_tiles .row {
  padding-bottom: 40px;
}
.department-tile {
  width: 50%;
  padding: 0 35px;
  display: block;
  float: left;
  text-decoration: none !important;
  transition: transform 0.3s ease;
}
.department-tile:hover {
  transform: scale(1.025);
}
.department-tile > img {
  object-fit: cover;
}
/*.department-tile:hover img{box-shadow:0 0 10px 0 #000}*/
.department-tile-text {
  text-align: center;
  color: #312422;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 33px;
  padding: 13px;
  letter-spacing: -0.5px;
}
/* ----------------------------------------- */
.page-alert {
  background: #ffc200;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  transition: background 0.3s ease;
}
.page-alert .alert-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 90px;
  color: #000;
}
.page-alert-content {
  padding-left: 105px;
}
.page-alert-title {
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.page-alert-text {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  padding: 7px;
  line-height: 1.4;
}
.page-alert:hover {
  background: #ffde70;
}
/* -----------------------------------------

#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: #f26a39 !important;
  color: #fff !important;
  padding: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.floating-share-btn span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
/* -----------------------------------------

#bxslider

-----------------------------------------*/
#slider {
  height: 1080px;
  position: relative;
  margin-bottom: -119px;
}
#slider::after {
  background-image: url("../images/paper.png");
  background-repeat: repeat-x;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  z-index: 50;
  width: 100%;
}
#slider-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 51;
}
#slider .bxslider > li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.bxslider {
  padding: 0;
  margin: 0;
}
.bxslider,
.bx-viewport,
.bxslider li,
.bx-wrapper {
  height: 100% !important;
}
.bxslider li {
  margin: 0;
}

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

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

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

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

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

#media queries

-----------------------------------------*/
@media only screen and (min-width: 1600px) {
  .landing-quick-text {
    font-size: 47px;
  }
}

@media only screen and (max-width: 1600px) {
  .fullwidth #entry {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1400px) {
  #welcome_diamond {
    padding: 30px;
    margin: 8px -89px 0 31px;
  }
  #main-wrap > .row > .col-md-3 {
    width: 27%;
  }
  #main-wrap > .row > .col-md-3 ~ .col-md-9 {
    width: 73%;
  }
}

@media only screen and (max-width: 1400px) {
  #welcome_diamond {
    background-size: contain !important;
  }
  #main-wrap > .row > .col-md-3 {
    width: 300px;
  }
  #main-wrap > .row > .col-md-3 ~ .col-md-9 {
    width: calc(100% - 315px);
  }
  .flyout-extra {
    margin: 22px 15px;
    padding: 36px 25px;
  }
  #entry {
    padding: 30px 0;
  }
  body #slider.split-slider #slider_header h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  #post_top div[class*="col-md-"] {
    float: none;
    width: 100%;
  }
  #slider_header h1 {
    font-size: 70px;
  }
  #nav > li > a,
  #nav > li > span {
    padding: 42px 1px;
    font-size: 11px;
  }
  .landing-quick-text {
    font-size: 28px;
  }
  .department-tile {
    padding: 0 2%;
  }
}

@media only screen and (min-width: 992px) {
    #toggles,#flyout-toggle{display:none}
  #nav .focused .toggle,
  #nav .focused .toggle2,
  #flyout .focused .toggle {
    display: inline-block;
    margin-left: 8px;
  }
  #nav .focused a.toggle {
    padding: 0;
    margin: -57px 0 0;
  }
  #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 ul ul {
    left: 100%;
    top: 0;
  }

  #flyout ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    background: #0093c1;
    display: none;
    z-index: 999;
  }
  #flyout li:hover > ul {
    display: block;
  }

  #fullscreen-search-toggle {
    display: inline-block;
  }
  #flyout-back {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    z-index: -1;
    background: #0093c1;
    box-shadow: 12px 12px 16px 0px rgba(0, 0, 0, 0.25);
  }

  #slider.split-slider {
    background: #e9f0f2;
  }
  #slider.split-slider .bx-wrapper {
    float: right;
    width: 50%;
  }
  #slider.split-slider #slider_header {
    float: left;
    width: 50%;
    right: 50%;
    top: 0;
    padding: 130px 5% 0 15.5%;
  }
  #slider.split-slider #breadcrumbs {
    color: #312422;
    text-shadow: none;
  }
  #slider.split-slider #breadcrumbs a {
    color: #0093c1;
  }
  body #slider.split-slider #slider_header h1 {
    color: #312422;
    font-size: 60px;
    letter-spacing: -1px;
    padding: 12px 0 0 5px;
  }
  #slider.split-slider #social_links a {
    color: #312422;
  }

  #nav {
    display: block !important;
  }
  #nav > li > ul {
    padding: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: #312422;
    text-align: left;
  }
  #nav ul a,
  #nav ul span {
    padding: 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
  #nav ul ul a,
  #nav ul ul span {
    text-transform: none;
    font-weight: 400;
  }
  #nav li:hover > ul {
    display: block;
  }
  #nav ul ul {
    display: block;
    padding: 9px 0 0;
  }
  #nav > li > ul > li {
    margin-bottom: 12px;
  }
  #nav ul li > a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
    margin-bottom: 2px;
  }
  #nav ul li > a:after {
    height: 2px;
  }
  #nav ul > li > ul > li > a:after {
    height: 1px;
  }
  #nav ul li a {
    position: relative;
  }
  #nav > li:hover > ul {
    bottom: auto;
    top: 100%;
  }
  #nav li:hover > a:after {
    right: 0;
    background-color: #f49143;
  }
  #nav li:hover > a {
    color: #f49143;
  }
  #nav ul li {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 5px 5px;
  }
  #nav ul ul.ul-993 {
    display: inline-table !important;
  }
}

@media only screen and (max-width: 991px) {
  /* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
  #freeform #formwizziwmorf tr,
  #freeform #formwizziwmorf tr td {
    display: block !important;
  }
  #freeform #formwizziwmorf tr table tr {
    display: table-row !important;
  }
  #freeform #formwizziwmorf tr table td {
    display: table-cell !important;
  }
  /* Allows tables to be used as columns with responsive stacking */
  .layout-table {
    width: 100% !important;
  }
  .layout-table,
  .layout-table thead,
  .layout-table tbody,
  .layout-table th,
  .layout-table td,
  .layout-table tr {
    display: block !important;
  }
  .layout-table td {
    margin-bottom: 15px;
  }

  body:not(#rz-editform) #header {
    position: relative;
  }
  body:not(#rz-editform) #header #nav {
    margin: 0 -15px;
  }
  #slider {
    margin-bottom: 0;
  }

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

  #google-translate {
    top: 63px !important;
    height: 43px !important;
    width: 43px !important;
    line-height: 46px !important;
  }

  #back_to_top {
    display: none;
  }

  #nav,
  #flyout {
    display: none;
  }
  #nav {
    padding-left: 0;
    text-align: left;
  }
  #nav li {
    display: block;
    position: relative;
  }
  #nav a,
  #nav span,
  #flyout a,
  #flyout span {
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #fff;
  }
  #nav li:last-child > a,
  #nav li:last-child > span,
  #flyout li:last-child > a,
  #flyout li:last-child > span {
    border: 0;
  }
  #nav ul,
  #flyout ul {
    background: rgba(0, 0, 0, 0.15);
  }
  .toggle,
  .toggle2 {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    text-align: center;
    width: 45px;
    background: rgba(0, 0, 0, 0.15);
    transform: none !important;
  }
  .dropdown-backdrop {
    display: none !important;
  }

  #nav a,
  #nav span {
    display: block;
  }

  #welcome {
    padding-top: 0;
  }
  #welcome > .container {
    padding: 0 15px;
  }
  #welcome_col {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .quick-link {
    width: 20%;
    margin-top: 15px;
  }
  #news {
    padding-left: 15px;
    padding-right: 15px;
  }
  #news_cut {
    margin: 0 -15px;
    width: auto;
  }

  #search {
    display: none;
    height: 100px;
  }
  #search form {
    display: block;
    width: 95%;
    width: calc(100% - 30px);
    left: 15px;
  }
  #search label {
    display: none;
  }

  #breadcrumbs {
    padding-left: 15px;
  }
  body #slider #slider_header h1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 40px;
  }
  body.department .slider-btn {
    margin-left: 15px;
  }
  body #slider.split-slider #slider_header h1 {
    font-size: 50px;
  }
  #slider_quick_links {
    bottom: 15px;
    transform: none;
  }

  #flyout-header {
    padding: 15px;
  }
  #flyout > li {
    padding: 0;
  }
  #flyout-toggle {
    padding: 15px 15px 0;
    color: #fff;
  }

  #entry {
    padding: 30px 15px;
  }
  #post_map {
    padding-left: 0;
  }
  #main-wrap > .row > [class*="col-md-"] {
    width: 100% !important;
  }
  #twitter_feed .tweet_list li {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  #landing #welcome {
    padding-bottom: 30px;
  }

  #flow_chart li {
    padding: 25px 40px 41px 100px;
  }
  #flow_chart li:before {
    left: 20px;
  }

  #tiles .tile {
    width: 45%;
    width: calc(50% - 38px);
  }
  .tile-text {
    font-size: 24px;
  }
  body.department #slider_header {
    top: 100px;
  }
  #department_tiles {
    padding: 64px 15px 0;
  }
  .department-tile {
    padding: 0;
  }
  .department-tile:first-of-type {
    padding-right: 7px;
  }
  .department-tile:last-of-type {
    padding-left: 7px;
  }
  .department-tile-text {
    font-size: 24px;
  }
  .floating-share-btn {
    top: auto;
    bottom: 0;
  }
  .flyout-extra {
    margin: 1px 0 0;
    width: 100%;
  }

  #news-main,
  .news-link {
    height: auto;
  }
  .news-img {
    width: 100%;
    float: none;
    height: auto;
    padding-top: 40%;
    position: relative;
  }
  .news-img time {
    position: absolute;
    top: 0;
    left: 0;
  }
  .news-info {
    float: none;
    width: 100%;
    height: auto;
  }
  .news-link h3 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    font-size: 18px;
  }
  #news-main h3 {
    font-size: 22px;
  }
}

/* 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;
  }
  #tiles .tile {
    width: 100%;
    margin: 10px 0;
  }
  .department-tile {
    padding: 0 !important;
    width: 100%;
  }
  #department_tiles .row {
    padding-bottom: 0;
  }
  #welcome_diamond_a {
    height: 100%;
  }
  #welcome_diamond_b {
    width: 65%;
    height: 65%;
  }
  #welcome {
    padding-bottom: 50px;
  }
  #explore {
    padding-top: 70px;
  }
  #explore_tiles {
    margin-bottom: 100px;
  }
  .explore-tile {
    float: none;
    width: 100%;
    padding: 75px;
    margin: 0;
    background-size: cover !important;
    background-position: center !important;
  }
  .explore-tile-text {
    position: static;
    transform: none;
    text-shadow: 0 0 2px #000;
  }
  #news_video {
    margin-top: 0;
  }
  #news_list {
    top: 0;
  }
  #news .owl-carousel .owl-item {
    float: none;
    width: 100% !important;
    margin: 15px 0;
  }
  #news_list .owl-stage {
    width: 100% !important;
  }
  #quick_rightnav {
    float: none;
  }
  .rightnav-container {
    width: 100%;
    max-width: 600px;
    margin: 15px auto;
  }
}

/* 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) {
  .quick-link {
    width: 50%;
  }
}

@media print {
  #slider,
  footer,
  #breadcrumbs,
  #flyout-wrap,
  .floating-share-btn,
  .e-notify,
  header {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}