@charset "utf-8";
/******************************************************************************
 * /style/website-style.css
 *
 *
 * Site CSS definitions
 *****************************************************************************/
/****************
reset the css styels
****************/
@import url(reset.css);

/****************
import the component styles
****************/
@import url(components.css);

/****************
import the component styles
****************/
@import url(_grid-layout.css);

/****************
import the template styles
****************/
@import url(templates.css);
/*************************
General Styles
**************************/
html {
	height: 100%;
}

body {
    font-family: Lato, 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight:400;
    color: #34445C;
	height:100%;
    line-height:25px;
}

ul {
    padding-left:20px;
}

p {
	padding-bottom: 10px;
	overflow: visible;
	line-height: 30px;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #34445C;
	color: #34445C;
	width: 100%;
	margin: 3px 0px 10px 0px;
}
img { border: 0; }

h1, h2, h3, h4{
    line-height:150%;
	display:block;
}

h1 {
	font-size: 27px;

}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;

}
h4 {
	font-size: 18px;

}
fieldset {
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid #34445C;
}
legend {
    padding: 0 3px 5px;
}
.clear {
    clear: both;
}

/*************************
General Layout
**************************/
#container, header,  #body, footer {
    width: 100%;
	margin:0 auto;
}

nav{
    display: inline-block;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
	position:relative;
}

#content{
	padding: 0;
}
#container{
	min-height:100%;
	position:relative;
}
#content_holder{
	padding:10px;
	padding-bottom:120px; /* must be height of the footer element */
}
#content{
	min-height: 160px;
    /*padding: 0px 0 830px;*/
    width: 100%;
}
#content .wrapper{
    padding: 20px;
}

#content img {
    max-width: 100%;
}

/*************************
Header Component
**************************/
header{
	background-color: #34445C;
    padding-bottom: 20px;
    padding-top: 30px;
}


/*************************
Navigation
**************************/
#menu {
	width: 100%;
    margin: 0;
    background: none;
}
#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li {
	font-size: 18px;
}
#menu li a:hover {

}
#menu li:hover {

}
#menu li.active {

}
#menu li.active > a{

}
#menu > ul {
    width: 100%;
    height: 100%;
}
#menu > ul > li {
    display: inline-block;

    border: 1px solid #34445C;	
}
#menu > ul > li:hover {
    border: 1px solid #fff;
    border-radius: 6px;
}
#menu > ul > li > a {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
	text-decoration: none;
    text-transform: uppercase;	
}
#menu > ul > li > ul {
    display: none;
    background: #DBDBDB;
    position: absolute;
    top: 100%;
    left: 0;
	z-index:10;
}
#menu ul ul > li  {
	display: inline-block;
}
#menu ul ul > li > a {
    text-indent: 0px;
    font-size: 16px;
	font-weight: bold;
    color: #34445C;
    text-decoration: none;
    padding: 18px 30px 18px 30px;
    display: block;
}

#menu > ul > li:last-child a{
	color: #98EBBD;	
}



.sub_menu{
	display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 55px;
    background-color: #fff;	
	border-top: 20px solid #34445C;
	z-index: 9;
}





/*************************
Responsive Menu
**************************/

#responsive_menu {
	width: 100%;
	position:absolute;
}

a#navigation_but {
    display: block;
    height: 24px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 6px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#fff;
}

a#navigation_but img{
	vertical-align:middle;
	margin-right:14px;
}

div#responsive_menu_list{
	position:relative;
	z-index:2000;
	background-color:#34445C;
}

#responsive_menu_list ul, #responsive_menu li{
	list-style: none;
    padding: 0;
    margin: 0;
}

#responsive_menu_list li {
	font-size: 13px;
	line-height:29px;

}

#responsive_menu_list > ul > li{
	border-bottom:thin solid #fff;
}

#responsive_menu_list li span.show_children{
	display:inline-block;
	cursor:pointer;
	background:url(images/responsive_submenu_arrow.png) 50% 50% no-repeat;
	width:25px;
	height:29px;
	float:right;
}

#responsive_menu_list  ul  li  a {
    color: #fff;
	text-decoration: none;
	padding-left: 13px;
	display: block;
}

#responsive_menu_list  > ul > li:hover,
#responsive_menu_list  > ul > li.active{
	background-color: #34445C;
}

#responsive_menu_list  ul  li.has_children.active > a{
	background-color:#414a51;
    background-image: url(/images/Responsive_NavigationDownArrow.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#responsive_menu_list  > ul > li.active > a,
#responsive_menu_list  > ul > li > a:hover{
	color: #fff;
}

#responsive_menu_list > ul {
    width: 100%;
    height: 100%;
}

#responsive_menu_list > ul > li.has_children {
	background-color:#34445C;
}

#responsive_menu_list ul li ul{
	padding-left:0px;
}

#responsive_menu_list ul li ul li{
	padding-left:10px;
	background-color:#fff;
	border-bottom: 1px solid #34445C;
}
#responsive_menu_list ul li ul li:last-child{
	border-bottom: 0px;
}
#responsive_menu_list ul li ul li a{
	color: #34445C;
}


/*************************
Body Component
**************************/

.left_side,
.right_side{
	display: inline-block;
}
#section_1{
    padding-top: 75px;
    background-color: #1DC9FE;
    padding-bottom: 55px;
}
#section_1 h2,
#section_1 p{
	color: #fff;
}
#section_1 .left_side{
    width: 580px;
}
#section_1 .right_side{
    width: 560px;
    padding: 30px 10px;
    text-align: center;	
}
#section_1 h2{
	font-size:41px;
	margin-bottom: 30px;
    font-weight: 300;	
    padding: 0 20px;	
    line-height: 50px;
    margin-top: 50px;	
}
#section_1 input{
    border: 0;
    width: 380px;
	padding: 20px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
