/*
Theme Name: Renton Downtown
Theme URI: http://wordpress.communitysys.com
Description: Fully Respnosive WordPress Theme for Renton Downtown
Version: 2.0
Author: Community Systems
*/

/* Begin Typography & Colors */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  font-size: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

@media (min-width: 601px) {
  body {
    position: relative;
  }
}

body,
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}

a,
a:hover {
  outline: none;
  text-decoration: none;
}

a {
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* forms & inputs */
#sidebar input[type="text"],
.formInput,
.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="text"],
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #e0dddd;
  background-color: #fff;
  padding: 6px;
  -webkit-box-shadow: inset 0 0 5px #efefef;
  box-shadow: inset 0 0 5px #efefef;
}

a.inputBtn,
a.inputBtn2 {
  white-space: nowrap;
}

.wpcf7 {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 13px;
  color: #666;
}

.wpcf7-response-output {
  float: left;
  width: 100%;
  display: block;
}

.mc4wp-form-basic,
.mc4wp-form-theme {
  margin: 0 auto !important;
}

.mc4wp-form-basic input[type=date],
.mc4wp-form-basic input[type=email],
.mc4wp-form-basic input[type=tel],
.mc4wp-form-basic input[type=text],
.mc4wp-form-basic input[type=url],
.mc4wp-form-basic select,
.mc4wp-form-basic textarea,
.mc4wp-form-theme input[type=date],
.mc4wp-form-theme input[type=email],
.mc4wp-form-theme input[type=tel],
.mc4wp-form-theme input[type=text],
.mc4wp-form-theme input[type=url],
.mc4wp-form-theme select,
.mc4wp-form-theme textarea {
  max-width: 100%;
  width: auto !important;
}

#sidebar input[type="submit"],
.cw-epu-input-submit,
.inputBtn,
.mc4wp-form-fields input[type="submit"],
.wpcf7-submit {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
  padding: 8px 33px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#homeContent a,
.inputBtn2 {
  display: inline-block;
  font-size: 15px;
  border-radius: 3px;
  padding: 8px 42px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inputBtnMini,
a.inputBtnMini {
  position: absolute;
  right: 0;
  margin: 5px 5px 0 0;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  border-radius: 6px;
  padding: 2px 4px;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item {
  float: left;
  display: block;
  width: 100%;
}

.btnFade {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btnFade:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#topSearchBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: height ease 0.25s;
  transition: height ease 0.25s;
  will-change: height;
  z-index: 9999;
}

#topSearchBar.-opened {
  height: 46px;
}

.admin-bar #topSearchBar {
  top: 32px;
}

#topBar,
#topSearchBar {
  float: left;
  width: 100%;
}

input.search {
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 2px 5px;
}

@media (min-width: 1024px) {
  input.search {
    height: 40px;
  }
}

.goBtn {
  background-color: transparent;
  border: transparent;
  padding: 0;
}

#topSearchBar #topSearchClose {
  text-align: right;
}

#topSearchBar #topSearchClose a {
  font-size: 22px;
  color: #222;
}

#topBarSearch,
#topSearchBar {
  font-size: 22px;
  line-height: 40px;
}

#topBarSearch a {
  color: #fff;
}

#topBar {
  /* TBD */
}

.topBarSocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.topBarSocials:empty {
  display: none;
}

.topBarSocials-item {
  margin-right: 10px;
  margin-left: 10px;
}

.topBarSocials-link {
  color: #fff;
  font-size: 18px;
}

.topBarSocials-link:hover,
.topBarSocials-link:focus {
  color: #fff;
  opacity: .8;
}

#utilityNav {
  float: right;
  max-width: 700px;
  margin: -15px auto 15px;
  padding: 4px 12px;
  text-align: center;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

#utilityNav .menu-top-navigation-container {
  float: left;
}

#utilityNav ul {
  margin: 0;
  padding: 0;
}

#utilityNav li {
  display: inline-block;
  padding: 0 8px;
  margin: 4px auto;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

#utilityNav li:last-child {
  border: none;
}

#utilityNav li a {
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#utilityNav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#utilityNavSearch {
  float: right;
  margin: 0 0 0 15px;
}

#utilityNavSearch .goBtn {
  margin: 0 0 0 8px;
}

#utilityNavSearch input.search {
  margin: 2px auto;
  font-size: 12px;
  padding: 1px 4px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
}

#topBarText {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

#topBarBtn {
  text-align: right;
}

.topBarInput {
  display: inline-block;
  line-height: 30px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.topBarInput:hover {
  background-color: #fff;
}

#header {
  float: left;
  width: 100%;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 64em) {
  #header {
    padding: 1.59375rem 15px;
  }
}

.headerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#headerLogo img {
  width: 195px;
  max-width: 100%;
  height: 100%;
}

#navigation ul {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0;
}

#navigation li {
  display: inline-block;
  padding: 5px 19px;
}

#navigation li:last-child {
  border: none;
}

