@charset "UTF-8";
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -ms-overflow-style: scrollbar;
}

a img {
  border: none;
}

iframe {
  border: none !important;
}

#wrapper {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
}

.heading-block h1,
.heading-block h2,
.heading-block h3 {
  margin-bottom: 0;
}
.heading-block h1 + p,
.heading-block h2 + p,
.heading-block h3 + p {
  color: #a2a2a2;
}
.heading-block:after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 50px;
  border-top: 2px solid #444;
}
.heading-block.center {
  text-align: center;
}
.heading-block.center:after {
  margin: 30px auto 0;
}
.heading-block.color-divider:after {
  border-color: #19b698;
}

.header-line {
  position: relative;
}
.header-line h1, .header-line h2, .header-line h3, .header-line h4, .header-line h5, .header-line h6 {
  position: relative;
  background-color: white;
  display: inline-block;
  z-index: 2;
  margin: 0;
  padding-right: 10px;
}
.header-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: auto;
  top: 52%;
  right: 0;
  border-top: 1px solid #eee;
}

.reference-quote {
  font-size: 13px;
  color: #222;
  font-style: italic;
  font-weight: 700;
}

p.reference-quote-meta {
  padding-left: 10px;
  position: relative;
  font-size: 13px;
  color: #222;
  line-height: 1.3 !important;
}
p.reference-quote-meta > span {
  font-size: 12px;
  color: #888888;
}
p.reference-quote-meta:before {
  content: "-";
  position: absolute;
  left: 0;
}

blockquote p {
  font-weight: bold;
  font-style: italic;
  line-height: 2 !important;
}

.search-box-wrapper {
  background: transparent;
  overflow: hidden;
  height: 0;
  color: #ccc;
}
.search-box-wrapper .container {
  position: relative;
}
.search-box-wrapper .search-form {
  margin-bottom: 0;
  padding: 0 0 0 10px;
}
.search-box-wrapper input {
  outline: none;
  font-size: 22px;
  font-style: italic;
  border: 0;
  background: #222222;
  color: #fff;
  height: 50px;
  width: 100%;
}
.search-box-wrapper .search-submit {
  display: none;
}
.search-box-wrapper i.fa {
  position: absolute;
  top: 12px;
  left: 0;
  padding-right: 10px;
}
.search-box-wrapper .topnav-search-btn {
  background-color: transparent;
}

#header {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header .container {
  width: 100%;
  padding: 0 30px;
  position: relative;
}

#branding {
  position: relative;
}
#branding a {
  display: block;
}
#branding img {
  max-width: 100%;
}
#branding a.brand-normal {
  display: block;
}
#branding a.brand-retina {
  display: none;
}

#main-navbar-toggle {
  position: relative;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#main-navbar ul {
  margin: 0;
}
#main-navbar > ul {
  float: left;
}
#main-navbar ul li {
  position: relative;
}
#main-navbar ul li.mega-menu {
  position: inherit;
}
#main-navbar ul li:first-child {
  margin-left: 0;
}
#main-navbar ul li a {
  display: block;
  -webkit-transition: height 0.4s ease, line-height 0.4s ease, padding 0.4s ease;
  -moz-transition: height 0.4s ease, line-height 0.4s ease, padding 0.4s ease;
  transition: height 0.4s ease, line-height 0.4s ease, padding 0.4s ease;
}
#main-navbar ul li:hover > ul {
  display: block;
}
#main-navbar ul ul.menu-right-position,
#main-navbar ul li .mega-menu-content.menu-right-position {
  left: auto;
  right: 0;
}
#main-navbar ul ul {
  padding: 0;
}
#main-navbar ul ul li {
  float: none;
  margin: 0;
}
#main-navbar ul ul a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main-navbar ul li.mega-menu-small .mega-menu-content {
  width: 400px;
}
#main-navbar ul li.mega-menu .mega-menu-content {
  margin: 0 30px;
  padding: 0 10px;
  width: 1140px;
  top: 110px;
}
#main-navbar ul li.mega-menu .mega-menu-content ul {
  display: block !important;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
  opacity: 1 !important;
}
#main-navbar ul li.mega-menu .mega-menu-content ul:first-child {
  border-left: 0 !important;
}
#main-navbar ul li.mega-menu .mega-menu-content ul a {
  padding-left: 5px;
  height: 36px;
  line-height: 36px;
}
#main-navbar ul li.mega-menu .mega-menu-content ul a:hover {
  padding-left: 10px;
}
#main-navbar ul li.mega-menu .mega-menu-content ul > li.mega-menu-title {
  margin-top: 20px;
}
#main-navbar ul li.mega-menu .mega-menu-content ul > li.mega-menu-title:first-child {
  margin-top: 0;
}
#main-navbar ul li.mega-menu .mega-menu-content ul > li.mega-menu-title > a {
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #444 !important;
  padding: 0;
  height: auto;
  line-height: 1.3 !important;
}
#main-navbar ul li.mega-menu .mega-menu-content ul > li.mega-menu-title:hover > a {
  background-color: transparent;
}
#main-navbar ul li.mega-menu .mega-menu-content ul > li.mega-menu-title > a:hover {
  color: #19b698 !important;
}
#main-navbar ul li.mega-menu .mega-menu-content > ul {
  float: left;
  padding: 20px 30px;
}
#main-navbar ul li.mega-menu .mega-menu-content.col-2 > ul, #main-navbar ul li.mega-menu .mega-menu-content.col-3 > ul, #main-navbar ul li.mega-menu .mega-menu-content.col-4 > ul, #main-navbar ul li.mega-menu .mega-menu-content.col-5 > ul {
  width: 50%;
  margin: 0;
  border-left: 1px solid #f2f2f2;
}
#main-navbar ul li.mega-menu .mega-menu-content.col-3 > ul {
  width: 33.33%;
}
#main-navbar ul li.mega-menu .mega-menu-content.col-4 > ul {
  width: 25%;
}
#main-navbar ul li.mega-menu .mega-menu-content.col-5 > ul {
  width: 20%;
}