#section_1 .button{
    display: inline-block;
    padding: 16px 10px;
    background-color: #fff;
    color: #1DC9FE;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
	cursor: pointer;
}



#section_3{
    padding-top: 75px;
    background-color: #F5F9FC;
    padding-bottom: 55px;
}
#section_3 h2,
#section_3 p{
	color: #34445C;
}
#section_3 .left_side{
    width: 580px;
}
#section_3 .right_side{
    width: 560px;
	height: 300px;
    padding: 30px 10px;
    text-align: center;
}




#section_4{
    padding-top: 75px;
    background-color: #fff;	
    padding-bottom: 55px;	
	text-align: center;
}


#section_4 h2.title{
	font-size:62px;
	margin-bottom: 30px;
    font-weight: 300;	
    padding: 0 20px;
    line-height: 50px;
	text-align: center;	
}

.col-xs-3 {
    width: 32%;
	display: inline-block;
}
.col-xs-2 {
	display: inline-block;
}
.plan-details h2.plan-title{
    line-height: normal;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
    background-color: #fff;
    color: #34445C;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    margin: 40px 0;
}
.plan-details h2.plan-title.active{
	background-color: #6670ED;
    color: #fff;
}
.plan-details #enudge-businesses, .plan-details #enudge-enterprise {
    border: 3px solid #34445C;
}
.plan-details #enudge-businesses .details, .plan-details #enudge-enterprise .details {
    text-align: center;
    margin: 50px auto;
}
.plan-details #enudge-businesses .details:first-of-type:not(:last-of-type), .plan-details #drift-enterprise .details:first-of-type:not(:last-of-type) {
    border-right: 3px solid #34445C;
}
.plan-details #enudge-businesses .details:first-of-type:not(:last-of-type) {
    border-right: none;
}
.plan-details #enudge-businesses .details:nth-of-type(2),
.plan-details #enudge-businesses .details:nth-of-type(3) {
    border-left: solid 3px #34445C;
}
.pricing-features {
    text-align: center;
    padding-bottom: 40px;
}
.plan-details h3.details-title {
    font-family: Lato;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    color: #34445C;
    margin: 25px 0;
}
.plan-details .details-price .price {
    margin-bottom: 60px;
    margin-top: 40px;
}
.plan-details .details-price .price span {
    font-weight: bold;
    font-size: 56px;
    line-height: normal;
}
.plan-details .details-price .price .price-per-month {
    font-size:16px;
}
.plan-details .details-price .price span {
    font-size: 56px;
    line-height: normal;
}
.plan-details .details-button {
    margin-bottom: 25px;
}
.plan-details .details-price+.details-button {
    margin-top: 42px;
}
.plan-details .details-button a.enudge-button {
    cursor: pointer;
    padding: 25px 35px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0;
    border: 3px solid #333;
    border-radius: 5px;
}

.details-content-left {
    margin-top: 70px;
}
.plan-details .details-content {
    text-align: center;
}
.plan-details .details-content ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
	padding: 0 40px;	
}
.plan-details .details-content ul li {
    padding-left: 10px;
    margin-bottom: 5px;
	list-style-position: outside;
}

.active-contact, .active-contact:hover {
    color: #39B2FE !important;
}


.plan-details .details-content .learn-more-container {
    display: none;
    position: fixed;
    margin: 0 auto;
    padding: 0;
    top: 0;
    max-width: none;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    padding: 10% 30%;
    padding-bottom: 0;
}
.enudge-button:hover {
    color: #FFFFFF;
    opacity: 0.9;
}
.plan-details .details-button a.enudge-button:hover, .plan-details .details-button a.enudge-button:focus {
    text-decoration: none;
    background-color: #34445C;
    opacity: 1;
}


            .pricing-slider{
                text-align:center;
            }

			/*input.range{
				-webkit-appearance: none;
				background: none;
				cursor:pointer;
				overflow: hidden;
				height: 40px;
				width: 80%;
				margin: 0 auto;

			}

			input.range::-webkit-slider-runnable-track {
			  height: 7px;
			  background: #39B2FE;
			  border: none;
			  border-radius: 3px;
			}

			input.range::-ms-track {
			  height: 7px;
			  background: #39B2FE;
			  border: none;
			  border-radius: 3px;
			}

			input.range::-moz-range-track {
			  height: 7px;
			  background: #39B2FE;
			  border: none;
			  border-radius: 3px;
			}               */

			input.range::-webkit-slider-thumb {
			  -webkit-appearance: none;
			  border: none;
			  height: 20px;
			  width: 20px;
			  border-radius: 50%;
			  background: #34445C;
			-moz-box-shadow: 0 0 5px #000;
			-webkit-box-shadow: 0 0 5px #000;
			box-shadow: 0 0 5px #888;
			  margin-top: -4px;
			  position: relative;
			}

			input.range::-ms-thumb {
			  -webkit-appearance: none;
			  border: none;
			  height: 20px;
			  width: 20px;
			  border-radius: 50%;
			  background: #34445C;
			-moz-box-shadow: 0 0 5px #000;
			-webkit-box-shadow: 0 0 5px #000;
			box-shadow: 0 0 5px #888;
			  margin-top: -6px;
			  position: relative;
			}

			input.range::-moz-range-thumb {
			  -webkit-appearance: none;
			  border: none;
			  height: 20px;
			  width: 20px;
			  border-radius: 50%;
			  background: #34445C;
			-moz-box-shadow: 0 0 5px #000;
			-webkit-box-shadow: 0 0 5px #000;
			box-shadow: 0 0 5px #888;
			  margin-top: -6px;
			  position: relative;
			}

			input.range:focus {
			  outline: none;
			  &::-webkit-slider-thumb:after {
			    position: absolute;
			    top: -35px;
			    left: 50%;
			    transform: translateX(-50%);
                transition:all .15s ease;
			    background: #0176FF;
				-moz-box-shadow: 0 0 5px #000;
				-webkit-box-shadow: 0 0 5px #000;
				box-shadow: 0 0 5px #888;
			    border-radius: 5px;
			    color: #333333;
			    padding: 5px 10px;
			    border: 2px solid #555;
			  }
			  &::-ms-thumb:after {
			    position: absolute;
			    top: -35px;
			    left: 50%;
			    transform: translateX(-50%);
                transition:all .15s ease;
			    background: #eee;
			    border-radius: 5px;
			    color: #333333;
			    padding: 5px 10px;
			    border: 2px solid #555;
			  }
			  &::-moz-range-thumb:after {
			    position: absolute;
			    top: -35px;
			    left: 50%;
			    transform: translateX(-50%);
                transition:all .15s ease;
			    background: #eee;
			    border-radius: 5px;
			    color: #333333;
			    padding: 5px 10px;
			    border: 2px solid #555;
			  }
			}



