44/************************************************

Stylesheet: Global Stylesheet

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

/*********************
GENERAL STYLES
*********************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
  font-size: 18px;
  background: #FFF;
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 0rem;
}

.cell {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 18px;
  }
}

.grid-container,
.wp-block-columns.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
  max-width: 72.5rem;
}

.grecaptcha-badge {
  display: none;
  z-index: 10;
}

.page-id-312 .grecaptcha-badge {
  display: block;
}


h1,
h2,
h3 {
  font-family: 'Poppins', sans-serif;
  color: #212121;
  position: relative;
}

html,
body,
h4,
h5,
h6,
blockquote,
blockquote p,
p {
  font-family: 'Roboto', sans-serif;
  color: #757575;
  position: relative;
}

b,
strong {
  font-weight: 700;
}

.subtitle {
  font-family: 'Roboto', sans-serif;
}

p,
.entry-content li {
	font-weight: 400;
}

p {
  color: #757575;
}

h1,
h2,
h3,
h4 {
  color: #212121;
  font-weight: 700;
}


h1,
.site-title,
.big-title {
  font-size: 2em !important;
  line-height: 1.25 !important;
  margin-bottom: 2rem !important;
  position: relative !important;
}

h2 {
  font-size: 1.75em;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 2rem;
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 500;
}

h4 {
  font-size: 1.25em;
  font-weight: 500;
}

h5 {
  font-weight: 700;
  font-size: 1.25em;
}

blockquote,
.wp-block-quote {
  font-size: 1em;
  margin: 0;
  padding: 1rem;
  border-left: none;
}

blockquote p,
.wp-block-quote p {
  color: #252525;
  margin: 0;
  line-height: 1.25;
}

blockquote p {
  font-size: 1.5em;
}

blockquote cite {
  color: #252525;
  font-style: italic;
  font-size: 1em;
  margin-top: 2rem;
}

.content {
  position: relative;
  min-height: 77.5vh;
  min-height: calc(100vh - 18.75rem);
}

.entry-content>.wp-block-group:first-of-type {
  padding-top: 10.45rem;
}

.wp-block-group {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.background-ellipse {
  position: absolute;
  width: 75rem;
  height: 75rem;
}

.background-ellipse--first {
  top: -27.5rem
}

.background-ellipse--left {
  left: -32.5rem;
}

.background-ellipse--right {
  right: -32.5rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .site-title,
  .big-title {
    font-size: 2.75em !important;
  }
  h2 {
    font-size: 2.25em;
  }
  h3 {
    font-size: 1.5em;
  }
  .wp-block-group {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.wp-block-columns {
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 782px) {
  .search .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 5em !important;
  }
  
  .search .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis: 31.625%;
      flex-grow: 0;
  }
}

hr,
.wp-block-separator {
  border-color: #CBC9CC;
  width: 100%;
  border-top: none;
  margin-left: 0;
}

hr.aligncenter,
.wp-block-separator.aligncenter {
  margin-left: auto;
}

.stylized-list {
  margin: 0;
  margin-bottom: 2rem;
}

.stylized-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stylized-list li:before {
  content: '\F012C';
  font-family: 'Material Design Icons';
  margin-right: .5rem;
  color: #7AC142;
  font-weight: 700;
}

@media (min-width: 40rem) {
  .two-col {
    columns: 2;
  }
}

.service-block,
.arrow-block {
  position: relative;
  background: #FAFAFA;
  text-align: center;
  padding: 1rem;
  margin-bottom: 4rem;
  border-radius: 3px;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.arrow-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8rem;
}

.arrow-block__left .wp-block-group__inner-container {
  padding: 4rem 2rem 4rem 6rem;
}

.arrow-block__right .wp-block-group__inner-container {
  padding: 4rem 6rem 4rem 2rem;
}


.service-block:hover,
.arrow-block:hover {
  position: relative;
  background: #F6F6F6;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.1));
  transform: translateY(-.25rem);
}

.service-block:last-of-type {
  margin-bottom: 0;
}


.service-block p {
  font-size: .8em;
}

.arrow-block h3 {
  margin: 0;
}

.service-block img {
  margin-top: -4rem;
  margin-bottom: 2rem;
}

.arrow-block img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-block__left img {
  left: 0;
}

.arrow-block__right img {
  right: 0;
}

.service-block__link,
.service-block__link a,
.arrow-block__link,
.arrow-block__link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.simic {
  background: var(--Simic, radial-gradient(186.75% 108.3% at -4.62% 9.78%, #E3E92A 0%, #00A6DD 100%));
}


@media print, screen and (min-width: 40em) {
  .arrow-block .wp-block-group__inner-container {
    padding: 4rem !important;
  }
    .arrow-block__left img {
    left: -2rem;
  }

  .arrow-block__right img {
    right: -2rem;
  }
  #video .wp-block-columns {
    margin-bottom: -12.5rem;
  }
}

.simic h1,
.simic h2,
.simic h3,
.simic h4,
.simic h5,
.simic h6,
.simic p,
.simic a {
  color: #FFF;
}

.is-style-rounded img {
  border-radius: 10px !important;
  filter: drop-shadow(0 4px 58px rgba(0, 0, 0, 0.25));
  
}

.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5,
.has-white-color h6,
.has-white-color p {
  color: #FFF;
}

@media print, screen and (min-width: 40em) {
  .arrow-1,
  .arrow-2 {
    position: relative;
    z-index: 2;
  }

  .arrow-1::before,
  .arrow-2::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 50%;
    width: 20rem;
    height: 6rem;
    z-index: -1;
  }

  .arrow-1::before {
    content: '';
    background: transparent url('../images/arrow-1.svg') 0 0 no-repeat;
  }

  .arrow-2::before {
    content: '';
    top: 1rem;
    background: transparent url('../images/arrow-2.svg') 0 0 no-repeat;
  }
}
/* Carousel Styles */