#header.transparent-header {
  z-index: 99;
}
#header.transparent-header + #slider {
  top: -110px;
  margin-bottom: -110px;
}
#header.transparent-header #main-navbar > ul > li > ul,
#header.transparent-header #main-navbar > ul > li > .mega-menu-content, #header.transparent-header #main-navbar > ul > li.mega-menu > .mega-menu-content {
  top: 109px;
}

#header,
#header-wrap,
#branding img {
  -webkit-transition: height 0.4s ease, opacity 0.3s ease;
  -moz-transition: height 0.4s ease, opacity 0.3s ease;
  transition: height 0.4s ease, opacity 0.3s ease;
}

#main-navbar > ul > li > ul,
#main-navbar > ul > li > .mega-menu-content, #main-navbar > ul > li.mega-menu > .mega-menu-content {
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
}

#header.sticky-header {
  height: 60px;
}
#header.sticky-header #header-wrap,
#header.sticky-header #main-navbar,
#header.sticky-header #main-navbar > ul,
#header.sticky-header #main-navbar > ul > li > a {
  height: 60px;
}
#header.sticky-header #header-wrap {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
}
#header.sticky-header #main-navbar > ul > li > a {
  line-height: 60px;
}
#header.sticky-header #main-navbar > ul > li > a i {
  line-height: 59px;
}
#header.sticky-header #main-navbar > ul > li > ul,
#header.sticky-header #main-navbar > ul > li > .mega-menu-content, #header.sticky-header #main-navbar > ul > li.mega-menu > .mega-menu-content {
  top: 60px;
}
#header.sticky-header #search-toggle {
  line-height: 60px;
}

#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}

.slider-parallax {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
}

.tp-caption {
  font-family: "Raleway", "Arial", sans-serif;
}
.tp-caption.big-text {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "Raleway", "Arial", sans-serif;
}
.tp-caption.light_normal_22 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Raleway", "Arial", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: rgb(0, 0, 0);
  border-style: none;
}

@media only screen and (max-width: 479px) {
  .tp-caption > .myBtn {
    border-width: 1px !important;
    line-height: 30px !important;
    height: 30px !important;
    padding: 0 5px !important;
  }
  .tp-caption > .myBtn span {
    font-size: 10px;
  }
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-caption.black_heavy_60, .black_heavy_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.light_heavy_60, .light_heavy_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.light_medium_30, .light_medium_30 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.light_heavy_34, .light_heavy_34 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.black_thin_whitebg_30, .black_thin_whitebg_30 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  padding: 5px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.white_heavy_60, .white_heavy_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.black_thin_blackbg_30, .black_thin_blackbg_30 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  padding: 5px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.light_thin_60, .light_thin_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.white_heavy_70, .white_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.whiteline_long, .whiteline_long {
  line-height: 1px;
  min-width: 660px;
  background-color: transparent;
  text-decoration: none;
  border-width: 2px 0px 0px 0px;
  border-color: rgb(255, 255, 255) rgb(34, 34, 34) rgb(34, 34, 34) rgb(34, 34, 34);
  border-style: solid none none none;
}

.tp-caption.fullgradient_overlay, .fullgradient_overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid;
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none;
}

