<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../webfonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../webfonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/open-sans-v17-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../webfonts/open-sans-v17-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/open-sans-v17-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/open-sans-v17-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/open-sans-v17-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/open-sans-v17-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../webfonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #333;
}

h1, h2, h3, h4{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

h1{
    font-size: 2rem;
    font-weight: 300;
  }

h2{
    font-size: 1.5rem;
  }

h3{
    font-size: 1.2rem;
  }

@media print, screen and (min-width: 40em){
  h1{
    font-size: 2.5rem;
  }

  h2{
    font-size: 2rem;
  }

  h3{
    font-size: 1.3rem;
  }
}

a{
  color: #c21b38;
}

a:hover{
  color: #333;
}

a[name="dummy"]{
  cursor: default;
}

#off-canvas a:hover, .footer a:hover{
  color: #fff;
}

a:focus{
  color: initial;
}

*:focus{
  outline: none;
}

button{
  cursor: pointer;
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #333;
    color: #fefefe;
}

a.shortcode.button{
  margin-bottom: 0;
}

a.shortcode.button.inverted{
  background-color: #fff;
  color: #333;
}

.disabled{
  display: none;
}

.noscroll{
  overflow: hidden;
}

.break-word{
  word-break: break-word;
}

.bold{
  font-weight: 600;
}

.normal{
  font-weight: 400;
}

.italic{
  font-style: italic;
}

.larger{
  font-size: 1.2rem;
}

.smaller{
  font-size: 0.8rem;
}

.bg-grey{
  background-color: #ddd;
}

.cap{
  text-transform: uppercase;
}

.cursor-pointer{
	cursor: pointer;
}

.all-white *{
  color: #fff;
}

.white-text{
  color: #fff;
}

.rounded{
  border-radius: 2rem;
}

