/* --------------------------
General Styling for Spanish Landing Page
CSS styles Template 
-----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* global */
*,
body{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-feature-settings: "kern";
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
}

.blog_posts .container .post_content .title div{
  color: #148911!important;
}

input, label,
form, select, .form{
    display: block;
    color: #222222c9;
}

form, .form{
    padding: 0 15px 15px;
}

input, select{
    border-radius: 5px;
    border: 1px solid #222222c9;
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
  color: #000;
}

input{
    padding: 0px 12px;
}

select{
    padding: 11px;
}

.btnDefault{
    border-radius: 8px;
    color: #222;
    background-color: #FF7A2F;
    border: 1px solid F26A3F;
    padding: 15px 24px;
    text-align: center;
    font-weight: 600;
    border: 1.5px solid #FF7A2F;
    cursor: pointer;
    display: inline-block;
}

.btnDefault:hover{
    transition: .5s ease-in-out;
    background-color: transparent;
    color: #FF7A2F;
}

.buttonContainer{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageResponsive{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.displayNone{
    display: none;
}

.containerControl{
    max-width: 1280px;
    margin: 0 auto;
}

/* style for all the section title */
.sectionTitle,
.sectionTitle>div{
    font-weight: 700;
    color: #148911;
    text-align: center;
    font-size: 30px;
    display: block;
}

.flexContainer{
    display: flex;
    flex-wrap: wrap;
}


/* slick slider */
.cstm,
.slick-track,
.slick-list{
    height: 100%;
}

.slick-list .slick-slide {
	font-size: 30px;
	text-align: center;
	padding: 0;
	line-height: 2;
	font-weight: 700;
}

.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}
.slick-next {
	right: 20px;    
}
.slick-prev {
	left: 20px;    
}

.slick-prev,
.slick-next{
    position: absolute;
    border: none;
    bottom: 30px;
}

.slick-prev>i,
.slick-next>i{
    color: #222;
    font-weight: 700;
    font-size: 40px;
    display: block;
    background-color: #f2f2f2;
    height: 55px;
    width: 50px;
    border-radius: 4px;
}
/* slick slider end */

/* engineering estimate file upload */
#hsForm_9704fbe2-6777-4089-ae9e-49a57deb9b7c .hs_file_upload input{
  width: 220px;
  margin-top: 10px !important
}

#hsForm_9704fbe2-6777-4089-ae9e-49a57deb9b7c .hs_file_upload legend{
  font-size: 12px;
}

#hsForm_9704fbe2-6777-4089-ae9e-49a57deb9b7c .hs_file_upload{
  margin: 0 !important;
  text-align: center;
  flex-basis: 48%; 
  display: flex;
  align-items: center;
  flex-direction: column;
}

#file_upload-9704fbe2-6777-4089-ae9e-49a57deb9b7c{
  border: none !important;
}

/* form styling */

/* reusable classes for aligning texts */
.alignCenter{
    text-align: center;
}

.alignRight{
    text-align: right;
}

.alignLeft{
    text-align: left;
}

/* padding for all the sections */
.sectionPadding{
    padding: 4em 0;
    display: block;
}

/* error style */
.requiredField>label{
    color: red;
}

.requiredField>input,
.requiredField>select{
    border: 1.5px solid red;
}


/* end error */

/* text field reusable style */
.pargraph-container{
    margin: 40px 0;
  }
  .paragraph-title{
    font-size: 24px; color: #148911 !important; display: block; margin-bottom: 20px; font-weight: 600;
  }
  .paragraph-sub{
    font-size: 16px; line-height: 24px; color: #000; display: block;
  }
  .unordered-list-style{
    padding-left: 40px; margin-top: 10px;
    line-height: 24px;
  }
  .unordered-list-style>li{
    list-style-type: disc;
  }
/* text field style */

/* Style the container (ul) */
.inputs-list {
    list-style: none; /* Remove default list styles */
  display: inline-flex;
}




/* summer campaign */
/* .summer-campaign-hero{
  background-image: url("https://4473696.fs1.hubspotusercontent-na1.net/hubfs/4473696/Olympic%20Background-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
} */




/* ---------------------------
/         media queries      /
--------------------------- */
@media only screen and (min-width: 1350px) {
    .containerControl{
        max-width: 1280px;
    }
}
/*-------- Desktop ------- */
@media only screen and (max-width: 1349px){
    .containerControl{
        max-width: 90%;
    }
}

/*-------- Tablet ------- */
@media only screen and (max-width: 1024px){
    /* first fold */
    .containerControl{
        max-width: 80%;
     
    }
}
/* @media only screen and (max-width: 768px){
    /* summer campaign */
/*   .summer-campaign-hero{
    background-image: url("https://4473696.fs1.hubspotusercontent-na1.net/hubfs/4473696/Olympic%20Background-mobile.jpg") !important;
  
  } */
} */
/*-------- Mobile ------- */

@media only screen and (max-width: 640px){
    .sectionPadding{
        padding: 2em 0;
    }
     .sectionTitle,
    .sectionTitle>div{
        font-size: 24px;
    }
    .containerControl{
        max-width: 90%;
      overflow: hidden;
  
    }

}

@media only screen and (max-width: 512px) {
  #hsForm_9704fbe2-6777-4089-ae9e-49a57deb9b7c .hs_file_upload{
    flex-basis: 100% !important;
  }


}