#navigation li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

#navigation li a:hover {}

/* subnav */
#navigation li ul {
  position: absolute;
  width: 100%;
  max-width: 270px;
  margin: 0 0 0 -12px !important;
  padding: 26px 0 0;
  display: none;
  z-index: 9999;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-box-shadow: 3px 5px 5px -5px #222;
  box-shadow: 3px 5px 5px -5px #222;
}

#navigation li:hover ul {
  display: block;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#navigation li ul li {
  float: left;
  width: 100%;
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  list-style: none !important;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

#navigation li ul li:hover {
  background-color: #8bba63;
}

#navigation li ul li a {
  font-size: 16px;
  text-transform: none;
}

#navigation li ul li:last-child {}

#navigation li ul li:hover {}

#navigation li ul li:hover a {}

#navigation li ul .current-menu-item a::before {
  content: "» ";
}

#navigation .sub-menu a {
  background: none !important;
}

/* sub sub nav */
#navigation li ul li ul {
  display: none !important;
  margin: -64px 0 0 258px !important;
}

#navigation li ul li:hover ul {
  display: block !important;
}
/* end sub nav */
/* end main nav */
/* page block sub navigation */
.pageSubNav {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 10px auto 20px;
}

.pageSubNav ul {
  margin: 0;
  padding: 0;
}

.pageSubNav li {
  float: left;
  position: relative;
  display: inline-block;
  margin: 5px 0 5px -1px;
  padding: 5px 10px;
}

.pageSubNav li a {
  font-size: 14px;
}

.pageSubNav .page_item_has_children a::after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: '\f0d7';
  margin-left: 3px;
}

.pageSubNav .current_page_item,
.pageSubNav li:hover {}

.pageSubNav .current_page_item a,
.pageSubNav li:hover a {
  color: #fff !important;
}

.pageSubNav .current_page_item.page_item_has_children a::after,
.pageSubNav li.current_page_item a:hover::after {
  color: #fff !important;
}

.pageSubNav li ul {
  position: absolute;
  width: 100%;
  min-width: 220px;
  margin: 5px 0 0 -11px;
  display: none;
  z-index: 9999;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  opacity: 0 !important;
  filter:alpha(opacity=0) !important;
}

.pageSubNav li:hover ul {
  display: block;
  opacity: 1 !important;
  filter:alpha(opacity=100) !important;
}

.pageSubNav li ul li {
  float: left;
  width: 100%;
  height: auto !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  list-style: none !important;
}

.pageSubNav li ul li a:after {
  content: '' !important;
}

.pageSubNav li ul li a {
  font-size: 12px;
  color: #fff !important;
  text-transform: none;
  background: none !important;
  border: none !important;
}

.pageSubNav li ul li:hover {}

.pageSubNav li ul li ul {
  display: none !important;
}
/* home items */
.tp-caption.hero {
  text-align: center;
}

.tp-caption.hero h2 {
  margin: 5px auto;
  text-transform: uppercase;
  font-size: 30px;
  border: none;
  font-weight: 300;
  letter-spacing: 5px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.tp-caption.hero h1 {
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.tp-caption a {
  display: inline-block;
  margin: 5px auto;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
  text-decoration: none;
}

#homeActionItems,
#homeBtmCTA,
#homeCTA {
  width: 100%;
  margin: 0 0 25px;
}

.homeCTAWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 992px) {
  #homeCTALeft,
  #homeCTARight {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
  }
}

#homeActionItems .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.homeCol {
  text-align: left;
  position: relative;
  z-index: 1000;
  background-color: rgba(255,255,255,.8);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
}

.homeCol:hover {
  background-color: rgba(255,255,255,1);
}

.homeColTop {
  text-align: center;
  padding-top: 5px;
}

.homeColTop img {
  max-width: 100%;
  height: auto;
}

.homeCol h2 {
  color: #000;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto 5px;
  padding: 0;
  border: none !important;
}

@media (max-width: 991px) {
  .homeCol h2 {
    line-height: 1.2;
  }
}

.homeCol p {
  margin: 0 auto;
  padding: 22px 0 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .homeCol p {
    min-height: 200px;
    padding: 22px 20px 0 6px;
  }
}

@media (min-width: 992px) {
  .homeCol p {
    min-height: 150px;
  }
}
/*

.homeCol a {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #222;
	border-radius: 6px;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
	color: #222;
}

.homeCol a:hover {

}
*/

#homeContent {
  float: left;
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  line-height: 2em;
}

#homeContent .container {
  padding: 50px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

#homeContent a {
  display: inline-block;
}

#homeCTA {
  padding: 50px 15px;
  margin: 0;
}

#homeCTA h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 992px) {
  #homeCTA h1 {
    margin-bottom: 20px;
  }
}

#homeStaffRotator,
#homeWidgets1,
#homeWidgets2 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px 0;
}

#homeWidgets1 {
  -webkit-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.15);
  background-color: #efefef;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #homeWidgets1 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

