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

Stylesheet: Global Stylesheet

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


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

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400;0,500;1,400;1,500&family=Montserrat:ital,wght@0,200;0,300;0,400;0,600;0,900;1,200;1,300;1,400;1,600;1,900&display=swap');

html,
body {
  font-size: 20px;
  background: #fff;
  scroll-behavior: smooth;
}

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

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

.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.grecaptcha-badge {
  display: none;
}

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

html,
body,
p,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color:#3b3b3b;
}

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

p,
blockquote,
blockquote p {
  color: #3b3b3b;
}

h1,
h2,
h3,
.script {
  font-family: 'Lora', serif;
  line-height: 1;
  color: #052860;
}

blockquote,
.wp-block-quote {
    border-left: none;
}

blockquote p,
.wp-block-quote p {
  font-family: 'Lora', serif;
  line-height: 1.3;
  color: #ED6A5A;
  font-size: 2em;
  font-style: italic;
}

dl, ol, ul {
    line-height: 2.3;
}

h1 {
  font-size: 3.5em;
  margin-bottom: 1.5rem;
  position: relative;
}

h2 {
  font-size: 2.25em;
  margin-bottom: 1.5rem;
  position: relative;
}

h2.page-title {
  font-size: 3em;
}

h3 {
  margin-bottom: 1rem;
}

h4 {
  margin-bottom: 1rem;;
  font-size: 1em;
  text-transform: uppercase;
  color: #052860;
}

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

.roundBorder img {
border-radius:25px;
}

@media print, screen and (min-width: 40em) {
  h1,
  h2.page-title {
    font-size: 3.5em;
  }
  h2 {
    font-size: 3.5em;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 2em;
  }
}

.showMobile {
    display:none;
}

@media screen and (max-width: 782px) {
  .show-for-medium {
      display: none!important;
  }
}

hr {
  width: 5rem;
  margin: 2rem auto;
  border-color: #fff;
}

.wp-block-columns {
  position: relative;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-content .wp-block-column,
entry-content .wp-block-columns.grid-container .wp-block-column {
  padding: 1rem 0;
}

@media print, screen and (min-width: 40em) {
  .entry-content .wp-block-column {
    padding: 2.5rem 0;
  }
  
  .entry-content .wp-block-columns.grid-container .wp-block-column {
    padding: 2.5rem -;
  }
}


@media print, screen and (max-width: 39.5em) {
  .grid-padding-x,
  .wp-block-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


/*********************
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 {
  -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 {
  color: #ED6A5A;
}

a:hover,
a:active,
a:focus {
  color: #052860;
}

.link--white a,
.link--white a:link,
.link--white a:visited {
  color: #fff;
}

.link--white a:hover,
.link--white a:active,
.link--white a:focus {
  color: #fff;
}

.btn,
a.btn,
button[type="submit"] {
  display: inline-block;
  padding: 1rem 2rem;
  margin: .5rem 0;
  color: #fff;
  background: #ED6A5A;
  width: 100%;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -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;
}

input[type=submit], input[type=reset] {
display: inline-block;
  padding: 1rem 2rem;
  margin: .5rem 0;
  color: #fff;
  background: #ED6A5A;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
    border:none;
}

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

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

.btn:hover,
a.btn:hover,
input[type=submit]:hover {
  background: #052860;
  color: #fff;
}

.btn i {
  display: inline-block;
  font-size: .75em;
  margin-left: .5rem;
  -webkit-transform: translateY(-12.5%);
  -ms-transform: translateY(-12.5%);
  transform: translateY(-12.5%);
}

@media print, screen and (min-width: 40em) {
  .btn,
  a.btn {
    width: auto;
    margin-right: .5rem;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9em;
  }
}

/*********************
BACKGROUNDS
*********************/

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  max-height: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.bg-image img {
  width: 100%;
}

.bg-top {
  top: 0;
}

.bg-bottom {
  top: auto;
  bottom: 0;
}

.bg-blue,
.bg-yellow,
.bg-white {
  position: relative;
}

.bg-blue::before,
.bg-yellow::before,
.bg-white::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bg-blue::before {
  background: #1E498E;
}

.bg-yellow::before {
  background: #EDCC60;
}

.bg-blue .wp-block-columns,
.bg-yellow .wp-block-columns,
.bg-white .wp-block-columns {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}

.entry-content .wp-block-group:first-child .wp-block-columns {
  padding-top: 6rem;
}

.bg-blue .wp-block-columns > .wp-block-column > .wp-block-columns,
.bg-yellow .wp-block-columns > .wp-block-column > .wp-block-columns,
.bg-white .wp-block-columns > .wp-block-column >.wp-block-columns {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue p {
  color: #fff;
  position: relative;
}

.bg-blue .post-thumbnail {
  position: relative;
}
/*********************
NAVIGATION & MENUS
*********************/

.nav__container {
  width: 100vw;
  padding: 1rem;
  position: absolute;
  z-index: +1;
}

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

/* .nav__container .custom-logo-link img {
  width: 8rem;
  height: 5rem;
} */

@media print, screen and (min-width: 40em) {
  .nav__container {
    padding: 1rem 0;
  }
    
    .centerThis {
     text-align: center;   
    }
    

  /* .nav__container .custom-logo-link img {
    display: block;
    margin: 0 auto;
    width: 12rem;
    height: 7.5rem;
} */

}

#main-nav {
  position: relative;
  display: block;
  text-align: right;
  padding: 1rem 0;
}

#main-nav li {
  position: relative;
  padding: 0 1.5rem 0 1rem;
  display: inline-block;
}

#main-nav li a {
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 0;
  font-size: 18px;
}