.tp-caption.light_medium_20, .light_medium_20 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Raleway", "Arial", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.reddishbg_heavy_70, .reddishbg_heavy_70 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(100, 1, 24, 0.8);
  padding: 50px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.borderbox_725x130, .borderbox_725x130 {
  min-width: 725px;
  min-height: 130px;
  background-color: transparent;
  text-decoration: none;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
}

.flexslider {
  margin: 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: auto;
  top: 10px;
  right: 10px;
  width: auto;
  z-index: 3;
}
.flexslider .flex-control-nav > li {
  margin: 0 3px;
}
.flexslider .flex-control-nav > li > a {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 20px;
}
.flexslider .flex-control-nav > li > a.flex-active, .flexslider .flex-control-nav > li > a:hover {
  background-color: white;
}
.flexslider.reference-slider .flex-control-nav {
  top: auto;
  bottom: 5px;
}
.flexslider.reference-slider .flex-control-nav > li {
  margin: 0 2px;
}
.flexslider.reference-slider .flex-control-nav > li > a {
  width: 6px;
  height: 6px;
  border: 1px solid #19b698;
}
.flexslider.reference-slider .flex-control-nav > li > a.flex-active, .flexslider.reference-slider .flex-control-nav > li > a:hover {
  background-color: #19b698;
}

.owl-carousel.carousel-full .owl-item {
  padding: 0 40px;
}

#content {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#content p {
  line-height: 1.8;
}
#content .content-wrap {
  position: relative;
}
#content .container {
  position: relative;
  z-index: 2;
}
#content .section {
  padding: 60px 0;
  margin: 60px 0;
  position: relative;
}
#content .section.gMap {
  height: 500px;
  padding: 0;
  margin: 0;
}
#content .video-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#content .video-section video {
  width: 100%;
}
#content .video-section > .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/square-pattern.png);
  -webkit-backface-visibility: hidden;
}

.search-results {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.search-results > .search-result {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.search-results > .search-result:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search-results > .search-result .cover {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.search-results > .search-result .cover h4 {
  padding: 0;
  margin: 0 0 10px 0;
}
#footer {
  position: relative;
}
#footer .widget {
  margin-bottom: 40px;
}
#footer .widget-photo-stream .photo-stream {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer .widget-photo-stream .photo-stream > li {
  display: inline-block;
  margin: 2px;
  position: relative;
  overflow: hidden;
}
#footer .widget-photo-stream .photo-stream > li a {
  position: relative;
  z-index: 2;
}
#footer .widget-photo-stream .photo-stream > li a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 75px;
  height: 75px;
}
#footer .widget-photo-stream .photo-stream > li a:hover img {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#footer .widget-photo-stream .photo-stream > li a:hover + .photo-stream-overlay i {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#footer .widget-photo-stream .photo-stream > li .photo-stream-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  text-align: center;
}
#footer .widget-photo-stream .photo-stream > li .photo-stream-overlay i {
  margin-top: 25px;
  font-size: 24px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#footer .widget-newsletter form {
  margin-top: 40px;
}
#footer .widget-newsletter input {
  border: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.15);
  border-radius: 0;
}
#footer .widget-newsletter button {
  border: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.15);
  border-radius: 0;
}
#footer .footer-bottom {
  padding: 40px 0;
}

#gotoTop {
  display: none;
  z-index: 999;
  position: fixed;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  top: auto;
  left: auto;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
#gotoTop:hover {
  background-color: #19b698;
  color: white;
}

.social-icon {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  position: relative;
  transform: rotateY(0deg);
  transition: transform 0.25s ease-out;
  transform-style: preserve-3d;
}
.social-icon > div {
  width: 30px;
  height: 30px;
  background: #1e1e1e;
  position: absolute;
}
.social-icon > div.front {
  transform: translateZ(12px);
}
.social-icon > div.back {
  background: #19b698;
  transform: rotateY(-100deg) translateZ(10px);
  color: white;
}
.social-icon.social-icon-light {
  color: #6f6f6f;
}
.social-icon.social-icon-light > div {
  background-color: #f2f2f2;
}

/*  Social Media Colors
	Facebook #3B5998
	Flickr #FE0883
	Foursquare #8FD400
	Google+ #C63D2D
	Instagram #4E433C
	Linkedin #4875B4
	Tumblr #2B4964
	Twitter #33CCFF
	Vimeo #86B32D
	Youtube #FF3333
	Dribbble #ea4c89
*/
.social-icon.social-facebook > .back {
  background: #3B5998;
}

.social-icon.social-twitter > .back {
  background: #55ACEE;
}

.social-icon.social-github > .back {
  background: #f3f3f3;
  color: #000;
}