#homeWidgets1 .widget-title {
  position: relative;
}

#homeWidgets1 .widget > h2,
#homeWidgets1 .widget-title > h2 {
  font-size: 20px;
  padding-bottom: 4px;
  font-weight: 600;
}

@media (max-width: 992px) {
  #homeWidgets1 .widget > h2,
  #homeWidgets1 .widget-title > h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 67px;
    line-height: 1.2;
  }
}

#homeBtmCTA {
  padding: 20px;
  margin: 0;
  text-align: center;
}

#homeBtmCTA h2 {
  font-size: 19px;
  font-weight: 400;
  padding: 0;
}

#homeStaffRotator p {
  margin: 5px auto;
}

#homeStaffRotator .staffDetails {
  float: left;
  width: 55%;
  text-align: left;
}

#homeStaffRotator .staffSocial {
  float: right;
  width: 45%;
  text-align: center;
}

#homeStaffRotator .staffSocial a {
  float: left;
  width: 100%;
  margin: 10px;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

#homeStaffRotator img {
  max-width: 100%;
  height: auto;
}

#homeStaffRotator .owl-controls {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 5;
}

#homeStaffRotator .owl-next,
#homeStaffRotator .owl-prev {
  width: 35px;
  height: 115px;
  line-height: 100px;
  bottom: 50%;
  background-color: rgba(219,219,219,.8);
  position: absolute;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
}

#homeStaffRotator .owl-next:hover,
#homeStaffRotator .owl-prev:hover {}

#homeStaffRotator .owl-prev {
  left: 0;
}

#homeStaffRotator .owl-next {
  right: 0;
}

#homeStaffRotator .owl-buttons .fa {
  vertical-align: middle;
}
/* end home */
#content {
  float: left;
  width: 100%;
  min-height: 400px;
}

#content::before {
  content: "";
  background-color: #003139;
  width: 100%;
  height: 136px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.admin-bar #content::before {
  top: 2.875rem;
}

.error404 #content,
.search #content {
  padding-top: 30px;
}

.error404 #content::before,
.search #content::before {
  display: none;
}

#breadcrumbs {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

@media (min-width:  992px) {
  #breadcrumbs {
    margin-bottom: 50px;
  }
}

#breadcrumbs .fa {
  font-size: 18px;
}

#breadcrumbs li .fa {
  margin-right: 5px;
}

.breadcrumbs-separator {
  display: inline-block;
  margin: 0 5px;
}

#pageSharing {
  text-align: right;
}

#favToggle {
  float: right;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  margin: 2px 0 5px 5px;
  background-color: #ddd;
  color: #f00;
}

#favoritesMenu {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 250px;
  right: 0;
  margin: 40px 15px 15px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 9555;
  text-align: left;
}

#favoritesMenu ul {
  margin: 0;
  padding: 0;
}

#favoritesMenu li {
  width: 100%;
  padding: 5px 0;
}

#favoritesMenu a,
#favoritesMenu li {
  display: inline-block;
}

#favoritesMenu li .fa {
  font-size: 12px;
}

#favoritesMenu .simplefavorites-clear {
  position: absolute;
  right: 0;
  margin: 5px 5px 0 0;
  color: #f00 !important;
  background: transparent !important;
  border: none !important;
}

.simplefavorite-button {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
  padding: 4px 8px;
  cursor: pointer;
}

#pageSharing .simplefavorite-button {
  float: right;
}

.sharedaddy {
  float: right;
  margin: 0 0 10px 10px;
  clear: none !important;
}

.blogEntry {
  float: left;
  width: 100%;
  padding: 0 0 40px;
}

.blogEntry img {
  width: 100%;
  height: auto;
}

.blogEntry .date {
  font-size: 12px;
  font-style: italic;
  color: #555;
}

.blogEntry h3 {
  margin: 5px auto 10px;
  font-size: 20px;
}

.blogEntry a.readmore {
  font-size: 12px;
  font-style: italic;
}

.cbp-item-wrapper {
  background: transparent !important;
  padding: 0 !important;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-work .cbp-filter-item:hover {
  color: #fff;
  cursor: pointer;
}

.postMeta {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blogPhoto .clip-border {
  width: 85px;
  height: 95px;
  margin: 0 10px 0 0;
}

.blogPhoto .clip-border::after {
  background-position: top center;
  background-size: cover;
}

.blogPhoto .clip-each {
  float: left;
  display: inline-block;
  position: relative;
}

.blogPhoto {
  width: 100%;
  min-height: 200px;
  margin: 10px 0 20px;
  overflow: hidden;
  border: 2px solid #ddd;
  text-align: center;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blogPhoto img {
  max-width: 100%;
  vertical-align: middle;
}

#contactMap {
  width: 100%;
  margin-bottom: 25px;
}

#contactMap iframe {
  height: 256px;
}

.favoritesTable {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.favoritesTable caption,
.favoritesTable td,
.favoritesTable th {
  font-weight: normal;
  text-align: left;
}

.favoritesTable caption {
  font-size: 16px;
  margin: 20px 0;
}

.favoritesTable th {
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.favoritesTable td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.favoritesTable thead th {
  border: none;
}

.favoritesTable .simplefavorites-clear {
  text-align: center;
  margin: 2px 0 5px 5px;
  background-color: transparent;
  border: none !important;
}

.favoritesTable .simplefavorites-clear .fa {
  font-size: 18px;
  color: #f00;
}

#footer {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 13px;
}

#footerContent,
#footerSiteMap,
#footerWidgets {
  padding: 15px;
  text-align: center;
}

#siteMapToggle {
  display: none;
}