#section_5{
    padding-top: 75px;
    background-color: rgba(152,235,189,0.43);
    padding-bottom: 55px;
    text-align:center;
}
#section_5 h2,
#section_5 p{
	color: #34445C;
}
#section_5 .left_side{
    width: 580px;
}
#section_5 .right_side{
    width: 340px;
    height: 300px;
    padding: 30px 120px;
    text-align: center;
}
#section_5 h2{
	font-size:41px;
	margin-bottom: 30px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 50px;	
}		



#chat_with_us, .large-animated-btn {
    display: inline-block;
    color: #fff;
    padding: 20px 40px;
    background-color: #39B2FE;
    box-shadow: 0 2px 4px 0 #1b7fbd !important;	
	margin-top: 20px;
	cursor: pointer;
}

#latest-blog-post {
    background-color: #F4FCFF;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
}

#latest-blog-post .post-thumbnail img {
    width: 250px;
    max-width: none;
}

#latest-blog-post .post-detail {
    padding-left: 20px;
    display: flex;
    flex-flow: column;
}

#latest-blog-post h3 {
    padding-bottom: 10px;
}

#latest-blog-post h3 a {
    color: #34445C;
}

#latest-blog-post h3 a:hover {
    color: #39B2FE;
}

#latest-blog-post .post-links {
    margin-top: auto;
}

#latest-blog-post .learn_more_links {
    float: none;
    font-size: 17px;
    display: block;
    margin-top: 8px;
    text-align: left;
}

/* Article List Section */
#article_list_section{
    padding-top: 75px;
    background-color: rgba(152,235,189,0.43);
    padding-bottom: 55px;
    text-align: center;
}
#article_list_section * {
    box-sizing: border-box;
}
#article_list_section .col-4 {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 29%;
    text-align: center;
    height: 380px;
    margin: 15px;
    padding: 40px;
    font-size: 17px;
    text-align: center;
    line-height: 21px;
    color: #34445C;
    min-width: 270px;
}
#article_list_section h2,
#article_list_section p{
	color: #34445C;
}
#article_list_section h2{
	font-size: 41px;
	margin-bottom: 30px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 50px;	
}
#article_list_section h3{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    color: #3A4255;
    margin: 20px 0 10px;
}
#article_list_section h3 a {
    color: #34445c;
}
#article_list_section .article_thumbnail {
    margin: -40px -40px 0 -40px;
    height: 176px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#article_list_section .article_thumbnail img {
    width: 100%;
}	

/*************************
Footer component
**************************/
footer {
	background-color: #34445C;
	min-height:320px;
	position:relative;
	bottom:0;
	left:0;
}
footer .wrapper {

}
footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
	padding: 0 ;
	display: inline-block;
    font-family: Lato;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
footer a:first-child,
footer a.contact_point {
	border-left: 0;
}
footer a.contact_point {
	padding-right: 8px;
}


footer .heading{
    display: inline-block;
    margin-top: 15px;
	color: #fff;
}


.footer-container .footer-column {
    display: inline-block;
    padding: 0 0 0 15px;
    text-align: left;
    vertical-align: top;
	margin-top: 10px;
}

.footer-container .footer-column.first-column,
.footer-container .footer-column.second-column{
	margin-right: 200px;
}



/*************************
Contact Page
**************************/
div#contact_content{
	float:left;
	width:45%;
}

div#contact_map{
	float:right;
	width:50%
}



/****************
pagination
****************/
div.pagination_holder{
  text-align:right;
}

/****************
icons
****************/
span.pdf_icon{
  background: url(/images/pdf.png) 0 50% no-repeat;
  padding-left: 20px;
}


.inner_style_1.top_content h1{
	text-align: center;
	font-size: 42px;
	font-weight: normal;
	margin-bottom: 20px;
}