.social-icon.social-pinterest > .back {
  background: #e3262e;
}

.social-icon.social-googleplus > .back {
  background: #dd4B39;
}

.social-icon.social-skype > .back {
  background: #12A5F4;
}

.social-icon.social-linkedin > .back {
  background: #4875B4;
}

.social-icon.social-dribbble > .back {
  background: #ea4c89;
}

.social-icon.social-flickr > .back {
  background: #FE0883;
}

/* Hover */
.social-icon:hover {
  transform: rotateY(100deg);
}

.bg-white {
  background-color: white !important;
}

.bg-cyan {
  background-color: #22beef !important;
  color: white !important;
}
.bg-cyan.dk {
  background-color: #10acdd !important;
}
.bg-cyan.dker {
  background-color: #0f9dca !important;
}
.bg-cyan.lt {
  background-color: #3ac5f1 !important;
}
.bg-cyan.lter {
  background-color: #52ccf2 !important;
}

.bg-amethyst {
  background-color: #cd97eb !important;
  color: white !important;
}
.bg-amethyst.dk {
  background-color: #c382e7 !important;
}
.bg-amethyst.dker {
  background-color: #ba71e4 !important;
}
.bg-amethyst.lt {
  background-color: #d1a0ed !important;
}
.bg-amethyst.lter {
  background-color: #d5a8ee !important;
}

.bg-green {
  background-color: #a2d200 !important;
  color: white !important;
}
.bg-green.dk {
  background-color: #96c300 !important;
}
.bg-green.dker {
  background-color: #86ae00 !important;
}
.bg-green.lt {
  background-color: #aadc00 !important;
}
.bg-green.lter {
  background-color: #b2e600 !important;
}

.bg-orange {
  background-color: #ffc100 !important;
  color: white !important;
}
.bg-orange.dk {
  background-color: #f0b500 !important;
}
.bg-orange.dker {
  background-color: #dba600 !important;
}
.bg-orange.lt {
  background-color: #ffc71a !important;
}
.bg-orange.lter {
  background-color: #ffcd33 !important;
}

.bg-red {
  background-color: #ff4a43 !important;
  color: white !important;
}
.bg-red.dk {
  background-color: #ff1910 !important;
}
.bg-red.dker {
  background-color: #e60900 !important;
}
.bg-red.lt {
  background-color: #ff635d !important;
}
.bg-red.lter {
  background-color: #ff7b76 !important;
}

.bg-greensea {
  background-color: #16a085 !important;
  color: white !important;
}
.bg-greensea.dk {
  background-color: #138a72 !important;
}
.bg-greensea.dker {
  background-color: #107863 !important;
}
.bg-greensea.lt {
  background-color: #19b698 !important;
}
.bg-greensea.lter {
  background-color: #1ccdaa !important;
}

.bg-dutch {
  background-color: #1693A5 !important;
  color: white !important;
}
.bg-dutch.dk {
  background-color: #137f8f !important;
}
.bg-dutch.dker {
  background-color: #116f7d !important;
}
.bg-dutch.lt {
  background-color: #19a7bc !important;
}
.bg-dutch.lter {
  background-color: #1cbbd2 !important;
}

.bg-hotpink {
  background-color: #FF0066 !important;
  color: white !important;
}
.bg-hotpink.dk {
  background-color: #e6005c !important;
}
.bg-hotpink.dker {
  background-color: #d10054 !important;
}
.bg-hotpink.lt {
  background-color: #ff1a75 !important;
}
.bg-hotpink.lter {
  background-color: #ff3385 !important;
}

.bg-drank {
  background-color: #A40778 !important;
  color: white !important;
}
.bg-drank.dk {
  background-color: #8c0666 !important;
}
.bg-drank.dker {
  background-color: #780558 !important;
}
.bg-drank.lt {
  background-color: #bc088a !important;
}
.bg-drank.lter {
  background-color: #d5099c !important;
}

.bg-blue {
  background-color: #418bca !important;
  color: white !important;
}
.bg-blue.dk {
  background-color: #357ebd !important;
}
.bg-blue.dker {
  background-color: #3074ad !important;
}
.bg-blue.lt {
  background-color: #5597d0 !important;
}
.bg-blue.lter {
  background-color: #69a3d5 !important;
}

.bg-lightred {
  background-color: #e05d6f !important;
  color: white !important;
}
.bg-lightred.dk {
  background-color: #dc485c !important;
}
.bg-lightred.dker {
  background-color: #d9364d !important;
}
.bg-lightred.lt {
  background-color: #e47282 !important;
}
.bg-lightred.lter {
  background-color: #e88895 !important;
}

