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


body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333333;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

a {
    color: #333333;
    text-decoration: underline;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.sm-txt {
    font-size: .875rem;
}

p {
	margin-bottom: 2.5rem
}

h1 {
    /*font-size: 3.3rem;*/
    font-size: 3.125vw;
    color: #F95522;
    font-weight: 300;
}

h2 {
    font-weight: 500;
    font-size: 2.2rem;
}

h3 {
    font-weight: 700;
    font-size: 1.8rem;
}


h4 h5 h6 {}

.hp-hero {
    background-image: linear-gradient(#f2f2f2, #b2b2b2);
}

.secondary-hero {
    background-color: #194A77;
}

.secondary-hero img {
    opacity: .4;
}

.sl-hp-sec {
    background-image: url(/img/flower-petals.png););
    padding: 25px;
    background-repeat: no-repeat;
    background-size: 36%;
}

.sl-hp-sec h1 {
    font-size: 46px;
    padding-top: 1em;

}

.sl-hp-sec h1 span {
    font-size: 62px;
    font-weight: bold;
    display: block;
}

.sl-headtag {
    top: 30px;
    left: 30px;
}

.sl-headtag h1 {
	font-size: 3.5vw;
    width: 57%;
}

.sl-headtag p {
    width: 65%;
}

.sl-subtitle {
    border-left: 5px solid #F95522;
    padding-left: 10px;
    z-index: 100;
    top: 28%;
    left: 3%;
}

.sl-sub1 {
    font-size: 36px;
    color: #fff;
    display: block;
    line-height: 1;
}

.sl-sub2 {
    font-size: 56px;
    color: #fff;
    line-height: 1;
}

/*.sl-subtitle {
    top: 17%;
    background: rgba(249, 85, 31, .7);    
    padding: 2% 5%;
    color: #fff;
    font-size: 3.5vw;
}*/

.btn-prim {
    font-size: 1.2rem;
    background-color: #F95522;
    color: #fff;
    border-radius: 4px;
    padding: .3em 1.5em;
    border: 1px solid #F95522;
}

.btn-prim:hover {
    background-color: #EE420C;
}

.btn-second {
    font-size: 1.2rem;
    background-color: #fff;
    color: #F95522;
    border-radius: 4px;
    padding: .3em 1.5em;
    border: 1px solid #F95522;
}

.btn-second:hover {
    color: #EE420C;
    border: 1px solid #EE420C;
    background-color: #FEECE7;
}

.hp-services {
    border: 1px solid #DEDEDE;
    width: 49%;
}


a.sl-link {
    color: #333333;
    text-decoration: underline;
}

a.no-link {
    color: initial;
    text-decoration: initial;
}

button.sl-link {
    color: #333333;
    text-decoration: underline;
border: 0px;
background-color: white;
}




.container {
    max-width: 1440px;
}

.nav-border {
    border-bottom: 1px solid #e2e2e2;
}

.navbar-nav {
    text-wrap: nowrap;
}


.navbar img {
    width: 223px;
}

.navbar .navbar-brand {
    border-right: 1px solid #e2e2e2;
}

.navbar .navbar-brand img{
    margin: 10px 0;
}


.navbar-expand-md .navbar-nav .nav-link {
    margin-right: .5em;
    margin-left: .5em;
    padding: 0px;
    color: #464646;
    
}

.navbar-nav .nav-link.active {
    border-bottom: 3px solid #F95522;
}

.navbar-nav .sl-lg {
    margin-left: 1em;
    margin-top: .3em;
    margin-right: 2em;
}

.navbar-nav .sl-lg a {
    text-decoration: none;
}


.sl-nav-heading {
    font-weight: bold; 
    font-size: 18px;
    margin: 5px 15px;
    border-bottom: 1px solid #EAEAEA;
}

.dropdown-toggle::after {
    border-top: .3em solid #F95522;
}

.wave-wrapper-2 .wave {
    transform: rotate(180deg) scaleX(-1);
    width: 100%;
    margin-bottom: -5px;
}

.sl-nav-heading {
    font-weight: bold; 
    font-size: 18px;
    margin: 5px 15px;
    border-bottom: 1px solid #EAEAEA;
}

.sl-login-wrap  {
    margin-left: auto;
    align-items: center;
    width: 100%;
    justify-content: end;
}


.sl-login-wrap input,
.sl-login-wrap-mobile input {
    border: 1px solid #E1E1E1;
    padding: .58em 1.5em;
    width: 28%;
    font-size: 13px;
}


.sl-login-wrap input:first-child {
    border: 1px solid #E1E1E1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.sl-login-wrap input:nth-child(2) {
    margin-left: -1px;
}

.sl-login-wrap input,
.sl-login-wrap-mobile input {
    border: 1px solid #E1E1E1;

}

.sl-login-wrap .login-btn,
.sl-login-wrap-mobile .login-btn {
    border: 1px solid #B6B6B6;
    background-color: #B6B6B6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    margin-left: -1px;
    margin-right: 5px;
    line-height: 1;
    width: 60px;
    padding-top: 3px;
    font-size: 13px;
}

.sl-login-wrap .sl-forgot {
    color: #464646;
    font-size: 11px;
    align-self: center;
 }

/*BLOG*/
.hp-blog-post {
    font-size: 16px;
    padding: 30px 0px;
    border-bottom: 1px solid #EAEAEA;
}

.hp-blog-post img {
    width: 35%;
    height: 100%;
}

.hp-blog-post h2 {
    color: #F95522;
    font-size: 2.2vw;
}

.hp-blog-post .bp-author {
    color: #000;    
}

.hp-blog-post .bp-author span {
   color: #969696;    
}

.hp-blog-post p {
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*BLOG PAGE*/

.sl-blog-wrap {
    position: relative;
     /*margin-top: -3em;*/
      z-index: 1;
}

.sl-recent {
    border: 1px solid #F95522;
    border-radius: 6px;
    width: 75%;
    max-width: 380px;
    min-width: 350px;

}

.sl-recent h6,
.sl-recent p {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sl-recent h3 {
    font-size: 24px;
    color:#F95522;
}

.sl-recent h6 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.sl-recent span {
    color: #969696;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.sl-recent h2.recent-post-head {
    color: #fff;
    padding: .7em 1em .7em 2.5em;
    background-color: #F95522;
    background-image: url(/img/i-recentpost.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.sl-recent .rp-art-img {
    margin: 0 1em 0 1em;
    font-size: 14px;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0px;  
}

.sl-recent .rp-art-img img {
    width: 146px;
}

.sl-recent .rp-art-img span {
    display: block;
}

.sl-recent .rp-art-img span.sl-link,
.sl-va-link a {
   font-style: normal;
   color: #333333;
   font-weight:normal;
   text-decoration: underline;
}

.sl-recent .rp-art-img a {
    text-decoration: none;
    color: #333333;
}

.sl-recent .rp-art  {
    margin: 0 1em 0 1em;
    padding: 20px 0px;
    border-bottom: 1px solid #EAEAEA;
}

.sl-recent .rp-art a {
    padding: 0;
    font-size: 13px;
    text-decoration: none;
}

.sl-recent .rp-art a h6 {
    color: #333;
    text-decoration: none;
}

.sl-recent .rp-art a p {
    color: #333;
    text-decoration: none;
    margin-bottom: 0px;
}


/*ARTICLE PAGE*/
.sl-article {
    margin-top: -1%;
    position: relative;
}

.sl-article h2:first-child {
    font-weight: 300;
    color: #f95522;
   font-size: 3rem;
}


.sl-article img {
    width: 100%;
    margin-bottom: 1.5em;
}

/*FOOTER*/
footer {
    font-size: 14px;
    background-color: #F2F2F2;
    margin: 0 -10px;
}

footer img.sl-logo-foot {
    width: 280px;
}

footer .sl-logo-tag {
    margin-top: -.5em;
}

.hp-rs-content {
    width: 54%
}

.container form ul,
.container form ol {
    background-color: transparent; 
    border-left: 0px;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.container ul,
.container ol {
    background-color: #FEEEE9;
    border-left: 4px solid #F95522;
    padding: 30px 40px;
    border-radius: 3px;
    /*color: #5557a8;*/
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2.5em;
}

.container ul li,
.container ol li {
   margin-bottom: 10px;
}



.sl-legal {
    width: 65%;
    border: 4px solid #F95522;
    padding: 3em 4em;
    border-radius: 10px;
    position: relative;
    margin: -20px auto 0 auto;
}

.sl-fp {
    width: 50%;
    margin: 0 auto 4em auto;
    padding: 4em;
    border-radius: 10px;
    border: 3px solid #cccccc;
    position: relative;
}

.sl-fp input,
.sl-fp select { 
    border: 1px solid #999999;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    padding: 10px;
}

.sl-fp .fp-message { 
    color: red;
    text-align: center;
    margin-top: 10px;
}




.sl-fp label,
.sl-fp input,
.sl-fp button {
    display:block;
width: 100%
} 

.btn-nostyles {
background-color: white;
    border: 0px;
    text-decoration: underline;
}

/*Customer Stories*/
.sl-cstories {
	border: 1px solid #DEDEDE;
	padding: 40px;
border-radius: 10px;
font-size: 1rem;
box-shadow: 0px 2px 12px 2px rgba(148,145,148,0.25);
}

.sl-cstories h2 {
font-size: 26px;
color: #F95522;
}

.sl-cstories h5 {
font-size: 20px;
color: #F95522;
}

.sl-cstories p {
font-size: 1.1rem;

}

.sl-cal-wrap,
.sl-cal-info {
width: 50%;
}

.sl-cal-wrap > .sl-fp {
width: 100%;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.recaptcha-text {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #F95522;
    background-color: #FEEEE9;
    font-size: 14px;
}


@media (max-width: 1200px) {
    .hp-rs-content {
        width: 100%;
    }

    .sl-sub2 {
        font-size: 36px;
    }

    .sl-lg {
        margin-left: 0px !important;
        margin-bottom: 20px !important;
    }

    .navbar-toggler {
        width: 40px;
        padding: 4px;
        margin: 0;
    }

.sl-login-wrap  {
    margin-left: none;
    align-items: center;
    width: 100%;
    justify-content: start;
}

#header-login-form {
justify-content: start !important;

}


@media (max-width: 768px) {

.navbar img {
    width: 200px;
} 
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .dropdown-menu {
        border: 0px;
    }

    .navbar-nav .nav-link.active {
        border-bottom: 0;
    }

	.navbar-toggler {
		width: 40px;
	    padding: 4px;
	    margin: 0;
	}

    .hp-services,
    .hp-blog-post img {
        width: 100%;
    }

    h2,
    .hp-blog-post h2  {
        font-size: 1.8rem;
    }

    .hp-blog-post {
        font-size: 18px;
    }

    .hp-blog-post .flex-column {
        margin-top: 20px;
    }

    .sl-subtitle {
        top: 18%;
    }
    
    .sl-sub1 {
        font-size: 20px;
    }
    
    .sl-sub2 {
        font-size: 30px;
    }

.sl-login-wrap {
}



    .sl-login-wrap-mobile .login-btn {
        border: 1px solid #B6B6B6;
        background-color: #B6B6B6;
        padding: 0px;
    }
    
    .sl-login-wrap-mobile .sl-forgot {
        color: #464646;
        font-size: 13px;
        margin: 5px 0 10px 0;
        display: block;
     }

     .sl-blog-wrap {
         /*margin-top: -1em;*/
    }

    #header-login-form {
        height: 39px;
    } 

    footer img.sl-logo-foot {
        width: 230px;
        margin-bottom: 15px;
   }  

   .sl-legal,
   .sl-fp {
      width: 85%;
     margin: 1em auto 4em auto;
    padding: 2em;
    }


}

.sl-cal-wrap, .sl-cal-info, .sl-fp {
     width: 100%;
}