.cb-carousel-block {
  margin-bottom: 2rem !important;
}

.cb-pagination {
  bottom: -2rem !important;
}

.cb-pagination-bullet {
  width: .75rem !important;
  height: .75rem !important;
  background: #757575 !important;
}

.cb-pagination-bullet.swiper-pagination-bullet-active{
  background: #7AC142 !important;
}

.cb-wrapper {
  align-items: center;
}
/* Accordion Styles */

.wp-block-esab-accordion-child {
  border-color: #FAFAFA !important;
  outline: 1px solid #E3E92A !important;
  background: #FAFAFA !important;
  padding: 1rem !important;
}

.esab__active_accordion {
  border-color: #7AC142 !important;
  outline: 1px solid #7AC142 !important;
}

.esab__heading_tag {
  color: #212121 !important;
  font-size: 1.35em !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

.esab__icon {
  display: none !important;
}

.esab__active_accordion .esab__head {
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.esab__body {
  border-top: none !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

.esab__body p:first-child {
    padding-top: 1rem !important;
}

.esab__head {
  padding: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .esab__heading_tag {
    font-size: 1.5em !important;
  }
}
/* Flex Styles */

.flex-top-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 39.5em) {
  .flex-top-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-top-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-bottom-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-bottom-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-center--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


.full-width,
.half-width--right,
.half-width--left {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 1;
}

figure.full-width img {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .half-width--right {
    width: 50vw;
    position: relative;
    left: 0;
    right: 50%;
    margin-left: 0;
    margin-right: -50vw;
  }

  .half-width--left {
    width: 50vw;
    position: relative;
    left: 50%;
    right: 0;
    margin-left: -50vw;
    margin-right: 0;
  }
}

/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a img {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
a:link,
a:visited,
.is-ajax-search-details a,
.is-ajax-search-result a {
  color: #7AC142;
}

a:hover,
a:active,
a:focus,
.is-ajax-search-details a:hover,
.is-ajax-search-result a:hover,
.is-ajax-search-details a:active,
.is-ajax-search-result a:active,
.is-ajax-search-details a:focus,
.is-ajax-search-result a:focus {
  color: #757575;
}

a.btn,
.btn a,
input[type="submit"],
.wp-block-latest-posts__post-excerpt a,
a.wp-block-button__link {
  display: block;
  color: #FFF;
  font-size: 1em;
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
  border-radius: 3px;
  background: #00A6DD;
  border: none;
  padding: 1rem 1.75rem !important;
  font-size: 1em;
  text-align: center;
  font-weight: 500;
}

p.btn {
  margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
  display: inline;
  width: auto;
  margin-top: -1px;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: #7AC142 !important;
  color: #FFF !important;
  text-decoration: none;
}

.simic .wp-block-button__link:hover,
.simic .wp-block-button__link:active,
.simic .wp-block-button__link:focus {
  background: #00A6DD !important;
}

@media print, screen and (max-width: 39.5em) {
  .wp-container-core-buttons-is-layout-1.wp-container-core-buttons-is-layout-1 {
    flex-wrap: wrap !important;
  }
  .wp-block-button {
    display: block;
    width: 100% !important;
  }
}

@media print, screen and (min-width: 40em) {
  a.btn,
  .btn a,
  input[type="submit"],
  .wp-block-latest-posts__post-excerpt a,
  a.wp-block-button__link {
    display: inline-block;
    width: auto !important;
  }
  #main-nav li.btn {
  padding-left: 1.5rem;
  }
}

@media print, screen and (max-width: 39.5em) {
  a.btn,
  .btn a,
  input[type="submit"],
  .wp-block-latest-posts__post-excerpt a {
    margin: 1rem 0 !important;
  }
}

a.btn--light,
.btn--light a {
  color: #212121;
  background: transparent;
  border: 1px solid #757575;
}



.is-content-justification-left .btn a,
input[type="submit"] {
  margin-left: 0;
}

#block-8 .btn a {
  margin: 0;
}

input.btn,
input[type="submit"] {
  margin: 0;
}

.btn a:hover,
a.btn:hover,
input[type="submit"]:hover,
.wp-block-latest-posts__post-excerpt a:hover {
  color: #FFF;
}

.btn--light a:hover,
a.btn--light:hover {
  color: #FFF !important;
  background-color: #00A6DD !important;
  border-color: #00A6DD !important;
}

/*********************
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; }

/*********************
FORM STYLES
*********************/

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
margin: 0 0 1.5rem;
padding: 1rem;
border: 1px solid #efefef;
border-radius: 0;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
font-family: inherit;
font-size: .9em;
line-height: 1.25;
color: #757575;
font-weight: 300;
-webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-appearance: none;
-moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 2rem;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #757575;
  font-size: 1em;
  font-weight: 300;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #757575;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*********************
CONTACT FORM STYLES
*********************/

.wpcf7-form .wpcf7-checkbox label {
  font-size: .9em;
  line-height: 1.25;
  color: #333;
}

@media screen {
  .wpcf7-form label {
    display: none;
  }
  .wpcf7-form .wpcf7-checkbox label {
    display: inline-block;
  }
}

.wpcf7 form div.wpcf7-response-output {
  width: 100%;
  width: calc(100% + 5rem);
  border: none;
  padding: 1em;
  background: #D94A47;
  color:#fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #058C42;
}


.wpcf7 form div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #D94A47;
}

.wpcf7 form div.wpcf7-spam-blocked {
	background: #a98bb5;
}

.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-acceptance-missing {
	background: #fff176;
  color:#333;
}

.wpcf7 form span.wpcf7-not-valid-tip {
  display: block;
  color:#D94A47;
  margin-bottom: 1rem;
  margin-top: -.75rem;
  font-size: .8em;
  font-weight: 700;
}

.wpcf7 form span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.wpcf7 form .wpcf7-not-valid {
  border-bottom-width: 2px;
  border-bottom-color: #D94A47 !important;
}

/*********************
NAVIGATION & MENUS
*********************/

.menu .active>a {
  background: transparent;
}

.apply-online {
  width: 100%;
  height: 5.45rem;
  text-align: center;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: var(--Simic-2, radial-gradient(186.75% 108.3% at -4.62% 9.78%, #7AC142 20%, #00A6DD 100%));
}

.apply-online a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.apply-online a small {
  font-weight: 400;
  font-size: .75em;
}

.apply-online:hover {
  opacity: .9;
  transform: scaleY(1.05);
  transform-origin: 0 0;
}

.apply-online:hover a {
  transform: scaleY(.95);
}

@media print, screen and (min-width: 40em) {
  .apply-online {
    height: 5.45rem;
  }
  
  .apply-online a {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.sticky-container {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
}

.admin-bar .sticky.is-stuck.is-at-top {
  top: 32px !important;
}

.nav__container {
  padding:.625rem;
  position: absolute;
  background-color: #fff;
  width: 100vw;
  z-index: 20;
  top: 0;
  height: 5.45rem;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav__container.is-stuck {
  background-color: #fff;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.05));
  z-index: 999;
}

.admin-bar .nav__container {
  margin-top: 46px;
}

.nav__container .grid-container,
.nav__container .grid-x {
  height: 100%;
}

.nav__container h1 {
  margin: 0;
  padding: 0;
}

.footer .custom-logo-link {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

.custom-logo {
  width: 15rem;
}

.footer .custom-logo {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .nav__container {
    padding: 0;
    height: 5.45rem;
    top: 0;
    left: 0;
    background: transparent;
  }
  .footer .custom-logo-link {
    text-align: left;
    margin-bottom: 0;
  }
  .custom-logo{  
    display: block;
  }
  .admin-bar .nav__container {
    margin-top: 32px;
  }
}

#main-nav {
  position: relative;
  display: block;
  text-align: center;
  height: 4rem;
}

#main-nav>li {
  position: relative;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-nav li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #212121;
  padding: 0 1rem;
  font-size: 1em;
  z-index: 1;
  font-weight: 600;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


#main-nav>li a:hover,
#main-nav>li a:focus {
  background: transparent;
  color: #7AC142;
  position: relative;
}

#main-nav>li.is-dropdown-submenu-parent a {
  padding: 0 2.5rem 0 1.25rem;
}


#main-nav .submenu {
  position: absolute;
  left: -1px;
  top: 5.5rem;
  width: 200%;
  border: none;
  background: #FFF;
  padding: 1.5rem;
}

#main-nav .submenu li a {
  color: #212121;
}

#main-nav .submenu li a:hover {
  color: #7AC142;
}


#main-nav.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  top: 43%;
  right: 2rem;
}