.inner_style_1.top_content p{
	text-align: center;
	font-size: 18px;
}
.inner_style_1.top_left_content{
	display: inline-block;
    width: 500px;
    margin-left: 100px;
	margin-top: 50px;
}
.inner_style_1.top_right_content{
	display: inline-block;
	width: 500px;
	text-align: center;
	margin-top: 50px;
}
.inner_style_1.top_left_content strong{
	    margin-left: 40px;
}
.inner_style_1.middle_content .section{
	margin-top:50px;
	  display: inline-block;
	  width: 33%;
	  text-align: center;
}

.inner_style_1.bottom_content{
	margin-top: 50px;
	text-align:center;
	margin-bottom: -400px;
}

/* EDITED */
#email_sms_survey{
    font-family: Lato;
    font-size: 41px;
    font-weight: 600;
    text-align: center;
    line-height: 61px;
    color: #FFFFFF;
}
#get_started{
    width: 326px;
    background-color: #FFFFFF;
    border-radius: 3px;
    color:#39B2FE;
    vertical-align: middle;
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
        margin-top: 20px;
    margin-bottom: 20px;
}
#credit_card{
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    color: #FFFFFF;
}

    header{
        background:none;
        float:left;
    }
    .col-1, .col-2, .col-3 {
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        width: 20%;
        text-align: center;
        height: 300px;
        margin: 20px;
        padding: 40px;
        font-family: Lato;
        font-size: 17px;
        text-align: center;
        line-height: 21px;
        color: #34445C;
    }
    #left_nav{
        position: absolute;
        width: 600px;
        left: 0;
        right: auto;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        line-height: 80px;
        z-index: 4;
    }
    #left_nav ul, #right_nav ul, #scrolled_nav ul{
        list-style:none;
        font-family: Lato;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: #FFFFFF;
    }
    #left_nav ul li a,#right_nav ul li a:not(#sign_up){
        display: inline-block;
        height: auto;
        line-height: 1;
        padding: 1em 1.4em;
        color:white;
        border-radius: 0.25em;
    }
    #scrolled_nav ul li a:not(#sign_up) {
        display: inline-block;
        height: auto;
        line-height: 1;
        padding: 1em 1.4em;
        color: #34445c;
        border-radius: 0.25em;

    }
    #left_nav ul li, #right_nav ul li, #scrolled_nav ul li  {
        display:inline-block;
    }
    #scrolled_nav  {
        visibility: hidden;
        position:fixed;
        top:0;
        /*background-color:           #34445c;*/
        background-color: white;
        width:100%;
        padding-top: 0;
        top: 0;
        box-shadow: none;
        line-height: 80px;
        z-index: 999;
        vertical-align:middle;
        box-shadow: rgba(0, 0, 0, 0.188235) 0px 2px 14px 0px;
    }

    #scrolled_logo, #scrolled_nav_ul{
        display:inline-block;
    }

    #scrolled_logo img{
        left:0;
        height:50px;
        right:auto;
        position:relative;
        top:10px;
    }
    #scrolled_logo a{
        color:#34445c;
        font-weight:normal;
        font-size:23px;
        padding:5px;
    }

    #scrolled_nav_ul{
        left:auto;
        right:0;
        position:absolute;
    }

    #scrolled_nav >div >ul{
        right:0;
        top: 15px;
    }

    #right_nav{
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 0;
        padding-top: 0 !important;
        top: 11px !important;
        margin-top: 0 !important;
        background: transparent;
        box-shadow: none;
        line-height: 50px;
        z-index: 4;
    }
    #section_1{
        background: linear-gradient(46.35deg, rgba(0,234,248,0.76) 0%, rgba(3,229,248,0.76) 0%, rgba(3,229,248,0.76) 0%, rgba(1,233,248,0.76) 2.82%, rgba(45,164,244,0.76) 20.83%, rgba(109,66,239,0.76) 100%);
        height: 625px;
        padding:0;
        margin:0;
        width:auto;
    }
    #section_1 .right_side{
        width:auto;
        margin:0;
        position:absolute;
        top:151px;
        right:0;
    }
    h1{
        padding:0px;
        text-align:center;
        font-family: Lato;
        font-size: 41px;
        font-weight: 600;
        line-height: 61px;
        color: #34445C;
        padding-bottom:20px;

    }

    #section_2 .left_side{
        width:675px;
        font-family: Lato;
        font-size: 20px;
        line-height: 24px;
        color: #34445C;

    }
    #section_2{
        padding-top:120px  ;
        padding-bottom:120px;
    }
    #section_4 .left_side, #section_4 .right_side{
        width:40%;
        padding:40px;
    }

    #sign_up{
        border-left: thin solid #fff;
        width: 106px;
        font-weight: bold;
        text-align: center;
        color: #B9F4BC;
        display: inline-block;
        height: auto;
        padding: 0.1em 1em;
    }

    #right_nav a:hover, #left_nav a:hover{
        color: #B9F4BC;
    }
    #scrolled_nav #sign_up{
        color:#34445c;
    }
    #phone_nav #sign_up{
        color:#34445c;
    }

    .icon-dropdown{
        height: 8px;
        width: 8px;
        margin: 0 3px;
    }
    .learn_more_links{
        margin-top:40px;
        position:relative;
        float:right;
        font-family: Lato;
        font-size: 19px;
        text-align: center;
        line-height: 23px;
        color: #39B2FE;
        text-decoration:none;
    }
    #logo_pic{
                width:120px;
    }
    #logo_div{
        position: absolute;
        left: 65px;
        text-align:center;
        /* bottom: 10px; */
        top: 400px;
    }
    #logo_txt{
        font-family: Lato;
        font-size: 35px;
        font-weight: bold;
        line-height: 43px;
        color: #FFFFFF;
    }

    .canvas{
        left:0;
        position:absolute;
    }
    #galaxy_inner{
        top:223px;
    }
    #galaxy_middle{
        top:023px;
    }
    #galaxy_outer{
        top:-177px;
    }

    #email{
        top:110px;  left:0;
        position:absolute;
    }
    a{
        text-decoration:none;
    }
    #section_5 h3{
        font-family: Lato;
        font-size: 27px;
        font-weight: 600;
        text-align: center;
        line-height: 33px;
        color: #3A4255;
        margin: 40px 0 ;
    }
    .title{
        text-align:center;
    }
    .row{
        text-align:center;
    }
    .pricing-slider-txt{
  /*      background-image: url('images/index/pricing-slider-background.PNG')               ;
        width: 100px;
        height: 54px;
        font-family: Lato;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 18px;
        color: #FFFFFF;
        position:relative;
        left:40px;    */
        width: 100px;
        font-family: Lato;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 18px;
        color: #FFFFFF;
        position: relative;
        font-weight: bold;
        text-align: center;
        line-height: 18px;
        color: #FFFFFF;
        left: 33px;
        padding: 5px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
        background-color: #34445c;
        border-radius:10px;
    }
    .pricing-slider-txt::before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 10px solid #34445c;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        top: -8px;
        left: 10px;
        border-radius: 10px;
        margin-left: -5px;
        margin-top: -1px;
    }

    .price-headings {
        height: 380px;
    }
    #unlimited-emails{
        font-family: Lato;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #39B2FE;
    }
    #fair-use{
        font-family: Lato;
        font-size: 12px;
        text-align: center;
        line-height: 15px;
        color: #39B2FE;
    }
    .see-sms-pricing{
        font-family: Lato;
        font-size: 9px;
        line-height: 11px;
        color: #39B2FE;
    }
    .plan-details .details-content ul{
        height:440px;
        list-style: none;
        font-family: Lato;
        font-size: 16px;
        line-height: 26px;
        color: #34445C;
    }
    .pricing-sign-up {
        display: inline-block;
        /* width: 174.36px; */
        /* height: 23px; */
        font-family: Lato;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 23px;
        color: #34445C;
        /* width: 203px; */
        /* height: 55px; */
        border: 1px solid #34445C;
        border-radius: 11px;
        padding: 10px 30px;
    }
    #section_7, #section_6{
        padding-top:75px;
        padding-bottom:75px;

    }
    #section_7{
        background-color:#f9e36a;
    }
    #section_7 .right_side{
        width: 327px;
        height: 300px;
        padding: 30px 10px;
        text-align: center;
    }
    #section_7 .right_side p{
        width: 312px;
        height: 72px;
        font-family: Lato;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        line-height: 29px;
        color: #34445C;
    }
    #section_7 .left_side{
        width:70%;
    }

    output {
      position: absolute;
      background: linear-gradient(top, #444444, #999999);
      width: 40px;
      height: 30px;
      text-align: center;
      color: white;
      border-radius: 10px;
      display: inline-block;
      font: bold 15px/30px Georgia;
      bottom: 175%;
      left: 0;
      margin-left: -1%;
    }
    output:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid #999999;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      margin-top: -1px;
    }
    #bot-icons-container{
        text-align:center;
        margin-top:100px;
    }
    .bot-icons{
        position:absolute;
        width:100px;
        left:550px;
    }
    #bot-icon-3{
        z-index:3;
    }
    #section_8 .col-xs-3{
        margin: 60px 0;
    }
    #section_8 h3{
        font-family: Lato;
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        color: #34445C;
        margin-bottom:52px
    }
    #section_8 ul{
        font-family: Lato;
        font-size: 20px;
        line-height: 24px;
        color: #34445C;
    }
    #section_9 .headings{
        font-family: Lato;
        font-size: 20px;
        line-height: 24px;
        color: #6670ED;
        margin-bottom: 13px;
    }
    #section_9 .content{
        font-family: Lato;
        font-size: 17px;
        line-height: 21px;
        color: rgba(52,68,92,0.78);
    }
    #section_9 .top, #section_9 .top{
        margin-bottom:74px;
    }
    #section_9 .left_side, #section_9 .right_side{
        width:45%;
        margin: 20px;
    }
    #section_10{
        background-color: #F4FCFF;
        padding-top:75px;
        text-align:center;
        height:400px;
        padding-bottom:75px;
    }

    #section_testimonials {
        background-color: #F2F2F2;
        padding-top: 75px;
        padding-bottom: 20px;
    }

    #section_testimonials .wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #section_testimonials h2 {
        flex: 1 1 100%;
        font-size: 41px;
        margin-bottom: 30px;
        font-weight: 300;
        padding: 0 20px;
        line-height: 50px;
        text-align: center;
    }

    #section_testimonials .testimonial-card {
        background-color: #FFF;
        display: inline-block;
        position: relative;
        width: 20%;
        text-align: left;
        margin: 20px;
        padding: 140px 40px 40px;
    }

    #section_testimonials .testimonial-card img {
        position: absolute;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        border: 30px solid #FFF;
        top: 0;
        left: 0;
    }

    #section_testimonials .testimonial-card img.noborder {
        border: 0;
        margin-bottom: 30px;
    }

    #section_testimonials .testimonial-card p {
        font-size: 14px;
        line-height: 21px;
        color: #000;
    }

    #section_testimonials .learn_more_links {
        flex: 1 1 100%;
        text-align: right;
        margin-top: 20px;
        font-size: 14px;
        color: #39B2FE;
        padding-right: 110px;
    }


