.w2-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w4-card {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin: 20px;
    flex-basis: 0;
    flex-grow: 1;
  	height: fit-content;
}
.w4-container {
    padding: 1em;
    line-height: normal;
}
.w4-container h4 {
	margin: 0px;
    font-variant: all-small-caps;
    font-size: 2em;
    line-height: .8em;
	font-style: normal;
    background-image: none;
    color: #fff;
    padding-left: 0px;
    font-weight: 600;
}
.w4-container h5 {
    font-size: 1.3rem;
    margin: 25px 0px;
}
.calendar{
  margin:.25em 10px 10px 0;
  padding-top:5px;
  float:left;
  width:80px;
  background:#ededef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
  background: -moz-linear-gradient(top,  #ededef,  #ccc); 
  font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
  text-align:center;
  color:#000;
  text-shadow:#fff 0 1px 0; 
  border-radius:3px;  
  position:relative;
  box-shadow:0 2px 2px #888;
  }

/* Em element is also styled, it contains the month’s name. */
.calendar em{
    display: block;
    font: normal bold 11px/30px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: #01549f 0 -1px 0;
    background: #01549f;
    background: -webkit-gradient(linear, left top, left bottom, from(#01549f), to(#01549f));
    background: -moz-linear-gradient(top, #01549f, #01549f);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #01549f;
  }

/* Now I am styling the pseudo elements. Container’s pseudo elements (:before and :after) are used to create thos circles, "holes in te paper". */
.calendar:before, .calendar:after{
  content:'';
  float:left;
  position:absolute;
  top:5px;  
  width:8px;
  height:8px;
  background:#111;
  z-index:1;
  border-radius:10px;
  box-shadow:0 1px 1px #fff;
  }
.calendar:before{left:11px;}  
.calendar:after{right:11px;}
.date-block {
  flex-basis: 0;
}
.date-text {
  flex-basis: 0; 
  flex-grow: 1;
  padding-left: 10px;
}
.date-text h5 {
  font-size: 1.3rem;
    margin: 0px;
    font-weight: 600;
    text-align:justify;
}
.date-text p {
  margin: 0px;
}
.date-text ul {
    margin-top: 10px !important;
    margin-bottom: 0px;
}
.date-text ul {
      margin-top: 10px;
      display: inline-block;
}

/*…and em’s pseudo elements are used to create the rings: */
.calendar em:before, .calendar em:after{
  content:'';
  float:left;
  position:absolute;
  top:-5px; 
  width:4px;
  height:14px;
  background:#dadada;
  background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
  background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
  z-index:2;
  border-radius:2px;
  }
.calendar em:before{left:13px;} 
.calendar em:after{right:13px;} 
.date-card {
    text-align: center;
    line-height: normal;
    padding: 1em;
    background-color: #01549f;
    color: #fff;
    margin-bottom: 1em;
}

/*MOBILE*/
@media only screen and (max-width: 600px) {
    .w2-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w4-card {
    flex-grow: 1;
  	height: fit-content;
}
.w4-card img:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
  .w5-card {
    flex-grow: 1;
  	height: fit-content;
}
.w5-card img:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
  h1 {
    font-size: 2.5rem;
    margin-bottom: 0px;
    padding: 0px 0px 5px 13px;
    line-height: normal;
    font-weight: 600;
	background: linear-gradient(to left, #fed206, #fed206) no-repeat;
    color: #000;
}
  #top-logo {
    margin-left: 60px;
  }
  #deldot-logo svg {
    width:200px;
  }
  #g-footer {
    padding: 0px;
}
  #g-expanded {
    background: #ffffff;
    color: #424753;
    padding: 1rem;
    line-height: 2.5rem;
}
  #g-features {
    padding: 0px;
}
  h2 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: normal;
  }
  .mobile-slide-button {
    margin: 20px 0px 0px 0px;
    display: inline-flex;
  }
    [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
    padding: 1.25em;
    line-height: normal;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover {
  background-color: #FED206;
  }
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening] {
    background-color: #FED206;
    border-radius: 5px 5px 0 0;
}
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000;
    line-height:normal;
    text-align:center;
}
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel] {
    background: #01549F;
    border: 1px solid #c0c6cf;
    border-radius: 1px;
    color: #fff;
    font-size: 1.2rem;
}
  .button {
    border: 4px solid transparent;
    border-radius: 0rem;
    font-size: 1rem;
    padding: 20px;
}
}
/*DESKTOP*/
@media only all and (min-width: 48rem){
  .w2-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w4-card {
    margin: 20px;
    flex-basis: 0;
    flex-grow: 1;
  	height: fit-content;
}
.w4-card img:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
  .w5-card {
    margin: 0px 10px 0px 0px;
    flex-basis: 0;
    flex-grow: 1;
    height: fit-content;
}
  .w5-card img:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
  h1 {
    font-size: 3rem;
    margin-bottom: 0px;
    padding: 0px 0px 5px 13px;
    line-height: normal;
    font-weight: 600;
	background: linear-gradient(to left, #fed206, #fed206) 0 calc(50px)/100% 19px no-repeat;
    color: #000;
    width: fit-content;
}
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 1rem;
}
.g-menu-item-101 {
    display:none !important;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 50rem;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    transform-style: preserve-3d;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1vw;
}

#g-navigation .g-main-nav .g-dropdown {
    width: fit-content;
}
.g-home-particles.g-helium-style #g-navigation {
    background: #01549f;
        height: 86px;
}
#g-footer .g-grid {
    width: 90%;
    margin: 0 auto;
}
#top-logo svg {
    filter: drop-shadow(0.1em 0.2em 0.01em rgb(0 0 0 / 1));
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(167,169,172);
    color: #000;
    max-width: 600px;
}
.g-owlcarousel .g-owlcarousel-item-wrapper {
    position: relative;
    max-height: 600px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 600px;
}
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1.3rem;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-weight: 600;
  font-size: 2.5rem;
    line-height: 3rem;
  background:none;
  color:#01549f;
  filter: drop-shadow(0.03em 0.03em 0.01em rgb(255 255 255 / 1));
  margin:0 auto;
}
#g-page-surround {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
  #g-testimonials {
    background: #01549F;
    color: #eceeef;
    padding: 3rem 0;
    position: relative;
    z-index: 10;
    background: url(https://95896improvements.com/images/backgrounds/road-interchange.jpg) no-repeat center top;
    background-size: cover;
}
}
.fa-file-pdf {
  color:red;
}
.item-page a {
  color: #01549f;
  font-weight:600;
}
.item-page a:hover {
  color: #bbb;
}