@media (min-width: 992px) {
  #siteMapToggle {
    display: inline-block;
  }
}

#footerWidgets {
  border-bottom: 1px solid #222;
  background-color: #e6e6e6;
  padding: 30px;
}

#footerContent {
  padding-right: 0;
  padding-bottom: 45px;
  padding-left: 0;
}

@media (min-width: 640px) {
  #footerContent {
    margin-right: 25px;
    margin-left: 25px;
    border-top: 1px rgba(0, 0, 0, 0.5) solid;
  }
}

#footerSocials {
  text-align: right;
}

.footerIcon {
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

#footer input {
  max-width: 100%;
}

#siteMap {
  width: 100%;
  padding: 15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  #siteMap {
    display: none !important;
  }
}

#siteMap .container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#siteMap ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 11%;
  flex: 0 1 11%;
  line-height: 18px;
  margin: 5px 3% 5px 0;
  font-weight: 400;
  list-style: none;
}

#siteMap ul li a {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#siteMap ul li a:hover {
  color: #999;
}

#siteMap ul li ul {
  margin: 0;
  padding: 0;
}

#siteMap ul li ul li {
  width: 100% !important;
}

#siteMap ul li ul li a {
  font-weight: 400;
  text-transform: none;
  color: #000;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}
/* End Structure */
/* Begin Sidebar */
#sidebar {}

.footerWidget,
.homeWidget,
.sidebarEntry {
  text-align: left;
}

.footerWidget img,
.homeWidget img,
.sidebarEntry img {
  max-width: 100%;
  height: auto;
}

.sidebarEntry {
  width: 100%;
  margin: 0 auto 25px 0;
  padding-top: 25px;
  border-top: 1px #ccc solid;
}

.sidebarEntry h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.sidebarEntry .widget-downloads li:not(:last-child) {
  margin-bottom: 5px;
}

.sidebarEntry .widget-downloads a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
}

.sidebarEntry .widget-downloads a span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sidebarEntry .widget-downloads a .fa {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: static;
}

.sidebarEntry .widget-downloads a .fa.fa-download {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 5px;
}

.sidebarEntry.-gallery h2 {
  margin-bottom: 20px;
}

.homeWidget {
  color: #666;
  font-size: 14px;
  margin-bottom: 16px;
}

.homeWidget h2 {
  border-bottom: 4px solid #003139;
}

.homeWidget li {
  margin: 15px auto;
}

.homeWidget .textwidget > p:last-of-type {
  margin-bottom: 1rem;
}

.homeWidget .textwidget > a::after {
  content: '\f0da';
  margin-left: 5px;
  padding-top: 0.09375rem;
  font-family: "FontAwesome";
}

#widgetStaffRotatorClip {
  text-align: center;
}

#widgetStaffRotatorClip .staffDetails,
#widgetStaffRotatorClip .staffSocial {
  float: left;
  width: 50%;
  font-size: 12px;
  text-align: left;
}

#widgetStaffRotatorClip .owl-next,
#widgetStaffRotatorClip .owl-prev {
  margin: 0 0 10px;
  padding: 2px 8px;
  width: 48%;
  color: #fff;
}

#widgetStaffRotatorClip .owl-prev {
  float: left;
  text-align: left;
}

#widgetStaffRotatorClip .owl-next {
  float: right;
  text-align: right;
}

#widgetStaffRotatorClip h3 {
  margin: 0 0 8px;
}

#widgetStaffRotatorClip img {
  width: 100%;
  max-width: 120px;
  height: auto;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.featuredSidebarEntry {
  width: 100%;
  margin: 0 auto 20px;
  overflow: auto;
}