.section{
    position:relative;
}
/***email marketing*/
#email_section_1{
    height: 549px;
    background: linear-gradient(309.34deg, rgba(0,90,248,0.76) 0%, rgba(109,66,239,0.76) 100%);
}
#email_section_1 .left_side{
    width:150px;
}
#email_section_1 .right_side{
    width:750px;
    margin-left: 20px;
}

.heading_container{
    position: absolute;
    top: 200px;
    padding-left: 20%;
}
.heading_container img{

    width: 40px;
    margin:auto;
    display: block;
    min-width: 100%;
    min-height: 100%;
}
.heading_container .round-txt{
        display: block;
    min-width: 100%;
    font-size: 33px;
    line-height: 70px;
    color: white;
    vertical-align: middle;
    text-align: center;
}

.heading_container .round{
    padding: 35px;
    border: 3px solid white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 65px !important;
    height: 65px;
}
@media only screen and (max-width: 700px){
    .heading_container .round{
        padding: 20px;
        border: 3px solid white;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        width: 40px !important;
        height: 40px;
    }
    .heading_container .round-txt{
        display: block;
        min-width: 100%;
        font-size: 20px;
        line-height: 46px;
        color: white;
        vertical-align: middle;
        text-align: center;
    }
    .heading_container img{
        width: 20px;
        padding: 0;
    }

}