.text-bar {
  margin:0px;
}
#g-utility ul {
  list-style: none; /* Remove default bullets */
      margin-top: 0px;
}

#g-utility ul li::before {
  content: "\220E";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fed206; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  margin-right: 0.5em;
}
#g-utility .sub li::before {
  content: "\23F5";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #01549F; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#g-header a:hover {
    color: #fff;
    background-color:#fed206;
}
#g-header a {
    color: rgba(0, 0, 0, 1);
}
.g-owlcarousel-item-button {
    background: transparent;
    color: #000;
}
.g-owlcarousel-item-link .button {
        border:solid 3px #fed206;  
        background-color: #fff;
  padding: 1rem 2.125rem;
}
.g-home-particles.g-helium-style #g-header .button.button-outline {
         border:solid 3px #fed206;  
        background-color: #fff; 
  color: #000;
}
.g-home-particles.g-helium-style #g-header .button.button-outline:hover {
  border: solid 3px #fed206;
    background-color: #fed206;
  color:#fff;
}
#top-logo a:hover {
    opacity:.5;
}
#deldot-logo a:hover {
    opacity:.5;
}
.call-now {
    font-size: 2.5rem;
    line-height:normal;
}
.call-now hr {
    margin: 0px;
    border-bottom: 5px solid #FED206;
}