.borderless{
  border: none;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

section{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.thumbnail{
  margin-bottom: 0;
}

.fa-margin-right{
  margin-right: .5rem;
}

/*######################################HEADER*/

.top-bar{
  position: relative;
}

.top-bar, .top-bar ul{
  background: none;
}

.top-bar-right{
  min-height: 100%;
}

.top-bar p{
  margin-bottom: 0;
}

.logo-wrap{
  max-width: 80%;
}

.logo img{
  height: 4rem;
  width: auto;
  object-fit: contain;
}

a.custom-logo-link{
  padding-left: 0;
}

.header{
  background-color: #fff;
}

.header a{
  color: #333;
}

.header-logos{
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  background-color: rgba(255,255,255,0.7);
  padding: .5rem;
  z-index: 10;
}

.header-logos img{
  max-height: 2.5rem;
  margin: .5rem;
}

.menu .active &gt; a{
  background: initial;
  color: initial;
}

.menu .active &gt; a{
  color: #7f9c90;
}

.submenu{
  z-index: 999;
}

.dropdown.menu .sub_heading{
  padding: .7rem 1rem;
  cursor: default;
  color: #333;
}

.dropdown.menu .is-active &gt; a {
  background: transparent;
}

.top-bar ul.is-dropdown-submenu{
  border: none;
  background-color: rgba(255,255,255,0.9);
}

.top-bar ul.is-dropdown-submenu a{
  color: #333;
}

.dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after{
  display: none;
}

i.fa-facebook{
  color: #333;
}

i.fa-instagram {
  color: #333;
}

.phone{
  margin: 0 .5rem;
  margin-left: 1rem;
}

a.highlight-phone, .header a.highlight-phone:hover, .highlight-phone i.fas{
  padding: .25rem .5rem .25rem .3rem; 
  color: #fff;
  border-radius: .25rem;
  display: inline-block;
}

.social{
  margin: 0 .25rem;
}

.social i{
  font-size: 1.5rem;
}

/*Off-Canvas Menu*/

#off-canvas{
  box-shadow: none;
  -webkit-box-shadow: none;
}

.off-canvas a{
  color: #fff;
}

.off-canvas-list{
  list-style: none;
  color: #fff;
  margin: 0;
  padding: .7rem 1rem
}

.off-canvas-list i.fa-facebook{
  color: #fff;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after{
  border-color: #fff transparent transparent;
}

.submenu{
  margin-left: 1rem;
}

/*HERO*/
.hero{
  width: 100%;
}

.hero-slide{
  width: 100%;
  padding-bottom: 35em;
  background-position: center;
  background-size: cover;
}

@media print, screen and (orientation: portrait){
  .hero-slide{
    padding-bottom: 56.25%!important;
}}

.hero-static{
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 2rem;
  overflow: hidden;
}

.hero-image{
  position: absolute;
  /*min-height: 150%;*/
  width: auto;
  height: auto;
}

.hero-img-wrap{
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-img-wrap img{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-height{
  padding-bottom: 25rem;
}

@media print, screen and (max-width: 40em){
  .hero-height{
    padding-bottom: 50%;
  }
}

.hero-text-wrap{
  z-index: 5;
}

.hero-text{
  margin: 0 auto;
  display: table;
}

.hero-text-owl{
  height: 100%;
  width: 100%;
}

.hero .owl-dots{
  margin: .7rem;
}

.hero.owl-carousel .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
}

.hero.owl-carousel .owl-nav button.owl-prev{
  left: 1rem;
}

.hero.owl-carousel .owl-nav button.owl-next{
  right: 1rem;
}

.hero.owl-carousel .owl-nav button{
  opacity: .3;
  transition: opacity .3s ease;
  position: absolute;
  transform: translateY(-100%);
}

.hero.owl-carousel .owl-nav button:hover{
  opacity: 1;
}

.hero-overlay{
  z-index: 3;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.owl-textrotation{
  width: 100%;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 100%;
}

.textrotation-wrap{
  widows: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
}

.textrotation-content{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.textrotation-content *:last-child{
  margin-bottom: 0;
}

.owl-carousel, .owl-stage-outer, .owl-stage{
  height: 100%;
}

.owl-item *{
  word-wrap: all;
}

.orbit-bullets button{
  border-radius: 0;
}

ul.hero {
  list-style: none;
  margin: 0;
}

.slider-caption{
  width: auto;
  max-width: 80%;
  bottom: 10%;
  background: none;
  padding: 0;
  position: absolute;
  color: #fff;
}

.slider-caption h2{
	font-size: .8rem;
  margin-bottom: 0;
  padding: 0.5rem;
}

.slider-caption &gt; span{
  font-size: .6rem;
  margin-bottom: 0;
  padding: 0.5rem;
  background-color: #fff;
  color: #333;
  display: inline-block;
}

.slider-caption &gt; span *:last-child{
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em){
	.slider-caption h2{
		font-size: 1.6rem;
	}
	.slider-caption span{
		font-size: 100%;
	}
}

.owl-dots{
  text-align: center;
}

.hero.owl-carousel button.owl-dot{
  width: 1rem;
  height: 1rem;
  background-color: #ddd;
  margin: 0 .25rem;
}

/*Content*/

.headline{
  width: 100%;
}

.content-image-wrap{
  position: relative;
}

.content-image-wrap.image-linked:hover .image-caption{
  transform: scale(1.2);
}

.content-image.ratio{
  width: 100%;
  position: relative;
}

.content-image.ratio img{
  position: absolute;
  width: 100%;
  height: 100%;
}

.content-image.ratio.cover img{
  object-fit: cover;
}

.content-image.ratio.contain img{
  object-fit: contain;
}

.content-image img{
  width: 100%;
  height: auto;
}

.image-framed img{
  border: 1px solid #ddd;
  padding: 1rem;
}

.openingtable table{
  font-size: .9rem;
}

.download-files{
  list-style: none;
  padding: .5rem 0;
}

.download-files a{
  width: auto;
}

.download-img{
  border: 1px solid #ddd;
}

@media print, screen and (orientation: portrait){
  .textblock *{
    text-align: left!important;
}}

.module-textblock tbody tr td{
  border-right: 1px solid #f1f1f1;
}

.module-textblock tbody tr td:last-child{
  border-right: none;
}

.image-caption{
  margin-top: .5rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  z-index: 2;
  pointer-events: none;
}

.content-image-overlay, .content-image-link{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content-image-overlay{
  pointer-events: none;
  z-index: 1;
}

/* Gallery */

.lightbox{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
  display: none;
}

.lightbox-wrapper{
  display: flex;
  align-items: center;
}

.lightbox .tns-outer{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox .tns-horizontal.tns-subpixel &gt; .tns-item{
  vertical-align: middle;
}

.lightbox img{
  max-width: 80vw;
  max-height: 80vh;
}

.lightbox .owl-carousel .owl-item{
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox .owl-carousel .owl-item img{
  width: initial;
}

.lightbox .owl-carousel .thumbnail{
  display: inline-block;
}

.lightbox .owl-nav{
  z-index: 3;
}

.lightbox .owl-nav i{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #fff;
}

.lightbox .prev{
  position: absolute;
  width: 10vw;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.2);
  transition: background-color .3s ease;
}

.lightbox .next{
  position: absolute;
  width: 10vw;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.2);
  transition: background-color .3s ease;
}

.lightbox .prev:hover, .lightbox .next:hover{
  background-color: rgba(255,255,255,0.6);
}

.lightbox.show{
  display: block;
}

.lightbox .dummy{
    width: 5rem;
  }

.gallery-overlay-close{
  position: absolute;
  right: 0;
  top: 0;
  margin: 5rem 5rem 0 0;
  height: 2.5rem;
  width: 2.5rem;
  color: #fff;
  font-size: 80%;
  border-radius: .25rem;
  z-index: 3;
  cursor: pointer;
  opacity: .8;
}

.gallery-image{
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  position: relative;
}

.gallery-image img{
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.gallery .owl-carousel{
	padding: 0 2rem;
}

.gallery .owl-carousel button i{
  color: #fff;
}

.gallery .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    border:0px solid black;
    transform: translateY(-50%);
    padding: 1rem;
}

.gallery .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    border:0px solid black;
    transform: translateY(-50%);
    padding: 1rem;
}

.owl-carousel .thumbnail{
  display: block;
}

.owl-textrotation .owl-item{
  text-align: center;
}

.orbit-controls button{
  border-radius: .5rem;
}

.orbit-previous{
  left: 1rem;
}

.orbit-next{
  right: 1rem;
}

.gallery-template-0, .gallery-template-1{
  padding: 2rem 0;
}

.gallery-template-0 .grid-container{
  position: relative;
}

.gallery-template-1 .gallery-image{
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 13px -5px #000000; 
  box-shadow: 0px 0px 13px -5px #000000;
}

.gallery-template-1 .gallery-image img{
  transform: scale(1);
  transition: transform .5s ease;
}

.gallery-template-1 .gallery-image img:hover{
  transform: scale(1.2);
  transition: transform .5s ease;
}

.slider-nav i{
  color: #fff!important;
}

.slider-prev-button{
  position: absolute;
  top: 50%;
  left: -25px;
  border:0px solid black;
  transform: translateY(-50%);
  padding: 1rem;
  cursor: pointer;
}

.slider-next-button{
  position: absolute;
  top: 50%;
  right: -25px;
  border:0px solid black;
  transform: translateY(-50%);
  padding: 1rem;
  cursor: pointer;
}

/* Opening */
.opening h3{
  padding-bottom: .5rem;
}

/* Team */

.portrait-round{
  position: relative;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition: opacity .3s ease;
}

.portrait-drop{
  position: relative;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50% 50% 50% .5rem;
  transition: opacity .3s ease;
}

.portrait-square{
  position: relative;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  transition: opacity .3s ease;
}

.team-member:hover .member-has-desc{
  opacity: 0.6;
}

.member-has-desc{
	cursor: pointer;
}

.member-name{
	margin-top: .5rem;
}

.member-name p{
  margin-bottom: 0;
}

.portrait-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 98;
  background: rgba(255,255,255,0.85);
  border: 1px solid #d3d3d3;
  overflow: auto;
  display: none;
  cursor: pointer;
}

.portrait-overlay-close{
	position: absolute;
	right: 0;
	top: 0;
	margin: 2rem 2rem 0 0;
	height: 2rem;
	width: 2rem;
	color: #fff;
	font-size: 80%;
	border-radius: .25rem;
}

.portrait-overlay-content{
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 2.5rem;
  line-height: 170%;
}

.portrait-overlay-content-wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
}

.portrait-overlay.show{
  display: block;
}

.team-member.tabs-title{
  position: relative;
}

.team-member.tabs-title a{
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}

.owl-team-carousel{
  height: auto;
  border: none;
}

.owl-team-carousel .owl-nav{
	width: 100%;
}

.owl-team-carousel .owl-nav .owl-next{
	float: right;
}

.team-tabs-content{
  margin-top: 1rem;
}

.team-member .portrait{
  border: 3px solid #fff;
}

.team-member-centered{
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.team-member-centered .member-img-wrap{
  width: 20rem;
  max-width: 100%;
}

.team-member-centered .member-description{
  width: 40rem;
  max-width: 80%;
  margin-top: .5rem;
}

.team-member-centered .member-name{
  font-size: 2rem;
}

.team-member-centered .member-name p{
  line-height: 1.4;
}

.team-member-centered .member-name .smaller{
  font-size: 1.4rem;
}

.team-member-centered li{
  list-style-position: inside;
}

@media print, screen and (max-width: 40em){
  .owl-team-carousel.owl-carousel .owl-nav button.owl-prev{
    left: 1rem;
    bottom: -4em;
    top: auto;
  }

  .owl-team-carousel.owl-carousel .owl-nav button.owl-next{
    right: 1rem;
    bottom: -4em;
    top: auto;
  }
  .team-tabs-content{
    margin-top: 4em;
  }
}

/* Accordion */

.accordion{
  background: none;
}

.accordion-title{
  background-color: #fff;
}

.accordion-content{
  background-color: rgba(255,255,255,0.5);
}

.accordion-title,.accordion-title:active, .accordion-title:focus, .accordion-title h2{
	font-size: 1rem;
	color: #333;
  margin-bottom: 0;
}

.accordion-title::before{
	transform: scale(1.5);
}

/* Location / Map */

.leaflet-container{
	height: 20rem;
}

.gmap-link{
  position: absolute;
  left: 1rem;
  bottom: 0;
  z-index: 500;
}

.gmap-link a.button{
  color: #fff;
}

/* Heading / Anchor */

.heading{
  margin-top: 1rem;
}

/* Cards */

.card-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 33.3%;
}

.card-img-wrap{
	position: relative;
}

.card-img-height{
	position: relative;
	padding-bottom: 33.3%;
}

.card-img-object{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
}

.card{
  background-color: rgba(255,255,255,0.5);
  margin-bottom: 0;
}

/* Footer */

footer{
  padding: 1rem 0;
}

.footer-menu{
  list-style: none;
  margin: 0;
}

.footer-menu a{
  color: #fff;
  font-weight: bolder;
}

.footer a{
  color: #fff;
}

footer i.fa-facebook, footer i.fa-instagram{
  color: #fff;
  background: none;
}

.footer-address p{
  color: #fff;
}

.footer-address p:last-of-type, .footer-text p:last-of-type{
  margin-bottom: 0;
}

/*Google Review Free Plugin*/

.google-business-reviews-rating .rating .count{
  display: block;
}

.header .google-business-reviews-rating .rating, .google-business-reviews-rating .rating .rating-stars, .google-business-reviews-rating .listing .rating{
  color: #fff;
  font-size: 16px;
}

.header .google-business-reviews-rating.badge.tiny{
  border-radius: .25rem;
}

.header .google-business-reviews-rating{
  margin-left: 1rem;
}

.header .google-business-reviews-rating .number{
  font-size: 85%;
}

@media print, screen and (max-width: 40em){
  .header .google-business-reviews-rating .rating, .google-business-reviews-rating .rating .rating-stars, .google-business-reviews-rating .listing .rating{
    font-size: 100%;
  }
}

/* Shortcodes */

.iframe-shortcode{
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}

.iframe-shortcode iframe{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/*********************
POSTS &amp; CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }
*/
.gallery.gallery-columns-1 &gt; dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 &gt; dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 &gt; dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 &gt; dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 &gt; dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 &gt; dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 &gt; dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 &gt; dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 &gt; dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 &gt; dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS &amp; ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }


/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>