.featuredSidebarEntry-img {
  display: inline-block;
  width: 80px;
  height: 65px;
  position: relative;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.featuredSidebarEntry-img img {
  height: 65px !important;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featuredSidebarEntry-link {
  position: relative;
}

.featuredSidebarEntry-link::after {
  content: '\f0da';
  position: absolute;
  margin-left: 5px;
  padding-top: 2px;
  font-family: "FontAwesome";
}

.featuredSidebarEntry img.alignleft {
  margin-right: 20px;
  padding: 0;
  max-width: 80px;
  height: auto;
}

.featuredSidebarEntry p {
  font-size: 14px;
}

.widget-view-all {
  position: absolute;
  right: 0;
  bottom: 11px;
  font-size: 11px;
  margin-top: 11px;
  margin-right: 9px;
}

.confit-address:before {
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0 8px 0 0;
}

.confit-phone:before {
  content: "\f10b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0 8px 0 0;
}

.confit-hours:before {
  content: "\f059";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0 8px 0 0;
}

.widget-downloads {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}

.widget-downloads li {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.widget-downloads li:not(:last-child) {
  margin-bottom: 15px;
}

.widget-downloads a,
.widget-downloads li {
  font-size: 13px;
  font-weight: 500;
}

.widget-downloads a i {
  position: absolute;
  margin-left: 5px;
  padding-top: 3px;
}
/* End Sidebar */
/*	Begin Headers */
h1 {
  font-size: 40px;
  margin: 0 auto 25px;
}

.cw-epu-label,
h2 {
  font-size: 28px;
  line-height: 30px;
  margin: 0 auto 20px;
  padding: 0 0 8px;
}

#footer h2,
.cw-epu-label {
  font-size: 20px;
}

h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin: 0 auto 15px;
  padding: 0;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

.formHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}

@media (min-width: 40em) {
  .formHeader {
    margin-bottom: 45px;
    font-size: 35px;
  }
}

.formHeader:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: '\f05a';
  margin-right: 10px;
  color: #0a5786;
}

.formWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.formWrapper-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 20px;
  padding-right: 4px;
  padding-left: 4px;
}

.formWrapper-column.-w100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (min-width: 768px) {
  .formWrapper-column.-w33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .formWrapper-column.-w67 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.formWrapper textarea,
.formWrapper input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dbdad1;
}

.formWrapper textarea:focus,
.formWrapper input:focus {
  outline: none;
  border: 1px #8bba63 solid;
}

.formWrapper textarea {
  height: 129px;
  padding: 10px;
  font-size: 12px;
  resize: none;
}

.formWrapper textarea::-webkit-input-placeholder {
  color: #b9bbc0;
}

.formWrapper textarea:-ms-input-placeholder {
  color: #b9bbc0;
}

.formWrapper textarea::placeholder {
  color: #b9bbc0;
}

.formWrapper input:not(.wpcf7-submit) {
  height: 40px;
  padding-left: 10px;
  color: #333;
  font-size: 11px;
  font-weight: 500;
}

.formWrapper input::-webkit-input-placeholder {
  color: #333;
  font-weight: 500;
}

.formWrapper input:-ms-input-placeholder {
  color: #333;
  font-weight: 500;
}

.formWrapper input::placeholder {
  color: #333;
  font-weight: 500;
}

.formWrapper .wpcf7-submit {
  min-width: 185px;
}

.formWrapper .wpcf7-not-valid-tip {
  padding-top: 5px;
}

.entry h3 {
  font-weight: 400;
  font-size: 20px;
}

#homeBtmCTA h2 {
  color: #fff;
  border: none;
  margin: 0;
}

#contactMap h2,
#homeStaffRotator h2 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 38px;
  margin: 0 auto 30px;
  border: none;
  font-weight: 700;
  text-align: center;
}

#homeStaffRotator h3 {
  font-size: 17px;
  margin: 5px auto 0;
}
/* End Headers */
/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  height: auto;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.embed-youtube,
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.embed-youtube iframe,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* End Images */
/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;
}

.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}

.children {
  padding: 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */
/* Begin Various Tags & Classes */
abbr,
acronym,
span.caps {
  cursor: help;
}

abbr,
acronym {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

hr {
  display: inline-block;
  border: none;
  margin: 15px auto;
}

a img {
  border: none;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* responsive add-ons */
#mobile-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  max-width: 220px;
  height: 100%;
  display: none;
}

#mobile-nav ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-nav li {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: left;
}

#mobile-nav li:last-child {
  border: none;
}

#mobile-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

#mobile-nav #mobile-menu .fa {
  color: #fff;
  padding: 6px 12px;
  margin-right: 5px;
}

#mobile-nav #mobileNavClose {
  text-align: center;
}

#mobile-nav #mobileNavSearch:hover {
  color: #333;
}

#mobile-nav #mobileNavSearch input.search {
  width: 100%;
  border-radius: 12px;
  font-size: 12px;
}

#mobile-nav #mobileNavSearch .goBtn {
  position: absolute;
  margin: 1px 0 0 -25px;
}

#mobile-nav .sub-menu {
  display: none;
}

#mobile-nav .sub-menu li {
  padding: 5px 10px !important;
}

#mobile-nav .dropdown-menu {
  float: left;
  position: relative !important;
}

#mobileNavClose {
  text-align: right;
}

#mobileNavClose a {
  font-size: 18px;
  color: #f00;
}

#navMobileMenu {
  float: right;
  margin: 0;
  display: none !important;
  text-align: center;
}