.bg-slategray {
  background-color: #3f4e62 !important;
  color: white !important;
}
.bg-slategray.dk {
  background-color: #354252 !important;
}
.bg-slategray.dker {
  background-color: #2d3846 !important;
}
.bg-slategray.lt {
  background-color: #495a72 !important;
}
.bg-slategray.lter {
  background-color: #536781 !important;
}

.bg-darkgray {
  background-color: #333 !important;
  color: white !important;
}
.bg-darkgray.dk {
  background-color: #262626 !important;
}
.bg-darkgray.dker {
  background-color: #1c1c1c !important;
}
.bg-darkgray.lt {
  background-color: #404040 !important;
}
.bg-darkgray.lter {
  background-color: #4d4d4d !important;
}

.bg-primary {
  background-color: #428bca !important;
  color: white !important;
}
.bg-primary.dk {
  background-color: #3071a9 !important;
}
.bg-primary.dker {
  background-color: #245682 !important;
}
.bg-primary.lt {
  background-color: #5697d0 !important;
}
.bg-primary.lter {
  background-color: #6aa3d5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
  color: white !important;
}
.bg-success.dk {
  background-color: #449d44 !important;
}
.bg-success.dker {
  background-color: #357935 !important;
}
.bg-success.lt {
  background-color: #a3d7a3 !important;
  color: #357935 !important;
}
.bg-success.lter {
  background-color: #eaf6ea !important;
  color: #357935 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
  color: white !important;
}
.bg-warning.dk {
  background-color: #ec971f !important;
}
.bg-warning.dker {
  background-color: #c77c11 !important;
}
.bg-warning.lt {
  background-color: #f6ce95 !important;
  color: #c77c11 !important;
}
.bg-warning.lter {
  background-color: #fef9f3 !important;
  color: #c77c11 !important;
}

.bg-danger {
  background-color: #d9534f !important;
  color: white !important;
}
.bg-danger.dk {
  background-color: #c9302c !important;
}
.bg-danger.dker {
  background-color: #a02622 !important;
}
.bg-danger.lt {
  background-color: #eba5a3 !important;
  color: #a02622 !important;
}
.bg-danger.lter {
  background-color: #fdf7f7 !important;
  color: #a02622 !important;
}

.bg-info {
  background-color: #5bc0de !important;
  color: white !important;
}
.bg-info.dk {
  background-color: #31b0d5 !important;
}
.bg-info.dker {
  background-color: #2390b0 !important;
}
.bg-info.lt {
  background-color: #9bd8eb !important;
  color: #2390b0 !important;
}
.bg-info.lter {
  background-color: #f0f9fc !important;
  color: #2390b0 !important;
}

.bg-default {
  background-color: #616f77 !important;
  color: white !important;
}
.bg-default.dk {
  background-color: #4a555b !important;
  color: white !important;
}
.bg-default.dker {
  background-color: #333b3f !important;
  color: white !important;
}
.bg-default.lt {
  background-color: #a3aeb4 !important;
  color: #222 !important;
}
.bg-default.lter {
  background-color: #e1e5e7 !important;
  color: #222 !important;
}

.no-bg {
  background-color: transparent !important;
}

.bg-light {
  background-color: #f7f7f7;
}

.text-cyan {
  color: #22beef;
}

.text-amethyst {
  color: #cd97eb;
}

.text-green {
  color: #a2d200;
}

.text-orange {
  color: #ffc100;
}

.text-red {
  color: #ff4a43;
}

.text-greensea {
  color: #16a085;
}

.text-dutch {
  color: #1693A5;
}

.text-hotpink {
  color: #FF0066;
}

.text-drank {
  color: #A40778;
}

.text-blue {
  color: #418bca;
}

.text-lightred {
  color: #e05d6f;
}

.text-slategray {
  color: #3f4e62;
}

.text-darkgray {
  color: #333;
}

.text-primary {
  color: #428bca;
}

.text-success {
  color: #5cb85c;
}

.text-warning {
  color: #f0ad4e;
}

.text-danger {
  color: #d9534f;
}

.text-info {
  color: #5bc0de;
}

.text-white {
  color: white;
}

.text-ondark,
.text-default.lt {
  color: #a2a2a2;
}

.text-default.lter {
  color: #eeeeee;
}

.text-theme {
  color: #19b698;
}

.text-xs {
  font-size: 10px !important;
}

.text-sm {
  font-size: 12px !important;
}

.text-md {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 32px !important;
}

.text-xxl {
  font-size: 60px;
}

.text-mega {
  font-size: 160px;
}

.text-light {
  font-weight: 300 !important;
}

.text-italic {
  font-style: italic;
}