.heading_container .heading_big{
    display: block;
    width: 600px;
    font-family: Lato;
    font-size: 42px;
    text-align: left;
    line-height: 50px;

    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.heading_container .heading_small{
    display: block;
    width: 600px;
    width: 600px;
    font-family: Lato;
    font-size: 20px;
    text-align: left;
    line-height: 24px;   margin: 20px 0;
    color: #FFFFFF;
    text-shadow: 0 2px 4px #34445C;
}
.heading_container .heading_button{
    display: block;
    position: relative;
    line-height:45px;

}
.heading_container .heading_button .button{
    width: 182px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #6670ED;
    background-color: #FFFFFF;
    border-radius: 7px;  padding: 10px;
}

.icon_center{
    width:100px;
    margin:10px auto;
    display:block
}
#email_section_2 h3{
    font-family: Lato;
    font-size: 20px;
    line-height: 1.5;
    color: #34445C;
}
.image_ul{
    font-family: Lato;
    font-size: 20px;
    line-height: 24px;
    color: #34445C;
    list-style:none;
    margin: 30px ;
    list-style-image: url('icons/check_icon_25.png');

}
.image_ul li{
    margin:10px 10px 10px 0;
}
#email_section_3{
    background-color: rgb(245, 249, 252);
    background-position: center center;
    background-image: url(images/email-marketing/map.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.section_index{
    padding-top:75px;
    padding-bottom:75px;
}
.section_email{
    padding-top:75px;
    padding-bottom:75px;
}
.section_email .learn_more_links{
    text-align:inherit;
    float:inherit;
    line-height:1.5;
}
.section_email h3{
    text-align:center;
    line-height: 1.5;
}
.section_email h5{
    font-family: Lato;
    font-size: 20px;
    line-height: 30px;
    color: #34445C;
    text-align:center;
}
#email_section_3{
    text-align: center;
}
#email_section_3 >.wrapper >.parts>div {
    font-size: 19px;
    line-height: 24px;
}
.parts{
    margin-top: 40px;
    margin-bottom: 40px;
}

.button-blue{
    width: 326px;
    background-color: #39B2FE;
    border-radius: 3px;
    color: white;
    vertical-align: middle;
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 16px 10px;
    /* background-color: #fff; */
    /* color: #1DC9FE; */
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
}
.center-block{
    display:inline-block;
    margin-left:auto;
    margin-right:auto;

}
/******
FOOTER
***********/
.column-4 li a, .column-4 li div{
    font-family: Lato;
    font-size: 12px;
    line-height: 28px;
    padding: 0 12px;
}
.column-4 ul{
    color:white;
    list-style:none;
}
.column-4 ul li:first-child div{
    color: #39B2FE;
}
.column-4 {
    width:18%;
}
.column-2, .column-3, .column-1{
    width: 24%;
}
#scrolled_logo{
    cursor:pointer;
}
/*******************
**BULK SMS
**************/