#main-nav .active>a,
#main-nav a:hover,
#main-nav a:focus {
  background: transparent;
  color: #EDCC60;
}

.menu a {
  color: #fff;
  padding: .5rem .75rem;
}

.menu a:hover {
  color: #EDCC60;
}

.menu .btn {
  padding: 0;
  border: none;
}

.menu .btn a {
  padding: .75rem 1.25rem;
  margin: 0 .75rem;
  background: #ED6A5A;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.menu .btn a:hover {
  color: #fff;
}

.header .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: inline-block;
  position: relative;
  border: none;
  content: '\F0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
}

.header .submenu {
  position: absolute;
  border: none;
  background: rgb(255,255,255);
  background: linear-gradient(190deg, rgba(255,255,255,1) 0%, rgba(235, 235, 235,1) 100%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.04), 0 8px 8px 0 rgba(0,0,0,.04), 0 16px 16px 0 rgba(0,0,0,.04), 0 32px 32px 0 rgba(0,0,0,.04);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.04), 0 8px 8px 0 rgba(0,0,0,.04), 0 16px 16px 0 rgba(0,0,0,.04), 0 32px 32px 0 rgba(0,0,0,.04);
  z-index: 20;
  padding: 1rem;
  text-align: left;
  }
  
.header .is-dropdown-submenu>li {
  width: 100%;
  padding: .5rem 0 !important;
}

.header .submenu li a {
  color: #3b3b3b !important;
  text-transform: none !important;
  padding: 0 .5rem !important;
    line-height: 19px;
  }
  
  .header .submenu li a:hover {
  color: #ED6A5A !important;
  transform: translateX(.25rem);
  }
  

.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;
}

.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;
}

.header .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-parent:not(.has-submenu-toggle)>a::after {
  right: 2.5rem !important;
}


/* Hamburger */

.nav__hamburger {
  text-align: right;
}

.hamburger {
  padding: 15px 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 {
    opacity: 0.7; }

.hamburger__box {
  width: 40px;
  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.5rem;
    height: 4px;
    background-color: #F6F7F9;
    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: #052860;
  padding: 2rem 0;
}

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

.accordion-menu {
  margin-top: 0;
}

.accordion-menu li a {
  color: #ffff;
  font-size: 1.15em;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.5rem 2rem !important;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.accordion-menu>li:first-child a {
  padding-top: 0;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  opacity: .75;
  background: transparent;
}

.off-canvas .widget {
  margin: 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,
.off-canvas a:link {
  color: #fff;
}

.off-canvas p {
  font-size: .9em;
  padding-left: 2rem;
  opacity: .25;
}

.off-canvas a:hover {
  color: #EDCC60;
}

.off-canvas h3 {
  display: none;
}


/*********************
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;
  text-align: left;
}

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

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  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; }

.entry-content .service-block {
  background: #fff;
  -webkit-box-shadow: 20px 30px 60px rgba(57,9,3,.05);
  box-shadow: 20px 30px 60px rgba(57,9,3,.05);
  padding: 2rem;
}

.entry-content .service-block .wp-block-image {
  margin-bottom: 2rem;
}

.entry-content #testimonials {
  -webkit-box-shadow: 20px 30px 60px rgba(57,9,3,.05);
  box-shadow: 20px 30px 60px rgba(57,9,3,.05);
  padding: 2.5rem;
}

.entry-content .sa_owl_theme .owl-dots {
  left: 0;
  bottom: -2.5rem !important;
}

/* Workshops */

.eventInfoBox .wp-block-column {
    background-color: #f1f1f1;
    padding:30px;
    margin-bottom:30px;
    
}

.eventInfoBox p strong {
    font-size:22px;
    font-family: 'Lora', serif;
}


.archive-grid {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.single-workshop .entry-content {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.archive-grid .cell {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.archive-grid .workshop > div {
  background: #fff;
  -webkit-box-shadow: 20px 30px 60px rgba(57,9,3,.05);
  box-shadow: 20px 30px 60px rgba(57,9,3,.05);
  padding: 2.5rem;
  border: 2px solid #1E498E;
}



/*********************
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 {
  clear: both;
  background: #1E498E url('../images/bg-footer.png') center bottom no-repeat;
  background-size: contain;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer .grid-x {
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.footer .custom-logo-link img {
  height: 4rem;
  width: auto;
  margin-bottom: 2.5rem;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer figcaption,
.footer a:link {
  color: #fff;
}

.footer p {
  font-size: .9em;
}

.footer a:hover {
  color: #EDCC60;
}

.footer .menu .active>a {
    background:none;
}

.footer h3 {
  font-size: 1.25em;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}

#footer-links {
  display: block;
  column-count: 3;
  column-gap: 5rem;
}

#footer-links li a {
  text-align: left;
  padding: .5rem 0;
  font-size: 1em;
    line-height:22px;
}

.footer-icon {
  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;
}

.footer-icon img {
  margin-top: .5rem;
}

.footer-icon figcaption {
  font-size: 1em;
  margin: 0 1rem .5rem 1rem;
}

.footer .source-org {
  font-size: .9em;
  opacity: .25;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.newsletter {
  background: #ED6A5A;
  padding: 1.875rem;
  margin-top: 1.875rem;
}

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

.noPaddingTop {
padding-top:0px !important;
}

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

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

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

@media only screen and (max-width: 600px) {
.wp-block-media-text .wp-block-media-text__media {
    margin-bottom:30px;
    margin-top:10px;
}
    
    
}

@media only screen and (max-width: 780px) {
    .eventInfoBox .wp-block-column {
        margin:0px;
    }
    
    h3.has-text-align-center {
        
        font-size:1.6rem;
        
    }
}