#road-box {
  margin-left: 350px;
      padding-top: 90px;
}
#road-box h2 {
  font-size: 3rem;
    font-weight: 600;
}
figcaption {
    text-align: center;
    font-weight: 600;
}
/*Horizontal Menu Homepage*/
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group {
  width: 100% !important;
  display: block;
}
.btn-group img {
  margin-right: 10px;
}
.btn-group button {
  color: #fff !important;
  padding: 10px 24px;
  cursor: pointer;
  float: left; /* Float the buttons side by side */
  text-align: center;
  font-size: 16px;
  transition-duration: 0.4s;
}
.btn-group a:nth-child(odd) button {
  background-color: #01549F;
}
.btn-group a:nth-child(even) button {
  background-color: #4978BC;
}
/* Add a background color on hover */
.btn-group a:hover button {
  background-color: #FED206;
}
.btn-group span {
  display: inline-flex;
    font-size: 1.5em;
    font-weight: 600;
  text-align: left;
  line-height: normal;
}
.button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
    background: #FED206;
    border-color: transparent;
    color: #000;
}
.button.button-outline {
    background: transparent;
    color: #fff;
    border-color: #FED206;
}
.button {
      border: 4px solid transparent;
    border-radius: 0rem;
  font-size: 1rem;
}
/** Displays Warning if required property is not supported. **/
@supports (scroll-snap-type: mandatory) or (-webkit-scroll-snap-type: mandatory) {
  .is-not-supported {display: none;}
}
.wfpopup:hover {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

/** Pure CSS Slider **/
.slider {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 2rem auto;
  background: #01549F;
}
.slider .slides {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
    /** Thank you Sergey! http://blog.gospodarets.com/css-scroll-snap/ **/
    scroll-snap-points-x: repeat(100%);
    scroll-behavior: smooth;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-x: repeat(100%);
    font-size: 0;
  /** **/

}
.slider .slide {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.slide-img {
  display: contents;
}
.slide img {
  margin-right:20px;
}
.slider .slide h2 {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin:0px;
}
.slider .slide p {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  margin:0px;
}
.slider #slide-1 {background: #01549F;}
.slider #slide-2 {background: #01549F;}
.slider #slide-3 {background: #01549F;}
.slider #slide-4 {background: #01549F;}

.slider-buttons {
  position: absolute;
  top: 0; right: 0;
  width: 100%;
  height: auto;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: right;
  z-index: 2;
}
.slider-buttons a {
  width: 2em;
  display: inline-block;
  background: rgba(255,255,255,0.15);
  text-align: center;
  padding: 0.5em 0;
  text-decoration: none;
  color: #fff;
}
.slider-buttons a:hover {
  background: rgba(254,210,6,1);
}

/** Chrome Scroll Wheel **/

::-webkit-scrollbar {
  height: 34px;
}
::-webkit-scrollbar-track {
  background: #eee;
}
::-webkit-scrollbar-thumb {
  background: #ddd url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42863/grab.png) center no-repeat;
  background-size: 24px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  position: absolute;
  top: 0;
  display: block;
  height: 34px;
  width: 34px;
  background: #ccc;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42863/arrow2.png);
  background-size: 100%;
}
::-webkit-scrollbar-button:end:increment {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42863/arrow.png);
}
/*CHRONOFORMS*/
.footer-contact .ui.form .field>label {
    display: block;
    margin: 0 0 4.00000006px 0;
    color: #000;
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none;
}
.footer-contact .ui.button:hover {
    opacity: .5;
}
.footer-contact .ui.yellow.button {
    background-color: #FED206;
    color: #222;
}
#g-footer a {
  color:#01549f;
}
#g-footer a:hover {
  color:#bbb;
}
