 @import url("https://use.typekit.net/syp2dcj.css");

 .acumin-pro-condensed-bold {
   font-family: acumin-pro-condensed, sans-serif;
   font-weight: 700;
   font-style: normal;
 }
 .acumin-pro-medium {
   font-family: acumin-pro, sans-serif;
   font-weight: 500;
   font-style: normal;
 }
 .acumin-pro-bold {
   font-family: acumin-pro, sans-serif !important;
   font-weight: 700 !important;
   font-style: normal;
 }

 h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2 {
    font-weight: 700 !important;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 3em;
}

h3, h4 {
  font-family: acumin-pro, sans-serif;
  /* font-weight: 700; */
  font-style: normal;
}

html, body {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
body, html {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-size: 15px;
}

strong {
   font-family: acumin-pro, sans-serif !important;
    font-weight: 700;
}

.aci-inline-image img{
 position: relative !important;
 height:5em !important;
 width: 50% !important;
}

.aci-inline-button img {
 position: relative !important;
 height:46px !important;
 width: 80% !important;
}

.aci-custom-text {
  text-transform: uppercase;
  color: white !important;
  font-size: 1.6rem;
}
.aci-bigger-text {
  font-size: 3.0rem !important;
}

/* home page grid */

/*
.aci-tight-grid {
     display: grid;
     grid-template-columns: 540px 0 320px 320px;
     grid-gap: 0;
 }
.grid-item {
 font-size: 2.4em;
 font-family: acumin-pro-extra-condensed, sans-serif !important;
 font-weight: 700;
 }
.gridItem1 {
    grid-column: span 2;
    grid-row: span 2;
}
.gridItem2 {
  height: 100%;
} */

.grid-image img{
  width: 100%;
  height: 100%;
}
.grid-image {
	position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
.grid-image {
  filter: grayscale(.8);
}
.grid-image::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(0,0,0,.2);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.grid-image:hover{
  animation: bloom ease-in-out .75s forwards;
}
.grid-image:hover::before {
	animation: circle .75s;
}
@keyframes bloom {
	0% {
		filter: grayscale(.8);
	}
	40% {
		filter: grayscale(.5);
	}
	100% {
		filter: grayscale(0);
	}
}
@keyframes circle {
	0% {
		opacity: .5;
    background: rgba(213,156,34,.2);

	}
	40% {
		opacity: 1;
    background: rgba(213,34,160,.2);
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
}
/* home page grid end */

@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column {
    margin: 10px!important;
  }
  .wp-container-24 figure {
    margin: 5px 0px !important;
  }
}

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
}
.grid-wrapper-item1{
  grid-column: span 2;
  grid-row: span 2;
}
.grid-wrapper-item2 {
  grid-column: auto;
  grid-row: auto;
}

.grid-wrapper-item3 {
  grid-column: auto;
  grid-row: auto;
}
.grid-wrapper-item4 {
  grid-column: auto;
  grid-row: auto;
}
.grid-wrapper-item5 {
  grid-column: auto;
  grid-row: auto;
}


@media screen and (max-width: 768px) {
.grid-wrapper {
  margin: 0 auto !important;
  grid-template-columns: repeat(1, 2fr);
  grid-auto-rows: auto;
  gap: 3%;
 }

.grid-wrapper-item1 {
  grid-column: auto;
  grid-row: auto;
}
.grid-wrapper-item5 {
  margin-bottom: 275px !important;
}

.wp-block-columns {
  margin: 5px;
  padding: 3px;
}
}

/* About Page Grid Begin */
.grid-two-item {
 color: #fff !important;
 font-family: "acumin-pro" !important;
 font-weight: 700 !important;
 }

 .gridTwo-item1 {
     background-color: #E56DCC;
     height: 100%;
     display: flex;
   align-items: center;
   justify-content: center;
 }
 .gridTwo-item2 {
     background-color: #21D0E4;
     height: 100%;
     display: flex;
 align-items: center;
 justify-content: center;
 }
 .gridTwo-item3 {
     background-color: #2EB050;
     height: 100%;
     display: flex;
 align-items: center;
 justify-content: center;
 }
 .gridTwo-item4 {
   background-color: #ACC11A;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .gridTwo-item5 {
     background-color: #B241B5;
     height: 100%;
     display: flex;
align-items: center;
justify-content: center;
 }
 .gridTwo-item6 {
     background-color: #FF9010;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .gridTwo-item7 {
     background-color: #DD4818;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

.aci-gap-small {
  gap: 1px 1px;
}

.grid-two-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 100px;
}

.aci-box1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.aci-box2 {
  grid-row-start: 1;
  grid-row-end: 4;
}

.aci-box3 {
  grid-row-start: 1;
  grid-row-end: 4;
}
.aci-box4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
}
.aci-box5 {
  grid-row-start: 4;
  grid-row-end: 7;
}
.aci-box6 {
  grid-row-start: 4;
  grid-row-end: 7;
}
.aci-box7 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 7;
}