.three-columns-heading{
        /* width: 99px; */
    /* height: 24px; */
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
    line-height: 24px;
    color: #33305E;
}
.three-columns-content{
    margin-top: 15px;
    width: 267.46px;
    height: 195px;
    font-family: Lato;
    font-size: 17px;
    line-height: 21px;
    color: #6A7B94;
}
.three-columns-icon{
    height:45px;
    margin: 15px 0 ;
}
.button{
    /*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
    transition: all .15s ease;
    cursor:pointer;
    text-decoration: none;
}
.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.link {
    /*text-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
    transition: all .15s ease;
}
.link:hover{
    transform: translateY(-1px);
    text-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.link:active{
    transform: translateY(1px);
    text-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.width_40{
    width:40px;
}
.width_25{
    width:25px;
}
.section_index canvas{
    opacity:0.5;
}
.width_12{
    width:12px;
}
input.big_pricing{
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 90%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}
input.big_pricing::-webkit-slider-runnable-track {
    height: 15px;
	background: linear-gradient(90deg, #9FA9F7 0%, #6670ED 100%);
	border: none;
	border-radius: 47px;
}
input.big_pricing::-ms-track {
    height: 15px;
	background: linear-gradient(90deg, #9FA9F7 0%, #6670ED 100%);
	border: none;
	border-radius: 47px;
}
input.big_pricing::-moz-range-track {
    height: 15px;
	background: linear-gradient(90deg, #9FA9F7 0%, #6670ED 100%);
	border: none;
	border-radius: 47px;
}
input.big_pricing::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #34445C;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	margin-top: -13px;
	position: relative;
}
input.big_pricing::-ms-thumb {
	-webkit-appearance: none;
	border: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #34445C;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
    margin-top: -13px;
	position: relative;
}
input.big_pricing::-moz-range-thumb {
	-webkit-appearance: none;
	border: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #34445C;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	margin-top: -13px;
	position: relative;
}

input.big_pricing:focus {
     outline: none;
    &::-webkit-slider-thumb:after {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        transition:all .15s ease;
        background: #0176FF;
        -moz-box-shadow: 0 0 5px #000;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #888;
        border-radius: 5px;
        color: #333333;
        padding: 5px 10px;
        border: 2px solid #555;
    }
    &::-ms-thumb:after {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        transition:all .15s ease;
        background: #eee;
        border-radius: 5px;
        color: #333333;
        padding: 5px 10px;
        border: 2px solid #555;
    }
    &::-moz-range-thumb:after {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        transition:all .15s ease;
        background: #eee;
        border-radius: 5px;
        color: #333333;
        padding: 5px 10px;
        border: 2px solid #555;
    }
 }
 .plan-name{
    font-family: Lato;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    color: #34445C;
 }
 .plan-price-cent{
    font-family: Lato;
    font-size: 31px;
    text-align: center;
    line-height: 38px;
    color: #34445C;
 }
 .plan-price-per{
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    color: #34445C;
 }
 .plan-price-des{
    font-family: Lato;
    font-size: 17px;
    text-align: center;
    line-height: 21px;
    color: #34445C;
    display:block;
 }
 .plan-button{
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
    color: #34445C;
    width: 185px;
    padding:10px;
    border: 1px solid #34445C;
    border-radius: 11px;
 }
 .enudge_txt{
    font-size: 18px;
    padding-right: 65px !important;
 }
 #aus-network{
    width:100%;
 }
 @media screen and (max-width: 1406px) {
    .col-xs-3 {
        padding: 10px;
        margin: 0 auto;
     }

 }

 /***************
**NAVIGATION BAR
******************/
#sign_up {
    border-radius: 0;
    width: auto;
    height: auto;
    font-family: Lato;
    font-size: inherit;
    font-weight: bold;
    text-align: left;
    line-height: inherit;
}

#hamburger_menu{
    position: fixed;
    top: 0;
    height: 70px;
    right:0;
    z-index: 1000;
}
.hamburger_link{
    /* replace text with a background-image */
    display: inline-block;
    background: transparent url(icons/icon-hamburger.svg) no-repeat center center;
    background-size: 20px 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 60px;
    height: 100%;
    z-index: 1000;
}
#shadow_layer{
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2000;
    display: none;
}
#shadow_layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
#phone_nav {
    position: fixed;
          top: 0;
          height: 100%;
          width: 200px;
          /* header height */
          /*padding-top: 50px;*/
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          z-index: 3000;

}
#phone_nav {
  right: -100%;
  background: #FFF;
 -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#phone_nav.speed-in {
  right: 0;
}
#phone_nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #e0e6ef;
    color: #34445c;

}
#phone_nav ul .current {
  box-shadow: inset 3px 0 #435779;

}
#phone_nav ul, .navBar {

    font-family: Lato;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #FFFFFF;
}

.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
.enudge_mobile{
    top: 0;
    line-height:70px;
    position: fixed;
    font-family: Lato;
    padding: 0 10px;
    font-size: 17px;
}
.enudge_mobile a{
    color:white;
}

.linear-gradient {
    height: 549px;
    background: linear-gradient(309.34deg, rgba(0,90,248,0.76) 0%, rgba(109,66,239,0.76) 100%);
}
.linear-gradient .right_side{
    padding-left: 20px;
}

/*** styling ol list****/
ol.style_list {
    list-style-type: none;
    list-style-type: decimal !ie;
    font-size: 15px;
    color: #aaa;
    margin: 0;
    margin-left: 30px;
    padding: 20px 0;
    counter-reset: li-counter;
}
ol.style_list > li{
        position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 30px;
    border-left: 2px solid #CCCCCC;
}
ol.style_list > li:before {
    position: absolute;
    top: 0;
    left: -30px;
    width: 8px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.section_padding{
    padding-top: 75px;
    padding-bottom: 75px;
}
.section_background_light_blue{
    background-color: #F4FCFF
}
#work-with-enudge{
    font-family: Lato;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    margin:20px auto;
    text-align:center;
}
.width_15{
    width:15px;
}
#big-pricing-slider-txt{
    top:20px;
    left:25px;
}
/**CUSTOMIZE DROPDOWN*/
    .dd-wrap{
        position: relative   !important;
        height: 30px;
        width: 100%;
        cursor:pointer;
    }
    .dd-wrap:hover{
        /*color:white;*/
    }
    .dd-list{
        display:none;
        position:absolute; left:0px; top:25px; z-index:999;
    	margin:0; padding:10px; list-style:none;
    	background:#fff;
    	-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5); -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5); box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
        font-family:Lato;
        font-weight: normal !important;
    }
    .dd-list :not(.dd-line):not(.dd-title), .dd-list :not(.dd-line):not(.dd-title) a {
        cursor:pointer;
    	padding:9px;
    	/*border-bottom: solid 1px #ccc;*/
        font-family: Lato;
        font-size: 13px;
        line-height: 20px;
        color: #34445C;
    }
    .dd-list li:not(.dd-line):not(.dd-title):hover, .dd-list li:not(.dd-line):not(.dd-title):hover   a{
    	color:#ff3366;
    }
    .dd-list li:last-child { border:none }
    .dd-line{
        line-height:3px;
        border-bottom: solid 1px #ccc;
    }
    .dd-title{
        font-weight:bold;
        color:#39B2FE;
        font-size: 14px;
        line-height: 20px;
        font-family: Lato;
        padding:9px;
    }
    .dd-icon{
        cursor: pointer;
    }

