/* Button Padding */
.button {
    padding: 7px 50px;
}
/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_d7f01084b9ac45eca9b53fb8a73d64bd.blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_d7f01084b9ac45eca9b53fb8a73d64bd.contentTitle  {
      padding-top: 25px;
  }
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_d7f01084b9ac45eca9b53fb8a73d64bd.cols4 .item,
.block_d7f01084b9ac45eca9b53fb8a73d64bd.cols4 .socialStreamGroup {
    clear: none;
    width: 25%;
    margin: 0%;
}
}
/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_d7f01084b9ac45eca9b53fb8a73d64bd.cols1 .item,
.block_d7f01084b9ac45eca9b53fb8a73d64bd.cols1 .socialStreamGroup {
    clear: none;
    width: 100%;
    margin: 0%;
}
}
/********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 18px;
    background: #F0BC1F;
    color: black;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_c24d6c36f7cf44edbaf050eb72967a33 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_c24d6c36f7cf44edbaf050eb72967a33 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_c24d6c36f7cf44edbaf050eb72967a33 .listView .itemPreview.hasImg .itemImg {
        width: 20%;
        margin-bottom: 20px;
    }
    
    #page_c24d6c36f7cf44edbaf050eb72967a33 .listView .itemPreview.hasImg .itemContent {
        width: 80%;
    }
    
    /*Services Page*/
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
    div.blockWrap_c0a17b0571f0419c807c1185cc1124d0 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    /*Rock Drilling Page*/
    div.blockWrap_a8ef5137fb2446ec96a0e967cdeed967 {
        padding-top: 100px;
    }
    div.blockWrap_c51320bfdf6b4a6093ac3f0465e76ba7 {
        padding-bottom: 100px;
    }
    div.blockWrap_aea98f5b84f94198acd40f6056590582 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

} 
/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
} 
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ee478f6f249342bb83e0853da9ba05b4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ee478f6f249342bb83e0853da9ba05b4 > .item {
	display: flex;
	flex-direction: column;
}