#navMobileMenu a {
  font-size: 35px !important;
}
@media all and (max-width:600px) {
  #headerLogo img {
    max-width: 120px;
  }

  .owl-prev {
    display: none;
  }

  .owl-next {
    top: 50%;
  }

  .rev_slider {
    max-height: 250px !important;
  }
}
@media all and (max-width:767px) {
  .homeCol {
    margin: 15px 0 25px !important;
  }

  .homeCol img {
    width: 100%;
    height: auto;
  }

  .footerWidget,
  .homeWidget {
    margin: 25px auto;
  }

  #footerSiteMap {
    display: none;
  }

  .footerWidget {
    text-align: center;
  }
}
@media all and (max-width:992px) {
  .hero {
    top: 20% !important;
  }

  #topBar {
    display: none;
  }

  .post {
    padding: 0 0 25px;
  }

  #footer a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
  }
}
@media all and (max-width:1024px) {

  #navigation .menu-main-navigation-container,
  #utilityNav {
    display: none;
  }

  #navMobileMenu {
    display: inline-block !important;
  }
}
@media all and (max-width:1199px) {
  #navigation li {
    padding: 5px;
  }

  #navigation li a {
    font-size: 15px;
    font-weight: 400;
    padding: 5px;
  }
}

/* Top bar */
.topBar {
  font-size: 0.875rem;
}

.topBar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
  will-change: height;
}

@media (min-width: 64em) {
  .topBar-wrapper {
    padding-left: 0.9375rem;
  }
}

.header.-fixed .topBar-wrapper {
  height: 0.625rem;
}

.topBar-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.header.-fixed .topBar-column {
  opacity: 0;
}

@media (min-width: 64em) {
  .topBar-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}

.topBar-column.-left,
.topBar-column.-right {
  display: none;
}