.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.block {
  display: block;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.text-left {
  text-align: left !important;
}

.wrap-reset {
  margin: -15px;
  padding: 15px;
}

.hidden-xs.show,
.hidden-sm.show {
  display: block !important;
}

.m-auto {
  margin: auto;
}

.m-40 {
  margin: 40px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.p-30 {
  padding: 30px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.b-0 {
  border: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.b-a {
  border: 1px solid #f2f2f2 !important;
}

.b-r {
  border-right: 1px solid #f2f2f2 !important;
}

.b-b {
  border-bottom: 1px solid #f2f2f2 !important;
}

.b-l {
  border-left: 1px solid #f2f2f2 !important;
}

.b-t {
  border-top: 1px solid #f2f2f2 !important;
}

.b-dashed {
  border-style: dashed !important;
}

.b-solid {
  border-color: #ddd !important;
}

.b-2x {
  border-width: 2px !important;
}

.b-3x {
  border-width: 3px !important;
}

.b-cyan {
  border-color: #22beef !important;
}

.b-amethyst {
  border-color: #cd97eb !important;
}

.b-green {
  border-color: #a2d200 !important;
}

.b-orange {
  border-color: #ffc100 !important;
}

.b-red {
  border-color: #ff4a43 !important;
}

.b-greensea {
  border-color: #16a085 !important;
}

.b-dutch {
  border-color: #1693A5 !important;
}

.b-hotpink {
  border-color: #FF0066 !important;
}

.b-drank {
  border-color: #A40778 !important;
}

.b-blue {
  border-color: #418bca !important;
}

.b-lightred {
  border-color: #e05d6f !important;
}

.b-slategray {
  border-color: #3f4e62 !important;
}

.b-darkgray {
  border-color: #333 !important;
}

.b-primary {
  border-color: #428bca !important;
}

.b-success {
  border-color: #5cb85c !important;
}

.b-warning {
  border-color: #f0ad4e !important;
}

.b-danger {
  border-color: #d9534f !important;
}

.b-info {
  border-color: #5bc0de !important;
}

.b-default {
  border-color: #616f77 !important;
}

.br-0 {
  border-radius: 0 !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-2-l {
  border-radius: 2px 0 0 2px !important;
}

.br-2-r {
  border-radius: 0 2px 2px 0 !important;
}

.br-2-t {
  border-radius: 2px 2px 0 0 !important;
}

.br-2-b {
  border-radius: 0 0 2px 2px !important;
}

.size-30x30,
.wh30 {
  width: 30px;
  height: 30px;
}

.size-45x45,
.wh45 {
  width: 45px;
  height: 45px;
}

.size-50x50,
.wh50 {
  width: 50px;
  height: 50px;
}

.w-40 {
  width: 40px !important;
}

.w-xxs, .w-60 {
  width: 60px;
}

.w-xs, .w-100 {
  width: 100px;
}

.w-sm, .w-150 {
  width: 150px;
}

.w-md, .w-240 {
  width: 240px;
}

.w-lg, .w-280 {
  width: 280px;
}

.w-xl, .w-360 {
  width: 360px;
}

.w-xxl, .w-420 {
  width: 420px;
}

.w-3xl, .w-520 {
  width: 520px;
}

.less-width {
  max-width: 860px;
  margin: 0 auto;
}

.lesser-width {
  max-width: 680px;
}

.center-block {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

a.desaturate > img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
a.desaturate:hover > img {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  #header,
  #header-wrap {
    height: auto !important;
  }
  #header .container {
    width: 750px;
    padding: 0 15px;
  }
  #header.transparent-header {
    background: #fff;
    z-index: auto;
  }
  #header.transparent-header + #slider {
    top: 0;
    margin-bottom: 0;
  }
  #branding {
    display: block;
    float: none;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
  }
  #branding a.brand-normal {
    display: inline-block;
  }
  #main-navbar {
    display: block;
    float: none;
  }
  #main-navbar ul {
    width: 100%;
  }
  #main-navbar ul.show {
    height: auto !important;
  }
  #main-navbar ul li:first-child {
    border-top: 0;
  }
  #main-navbar ul li.submenu > a {
    background-position: right center;
    background-repeat: no-repeat;
  }
  #main-navbar ul li.mega-menu .mega-menu-content {
    position: relative;
    background-color: transparent !important;
    box-shadow: none;
    border: 0;
    z-index: 1;
    top: 0 !important;
    padding-left: 0;
    width: auto !important;
    margin: 0 !important;
  }
  #main-navbar ul li.mega-menu .mega-menu-content ul {
    display: block !important;
    position: relative;
    top: 0;
    min-width: inherit;
    opacity: 1 !important;
    left: 0;
    width: 100%;
    border: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    float: none !important;
    padding-left: 10px;
  }
  #main-navbar ul li.mega-menu .mega-menu-content ul ul {
    border-top: 1px solid #eee;
  }
  #main-navbar ul li.mega-menu .mega-menu-content ul a {
    height: 36px;
    line-height: 36px;
  }
  #main-navbar ul li.mega-menu .mega-menu-content ul li.mega-menu-title {
    padding-left: 10px !important;
  }
  #main-navbar ul li.mega-menu .mega-menu-content ul li.mega-menu-title > a {
    font-family: "Lato", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    color: #444 !important;
    padding: 0;
    height: 36px;
    line-height: 36px !important;
    background-image: none;
  }
  #main-navbar ul li.mega-menu .mega-menu-content > ul:first-child {
    border: 0;
  }
  #main-navbar ul li.mega-menu .mega-menu-content.col-2 > ul, #main-navbar ul li.mega-menu .mega-menu-content.col-3 > ul, #main-navbar ul li.mega-menu .mega-menu-content.col-4 > ul, #main-navbar ul li.mega-menu .mega-menu-content.col-5 > ul {
    width: auto;
    margin: 0;
    border-left: 0;
  }
  #main-navbar ul ul {
    position: relative;
    width: 100% !important;
    box-shadow: none;
    z-index: 1;
    top: 0 !important;
  }
  #main-navbar ul ul li {
    float: none;
    margin: 0;
    border-top: 1px dotted #eee;
  }
  #main-navbar > ul {
    display: none;
    float: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  #main-navbar-toggle {
    opacity: 1;
    pointer-events: auto;
    top: 30px;
    margin-top: 0;
    left: 10px;
    z-index: 1;
  }
  #header.responsive-sticky-header {
    min-height: 50px;
  }
  #header.responsive-sticky-header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #header.responsive-sticky-header #branding,
  #header.responsive-sticky-header #branding img {
    height: 50px;
  }
  #header.responsive-sticky-header #main-navbar-toggle {
    position: relative;
    top: 0;
  }
  #header.responsive-sticky-header #main-navbar > ul {
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
  }
  #header.responsive-sticky-header #search-toggle {
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding: 0 !important;
  }
  #wrapper {
    width: 100% !important;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  .text-lg {
    font-size: 16px;
  }
  .text-xl {
    font-size: 24px;
  }
  .text-xxl {
    font-size: 30px;
  }
  .text-mega {
    font-size: 90px;
  }
  .w-3xl {
    width: 420px;
  }
  #footer .footer-bottom {
    text-align: center;
  }
  .text-center-md {
    text-align: center !important;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  #breadcrumbs h1 {
    text-align: center;
  }
  #breadcrumbs h1 + span {
    display: none;
  }
  #breadcrumbs .breadcrumb {
    position: static;
    text-align: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .w-3xl {
    width: auto;
  }
}
/* Body Overwrite */
body {
  overflow-x: hidden;
}