/**------------------END OF QUICK LINK DROPDOWN*/

#work-with-enudge{
    cursor: pointer;
}

.pricing-includes p{
    text-align:left;
    padding-bottom: 0;
    line-height: 25px;
    padding-left: 60px;
}

.pricing-box > *{
    z-index: 11;
}
.pricing-button > *{
    z-index: 11;
}

/*pricing box*/
.pricing-box{
    cursor:pointer;
    display: flex;
    flex-flow: column;
    margin: 50px 0;
    height: 600px;
    width: 320px;
    border-radius: 9px;
    background-color: #FFFFFF;
    position:relative;
    transition-property: top, left, right, bottom, box-shadow;
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
    transition-duration: 200ms;
}
.pricing-box.hover{
    /*box-shadow: 0 2px 52px 0 rgba(154,164,167,0.31), -2px 2px 52px 0 rgba(151,151,151,0.35);*/
    box-shadow: 0 2px 52px 0 rgba(154,164,167,0.31), -2px 2px 52px 0 rgba(151,151,151,0.35);
}

/*pricing box: before*/
.pricing-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: white;
    transition-property: top, left, right, bottom, box-shadow;
    transition-duration: 100ms;
}

/*pricing-button*/
.pricing-button{
  	font-family: Lato;
  	font-size: 30px;
  	font-weight: bold;
  	line-height: 146px;
    color:white;
    cursor:pointer;
    left: 0;
    right: 0;
    bottom: 0;
    display:block;
    position:absolute;
    border:none;
    border-radius: 0px 0px 9px 9px;
	height: 146px;
	width: 320px;
	background: linear-gradient(130.07deg, #39B2FE 0%, #517FF7 45.2%, #4290EF 100%);

    opacity: 0;
    /*transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s; */
    transition-property: left,right,bottom, opacity;
    transition-duration: 200ms;
    backface-visibility: hidden;
}
.pricing-button-txt{
    z-index: 11;
}

.pricing-box.hover .pricing-button{
    opacity: 1;
    transition-duration: 200ms;
}

/*pricing-button before*/
.pricing-button:before {
	font-family: Lato;
	font-size: 30px;
	font-weight: bold;
	line-height: 146px;
    vertical-align: middle;
    content: 'START FREE TRIAL';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    color: #fff;
    border-radius: inherit;
    background: linear-gradient(130.07deg, #39B2FE 0%, #517FF7 45.2%, #4290EF 100%);
    transition: all 100ms;
}
.pricing-box.hover .pricing-button:before{


}

.pricing-box.hover .pricing-button-txt{
    opacity: 1;
}

/* Hero image for site content, max 400px height, default to show top part of img */
.hero-wrapper {
    margin-bottom: 15px;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.hero-wrapper.center {
    align-items: center;
}

.hero-wrapper.bottom {
    align-items: flex-end;
}

.hero-wrapper img {
    width: 100%;
    height: auto;
}

.hero-float-left-wrapper {
    float: left;
    margin: 0 30px 20px 0;
}

.hero-float-left-wrapper img {
    max-width: 100%;
}

/* Thumbnail list styles */
.thumbnail-list .thumbnail-item {
    display: flex;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #bfbfbf;
    align-items: flex-start;
}

.thumbnail-list .thumbnail-item:hover {
    background: #f5f5f5;
}

.thumbnail-list .thumbnail-item img {
    padding-right: 15px;
    max-width: 215px;
    height: auto;
}

.thumbnail-list .thumbnail-item .sub-title {
    color: #34445C;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
}

.thumbnail-list .thumbnail-item .title {
    color: #34445C;
    text-align: left;
    font-weight: 700;
}

.thumbnail-list .thumbnail-item .desc {
    color: #34445C;
    font-size: 16px;
}

/* Form Style */
.form-style {
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.3;
}

.form-style p {
    line-height: 1.5;
}

.form-style .form-style-row {
    padding-bottom: 15px;
}

.form-style .form-style-label {
    font-weight: 400;
    padding-bottom: 10px;
}

.form-style .form-style-note {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-style .button {
    margin: 15px 0 0;
    padding: 10px;
}

.form-style.inline .form-style-row {
    display: flex;
}

.form-style.inline .form-style-label {
    width: 180px;
    padding-top: 10px;
}

.form-style .error {
    display: block;
}

/* Request a quote form */
.request-quote-form {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 1;
}

.request-quote-form p {
    line-height: 1.5;
}

.request-quote-hero-img {
    padding-bottom: 30px;
    padding-right: 30px;
    text-align: left;
}

/* Contact us page */
#contact_us_page form {
    overflow: visible;
}

#contact_us_page input[type='text']::placeholder,
#contact_us_page textarea:-ms-input-placeholder {
    color: transparent;
}

#contact_us_page input[type='text']::-webkit-input-placeholder,
#contact_us_page textarea::-webkit-input-placeholder {
    color: transparent;
}

#contact_us_page input[type='text']::placeholder,
#contact_us_page textarea::placeholder {
    color: transparent;
}