.js-off-canvas-overlay {
  background: rgba(35,55,69,.1);
}

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
  right: 2rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#main-nav.dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\f0143';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu {
  background: rgba(0,0,0,.1);
}
.accordion-menu .is-accordion-submenu a {
padding: 1.5rem 2rem;
}

.accordion-menu .is-accordion-submenu ul li a {
padding: 1.5rem 2rem;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  top: 100% !important;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  left: 0;
  right: auto;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu a,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu a {
  text-align: left;
  padding: .75rem 0 !important;
  display: block !important;
}

#footer-links {
  position: relative;
  text-align: left;
  padding: 0;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer-links li {
  position: relative;
  margin: 0;
  display: block;
}

#footer-links li a {
  color: #FFF;
  padding: 0.625rem;
  font-size: 1em;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

#footer-links li a:hover,
#footer-links li a:active,
#footer-links li a:focus {
  color: #7AC142;
}


@media print, screen and (min-width: 40em) {
  #footer-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  #footer-links li {
    margin: 0 2rem 0 0;
  }
  #footer-links li a {
    padding: 0;
  }
}

@media print, screen and (min-width: 40em) {
  #main-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Hamburger */

.nav__hamburger {
  text-align: right;
}

.hamburger {
  padding: 11px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    }

.hamburger__box {
  width: 2.25rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.25rem;
    height: 3px;
    border-radius: 3px;
    background-color: #212121;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #FAFAFA;
  padding: 5.75rem 0 2rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.off-canvas .btn {
  padding: 0 1rem; 
}

.admin-bar .off-canvas {
  padding: calc(32px + 2rem) 0 2rem 0;
}

.accordion-menu {
  margin-top: 0;
  margin-bottom: 2rem;
}

.accordion-menu li a {
  color: #212121;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 400;
  padding: 1.5rem 1rem;
  margin-top: -1px;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  background: transparent;
  color: #7AC142 !important;
}

.off-canvas .widget {
  margin: 1rem 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption {
  color: #212121 !important;
}

.off-canvas p a {
  text-decoration: underline;
}

.off-canvas p {
  font-size: .9em;
}

.off-canvas .menu .active>a,
.off-canvas a:hover {
  color: #212121;
}


/*********************
POSTS & 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; }

img.aligncenter {
  text-align: center;
}

.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 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

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

.gallery.gallery-columns-3 > 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 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

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

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

.gallery.gallery-columns-6 > 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 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > 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 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > 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 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > 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 & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #152930;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.footer h3 {
  color: #7AC142;
  font-weight: 400;
}

.footer p,
.footer li {
  color: #fff;
  font-size: .9em;
}

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

.footer li {
  padding: 0 0 .5rem 0;
}

.footer a,
.footer a:link {
  color: #fff;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #7AC142;
}

.footer-social:hover img,
.footer-social:active img,
.footer-social:focus img {
  opacity: .75;
  transform: translateY(-.25rem);
}

.footer-social {
  position: relative;
  margin: 0 .25rem;
}

.footer-social img {
  width: 1.5rem;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.copyright {
  opacity: .4;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 5rem;
}

@media print, screen and (min-width: 40em) {
  .footer-social {
    margin: 0 .5rem 0 0;
  }
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

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

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