/* Support Classes */
.v-top {
  vertical-align: top;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* Header */
.header-login {
  float: right;
  -webkit-transition: height 0.4s ease, line-height 0.4s ease, padding 0.4s ease;
  -moz-transition: height 0.4s ease, line-height 0.4s ease, padding 0.4s ease;
  transition: height 0.4s ease, line-height 0.4s ease, padding 0.4s ease;
}

.header-login > ul {
  padding-left: 0;
}

#header.sticky-header #main-navbar .header-login > ul > li > a {
  line-height: 60px;
}

#search-toggle {
  float: left;
}

/* Header Helper Classes */
.absolute-left {
  position: absolute !important;
  left: 0;
}

.absolute-right {
  position: absolute !important;
  right: 15px;
}

/* Flex Slider */
.header-btm .slider {
  float: left;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.flexslider .slides img {
  object-fit: cover;
  object-position: top;
  max-height: 500px;
}

.alternate-layout body {
  background: none;
}

.flex-direction-nav a {
  /* Hide Next BTN text */
}
.flex-direction-nav a.flex-next {
  font-size: 0;
  right: 0;
}
.flex-direction-nav a.flex-next:before {
  content: "";
}

/* Main Top Navigation */
#header.sticky-header #main-navbar .header-login > ul > li > a {
  height: 60px;
}
#header #branding.logo-vertical {
  position: absolute;
  z-index: 1;
}

#botnav {
  width: auto;
}

/* Search Bar */
.search-box-wrapper .search-elements .fa-search {
  padding-top: 12px;
}
.search-box-wrapper .search-elements .search-box .search-form input {
  padding-top: 25px;
}

/* Forms */
.formphp input[type=file] {
  display: inline-block;
}