@media (min-width: 64em) {
  .topBar-column.-left,
  .topBar-column.-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.topBar-column.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topBar-column.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.topBar-column.-center,
.topBar-column.-right {
  font-family: "Droid Serif", serif;
  font-weight: 700;
}

.topBar-tagline {
  color: #fff;
  font-family: "Australis Pro Swash", serif;
  font-size: 26px;
}

.topSearch {
  display: none;
  position: relative;
  top: -10px;
  height: 0;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
  will-change: height;
}

@media (min-width: 64em) {
  .topSearch {
    display: block;
  }
}

.topSearch.-active {
  top: 0;
  height: 3rem;
}

.topSearch-form,
.topSearch-input {
  width: 100%;
  height: 100%;
}

.topSearch-input {
  font-size: 0.875rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003139;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.topSearch-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.topSearch-input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.topSearch-input::placeholder {
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.topSearch-input::-ms-clear {
  display: none;
}

.topSearch-input:focus {
  outline: none;
}

.topSearch-input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.topSearch-input:focus:-ms-input-placeholder {
  opacity: 1;
}

.topSearch-input:focus::placeholder {
  opacity: 1;
}

.topSearch.-mobile {
  display: block;
  position: relative;
  top: 0;
  height: 5rem;
  margin-bottom: 1.25rem;
}

.topSearch.-mobile .topSearch-input {
  background-color: #191919;
  -webkit-box-shadow: 0 0 50px rgba(76,154,218,.3);
  box-shadow: 0 0 50px rgba(76,154,218,.3);
  padding-right: 3.75rem;
}

.topSearch.-mobile .topSearch-input::-webkit-input-placeholder {
  opacity: 0.5;
}

.topSearch.-mobile .topSearch-input:-ms-input-placeholder {
  opacity: 0.5;
}

.topSearch.-mobile .topSearch-input::placeholder {
  opacity: 0.5;
}

.topSearch.-mobile .topSearch-submit {
  cursor: pointer;
  color: hsla(0,0%,100%,.5);
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topSearch.-mobile .topSearch-submit::before {
  content: "\F002";
  font-family: FontAwesome;
}

.topSearchToggle {
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}

.topSearchToggle::before {
  content: "\F002";
  font-family: FontAwesome;
}

.-active .topSearchToggle::before {
  content: "\F00D";
}

.topNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.topNav.-external {
  height: 100%;
}

.topNav.-external .topNav-item:last-child {
  margin-left: 1.25rem;
}

.topNav-item {
  height: 100%;
}

.topNav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 0.8125rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.topNav-link:hover {
  opacity: 0.8;
}

.topNav.-external .topNav-link {
  color: #013239;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.0375rem;
  -webkit-box-shadow: 0 3px 2px rgba(41, 102, 173, 0.26);
  box-shadow: 0 3px 2px rgba(41, 102, 173, 0.26);
  background-color: #e7e7e7;
}

.topNav.-external .topNav-link::after {
  content: "\F101";
  font-family: FontAwesome;
  margin-left: 0.125rem;
}

/* Footer */
.footer-wrapper {
  max-width: 65.3125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.25rem
}

@media (min-width: 64em) {
  .footer-wrapper {
    padding-bottom:2.5rem;
    padding-top: 2.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.footer-column {
  max-width: 100%
}

@media (max-width: 39.9375em) {
  .footer-column {
    width:100%
  }
}

.footer-column:not(:last-child) {
  margin-bottom: .9375rem
}

@media (min-width: 40em) {
  .footer-column:not(:last-child) {
    padding-right:.9375rem
  }
}

@media (min-width: 64em) {
  .footer-column {
    -webkit-box-flex:0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    max-width: 33.3333%
  }

  .footer-column:not(:last-child) {
    margin-bottom: 0;
  }
}

.footer-column.-right {
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-column.-right .footer-widget {
  text-align: center;
}

.footer-logo {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem
}

@media (min-width: 64em) {
  .footer-logo {
    margin-bottom:0;
    width: 17.5rem
  }
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-title {
  color: #003139;
  font-size: 1.125rem;
  margin-bottom: 1.25rem
}

.footer-contacts {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #333
}

.footer-contacts-item {
  font-size: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500
}

.footer-contacts-item:not(:last-child) {
  margin-bottom: .625rem
}

.footer-contacts-item:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.875rem;
  text-align: left
}

.footer-contacts-item.-address:before {
  content: "\F041";
  font-size: 1.1875rem
}

.footer-contacts-item.-email:before {
  content: "\F0E0";
  font-size: .8125rem
}

.footer-contacts-item.-email a {
  color: #333
}

.footer-contacts-item.-email a:hover {
  color: #2a62ad
}

.footer-contacts-item.-phone {
  margin-top: -5px
}

.footer-contacts-item.-phone:before {
  content: "\F10B";
  font-size: 1.6875rem
}

.footer-contacts-item.-phone a {
  color: #333
}

.footer-contacts-item.-phone a:hover {
  color: #2a62ad
}

.footer-contacts-item.-website {
  margin-top: -.4375rem
}

.footer-contacts-item.-website:before {
  content: "\F0AC";
  font-size: 1.25rem;
  margin-left: -.1875rem;
  margin-right: .1875rem
}

.footer-contacts-item.-website a {
  padding-left: .125rem
}

.footer-contacts-item a:hover {
  opacity: .9
}

/**
 * Sticky Nav
 */

@media (min-width: 64em) {
  #topBar,
  #header {
    position: fixed;
    z-index: 1001;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }

  #topBar {
    top: 0;
    height: 40px;
  }

  #header {
    top: 40px;
  }

  #content {
    margin-top: 136px;
  }

  body.stuck #topBar {
    height: 10px;
  }

  body.stuck #topBar .topBar-column {
    opacity: 0;
  }

  body.stuck #header {
    top: 10px;
  }

  body.admin-bar #topBar {
    top: 32px;
  }

  body.admin-bar #header {
    top: 72px;
  }

  body.admin-bar.stuck #header {
    top: 42px;
  }

  body.-searchIsOpened #topBar {
    top: 46px;
  }

  body.-searchIsOpened #header {
    top: 86px;
  }

  body.-searchIsOpened.stuck #header {
    top: 56px;
  }

  body.-searchIsOpened.admin-bar #topBar {
    top: 78px;
  }

  body.-searchIsOpened.admin-bar #header {
    top: 118px;
  }

  body.-searchIsOpened.admin-bar.stuck #header {
    top: 88px;
  }
}

/**
 * Page Header
 */

.pageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.pageHeader::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
}

.pageHeader.-hasImage::before {
  background-color: #02323a;
  opacity: 0.52;
}

.pageHeader-title {
  position: relative;
  margin: 0;
  padding: 0;
  color: #003139;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border: none;
}

.pageHeader.-hasImage .pageHeader-title {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

@media (min-width: 40em) {
  .pageHeader.-hasImage {
    height: 205px;
  }

  .pageHeader-title {
    letter-spacing: 4px;
  }

  .pageHeader.-hasImage .pageHeader-title {
    font-size: 44px;
  }
}

/**
 * Full-Width Template
 */

body.page-template-full-width #content > .container {
  width: 100%;
}

/**
 * Contact Template
 */

body.page-template-contact #content .post,
body.page-template-contact #content .entry {
  float: none;
  padding-bottom: 0;
}

body.page-template-contact .pageHeader {
  margin-bottom: 45px;
}

body.page-template-contact #content .entry h3 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

body.page-template-contact #content .entry p {
  font-size: 13px;
  font-weight: 500;
}

/**
 * Footer Copyright
 */

.copyrightText {
  margin: 0 1.5625rem;
  text-align: center;
  color: #222;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
}

/**
 * List Component
 */

.listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.listItemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 15px;
}

.listItemImage a {
  display: block;
  max-width: 360px;
  margin: 0 auto;
}

.listItemImage img {
  width: 100%;
  height: auto;
}

.listItemContent {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (min-width: 48em) {
  .listItemImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px;
    margin-bottom: 0;
  }

  .listItemContent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 30px;
  }
}

