@charset "UTF-8";
@import url("fontkit/demo.css");
body {
  margin: 0px;
  background-color: #FFF;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  background-repeat: repeat-x;
  background-color: #fff;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border-style: none;
  max-width: 100%;
}

h1, h2, h3, h4, p, ul, ol {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  color: #002a3e;
  font-weight: normal;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #002a3e;
  font-weight: normal;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #002a3e;
  font-weight: normal;
}

ul, ol {
  padding-left: 25px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #146892;
  text-decoration: none;
}

a:hover {
  color: #136;
}

.z-button, .z-button:link, .z-button:visited, .z-container button {
  background-color: #256897 !important;
  display: inline-block;
  font-size: 21px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.z-button:hover, .z-container button:hover {
  background-color: #3092d7 !important;
}

.zSearchFormTable textarea, .zSearchFormTable select, .zSearchFormTable button, .zSearchFormTable input {
  font-size: 13px;
}

.zls-makeOfferBox {
  display: none;
}

.crights {
  background-color: #001620;
  clear: both;
  width: 100%;
  padding: 1%;
  float: left;
  font-size: 10px;
  line-height: 14px;
  font-size: 10px;
  line-height: 14px;
}

.titlediv {
  background-color: #000;
  color: #FFF;
  float: left;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  padding: 3%;
}

.menudiv {
  width: 100%;
  float: left;
}

.searchdiv {
  float: right;
  width: 200px;
}

.mobileMenuDiv .zMenuBarDiv {
  width: 100% !important;
  border-top: 1px solid #999;
}

.mobileMenuButton {
  display: none;
}

.mobileMenuDiv {
  display: block;
}

.sidebar {
  font-size: 20px !important;
  direction: ltr !important;
}

.searchform {
  padding-top: 5px !important;
}

.z-container, .metro-container {
  margin: auto;
  max-width: 1200px;
}

.metro-section {
  background-position: center center;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.metro-section::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.metro-section .metro-container {
  position: relative;
  z-index: 5;
}

.metro-section-colored::before {
  background-color: rgba(37, 104, 151, 0.8);
}

.metro-panel-container {
  margin-left: -30px;
  margin-right: -30px;
}

.metro-panel {
  display: block;
  float: left;
  padding: 0 30px;
  width: 33.33%;
}
@media screen and (max-width: 800px) {
  .metro-panel {
    margin-top: 30px;
    width: 100%;
  }
  .metro-panel:first-child {
    margin-top: 0;
  }
}

.metro-panel-image {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  display: flex;
  min-height: 210px;
  padding: 20px 25px;
}
@media screen and (max-width: 800px) {
  .metro-panel-image {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .metro-panel-image::before {
    background: rgba(37, 104, 151, 0.4);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.metro-panel-text {
  color: #FFF;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.25em;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .metro-panel-text {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 800px) {
  .metro-panel-text {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 480px) {
  .metro-panel-text {
    font-size: 1.75em;
  }
}

.metro-button {
  background: #CAC1AF;
  color: #013143;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.75em 1.75em;
  text-transform: uppercase;
}

.metro-columns {
  margin-left: -20px;
  margin-right: -20px;
}

div.metro-col {
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  div.metro-col {
    float: none;
    width: 100%;
  }
}

.metro-1of3 {
  width: 33.33%;
}

.metro-2of3 {
  width: 66.67%;
}

.z-clearfix:before, .z-clearfix:after {
  content: "";
  display: table;
}

.z-clearfix:after {
  clear: both;
}

.z-clearfix {
  zoom: 1;
}

.news-widget .news-excerpt {
  background: #f4f3ef;
  padding: 30px;
}
.news-widget .news-excerpt-image {
  box-sizing: border-box;
  float: left;
  width: 33.33%;
}
.news-widget .news-excerpt-image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .news-widget .news-excerpt-image {
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
}
.news-widget .news-excerpt-content {
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  width: 66.67%;
}
@media screen and (max-width: 640px) {
  .news-widget .news-excerpt-content {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
.news-widget .news-exerpt-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
}

.events-widget .events-widget-inner {
  padding-left: 15px;
  position: relative;
}
.events-widget .events-widget-inner::before {
  background: #FFF;
  bottom: 0;
  content: "";
  display: block;
  left: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.events-widget .event {
  border-top: 1px solid #DDD;
  padding: 15px;
  position: relative;
  z-index: 5;
}
.events-widget .event:first-child {
  border-top: none;
}
.events-widget .event-date {
  float: left;
  margin-left: -30px;
  width: 82px;
}
.events-widget .event-month {
  background: #013143;
  color: #FFF;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.events-widget .event-day {
  background: #FFF;
  border: 1px solid #000c11;
  color: #b88e33;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.events-widget .event-description {
  overflow: hidden;
  padding-left: 20px;
}
.events-widget .event-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .events-widget .event-title {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 640px) {
  .events-widget .event-title {
    font-size: 1.125em;
  }
}
.events-widget .event-time {
  color: #6f6f6f;
}

header {
  background: #FFF;
  line-height: 1.4;
  padding: 0 30px;
  text-align: right;
}
header .logo {
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 370px;
}
header .logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  header .logo {
    margin-top: 4px;
    width: 260px;
  }
}
@media screen and (max-width: 1100px) {
  header .logo {
    margin-top: 6px;
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo {
    margin-top: 8px;
    width: 200px;
  }
}
header .top-links {
  background: #F6F6F6;
  display: inline-block;
  position: relative;
}
header .top-links:before {
  background: #F6F6F6;
  bottom: 0;
  content: "";
  display: block;
  margin-right: -16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
@media screen and (max-width: 992px) {
  header .top-links:before {
    display: none;
  }
}
header .top-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .top-links li {
  display: inline-block;
}
header .top-links li::before {
  background: #256897;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: -1px;
  margin-top: -3px;
  vertical-align: middle;
  width: 2px;
}
header .top-links li:first-child::before, header .top-links li:last-child::before {
  display: none;
}
header .top-links a {
  color: #256897;
  display: inline-block;
  padding: 0.75em 1em;
}
header .top-links .searchform input[type=text] {
  background: #ded5c0;
  border: none;
  border-radius: 4px;
  color: #013143;
  padding: 4px 3px 3px 3px;
}
header .top-links .searchform input[type=text]::placeholder {
  color: #013143;
  font-style: italic;
}
header .top-links .searchform button {
  border-radius: 4px;
  font-size: 0.875em;
  height: 22px;
  line-height: 22px;
  padding: 0 !important;
  text-align: center;
  width: 32px;
}
header .main-menu {
  margin-top: 7px;
}
header .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
header .main-menu li {
  display: inline-block;
}
header .main-menu a {
  color: #013143;
  display: block;
  padding: 0.5em 0.75em;
}
header .main-menu li:last-child a {
  padding: 0 0 0 0.75em;
}
@media screen and (max-width: 1100px) {
  header .main-menu a {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 992px) {
  header {
    padding: 10px 30px;
  }
}

.z-mobile-header-spacer {
  padding: 0;
}

.z-slide {
  align-items: center;
  background-position: top center;
  background-size: cover;
  color: #FFF;
  display: flex !important;
  height: 650px;
  font-size: 2em;
  max-height: 650px;
  padding: 0 30px;
  width: 100%;
  visibility: visible;
}
.z-slide .metro-container {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .z-slide {
    height: 520px;
  }
}
@media screen and (max-width: 800px) {
  .z-slide {
    height: 400px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .z-slide {
    height: 320px;
    font-size: 1.25em;
  }
}

.z-slide[data-slide-number="3"] {
  padding: 150px 30px;
}
@media screen and (max-width: 960px) {
  .z-slide[data-slide-number="3"] {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 800px) {
  .z-slide[data-slide-number="3"] {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 640px) {
  .z-slide[data-slide-number="3"] {
    padding: 30px 30px;
  }
}

.z-slide-inner {
  margin: auto;
  max-width: 1200px;
}

.z-slide-content {
  line-height: 1.2;
  max-width: 750px;
  min-height: 300px;
}
.z-slide-content h1, .z-slide-content h2, .z-slide-content h3 {
  color: #FFF;
}
.z-slide-content .metro-button {
  font-size: 1.125rem;
}
.z-slide-content .metro-button:empty {
  display: none;
}
@media screen and (max-width: 1024px) {
  .z-slide-content {
    min-height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .z-slide-content {
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .z-slide-content {
    min-height: 180px;
  }
}
@media screen and (max-width: 480px) {
  .z-slide-content {
    min-height: 160px;
  }
}

.z-slide-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .z-slide-title {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 480px) {
  .z-slide-title {
    font-size: 1.5em;
  }
}

footer {
  background: #256897;
  color: #FAFAFA;
  padding: 60px 30px;
}
footer .footer-heading {
  color: #FFF;
}
footer .footer-social .facebook-link {
  background: #3a589a;
}
footer .footer-social .twitter-link {
  background: #00aaef;
}
footer .footer-social .youtube-link {
  background: #bd0000;
}
footer .footer-social a {
  border-radius: 64px;
  color: #FFF;
  display: inline-block;
  line-height: 48px;
  margin-right: 4px;
  text-align: center;
  width: 48px;
}
footer .footer-social .fa, footer .footer-social .fab {
  display: block;
  font-size: 1.5em;
  line-height: 48px;
  text-align: center;
}
footer .footer-social-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
footer ul.footer-links {
  column-count: 2;
  list-style: none;
  margin: 0 -20px;
  padding: 0;
}
footer ul.footer-links li {
  box-sizing: border-box;
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  footer ul.footer-links li {
    display: block;
    width: auto;
  }
}
footer .metro-columns {
  margin-left: -30px;
  margin-right: -30px;
}
footer .metro-col {
  padding: 0 30px;
}
footer a {
  color: #FFF;
}

.page-title {
  background-image: url("../images/page-background-skyline.jpg");
  background-position: center center;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.page-title h1 {
  color: #FFF;
  font-size: 5em;
  font-weight: 400;
  padding-bottom: 60px;
  padding-top: 220px;
  text-align: left;
}

/* Section heading */
.z-default-subpage-header {
  background-size: cover;
  padding: 0 30px;
}

.z-default-subpage-title {
  color: #FFF;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  min-height: 308px;
  padding: 160px 0 60px 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .z-default-subpage-title {
    font-size: 4em;
    min-height: 260px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 800px) {
  .z-default-subpage-title {
    font-size: 3em;
    margin-top: 0;
    min-height: 220px;
    padding-bottom: 40px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .z-default-subpage-title {
    min-height: 200px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .z-default-subpage-title {
    font-size: 2.25em;
    min-height: 160px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 1362px) {
  .z-container {
    width: 100%;
  }
}

/* Page content */
.z-default-subpage-body-full {
  padding: 0 30px 30px 30px;
}
.z-default-subpage-subpage {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .z-default-subpage-subpage {
    margin-top: 40px;
  }
}

.z-default-subpage-right-panel {
  padding-right: 30px;
}

.z-default-subpage-subcontent {
  padding: 0;
}
.z-default-subpage-subcontent hr {
  border-bottom-color: #CCC;
}
@media screen and (max-width: 800px) {
  .z-default-subpage-subcontent h1 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 640px) {
  .z-default-subpage-subcontent h1 {
    font-size: 1.75em;
  }
}

/* New sidebar */
.z-default-subpage-left-panel {
  background-color: #FFF;
  border-left: 1px solid #CCC;
  padding-top: 0;
}
.z-default-subpage-left-panel .z-default-subpage-left-panel-menu {
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}
.z-default-subpage-left-panel .z-default-subpage-left-panel-menu:before {
  background: #CCC;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .z-default-subpage-left-panel .z-default-subpage-left-panel-menu:before {
    display: none;
  }
}
.z-default-subpage-left-panel ul {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  left: -1px;
  list-style: none;
  margin: 0 0 0 -1px;
  padding: 0;
  position: relative;
}
.z-default-subpage-left-panel .active a, .z-default-subpage-left-panel .active a:link, .z-default-subpage-left-panel .active a:visited {
  background: #0062A7;
  color: #FFF;
  position: relative;
}
.z-default-subpage-left-panel .active a::before, .z-default-subpage-left-panel .active a:link::before, .z-default-subpage-left-panel .active a:visited::before {
  background: #0062A7;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  content: "";
  display: block;
  height: 100%;
  left: -11px;
  position: absolute;
  top: 0;
  width: 12px;
}
.z-default-subpage-left-panel li {
  display: block;
}
.z-default-subpage-left-panel a, .z-default-subpage-left-panel a:link, .z-default-subpage-left-panel a:visited {
  border-bottom: 1px solid #DDD;
  color: #0062A7;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .z-default-subpage-left-panel {
    border-left: none;
    border-right: none;
    padding-bottom: 40px;
  }
}

/* Parent page index */
.zcontent-subpage-div {
  margin-bottom: 10px;
  margin-top: 10px;
}

.subpage-main-section {
  padding-left: 30px;
  padding-right: 30px;
}

.content-sidebar {
  border-right: 1px solid #DDD;
  box-sizing: border-box;
  float: left;
  margin-left: -230px;
  padding-left: 230px;
  width: 100%;
}

.sidebar {
  box-sizing: border-box;
  float: left;
  padding: 0;
  width: 230px;
}
.sidebar ul {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  list-style: none;
  margin: 0 0 0 -1px;
  padding: 0;
}
.sidebar .active a {
  background: #0062A7;
  color: #FFF;
  position: relative;
}
.sidebar .active a::before {
  background: #0062A7;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  content: "";
  display: block;
  height: 100%;
  left: -11px;
  position: absolute;
  top: 0;
  width: 12px;
}
.sidebar li {
  display: block;
}
.sidebar a {
  border-bottom: 1px solid #DDD;
  color: #0062A7;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px;
}

.event {
  padding: 20px 0;
}

.rss-summary-d {
  padding-top: 30px;
}

/*.sidebar ul {
	list-style: none;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.sidebar li {
	list-style: none;
	display: block;
	position: relative;
}
.sidebar li a {
	display: block;
	background: #EFEFEF;
	color: #002A3E;
	font-family: 'Charter';
	line-height: 1em;
	height: 57px;
	padding: 16px 10px;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}
.sidebar li.active a {
	background: #256897;
	color: #FFFFFF; 
}
.sidebar li.active:after {
	left: 100%;
	top: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top: 28px solid transparent;
	border-left: 14px solid #256897;
	border-bottom: 28px solid transparent;
	margin-top: -28px;
}
.sidebar li:last-child a {
	border-bottom: 1px solid #BEBEBE;
}
.sidebar .sidebar-ads {
	text-align: center;
}
.sidebar .sidebar-ads .ad {
	display: inline-block;
	margin: 5px 0;
	padding: 0;
}*/
/*.leadership-team{
	//display: flex;
	//flex-wrap: wrap;
	&:after{
		clear: both;
		content: '';
		display: table;
	}
}
.leadership-team-member{
	background-position: top center;
	background-size: cover;
	float: left;
	position: relative;
	width: 20%;
	.leadership-team-member-inner{
		padding-top: 120%;
	}
	.leadership-team-member-image{
		display: block;
		display: none;
		padding: 0;
		width: 100%;
	}
	.leadership-team-member-title{
		background: rgba(0, 0, 0, .7);
		bottom: 0;
		color: #FFF;
		font-size: .875em;
		left: 0;
		line-height: 1.3;
		padding: 8px;
		position: absolute;
		right: 0;
		text-align: center;
	}
	@media screen and (max-width: 1200px) and (min-width: 1024px){
		width: 33.33%;
	}
	@media screen and (max-width: 960px) and (min-width: 768px){
		width: 33.33%;
	}
	@media screen and (max-width: 767px){
		width: 50%;
	}
	@media screen and (max-width: 480px){
		width: 100%;
	}
}
.leadership-president{
	width: 40%;
	.leadership-team-member-title{
		background: #808080;
		font-size: 1.25em;
		padding: 12px;
	}
	@media screen and (max-width: 1200px) and (min-width: 1024px){
		margin-left: 25%;
		width: 50%;
		&+ div{
			clear: both;
		}
	}
	@media screen and (max-width: 960px) and (min-width: 768px){
		margin-left: 25%;
		width: 50%;
		&+ div{
			clear: both;
		}
	}
	@media screen and (max-width: 767px){
		width: 100%;
	}
}*/
.leadership-team-grid {
  margin: 0 -20px;
}

.leadership-team-member {
  box-sizing: border-box;
  float: left;
  margin-bottom: 40px;
  padding: 0 20px;
  width: 25%;
}
.leadership-team-member:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width: 992px) {
  .leadership-team-member {
    width: 50%;
  }
  .leadership-team-member:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .leadership-team-member {
    width: 100%;
  }
}

.leadership-team-image {
  background-position: top center;
  background-size: cover;
  box-sizing: content-box;
  padding-bottom: 135%;
  width: 100%;
}

.leadership-team-title {
  font-size: 1.125em;
  font-weight: bold;
  font-weight: 700;
  margin-top: 20px;
}

.affiliate-logos-heading {
  margin-bottom: 20px;
  text-align: center;
}

.logo-carousel.slick-slider {
  margin-bottom: 0;
}
.logo-carousel.slick-slider .slick-track {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.logo-carousel.slick-slider .affiliate-image {
  margin: auto;
}

.affiliate-logo {
  box-sizing: border-box;
  padding: 0 20px;
}

.affiliate-image {
  height: auto;
  max-height: 120px;
  max-width: 100%;
  width: auto;
}

.affiliatefancybox, .affiliate-image {
  display: block;
  text-align: center;
}

.affiliate-title {
  font-size: 1.75em;
  margin-top: 1em;
}
.affiliate-title:after {
  background: #CAC1AF;
  clear: both;
  content: "";
  display: block;
  height: 2px;
  margin: 0.5em 0;
  width: 120px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.logo-grid:after {
  clear: both;
  content: "";
  display: block;
}

.grid-affiliate-logo {
  box-sizing: border-box;
  padding: 20px;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .grid-affiliate-logo {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .grid-affiliate-logo {
    width: 100%;
  }
}

img.grid-affiliate-image {
  display: block;
  height: auto;
  margin: auto;
  max-height: 120px;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.content-sidebar {
  direction: ltr !important;
}

#zInquiryFormTRAddress {
  display: none;
}

#zInquiryFormTRCountry {
  display: none;
}

#zInquiryFormTRZip {
  display: none;
}

.znewslettercheckbox {
  display: none;
}

.zPrivacyPolicyLink {
  display: none;
}

.zPrivacyPolicyMessage {
  display: none;
}

/*footer {
	background-color: #256897; 
	color: #FFFFFF;
}
footer .footer-links {
	list-style: none;
}
footer a {
	color: #FFFFFF;
}

.copyright {
	background-color: #001620;
}*/
.zls-saveListingButton {
  display: none;
}

/*.sidebar{float:left; width:19%;}
.content-sidebar{float:right; width:80%;}*/
.zls-detail-askquestion {
  display: none;
}

.zEventInfoButton {
  display: none !important;
}

/*.subpage-main-section{ background-color:#e4e2da; background-image:url(/images/new/bg2_02.jpg); background-repeat:no-repeat; background-position:bottom center; width:100%; float:left;}
.subpage-content-section{
	background-size:cover;
	background-image:url(/images/new/content-bg_03.png); background-repeat:no-repeat; background-position:top center; width:100%; float:left;
	min-height:1500px;
}*/
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause, .homeSlideshowPlay {
  background-color: #256897;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #FFF;
  font-size: 30px;
  font-size: 0;
  line-height: 1;
  padding: 15px;
  position: absolute;
  z-index: 99;
}

.homeSlideshowPrevious:before, .homeSlideshowNext:before, .homeSlideshowPause:before, .homeSlideshowPlay:before {
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: 600;
}

.homeSlideshowPrevious:before {
  content: "";
}

.homeSlideshowNext:before {
  content: "";
}

.homeSlideshowPause:before {
  content: "";
  content: "";
}

.homeSlideshowPlay:before {
  content: "";
}

.homeSlideshowPause, .homeSlideshowPlay {
  background: none;
  background: #256897;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #192428;
  color: #FFF;
  width: 60px;
  padding: 10px 7px;
  text-align: center;
}

.homeSlideshowPrevious:hover, .homeSlideshowNext:hover, .homeSlideshowPause:hover, .homeSlideshowPlay:hover {
  background-color: #282828;
  color: #fff;
}

.homeSlideshowPrevious {
  bottom: 45%;
  left: 0px;
}

.homeSlideshowNext {
  bottom: 45%;
  right: 0px;
}

.homeSlideshowPlay, .homeSlideshowPause {
  bottom: 15px;
  right: 10px;
}

.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus {
  outline: 2px dashed #FFF;
}

@media screen and (max-width: 1362px) {
  header {
    /*height: 94px;
       background-image: url(../images/header-bg1200.png);

    }

    header .logo {
    	width:166px;
    	position: relative;
    } 
    header .logo a{ width:100%; height:70px;}
    header .logo a img{max-width:100%;}
    header .top-links{ padding-top:0px;}
    header .main-menu a {
    	line-height:50px;
    	font-size:16px;
    	padding: 0 7px;
    }

    footer .footer-links li {
    	width: 50%;
    	margin: 0;
    }
    .find-member-form-content *{ font-size:16px;}
    */
  }
}
@media screen and (max-width: 992px) {
  .subpage-content-section {
    min-height: auto;
  }

  header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 101;
    background-image: none;
    /*background-color: #256897;*/
    height: auto;
  }

  header .top-links {
    margin-top: 40px;
  }

  header .top-links .searchform {
    display: none;
  }

  header .main-menu {
    display: none;
  }

  .z-mobileMenuDiv, .z-mobileMenuButton {
    background-color: #FFF;
    color: #000;
  }

  .z-mobileMenuDiv a {
    color: #000;
  }

  .sidebar {
    height: auto !important;
  }

  .content-sidebar {
    height: auto !important;
  }

  footer {
    text-align: center;
  }

  footer .footer-logo {
    width: 100%;
    text-align: center;
  }

  footer .footer-links-container {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  footer .footer-links {
    margin: 0;
  }

  footer .footer-links li {
    width: 25%;
  }

  footer .footer-address-social {
    width: 100%;
    margin: 0;
  }

  .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {
    background-color: #223c46;
  }

  .z-mobile-header, .z-mobile-header-fixed {
    background-color: #fff !important;
  }

  .z-mobile-menu-icon {
    top: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 479px) {
  .z-mobile-menu-icon {
    top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .z-mobile-menu-icon.open span {
    background: #fff;
  }
}
@media screen and (max-width: 992px) {
  .z-default-subpage-header {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .z-mobile-header .z-mobile-header-logo {
    width: 195px;
  }
}
@media screen and (max-width: 992px) {
  .z-mobile-header .z-mobile-header-logo img {
    display: block;
  }
}
@media screen and (max-width: 992px) and (max-width: 479px) {
  .z-mobile-header .z-mobile-header-logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content-sidebar {
    display: block;
    float: left;
    width: 100% !important;
  }

  .page-title h1 {
    font-size: 28px !important;
    padding: 0px;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    height: auto;
    padding-bottom: 20px;
    line-height: 30px !important;
    background: none;
    background-color: #256897;
  }

  header .top-links li {
    display: none;
  }

  header .top-links li.telephone {
    display: inline-block;
    font-size: 1.6em;
  }

  .z-mobileMenuDiv, .z-mobileMenuButton {
    background-color: #FFF;
    color: #000 !important;
  }

  footer .footer-links li {
    width: 100%;
  }

  .z-mobile-header .z-mobile-header-logo {
    width: 175px;
  }

  .z-default-subpage-title {
    /*margin-top: 100px;*/
  }
}
@media screen and (max-width: 479px) {
  header .logo,
header .logo a,
header .logo a img {
    height: auto;
  }

  header .logo {
    padding-bottom: 10px;
  }

  header .logo:after {
    display: none;
  }

  header .top-links {
    margin-top: 20px;
  }

  .z-mobile-header-logo {
    padding: 5px;
  }

  .homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause, .homeSlideshowPlay {
    padding: 10px;
  }

  .homeSlideshowPrevious:before, .homeSlideshowNext:before, .homeSlideshowPause:before, .homeSlideshowPlay:before {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