/*Dropdown for the last menu item*/
#main-navbar ul li:last-child.sfHover ul,
#main-navbar > ul > li:last-child > ul,
#main-navbar ul li:last-child ul {
  right: 0 !important;
  left: auto !important;
}

/* ALT Containers and Alt Containers content */
/* DE Preview Area */
body.alternate-layout {
  background: none;
}
body.alternate-layout .content .alt-container {
  padding-top: 30px;
}
body.alternate-layout .content .container {
  padding: 0;
  background-color: transparent;
}

/* DE Preview Area END*/
.alt-container {
  float: left;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.content .alt-container .container {
  background-color: transparent;
  background: none;
  /* Middle Column */
  /* Right Column */
  /* Right Column */
}
.content .alt-container .container > [id*=middle-col] > div {
  background-color: inherit;
}
.content .alt-container .container > [id*=right-col] > div {
  background-color: inherit;
}
.content .alt-container .container > [id*=left-col] > div {
  background-color: inherit;
}

#directory-content-table {
  /* Hidden Filter */
  /* Input Group */
  /* Data-table in Member Directory */
}
#directory-content-table .directory-toggle-filter-hidden {
  min-width: 175px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
#directory-content-table .directory-toggle-filter-hidden .caret {
  right: 4px;
  position: relative;
  float: right;
}
#directory-content-table form.form-inline {
  margin-bottom: 10px;
}
#directory-content-table .form-control {
  min-width: 207px;
  margin-right: -30px;
  color: #bbbbbb;
}
#directory-content-table .input-group-btn {
  left: -10px;
  z-index: 2;
}
#directory-content-table .input-group-btn a {
  border: none;
  color: #bbbbbb;
}
#directory-content-table .mem-directory tbody {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#directory-content-table .mem-directory th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-weight: 400;
}
#directory-content-table .mem-directory th a {
  font-weight: 400;
}
#directory-content-table .mem-directory td {
  border-right: none;
  border-left: none;
  padding-left: 10px;
}
#directory-content-table .page-nav {
  border-bottom: none;
}

.dir-filter-block {
  /* Accordion */
  /* Filter BTNs */
}
.dir-filter-block .filter.flex {
  border: 1px solid #dddddd;
}
.dir-filter-block .directory-toggle-filter {
  font-weight: 400;
  padding-left: 10px;
}
.dir-filter-block .directory-toggle-filter .caret {
  float: right;
  border-bottom: 4px solid;
  border-top: none;
  right: 12px;
  position: relative;
}
.dir-filter-block .accordion .head {
  border: none;
  background: transparent;
  text-transform: capitalize;
  border-top: 1px solid #ddd;
  padding-left: 10px;
}
.dir-filter-block .accordion .head a {
  color: #333;
}
.dir-filter-block .accordion .head span {
  float: right;
  background-image: none;
}
.dir-filter-block .accordion .head span:after {
  content: "+";
}
.dir-filter-block .accordion .head.active span:after {
  content: "−";
}
.dir-filter-block .accordion .content {
  padding-left: 35px;
  padding-right: 15px;
}
.dir-filter-block .accordion .content {
  border: none;
}
.dir-filter-block .accordion .content div {
  margin: 6px -20px;
}
.dir-filter-block .btns {
  padding-right: 15px;
  padding-left: 15px;
}
.dir-filter-block .btns .records {
  display: block !important;
  margin-top: 0px;
  margin-right: 0 !important;
  margin-bottom: 10px;
}
.dir-filter-block .btns a {
  display: none;
}
.dir-filter-block .btns br {
  display: none;
}

/* Image Gallery */
.galleryphp .img {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.galleryphp .img .thumb {
  border: none;
}
.galleryphp .img .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.galleryphp .img .caption div {
  border: none;
}

.pay-dues1 fieldset,
.pay-dues1 fieldset,
.mem-app2 fieldset,
.mem-app2 fieldset {
  width: inherit !important;
  max-width: inherit !important;
}

.account-editor fieldset {
  width: inherit !important;
  max-width: inherit !important;
}

.supervisor {
  width: inherit !important;
}

.event-list3php .order-history td {
  vertical-align: top;
}

.mrn-15 {
  margin-right: -15px;
}

.mln-15 {
  margin-left: -15px;
}

/* Custom Media Queries */
@media only screen and (max-width: 1024px) {
  #header #branding.logo-vertical {
    position: initial;
    z-index: auto;
  }
  .dir-filter-block {
    float: left;
  }
  #directory-content-table {
    float: left;
    padding-left: 0;
  }
  #directory-content-table .table-sec-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    position: relative;
    display: block;
  }
}

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