.grid-three-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 100px;
}

@media screen and (max-width: 768px) {
  .grid-two-wrapper {
    margin: 0 auto !important;
    grid-template-columns: repeat(1, 2fr);
    grid-auto-rows: auto;
  }

  .grid-three-wrapper {
    margin: 0 auto !important;
    grid-template-columns: repeat(1, 2fr);
    grid-auto-rows: auto;
  }

  .wp-block-cover.hp-cover {
    height: 100vh;
    padding-bottom: 5px;
}

.aci-box1, .aci-box2, .aci-box3,
.aci-box4, .aci-box5, .aci-box6, .aci-box7 {
  grid-column: auto;
  grid-row: auto;
  gap: 1em;
}
}

/* About Page Grid End */

.aci-red-bold strong {
  color: #BF3A34
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.switcher .option {
  position: absolute !important;
}

a {
  color: #be3934;
}
a:not(.uk-button):hover {
  color: #be3934;
    text-decoration: underline !important;
}

a.uk-button.uk-button-primary:hover {
  background-color: #222 !important;
}

a.wp-block-button__link:hover {
  background-color: #222 !important;
  color: white !important;
}

.paragraph-as-list {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
   padding-left: 5px;
   margin-left: 10px;
}


.wp-block-columns {
  gap: 0 !important;
}

.aci-nav-padding {
  padding-top: 3px;
}

.aci-nav-divider {
  border-bottom: 1px solid #707070;
  /* border-image: linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  -webkit-border-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  -moz-border-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); */
  border-image-slice: 1;
  padding-bottom: 16px;
}

.super-nav li a {
    font-size: inherit;
}

.aci-shadow-box:after {
content: "";
position: absolute;
display: block;
left: 0;
bottom: 0;
width: 100%;
height: 8%;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
z-index: 1;
}

.aci-shadow-box .wp-block-cover__inner-container {
display: block;
position: absolute;
width: 88%;
color: #fff !important;
left: 15px;
bottom: 0;
padding: 1em;
font-weight: 700;
z-index: 99;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wp-block-button__link {
  font-family: inherit !important;
  font-weight: 500 !important;
  font-size: inherit !important;
}
.uk-button.uk-button-primary {
  font-size: inherit !important;
  white-space: nowrap;
}

.wp-block-button .wp-block-button__link {
  font-size: inherit !important;
  white-space: nowrap;
}

.aci-py-8 a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.aci-card-title-smaller {
    font-size: 18px;
    padding: 3px 1px;
}
@media screen and (max-width: 768px) {
.page-hero {
  height: 30vh !important;
}
.page-hero img{
  height: 100% !important;
}
.icon-col .wp-block-column{
  margin-top: 25px !important;
  margin-bottom: 35px !important;
}
}

ul.navbar li.menu-item-has-children > a:after {
 content: ' ▼';
 font-size: 10px;
 vertical-align: 1px;
}

.aci-img-width-remove {
  text-align: right;
}
.aci-img-width-remove img{
  width: 50%;
}

.icon-col-margin-remove > .wp-block-column:nth-of-type(n+2){
  margin-left: -70px;
}

.wp-block-columns.icon-col .wp-block-column img {
    height: 90px;
}