.listItem-title {
  margin: 0;
  color: #099ea4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.listItem-title a::after {
  content: '\f0da';
  font-family: "FontAwesome";
}

.listItem-text {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

/**
 * Secondary Pages Copy
 */

.pageTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

body:not(.page-template-contact) .post {
  padding-bottom: 20px;
}

body:not(.page-template-contact) .post p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}

body:not(.page-template-contact) .post h1,
body:not(.page-template-contact) .post h2,
body:not(.page-template-contact) .post h3,
body:not(.page-template-contact) .post h4,
body:not(.page-template-contact) .post h5,
body:not(.page-template-contact) .post h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  border: 0;
}

body:not(.page-template-contact) .post h1 {
  margin-bottom: 25px;
  font-size: 30px;
}

body:not(.page-template-contact) .post h2 {
  font-size: 20px;
}

body:not(.page-template-contact) .post h3 {
  font-size: 18px;
}

body:not(.page-template-contact) .post h4 {
  font-size: 16px;
}

body:not(.page-template-contact) .post h5 {
  font-size: 14px;
}

body:not(.page-template-contact) .post h6 {
  font-size: 13px;
}

body:not(.page-template-contact) .post ul,
body:not(.page-template-contact) .post ol {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 12px;
}

body:not(.page-template-contact) .post li {
  margin-bottom: 5px;
}

body:not(.page-template-contact) .post img {
  margin-bottom: 15px;
}

body:not(.page-template-contact) .post img.alignleft {
  margin-right: 20px;
}

body:not(.page-template-contact) .post img.alignright {
  margin-left: 20px;
}

/**
 * Gallery Widget
 */

.gallery-widget {
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  margin: .3125rem auto 1.25rem
}

@media (min-width: 64em) {
  .gallery-widget {
    margin-right: -.0937rem;
    margin-left: -.0937rem;
    margin-bottom: 0
  }
}

.gallery-widget-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.gallery-widget-item:focus,.gallery-widget-item:hover {
  opacity: .8
}

.gallery-widget-item.-one-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  padding: .0938rem
}

.gallery-widget-item.-one-third img {
  width: 100%;
  height: auto
}

.gallery-widget-item.-two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  padding: .0938rem
}

.gallery-widget-item.-two-thirds img {
  width: 100%;
  height: auto
}

/**
 * Revolution Slider
 */

.rev_slider::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #013239;
  opacity: 0.4;
  z-index: 99;
}

.tp-static-layers {
  width: 100%;
}

.tp-static-layers .renton-title {
  font-size: 65px !important;
  line-height: 1;
}

.tp-static-layers .renton-title::before,
.tp-static-layers .renton-title::after {
  background-color: #fff;
  height: 1px;
  width: 100%;
  max-width: 140px;
  position: absolute;
  top: 50%;
}

@media (min-width: 48em) {
  .tp-static-layers .renton-title::before,
  .tp-static-layers .renton-title::after {
    content: '';
    max-width: 100px;
  }
}

@media (min-width: 64em) {
  .tp-static-layers .renton-title::before,
  .tp-static-layers .renton-title::after {
    max-width: 140px;
  }
}

.tp-static-layers .renton-title::before {
  right: calc(100% + 45px);
}

.tp-static-layers .renton-title::after {
  left: calc(100% + 45px);
}

.tp-static-layers .renton-text {
  font-size: 22px !important;
  line-height: 1;
}


@media (max-width: 601px) {
  .tp-static-layers .renton-title {
    font-size: 40px !important;
  }

  .tp-static-layers .renton-text {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .tp-static-layers {
    top: 15%;
  }
}

.featuredPost-title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.featuredPost-text {
  font-size: 12px;
  line-height: 18px;
}

.featuredPost-link {
  font-size: 12px;
  line-height: 18px;
}

.gallery-widget-item {
    margin-top: 2px;
    margin-bottom: 8px;
}


.mapBlock {
    margin-top: .9375rem;
    box-shadow: 0 0 20px rgba(42,99,175,.15);
}

.mapBlock {
    width: auto;
    display: inline-block
}

.mapBlock-link {
    display: inline-block;
    color: #464646
}

.mapBlock-link:hover {
  color: inherit;
}

.mapBlock-map {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .625rem;
    width: 21rem;
    height: 4.0625rem;
    background-color: #fff;
    background-image: url("./images/map.png");
    background-size: cover;
    background-position: 50% 50%;
    font-size: .625rem;
    border-radius: .1875rem;
    overflow: hidden
}

@media (min-width: 40em) {
    .mapBlock-map {
        width:16.25rem;
        height: 3.0625rem
    }
}

@media (max-width: 340px) {
    .mapBlock-map {
        width:16.25rem;
        height: 3.0625rem
    }
}

.mapBlock-text {
    max-width: 9rem;
    font-weight: 500;
    line-height: 1.15;
}
