/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');*/

@font-face {
    font-family: 'Nexa-bold';
    font-weight: bold;
    src: url('fonts/NexaBold.otf') format('opentype');
}
@font-face {
    font-family: 'Nexa-light';
    font-weight: 300;
    src: url('fonts/NexaLight.otf') format('opentype');
}
/*n*/

/*n*/
.blog-sidebar-layout.blog-post .blog-post__title:not(.imagebg) + .container.blog-post-content{ margin-top: 0; }
.blog-sidebar-layout.blog-post h1.entry-title{ font-family: 'Nexa-bold'; color: #fff; font-weight: normal; font-size: 50px; line-height: 60px; }
.blog-sidebar-layout.blog-post .blog-post__author span:not(.h6){ font-size: 14px; }
.blog-sidebar-layout.blog-post .blog-post__author{ font-family: Montserrat, 'Helvetica', 'Arial', sans-serif; margin: 0 auto; position: relative; width: auto; display: inline-block; max-width: 100%; padding-left: 52px; }
.blog-sidebar-layout.blog-post .blog-post__author_img{ width: 42px;height: 42px;border-radius: 50%;margin-bottom: 0;position: absolute;left: 0; }

.blog-post__author .abh_box.abh_box_custom{
	width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    margin-bottom: 0;
    position: absolute !important;
    left: 0;
    top: -8px;
}
.blog-post__author .abh_tab_content .abh_image img{
	margin: 0 !important;
	width: 42px !important;
	height: 42px !important;
}
.blog-post__author .abh_box .abh_tab_content{
	padding: 0 !important;
	border: none !important;
}
.blog-post__author .abh_tab_content .abh_image{
	float: none !important;
	width: auto !important;
}
.blog-sidebar-layout.blog-post .blog-post__date{ display: block; text-align: left;font-style: italic;color: #fff;font-size: 14px;font-weight: 300;}
.blog-sidebar-layout.blog-post .blog-post__author .blog-post__author_name{display: block; text-align: left;color: #fff;font-size: 14px;font-weight: bold;}
.blog-sidebar-layout.blog-post .blog-post__author .blog-post__author_name a{
	color: #fff;
	text-decoration: none;
}
.blog-sidebar-layout.blog-post .blog-post__category{ color: #17c0b9; background: #f3f3f3; padding: 15px 0 10px 0; margin-bottom: 80px; }
.blog-sidebar-layout.blog-post .blog-post__category .blog-post__category_text{
	color: #24c0b9;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.2px;
	display: inline-block;
}

.blog-sidebar-layout.blog-post .blog-post__category_item{ 
	color: #999 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    display: inline-block !important;
    padding: 4px 10px !important;
    border-radius: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    border-style: solid !important;
    border-width: 1px !important;
    letter-spacing: 0.2px !important;
    border-color: #aaa9 !important;
    line-height: normal !important;
    transition: 100ms ease !important;
}
.blog-sidebar-layout.blog-post .blog-post__category_item:hover,.blog-sidebar-layout.blog-post .blog-post__category_item:focus,.blog-sidebar-layout.blog-post .blog-post__category_item:active{ 
	color: #fff!important;
	background: #999;
	border-color: #000;
}
.blog-sidebar-layout.blog-post{ 
	font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
	padding-bottom: 0;
}
.blog-sidebar-layout.blog-post .post-content{
	font-size: 18px; line-height: 30px;
	color: #1e1e1e;
}
.blog-sidebar-layout.blog-post .post-content a{
	color: #23c0b9;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
}
.blog-sidebar-layout.blog-post .post-content .blog-post__share a{
	color: #23c0b9;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	margin: 0 10px 10px 0;
	padding: 5px 15px;
}
.blog-sidebar-layout.blog-post .post-content a:hover,
.blog-sidebar-layout.blog-post .post-content a:active,
.blog-sidebar-layout.blog-post .post-content a:focus{
	color: #27d6ce;
	transition: 150ms ease-in-out;
}
.blog-sidebar-layout.blog-post .post-content p{ 
	font-size: 18px; line-height: 30px; margin: 0 0 20px 0;
}
.blog-sidebar-layout.blog-post .post-content blockquote{
    border-left: 3px solid #000;
    text-align: initial;
    padding: 0 20px;
    margin: 0 0 20px 0;
}
.blog-sidebar-layout.blog-post .post-content h2,
.blog-sidebar-layout.blog-post .post-content h3,
.blog-sidebar-layout.blog-post .post-content h4,
.blog-sidebar-layout.blog-post .post-content h5{
	margin: 0 0 20px 0; line-height: normal;
	font-family: 'Nexa-bold';
	color: #000;
}
.blog-sidebar-layout.blog-post .post-content h2{
	font-size: 30px;
	line-height: 45px;
}
.blog-sidebar-layout.blog-post .post-content h3{
	font-size: 28px;
	font-weight: normal;
	line-height: 45px;
}
.blog-sidebar-layout.blog-post .post-content h4{
	font-size: 25px;
	font-weight: normal;
}
.blog-sidebar-layout.blog-post .post-content ol{
	margin-left: 35px;
}
.blog-sidebar-layout.blog-post .post-content ul{
	margin-left: 40px;
}
.blog-sidebar-layout.blog-post .post-content ul li{
	list-style-type: initial;
    list-style-position: outside;
    line-height: 30px;
    font-size: 18px;
	padding: 0 0 0 5px;
    margin-bottom: .8em;
}
.blog-sidebar-layout.blog-post .post-content ol li{
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 30px;
    font-size: 18px;
	padding: 0 0 0 8px;
    margin-bottom: .8em;
}
.sidebar-testimonial{
	position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f1f1f1;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
}
.sidebar-testimonial:before{
	content: '';
	position: absolute;
	width: 60px;
	height: 3px;
	top: 0;
	left: 0;
}

.sidebar-testimonial__meta{
    position: relative;
    padding-left: 88px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}
.sidebar-testimonial__avatar{
	position: absolute;
    left: 0;
    width: 80px !important;
    margin: 0;
    height: 80px;
    top: 20px;
}
.sidebar-testimonial__name,
.sidebar-testimonial__position{
	display: block;
}
.sidebar-testimonial__content{
	background: #fff;
	padding: 20px;
}
.sidebar-testimonial__text{
	font-size: 16px;
	line-height: 26px;
}
.sidebar{
	font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
}
.sidebar .widget h2{
	font-family: 'Nexa-bold';
	color: #000;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.blog-post-form-intro p{
	font-size: 16px;
	line-height: 26px;
}
.free-quote-form-container{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.1);
}
.newsletter-subscription-form-container{
	background: #F3F3F3;
	padding: 20px;
	border-radius: 10px;
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
}
body .gform_wrapper.free-quote-form_wrapper,
body .gform_wrapper.newsletter-subscription-form_wrapper{
	margin-bottom: 0;
	margin-top: 0;
}
body .gform_wrapper.free-quote-form_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html,
body .gform_wrapper.newsletter-subscription-form_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{
	margin: 0;
	padding-right: 0;
}
body .gform_wrapper.free-quote-form_wrapper ul li.gfield,
body .gform_wrapper.newsletter-subscription-form_wrapper ul li.gfield{
	margin: 0;
	padding-right: 0;
}
body .gform_wrapper.free-quote-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.newsletter-subscription-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	background: #f3f3f3;
    margin: 0;
    padding: 10px 15px !important;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    width: 100%;
}
body .gform_wrapper.newsletter-subscription-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	background: #fff;
}
body .gform_wrapper.free-quote-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper.free-quote-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
body .gform_wrapper.newsletter-subscription-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper.newsletter-subscription-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active{
	background: #fff;
	border: 1px solid #17c0b9;
}

body .gform_wrapper.free-quote-form_wrapper textarea{
	background: #f3f3f3;
    margin: 0;
    padding: 10px 15px !important;
    height: 100px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
}
body .gform_wrapper.free-quote-form_wrapper textarea:active,
body .gform_wrapper.free-quote-form_wrapper textarea:focus{
	background: #fff;
	border: 1px solid #17c0b9;
}
.gform_wrapper.free-quote-form_wrapper .gform_footer input.button,
.gform_wrapper.free-quote-form_wrapper .gform_footer input[type=submit],
.gform_wrapper.newsletter-subscription-form_wrapper .gform_footer input.button,
.gform_wrapper.newsletter-subscription-form_wrapper .gform_footer input[type=submit]{
	width: 100%;
    font-size: 15px !important;
    transition: 150ms ease-in-out;
}
.gform_wrapper.free-quote-form_wrapper .gform_footer input.button:hover, 
.gform_wrapper.free-quote-form_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper.newsletter-subscription-form_wrapper .gform_footer input.button:hover,
.gform_wrapper.newsletter-subscription-form_wrapper .gform_footer input[type=submit]:hover{
	transform: translateY(-5px);
	background: #27d6ce;
}


.gform_wrapper.free-quote-form_wrapper .gform_footer,
.gform_wrapper.newsletter-subscription-form_wrapper .gform_footer{
	margin: 0;
}
.form-policy-text{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}
.blog-post__author_detail{
    border: 1px solid #f1f1f1;
    padding: 20px 20px 20px 80px;
    position: relative;
    margin-bottom: 20px;
}
.blog-post__author_detail .abh_tab_content{
	border-top: none !important;
	border-bottom: none !important;
}
/*.single-post .blog-post__author_detail .abh_box_custom.abh_box_business:first-child{
	border-top: none !important;
	border-bottom: none !important;
}
.single-post .blog-post__author_detail .abh_box_custom.abh_box_business:last-child{
	border-top: none !important;
	border-bottom: none !important;
}
.blog-post__author_detail .abh_tabs{
	display: none;
}
.blog-post__author_detail .fn.name a{
	color: #000;
}*/
.blog-post__author_avatar{
	position: absolute;
	left: 20px;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.blog-post__author_desc{
    font-size: 14px;
    line-height: 24px;
}
/*.blog-post__related_article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}*/
.blog-post__related_article_container h2,
.blog-post__share h2{
	font-size: 24px !important;
    line-height: normal !important;
    margin: 0 0 20px 0 !important;
    font-weight: normal;
}
/*.blog-post__related_article_item{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 10px;
}*/
.blog-post__related_article .item:hover .blog-post__related_article_image img{
	opacity: .8 !important;
}
.blog-post__related_article_image{
	height: 170px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.blog-post__related_article_image img{
	height: 100%;
    width: auto !important;
    max-width: initial;
    margin: 0 auto;
    transition: 100ms ease-in-out;
}
.blog-post__related_article_title{
	font-size: 20px !important;
	margin: 0 !important;
	line-height: normal !important;
}
.blog-post__related_article_title a{
	color: #000 !important;
}
.blog-post__related_article_date{
	font-size: 14px;
}
.blog-post_cta{
	text-align: center;
	margin-top: 100px;
	background: #eee;
	padding: 80px 0;
}
.blog-post_cta h2{
	font-family: 'Nexa-bold';
	font-size: 45px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 15px 0;
}
.site-button{
    border: 2px solid #17c0b9;
    border-radius: 5px;
    padding: 15px 0;
    font-size: 16px;
    display: inline-block;
    font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
    margin: 10px;
    color: #17c0b9;
    width: 250px;
    font-weight: bold;
}
.site-button.st-solid{
	background: #17c0b9;
	color: #fff;
}
.site-button:hover,
.site-button:active,
.site-button:focus{
	background: #27d6ce;
	border: 2px solid #27d6ce;
	color: #fff;
	transition: 200ms ease-in-out;
}
.sidebar-testimonial__carousel.owl-theme .owl-controls .owl-dots .owl-dot span,
.blog-post__related_article.owl-theme .owl-controls .owl-dots .owl-dot span{
	background: #e9e9e9;
}
.sidebar-testimonial__carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.blog-post__related_article.owl-theme .owl-controls .owl-dots .owl-dot.active span{
	background: #17c0b9;
}
.sidebar-testimonial__carousel.owl-theme .owl-controls .owl-dots,
.blog-post__related_article.owl-theme .owl-controls .owl-dots{
	bottom: -40px;
}
.sidebar-testimonial__star{
	color: #17c0b9;
}
.sidebar-testimonial__star .fa{
	display: inline-block;
	margin-right: 4px;
}
.google-review__num{
	font-size: 30px;
    font-weight: bold;
    color: #ffa900;
    display: inline-block;
    margin-right: 10px;
}
.google-review__stars{
    color: #ffa900;
    font-size: 18px;
    display: inline-block;
}
.google-review__text{
	font-size: 16px;
	line-height: 26px;
}

.bg--linkedin{
	background: #3371b7 !important;
	border-color: #3371b7 !important;
}
.bg--linkedin.btn .btn__text,
.bg--linkedin.btn i{
	color: #fff !important;
}
.blog-sidebar-layout.blog-post .post-content .blog-post__share a{
	transition: 100ms ease-in-out;
}
.blog-sidebar-layout.blog-post .post-content .blog-post__share a:hover{
	text-decoration: none;
	opacity: .8;
}
.page-main-content.row{
	margin-left: -60px;
	margin-right: -20px;
}
.page-main-content.row > div.post-content{
	padding-left: 60px;
    padding-right: 60px;
}
.page-main-content.row > div{
	padding-left: 20px;
    padding-right: 20px;
}
body.single .gform_wrapper div.validation_error{
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	color: #790000 !important;
}
.gform_wrapper .gform_ajax_spinner{
    padding: 0;
    display: block;
    margin: 5px auto;
}
body.single .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	padding: 0;
}
.google-review-sidebar{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background: #f1f1f1;
    max-width: 360px;
}
.blog-post__author .abh_tabs{
	display: none;
}
.blog-post__author .abh_tab_content .abh_text{
	display: none;
}
.single-post .blog-post__author .abh_box_custom.abh_box_business:first-child{
	border: none !important;
}
.free-quote-form-mobile .free-quote-form-container{
	display: none;
}
.free-quote-form-desktop .free-quote-form-container{
	display: block;
}
.about-widget-desktop{
	display: block;
}
.about-widget-mobile{
	display: none;
}
.sharing-widget-desktop{
	display: block;
}
.sharing-widget-mobile{
	display: none;
}
.blog-sidebar-layout.blog-post .blog-post-content .about-sprintlaw-sidebar p{
	font-size: 14px;
	color: #6b6470;
	line-height: 23px;
}
.blog-sidebar-layout.blog-post .blog-post-content .about-sprintlaw-sidebar h2{
    font-family: 'Nexa-bold';
    color: #000;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0;
    font-weight: normal;
}
.blog-sidebar-layout.blog-post .blog-post-content .google-review__text{
	font-size: 16px;
    line-height: 26px;
}
.blog-sidebar-layout.blog-post .blog-post-content .google-review__text a{
	color: #000;
}
.free-quote-form-container h2,
.newsletter-subscription-form-container h2{
	margin-bottom: 0 !important;
}
.regular-hr hr{
	margin: 30px 0 !important;
}
ul#input_93_55,
ul#input_94_55{
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
ul#input_93_55 li,
ul#input_94_55 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
ul#input_93_55 li label,
ul#input_94_55 li label {
    font-size: 10px;
    margin: 0;
    display: block;
    max-width: 100%;
    text-align: center;
    padding-top: 50px;
    border: 1px solid rgba(0,0,0,0);
    font-weight: 700;
    line-height: normal;
    padding: 50px 2px 2px 4px;
    height: 80px;
    cursor: pointer;
    width: 100% !important;
}
ul#input_93_55 li input,
ul#input_94_55 li input{
	opacity: 0;
	position: absolute;
}
.gform_wrapper ul#input_93_55 li input[type=radio]:checked+label,
.gform_wrapper ul#input_94_55 li input[type=radio]:checked+label{
	border: 1px solid #23c0b9;
}
#label_93_55_0,
#label_94_55_0{
    background-image: url(https://sprintlaw.com.au/wp-content/uploads/2020/02/sprintlaw-service-agreement-60x60.jpg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: top center;

}
#label_93_55_1,
#label_94_55_1{
	background-image: url(https://sprintlaw.com.au/wp-content/uploads/2020/02/sprintlaw-web-tcs-60x60.jpg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: top center;
}
#label_93_55_2,
#label_94_55_2{
	background-image: url(https://sprintlaw.com.au/wp-content/uploads/2020/02/sprintlaw-privacy-policy-60x60.jpg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: top center;
}
#label_93_55_3,
#label_94_55_3{
	background-image: url(https://sprintlaw.com.au/wp-content/uploads/2020/02/sprintlaw-other-60x60.jpg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: top center;
}
.gform_wrapper #field_93_55 .gfield_label,
.gform_wrapper #field_94_55 .gfield_label{
    margin: 0;
    text-transform: initial;
    font-family: 'Nexa-bold';
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gform_wrapper #field_93_55 div.ginput_container_radio,
.gform_wrapper #field_94_55 div.ginput_container_radio{
	margin: 0;
}
#field_93_52 p,
#field_94_52 p{
	line-height: normal;
}

.form-wrapper .gform_wrapper.free-quote-form_wrapper .gform_footer input.button{
    color: #fff;
    font-size: 14px !important;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 12px !important;
    transition: all .3s ease;
    width: 100%;
    margin-bottom: 0;
    padding: 16px 8px;
    cursor: pointer;
    outline: 0;
    background-color: #23c0b9 !important;
    border: 2px solid #23c0b9 !important;
    letter-spacing: 1px;
    line-height: normal !important;
    font-weight: 600;
    max-width: 100%;
}
.form-wrapper .gform_wrapper.free-quote-form_wrapper .gform_footer input.button:hover{
	background-color: #199894 !important;
	border-color: #199894 !important;
}
body .form-wrapper .gform_wrapper.free-quote-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .form-wrapper .gform_wrapper.free-quote-form_wrapper textarea{
	width: 100%;
    outline: 0;
    height: 44px;
    background-color: #f3f3f3;
    margin-bottom: 6px !important;
    font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
    padding: 0 12px !important;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
}
body .form-wrapper .gform_wrapper.free-quote-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
body .form-wrapper .gform_wrapper.free-quote-form_wrapper textarea::placeholder{
	all: unset;
	font-style: normal;
}
body .form-wrapper .gform_wrapper.free-quote-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
body .form-wrapper .gform_wrapper.free-quote-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .form-wrapper .gform_wrapper.free-quote-form_wrapper textarea:active,
body .form-wrapper .gform_wrapper.free-quote-form_wrapper textarea:focus{
	background: #fff !important;
	border: 1px solid #17c0b9 !important;
}
body .form-wrapper .gform_wrapper.free-quote-form_wrapper textarea{
	height: 100px;
	padding: 10px !important;
}
body .form-wrapper .gform_wrapper.free-quote-form_wrapper .top_label div.ginput_container{
 	margin-top: 0;
}

.partner-lp__intro{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding-right: 15px;
	padding-left: 15px;
}
.partner-archive__header-section{
	background-image: url('https://sprintlaw.com.au/wp-content/uploads/2020/02/our-partners-background-header.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 50vh;
}
.partner-archive__intro{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	padding-right: 15px;
	padding-left: 15px;
	transform: translateY(-50%);
}
.partner-lp__header-section{
	background-image: url('https://sprintlaw.com.au/wp-content/uploads/2020/02/partners-background-header.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 380px;
}
.partner-lp__site-logo{
	width: 150px;
	margin-bottom: 0;
}
.line-divider{
	width: 50px;
	height: 1px;
	background: #928d8c;
	display: block;
	max-width: 100%;
	margin: 15px auto;
}
.partner-lp__intro-partner-logo{
	max-width: 250px;
	margin: 0 auto 30px auto;
	filter: brightness(0) invert(1);
}
.partner-lp__intro p{
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
}
.partner-lp__form-section{
	/*background-image: url(https://sprintlaw.com.au/wp-content/uploads/2020/02/partners-background-content.jpg);
	background-size: cover;
	background-position: center;*/
	background: #fff;
	padding: 100px 0 12% 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.partner-lp__form-wrap{
	position: relative;
	padding-right: 50%;
}
.partner-lp__partner-logo{
    margin: 0 0 40px 0;
    max-width: 360px;
}
.partner-lp__form-wrap h2{
	font-weight: 600;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 30px;
}
.partner-lp__form-wrap p{
	font-size: 16px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
}
p.partner-lp__form-note{
	font-size: 16px;
	line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #6f6f6f;
}
.partner-lp__main-form{
	position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.1);
    font-family: 'Montserrat', sans-serif;
    max-width: 450px;
    z-index: 999;
}
.partner-lp__main-form .title h2{
	color: #000;
	font-size: 30px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.partner-lp__main-form .title p{
	color: #333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: normal;
}
.partner-lp__form-wrap p.confirms{
	color: #333;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
}
.partner-lp__cta-section{
	padding: 80px 0 !important;
	font-family: 'Montserrat', sans-serif;
}
.partner-lp__cta-section .container{
	width: 1000px;
	max-width: 100%;
}
.partner-lp__cta-section h2{
    font-weight: 600;
    font-size: 35px;
    line-height: normal;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #1e1e1e;
}
.partner-lp__cta-section p{
    font-size: 16px;
    line-height: 28px;
    color: #1e1e1e;
    font-weight: 400;
}
.partner-lp__cta-section p a{
	color: #17c0b9;
	font-weight: 800;
	text-decoration: none;
}
.partner-archive__intro h1{
    color: #fff;
    font-weight: bold;
    font-family: 'Nexa-bold';
    font-size: 45px;
    line-height: normal;
}
.partner-archive__intro p{
	font-size: 18px;
    color: #fff;
    line-height: 28px;
}
#pa__filter-form .select-option{
    width: 15rem;
    display: inline-block;
    margin: 0 35px 0 0;
    overflow: initial;
    line-height: normal;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px;
    height: 52px;
}
#pa__filter-category{
    max-width: 100%;
    padding-left: 1.625em;
    background: #ffffff;
    border-radius: 5px;
    width: 15rem;
    padding-top: 8px;
    padding-bottom: 7px;
    min-width: 170px;
    color: #343434;
    font-size: 15px;
}
.form-control-main{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.form-control-main .form-control-input{
    height: 52px;
}
#pa__filter-submit.form-control-input{
    border-radius: 5px;
    height: 52px;
    padding: 0 33px;
    line-height: normal;
    font-size: 14px !important;
    font-weight: bold;
    margin: 0 35px 0 0;
    position: relative;
}
#pa__filter-submit.form-control-input:hover{
	background-color: #a1cfd0;
}
#pa__filter-keyword.form-control-input{
    padding: 0.8125em;
    border: none;
    width: 15rem;
    background: #ffffff;
    border-radius: 5px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    color: #343434;
    padding-left: 1.625em;
    padding-right: 1.625em;
    position: relative;
    font-size: 15px;
    top: -1px;
    margin-right: 35px;
}
#pa__filter-keyword.form-control-input:focus{
	box-shadow: none;
}
#pa__filter-reset{
    color: #fff;
    background: #23c0b9;
    border-color: #23c0b9;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    padding: 17px 33px;
    line-height: normal;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    height: 52px;
}
#pa__filter-reset.form-control-input{
    border: 1px solid #f3f3f3;
    color: #000000;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.partner-archive__item-content{
    height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.partner-archive__results{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}
.partner-archive__item{
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.partner-archive__item-category{
    font-size: 18px;
    display: block;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.partner-archive__item-content:hover .partner-archive__item-primary{
	top: 0;
	opacity: 0;
}
.partner-archive__item-content:hover .partner-archive__item-secondary{
	top: 0;
}
.partner-archive__item-content:hover .partner-archive__item-siteurl{
	opacity: 1;
	bottom: 20px;
}
.partner-archive__item-secondary{
	position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 25;
    background: rgba(255,255,255,.95);
    transition: 250ms ease-in-out;
}
.partner-archive__item-secondary-inner{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.partner-archive__item-primary{
	position: absolute;
	background: rgba(0,0,0,.09);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    transition: 250ms ease-in-out;
}
.partner-archive__item-primary-inner{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.partner-archive__item-img-secondary{
	display: block;
	margin: 0 auto;
	max-width: 250px;
}
.partner-archive__item-permalink{
	position: absolute;
	z-index: 25;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.partner-archive__item-title{
	font-size: 18px !important;
    font-weight: 500;
}
.partner-archive__item-img-primary{
    display: block;
    margin: 20px auto;
    max-width: 250px;
}
.partner-archive__item-siteurl{
    color: #23c0b9;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    z-index: 30;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    display: inline-block;
    width: auto;
    opacity: 0;
    transition: 250ms ease-in-out;
}
.results-text{
    margin: 10px 0 0 0;
    font-style: italic;
}
.partner-archive__content-section{
	padding-bottom: 0;
	padding-top: 40px;
}
.footer-tagline{
    color: #ffffff !important;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
    font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}
footer.bg--dark .col-md-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 991px){
	.partner-lp__cta-section{
		padding: 80px 0 !important;
	}
	.partner-lp__cta-section .container{
		width: 630px;
	}
	.partner-archive__item-siteurl{
		bottom: 20px !important;
		opacity: 1 !important;
		color: #fff;
	}
	.partner-archive__item-primary{
		opacity: 1 !important;
	}
	.partner-archive__item-secondary{
		top: -100% !important;
	}
	.partner-lp__form-wrap{
		padding-right: 0;
		max-width: 600px;
		margin: 20px auto;
	}
	.partner-lp__main-form{
		position: static;
		max-width: 600px;
		margin: 20px auto;
	}
	.partner-lp__form-section{
		padding: 40px 0 0 0 !important;
	}
	.partner-archive__item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	#pa__filter-form .select-option{
		width: 48%;
		margin: 0 3% 20px 0;
	}
	#pa__filter-keyword.form-control-input{
		width: 48%;
		margin: 0 0 20px 0;
	}
	#pa__filter-submit.form-control-input{
		width: 48%;
		margin: 0 3% 20px 0;
	}
	#pa__filter-reset{
		width: 48%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	/*.blog-post__related_article_item{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0;
	}
	.blog-post__related_article{
		margin: 0;
	}*/
	ul#input_93_55 li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page-main-content.row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.page-main-content.row > div.post-content,
	.page-main-content.row > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-post__related_article_container{
		text-align: center;
	}
	.blog-post__author_avatar{
		position: static;
	    transform: none;
	    display: block;
	    margin: 0 auto;
	}
	.blog-post__author_detail{
		padding: 20px;
		text-align: center;
	}
	.blog-sidebar-layout.blog-post .post-content .blog-post__share a{
		margin: 0 0 15px 0;
	}
	/*.blog-post__author_detail .abh_tab_content .abh_image{
		display: block !important;
		float: none !important;
		text-align: center !important;
		width: 100% !important;
	}
	.blog-post__author_detail .abh_tab_content .abh_text{
		display: block !important;
	    float: none !important;
	    width: 100% !important;
	    margin-left: 0 !important;
	}
	.blog-post__author_detail .abh_tab_content .abh_text .fn.name{
		text-align: center !important;
	}*/
	
	.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item.vc_col-sm-4{
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	
	.partner-archive__header-section{
		min-height: 60vh;
	}
	.partner-archive__intro{
		padding-top: 50px;
	}
	#pa__filter-category{
		width: 100%;
	}
	.partner-archive__intro h1{
	    font-size: 55px;
	}
	.form-control-main {
	    max-width: 360px;
	    margin: 0 auto;
	}
	#pa__filter-submit.form-control-input{
		margin: 0 0 20px 0;
    	width: 100%;
    	position: static;
    	text-align: center;
	}
	#pa__filter-reset{
		display: block;
		text-align: center;
	    margin: 0 0 5px 0;
	}
	#pa__filter-form .select-option{
		width: 100%;
		margin: 0 0 20px 0;
	}
	#pa__filter-keyword.form-control-input{
		width: 100%;
    	margin: 0 0 20px 0;
	}
	.partner-archive__item{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-post .blog-post__share{
		max-width: 360px;
		margin: 10px auto;
	}
	.newsletter-subscription-form-container{
		margin-top: 60px;
	}
	.blog-post .sharing-widget-mobile .blog-post__share{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.about-widget-desktop{
		display: none;
	}
	.about-widget-mobile{
		display: block;
	}
	/*.sharing-widget-desktop{
		display: none;
	}*/
	.sharing-widget-mobile{
		display: block;
	}
	.sidebar-testimonial{
		display: none;
	}
	.blog-sidebar-layout.blog-post h1.entry-title{
		font-size: 30px;
    	line-height: 40px;
	}
	.page-main-content.row > div.post-content,
	.page-main-content.row > div{
		padding-left: 0;
		padding-right: 0;
	}
	.page-main-content.row{
		margin-left: 0;
		margin-right: 0;
	}
	.blog-sidebar-layout.blog-post .blog-post__category{
		margin-bottom: 50px;
	}
	.sidebar{
		margin-top: 0;
	}
	.google-review-sidebar,
	.blog-post__related_article_container{
		text-align: center;
	}
	.google-review-sidebar,
	.free-quote-form-container{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.free-quote-form-desktop .free-quote-form-container{
		display: none;
	}
	.free-quote-form-mobile .free-quote-form-container{
		display: block;
	}
	.blog-post__related_article_container {
	    width: 360px;
	    max-width: 100%;
	    display: block;
	    margin: 30px auto;
	}
	body .container{
		padding-left: 25px;
		padding-right: 25px;
	}
	.free-quote-form-mobile .free-quote-form-container h2{
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.free-quote-form-mobile .free-quote-form-container p{
		font-size: 14px !important;
		color: #6b6470 !important;
	}
	.blog-post_cta{
		margin-top: 50px;
		padding: 40px 15px;
	}
	footer.bg--dark .col-md-3 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 600px) {
	.partner-lp__partner-logo{
		display: block;
		margin: 0 auto 40px auto;
	}
	.blog-post__related_article_item{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0;
	}
	.blog-post__related_article{
		margin: 0;
	}
	.blog-post__related_article_container{
		text-align: center;
	}
	.blog-post__author_avatar{
		position: static;
	    transform: none;
	    display: block;
	    margin: 0 auto;
	}
	.blog-post__author_detail{
		padding: 20px;
		text-align: center;
	}
	.blog-sidebar-layout.blog-post .post-content .blog-post__share a{
		margin: 0 0 15px 0;
	}

}

.sidebar .sidebar__widget:not(:last-child) {
    margin-bottom: 0em!important;
}

.slides.client-slides img{
    width: auto !important;
    max-width: 90%;
    max-height: 70px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 420px) {
	ul#input_94_55 li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-device-width: 768px)  and (max-device-width: 991px) {
	footer.bg--dark .col-md-3 div > h6.widget-title{
		width: 130px;
	}
	#contracts-articles .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item.vc_col-sm-4:nth-child(n+3){ 
		display: none;
	}
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
	/*footer.bg--dark .col-md-3:first-child {
		width: 182px;
	}
	footer.bg--dark .col-md-3 {
		width: 23%;
	} */
	
	.blog-post-content .page-main-content > div:nth-child(1) { width: 100%; }
	.blog-post-content .page-main-content > div:nth-child(2) { display:none }
	
	
	.search-filter-results .card .card__body{ padding: 50px 20px; margin: 0; }
}
.search-filter-results .card .card__body .card__title{ margin: 0; }
@media (max-device-width: 991px) {
	.nopad_mobile { padding: 0 0 20px }
}

.single-post.postid-5998 .post-content ol li {
font-weight: bold !important;
}

.post-type-archive-product [data-overlay]:before,
.tax-product_cat [data-overlay]:before {
    background: #000;
    opacity: 1 !important;
}

.post-type-archive-product nav.woocommerce-breadcrumb ,
.tax-product_cat nav.woocommerce-breadcrumb {
    color: #fff !important;
}

.single-partner section.partner-lp__cta-section .col-md-7 ul li {
    color: #1e1e1e;
    font-size: 16px;
    list-style: inside;
}

@media only screen and (max-width: 992px) {
	.single-post .col-md-7, 
	.single-post .col-lg-8, 
	.single-post .col-md-5 {
		    width: 100% !important;
		    float: none;
		}
}

/* November 16, 2020 */
/* Global Your Legals Made Easy */
/* Global Your Legals Made Easy Section */
.your-legals-made-easy-section {
    background: #f3f3f3;
    position: relative;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.your-legals-made-easy-section {
		padding: 120px 10%;
	}
}
@media only screen and (max-width: 991px) {
	.your-legals-made-easy-section {
		padding: 100px 10%;
	}
}
.your-legals-made-easy-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3vh 50vw;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
}
/* Global Your Legals Made Easy Container */
.your-legals-made-easy-container {
    max-width: 1560px;
    margin: 0 auto;
    text-align: center;
}
/* Title */
.your-legals-made-easy-section h2 {
    font-weight: 700;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    text-align: center;
}
@media only screen and (min-width: 992px) {
	.your-legals-made-easy-section h2 {
	    font-size: 50px;
	    line-height: 60px;
	}
}
@media only screen and (max-width: 991px) {
	.your-legals-made-easy-section h2 {
	    font-size: 40px;
	    line-height: 50px;
	}
}
/* Buttons */
a.your-legals-made-easy-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: #17c0b9;
    color: #fff;
    border: 2px solid #17c0b9;
    border-radius: 5px;
    padding: 15px 35px;
}
@media only screen and (min-width: 768px) {
	a.your-legals-made-easy-button {
	    display: inline-block;
	    margin-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	a.your-legals-made-easy-button {
	    display: block;
	    margin-bottom: 20px;
	    text-align: center;
	}
}
a.your-legals-made-easy-button:hover, a.your-legals-made-easy-button:active, a.your-legals-made-easy-button:focus {
    background: #27d6ce;
    border: 2px solid #27d6ce;
    color: #fff !important;
    transition: 200ms ease-in-out;
}
a.your-legals-made-easy-button-call-us {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: transparent;
    color: #1e1e1e;
    border: 2px solid rgba(30, 30, 30, 0.25);
    border-radius: 5px;
    padding: 15px 35px;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
	a.your-legals-made-easy-button-call-us {
	    display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	a.your-legals-made-easy-button-call-us {
	    display: block;
	    text-align: center;
	}
}
a.your-legals-made-easy-button-call-us:hover, a.your-legals-made-easy-button-call-us:active, a.your-legals-made-easy-button-call-us:focus {
    background: transparent;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    transition: 200ms ease-in-out;
}
/* CoSec Page */
/* CoSec Page Banner */
.cosec-page-hero-banner {
    background-color: #ffffff !important;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.cosec-page-hero-banner {
	    padding: 170px 0;
	}	
}
@media only screen and (max-width: 991px) {
	.cosec-page-hero-banner {
	    padding: 0;
	}	
}
@media only screen and (min-width: 992px) {
	.cosec-page-hero-banner {
	    background: url('/wp-content/themes/pillar-child/images/cosec/cosec-banner-bg-min.png') no-repeat center center/cover;
	}
}
@media only screen and (max-width: 991px) {
	.cosec-page-hero-banner {
	    background: none;
	}
}
/* CoSec Page Banner Container */
.cosec-page-hero-container {
    max-width: 1560px;
    margin: 0 auto;
}
/* CoSec Page Content */
@media only screen and (min-width: 992px) {
	.cosec-page-hero-banner-content .column-content {
	    width: 60%;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) {
	.cosec-page-hero-banner-content .column-content {
		padding: 100px 5%;
	}
}
/* Tablet and Mobile Background Content */
@media only screen and (min-width: 992px) {
	.cosec-page-hero-banner-content .hero-banner-tablet {
	    display: none;
	}
}
@media only screen and (max-width: 991px) {
	.cosec-page-hero-banner-content .hero-banner-tablet {
	    background: url('/wp-content/themes/pillar-child/images/cosec/cosec-header-mobile.png') no-repeat center center/cover;
	}
}
@media only screen and (min-width: 768px)  and (max-width: 991px) {
	.cosec-page-hero-banner-content .hero-banner-tablet {
	    height: 600px;
	    background: url('/wp-content/themes/pillar-child/images/cosec/cosec-header-mobile.png') no-repeat top center/cover;
	}
}
@media only screen and (max-width: 767px) {
	.cosec-page-hero-banner-content .hero-banner-tablet {
	    height: 400px;
	    background: url('/wp-content/themes/pillar-child/images/cosec/cosec-header-mobile.png') no-repeat center center/cover;
	}
}
/* Title */
header.cosec-page-hero-banner h1 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    font-size: 40px;
	line-height: 1.2em;
}

/* Paragraph */
header.cosec-page-hero-banner p {
    font-size: 18px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 1.7em;
    color: #1e1e1e;
    margin-bottom: 40px;
}
/* Button */
a.cosec-page-hero-banner-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: #17c0b9;
    color: #fff !important;
    border: 2px solid #17c0b9;
    border-radius: 5px;
    padding: 15px 35px;
}
a.cosec-page-hero-banner-button:hover, a.cosec-page-hero-banner-button:active, a.cosec-page-hero-banner-button:focus {
    background: #27d6ce;
    border: 2px solid #27d6ce;
    color: #fff !important;
    transition: 200ms ease-in-out;
}
@media only screen and (min-width: 768px) {
	a.cosec-page-hero-banner-button {
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	a.cosec-page-hero-banner-button {
		display: block;
		text-align: center;
	}
}
a.cosec-page-hero-banner-button span {
    font-size: 16px;
}
/* CoSec What you'll get */
/* CoSec What you'll get section */
.cosec-page-what-you-get-section {
    background: #ffffff;
    text-align: center;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.cosec-page-what-you-get-section {
		padding: 220px 10% 120px;
	}
}
@media only screen and (max-width: 991px) {
	.cosec-page-what-you-get-section {
		padding: 100px 10% 50px;
	}
}
/* CoSec What you'll get container */
.cosec-page-what-you-get-container {
    max-width: 1560px;
    margin: 0 auto;
}

/* Title */
@media only screen and (min-width: 992px) {
	.row.cosec-page-what-you-get-content .what-you-get-title {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 991px) {
	.row.cosec-page-what-you-get-content .what-you-get-title {
		padding-bottom: 25px;
	}
}
@media only screen and (min-width: 992px) {
	.cosec-page-what-you-get-content .col-md-4 {
    	border-right: 1px solid #f3f3f3;
	}
	.cosec-page-what-you-get-content .col-md-4:last-child {
	    border-right: none !important;
	}
}
@media only screen and (max-width: 991px) {
	.cosec-page-what-you-get-content .col-md-4 {
	    padding: 25px 0;
    	border-bottom: 1px solid #f3f3f3;
	}
	.cosec-page-what-you-get-content .col-md-4:last-child {
	    padding-bottom: 0 !important;
	    border-bottom: none !important;
	}
}
.row.cosec-page-what-you-get-content .what-you-get-title h2 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    margin: 0;
    position: relative;
}
.row.cosec-page-what-you-get-content .what-you-get-title h2::before {
    content: "";
    width: 100px;
    height: 3px;
    background: #17C0B9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
	.row.cosec-page-what-you-get-content .what-you-get-title h2::before {
		top: -50px;
	}
}
@media only screen and (max-width: 991px) {
	.row.cosec-page-what-you-get-content .what-you-get-title h2::before {
		top: -30px;
	}
}
@media only screen and (min-width: 768px) {
	.row.cosec-page-what-you-get-content .what-you-get-title h2 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.row.cosec-page-what-you-get-content .what-you-get-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
}
/* Sub Title */
.row.cosec-page-what-you-get-content h3 {
    font-size: 25px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 35px;
    color: #1e1e1e;
}
/* Paragrapgh */
.row.cosec-page-what-you-get-content p {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #68626F;
}
@media only screen and (min-width: 768px) {
	.row.cosec-page-what-you-get-content p {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.row.cosec-page-what-you-get-content p {
		font-size: 16px;
	}
}

/* CoSec One Price, no tricks */
/* CoSec One Price, no tricks Section */
.cosec-page-one-piece-no-tricks-section {
    background: #f3f3f3;
    position: relative;
    text-align: center;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.cosec-page-one-piece-no-tricks-section {
		padding: 200px 10%;
	}
}
@media only screen and (max-width: 991px) {
	.cosec-page-one-piece-no-tricks-section {
		padding: 100px 10%;
	}
}
.cosec-page-one-piece-no-tricks-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3vh 50vw;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
}
.cosec-page-one-piece-no-tricks-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3vh 50vw;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
}
/* CoSec One Price, no tricks Container */
.cosec-page-one-piece-no-tricks-container {
    max-width: 1024px;
    margin: 0 auto;
}

/* Title */
.row.cosec-page-one-piece-no-tricks-content .title-content h2 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.row.cosec-page-one-piece-no-tricks-content .title-content h2 {
	    font-size: 40px;
	    line-height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.row.cosec-page-one-piece-no-tricks-content .title-content h2 {
	    font-size: 30px;
	    line-height: 40px;
	}
}
/* Paragraph */
.row.cosec-page-one-piece-no-tricks-content .title-content p {
    font-size: 18px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #68626F;
    margin-bottom: 40px;
}
/* Features Container */
.row.features-container {
    box-shadow: 0 5px 25px 15px rgba(0,0,0,0.05);
    margin-bottom: 50px;
}
.features-wrapper {
    background: #ffffff;
    text-align: center;
}
@media only screen and (min-width: 768px) {
	.features-wrapper {
	    padding: 50px !important;
	}
}
@media only screen and (max-width: 767px) {
	.features-wrapper {
	    padding: 50px 25px !important;
	}
}
.features-wrapper p.features-title {
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #1e1e1e;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.features-wrapper p.features-description-item {
    font-weight: 400;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #68626F;
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
}
@media only screen and (min-width: 768px) {
	.features-wrapper p.features-description-item {
		font-size: 16px;
	    line-height: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.features-wrapper p.features-description-item {
		font-size: 14px;
	    line-height: 20px;
	}
}
.features-wrapper p.features-description-item:last-child {
    padding-bottom: 0 !important;
}
.features-wrapper p.features-description-item::after {
    content: "";
    width: 50%;
    background: #f3f3f3;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.features-wrapper p.features-description-item:last-child::after {
    height: 0 !important;
}
@media only screen and (min-width: 992px) {
	.half-year-mobile {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	.half-year-desktop {
		display: none !important;
	}
}
.half-year-wrapper {
    background: #f2f2f2;
    padding: 50px !important;
    text-align: center;
}
@media only screen and (min-width: 768px) {
	.half-year-wrapper {
	    padding: 50px !important;
	}
}
@media only screen and (max-width: 767px) {
	.half-year-wrapper {
	    padding: 50px 25px !important;
	}
}
.half-year-wrapper p.half-year-title {
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #1e1e1e;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}
.half-year-price {
    margin: 50px 0;
}
.half-year-price p.price {
    font-size: 70px;
    font-weight: 300;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 50px;
    margin-bottom: 10px !important;
    color: #17C0B9;
    position: relative;
    display: inline-block;
}
.half-year-price p.price::before {
    content: '$';
    font-size: 18px;
    position: absolute;
    top: -15px;
    left: -15px;
}
a.cosec-page-sign-up-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: #17c0b9;
    color: #fff;
    border: 2px solid #17c0b9;
    border-radius: 5px;
    padding: 15px 35px;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
a.cosec-page-sign-up-button:hover, a.cosec-page-sign-up-button:active, a.cosec-page-sign-up-button:focus {
    background: #27d6ce;
    border: 2px solid #27d6ce;
    color: #fff !important;
    transition: 200ms ease-in-out;
}
/* Button */
a.cosec-page-book-consultation-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: transparent;
    color: #1e1e1e;
    border: 2px solid rgba(30, 30, 30, 0.25);
    border-radius: 5px;
    padding: 15px 35px;
    display: inline-block;
}
a.cosec-page-book-consultation-button:hover, a.cosec-page-book-consultation-button:active, a.cosec-page-book-consultation-button:focus {
    background: transparent;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    transition: 200ms ease-in-out;
}
@media only screen and (max-width: 991px) {
	a.cosec-page-book-consultation-button {
		display: none;
	}
}
/* CoSec FAQs */
/* CoSec FAQs Section */
.cosec-page-faqs-section {
    background: #ffffff;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.cosec-page-faqs-section {
		padding: 120px 10%;
	}	
}
@media only screen and (max-width: 991px) {
	.cosec-page-faqs-section {
		padding: 100px 10%;
	}	
}
/* CoSec FAQs Container */
.cosec-page-faqs-container {
    max-width: 1560px;
    margin: 0 auto;
}
/* Title */
.row.cosec-page-faqs-content h2 {
    font-size: 40px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 50px;
    color: #1e1e1e;
}
/* Paragraph */
.row.cosec-page-faqs-content p.faqs-description {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #68626F;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.row.cosec-page-faqs-content p.faqs-description {
	    font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.row.cosec-page-faqs-content p.faqs-description {
	    font-size: 16px;;
	}
}
/* Button */
a.cosec-page-faqs-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: transparent;
    color: #1e1e1e;
    border: 2px solid rgba(30, 30, 30, 0.25);
    border-radius: 5px;
    padding: 15px 35px;
    display: inline-block;
    margin-bottom: 40px;
}
a.cosec-page-faqs-button:hover, a.cosec-page-faqs-button:active, a.cosec-page-faqs-button:focus {
    background: transparent;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    transition: 200ms ease-in-out;
}
/* FAQs */
.cosec-page-faqs-content .ms-accordion li {
	padding: 25px 0;
    border-bottom: 1px solid #f3f3f3;
}
.cosec-page-faqs-content .ms-accordion li > a {
	color: #1E1E1E;
	font-size: 20px;
	font-family: Montserrat,'Helvetica','Arial',sans-serif;
	font-weight: 700;
	line-height: 25px;
	display: block;
}
.cosec-page-faqs-content .ms-accordion li > a > i {
	float: right;
	font-size: 14px;
	color: #17C0B9;
}
.cosec-page-faqs-content .ms-accordion li.active i::before {
    content: "-" !important;
    margin-top: -5px;
    margin-left: 0;
    margin-right: -5px;
}
.cosec-page-faqs-content .ms-accordion li > div.answer {
	display: none;
	font-family: Montserrat,'Helvetica','Arial',sans-serif;
	font-weight: 400;
	line-height: 25px;
    padding-top: 25px;
    color: #68626F;
}
@media only screen and (min-width: 768px) {
	.cosec-page-faqs-content .ms-accordion li > div.answer {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.cosec-page-faqs-content .ms-accordion li > div.answer {
		font-size: 16px;
	}
}
.cosec-page-faqs-content .ms-accordion li > div > a {
	font-weight: 500;
	color: #17C0B9;
    display: block;
    margin-top: 25px;
}
a.cosec-page-faqs-more-questions {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(30, 30, 30, 0.5);
}
/* Meet the Team Page */
/* Meet the Team Page Banner */
.meet-the-team-page-hero-banner {
    background-color: #ffffff !important;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.meet-the-team-page-hero-banner {
	    padding: 240px 10% 160px;
	}	
}
@media only screen and (max-width: 991px) {
	.meet-the-team-page-hero-banner {
	    padding: 200px 10%;
	}	
}
/* Meet the Team Page Banner Container */
.meet-the-team-page-hero-container {
    max-width: 1560px;
    margin: 0 auto;
}
/* Title */
header.meet-the-team-page-hero-banner h1 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #ffffff;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
	header.meet-the-team-page-hero-banner h1 {
	    font-size: 60px;
	    line-height: 70px;
	}
}
@media only screen and (max-width: 767px) {
	header.meet-the-team-page-hero-banner h1 {
	    font-size: 40px;
	    line-height: 50px;
	}
}
/* Paragraph */
header.meet-the-team-page-hero-banner p {
    font-size: 18px;
	line-height: 25px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #ffffff;
    font-weight: 400;
}

/* Meet the Team Filter Section */
.meet-the-team-filter-section {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.meet-the-team-filter-section {
		padding: 50px 10%;
	}
}
@media only screen and (max-width: 991px) {
	.meet-the-team-filter-section {
		padding: 25px 10%;
	}
}
/* Meet the Team Filter Container */
.meet-the-team-filter-container {
    max-width: 1560px;
    margin: 0 auto;
}
form#meet-the-team-filter-form {
    overflow: initial;
    max-width: initial;
}
/* Filter */
/* Meet the Team Items Section */
.meet-the-team-items-section {
    background: #ffffff;
    position: relative;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.meet-the-team-items-section {
		padding: 100px 10%;
	}
}
@media only screen and (max-width: 991px) {
	.meet-the-team-items-section {
		padding: 50px 5%;
	}
}
/* Meet the Team Items Container */
.meet-the-team-items-container {
    max-width: 1560px;
    margin: 0 auto;
}
.row.meet-the-team-filter-content select.team-department-dropdown {
    text-align-last: center;
}
.meet-the-team-items .loading-gif {
	text-align: center;
}
.meet-the-team-item {
	text-align: center;
	margin-bottom: 25px;
}
.meet-the-team-image {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .col-lg-4.meet-the-team-item .meet-the-team-image {
        height: 400px;
    }
    .col-lg-3.meet-the-team-item .meet-the-team-image {
        height: 325px;
    }
}
@media only screen and (max-width: 991px) {
    .meet-the-team-item .meet-the-team-image {
        height: 325px;
    }  
}

/*.meet-the-team-image::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
}
@media only screen and (min-width: 992px) {
    .meet-the-team-image::after {
        border-width: 50px 100vh;
    }  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .meet-the-team-image::after {
        border-width: 25px 50vh;
    }  
}
@media only screen and (max-width: 767px) {
    .meet-the-team-image::after {
        border-width: 15px 50vw;
    }  
}*/
.meet-the-team-image:after {
    content: '';
    width: 105%;
    height: 30px;
    position: absolute;
    background: #FFF;
    z-index: 0;
    top: 93%;
    left: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg);
}
.meet-the-team-details {
    padding: 25px;
}
@media only screen and (min-width: 768px) {
	.meet-the-team-details {
	    padding: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.meet-the-team-details {
	    padding: 25px 0;
	}	
}
.meet-the-team-name {
    font-size: 25px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 30px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 20px;
}
.meet-the-team-position {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 400;
    color: #68626F;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.meet-the-team-position {
	    font-size: 18px;
	    line-height: 28px;
	}	
}
@media only screen and (max-width: 767px) {
	.meet-the-team-position {
	    font-size: 16px;
	    line-height: 26px;
	}	
}
.meet-the-team-description {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.meet-the-team-description {
	    font-size: 16px;
	    line-height: 26px;
	}	
}
@media only screen and (max-width: 767px) {
	.meet-the-team-description {
	    font-size: 14px;
	    line-height: 24px;
	}	
}
a.mee-the-team-linkedin-link {
    font-size: 24px;
    color: #17C0B9;
}
/* About Page */
/* About Page Banner */
.about-page-hero-banner {
    background-color: #ffffff !important;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.about-page-hero-banner {
	    padding: 185px 0;
	}	
}
@media only screen and (max-width: 991px) {
	.about-page-hero-banner {
	    padding: 0;
	}	
}
@media only screen and (min-width: 992px) {
	.about-page-hero-banner {
	    background: url('/wp-content/themes/pillar-child/images/about/about-banner.png') no-repeat bottom center/cover;
	}
}
@media only screen and (max-width: 991px) {
	.about-page-hero-banner {
	    background: none;
	}
}
/* about Page Banner Container */
.about-page-hero-container {
    max-width: 1560px;
    margin: 0 auto;
}
/* about Page Content */
@media only screen and (min-width: 992px) {
	.about-page-hero-banner-content .column-content {
	    width: 75%;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) {
	.about-page-hero-banner-content .column-content {
		padding: 100px 5%;
	}
}
/* Tablet and Mobile Background Content */
@media only screen and (min-width: 992px) {
	.about-page-hero-banner-content .hero-banner-tablet {
	    display: none;
	}
}
@media only screen and (min-width: 768px)  and (max-width: 991px) {
	.about-page-hero-banner-content .hero-banner-tablet {
	    height: 600px;
	    background: url('/wp-content/themes/pillar-child/images/about/about-banner-mobile.png') no-repeat top center/cover;
	}
}
@media only screen and (max-width: 767px) {
	.about-page-hero-banner-content .hero-banner-tablet {
	    height: 400px;
	    background: url('/wp-content/themes/pillar-child/images/about/about-banner-mobile.png') no-repeat center center/cover;
	}
}
/* Title */
header.about-page-hero-banner h1 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    font-size: 40px;
    line-height: 1.2em;
}
/* Paragraph */
header.about-page-hero-banner p {
    font-size: 18px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 1.7em;
    color: #1e1e1e;
    margin-bottom: 40px;
}
/* Button */
a.about-page-hero-banner-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: #17c0b9;
    color: #fff !important;
    border: 2px solid #17c0b9;
    border-radius: 5px;
    padding: 15px 35px;
}
a.about-page-hero-banner-button:hover, a.about-page-hero-banner-button:active, a.about-page-hero-banner-button:focus {
    background: #27d6ce;
    border: 2px solid #27d6ce;
    color: #fff !important;
    transition: 200ms ease-in-out;
}
@media only screen and (min-width: 768px) {
	a.about-page-hero-banner-button {
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	a.about-page-hero-banner-button {
		display: block;
		text-align: center;
	}
}
a.about-page-hero-banner-button span {
    font-size: 16px;
}
/* About Sprintlaw Section */
.about-sprintlaw-section {
    background: #f3f3f3;
    position: relative;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.about-sprintlaw-section {
		padding: 100px 10%;
	}
}
@media only screen and (max-width: 991px) {
	.about-sprintlaw-section {
		padding: 0;
	}
}
/* About Sprintlaw Container */
.about-sprintlaw-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* About Sprintlaw Image */
.about-sprintlaw-image {
	text-align: center;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
	.about-sprintlaw-image img {
		display: none;
	}
}
@media only screen and (min-width: 768px)  and (max-width: 991px) {
	.about-sprintlaw-image {
	    height: 600px;
	    background: url('/wp-content/themes/pillar-child/images/about/about-sprintlaw.png') no-repeat center center/cover;
	}
}
@media only screen and (max-width: 767px) {
	.about-sprintlaw-image {
	    height: 480px;
	    background: url('/wp-content/themes/pillar-child/images/about/about-sprintlaw.png') no-repeat center center/cover;
	}
}
@media only screen and (min-width: 992px) {
	.about-sprintlaw-section::before {
	    content: "";
	    height: 125px;
	    width: 100%;
	    background: #ffffff;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.about-sprintlaw-section::after {
	    content: "";
	    height: 125px;
	    width: 100%;
	    background: #ffffff;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
}
/* Quote Image */
@media only screen and (min-width: 1200px) {
	.about-sprintlaw-description img {
		margin-bottom: 50px;
	}	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-sprintlaw-description img {
		margin-bottom: 30px;
	}	
}
@media only screen and (max-width: 991px) {
	.about-sprintlaw-description img {
		margin-bottom: 50px;
	}	
}
/* Description */
@media only screen and (min-width: 1440px) {
	.about-sprintlaw-description {
	    padding: 100px 50px !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
	.about-sprintlaw-description {
	    padding: 60px 50px !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-sprintlaw-description {
	    padding: 30px 0px !important;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-sprintlaw-description {
		padding: 50px 5% !important;
	}	
}
@media only screen and (max-width: 767px) {
	.about-sprintlaw-description {
		padding: 50px 10% !important;
	}	
}
/* Title */
.about-sprintlaw-description h2 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
/* Paragraph */
.about-sprintlaw-description p {
    font-size: 18px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #68626F;
    margin-bottom: 20px;
}
/* Button */
.about-sprintlaw-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: transparent;
    color: #1e1e1e;
    border: 2px solid rgba(30, 30, 30, 0.25);
    border-radius: 5px;
    padding: 15px 35px;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
	.about-sprintlaw-button {
	    display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.about-sprintlaw-button {
	    display: block;
	    text-align: center;
	}
}
.about-sprintlaw-button:hover, .about-sprintlaw-button:active, .about-sprintlaw-button:focus {
    background: transparent;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    transition: 200ms ease-in-out;
}
.about-sprintlaw-button span {
	font-size: 16px;
}

/* Separate */


/* Why SprintLaw section */
.why-sprintlaw-section {
    background: #ffffff;
    text-align: center;
}
/* Padding */
.why-sprintlaw-section {
	padding: 100px 10%;
}
/* Why SprintLaw container */
.why-sprintlaw-container {
    max-width: 1280px;
    margin: 0 auto;
}
/* Title */
.row.why-sprintlaw-content .why-sprintlaw-title h2 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    margin: 0;
    position: relative;
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
	.row.why-sprintlaw-content .why-sprintlaw-title h2 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.row.why-sprintlaw-content .why-sprintlaw-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
}
/* Why SprintLaw description */
@media only screen and (min-width: 992px) {
	.why-sprintlaw-description {
	    width: 80%;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) {
	.why-sprintlaw-description {
	    margin-bottom: 50px;
	}
}
/* Sub Title */
.row.why-sprintlaw-content h3 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
}
@media only screen and (min-width: 768px) {
	.row.why-sprintlaw-content h3 {
		font-size: 30px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.row.why-sprintlaw-content h3 {
		font-size: 25px;
		line-height: 30px;
	}
}
/* Paragrapgh */
.row.why-sprintlaw-content p {
	font-size: 16px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #68626F;
    margin-bottom: 0;
}
/* Slick Image */
.row.why-sprintlaw-content .slick-slide img {
    margin-left: auto;
    margin-right: auto;
}
/* Slick Dots */
.row.why-sprintlaw-content .slick-dots li {
	width: 10px;
	height: 10px;
}
.row.why-sprintlaw-content .slick-dots li button:before {
    color: #1E1E1E;
}
.row.why-sprintlaw-content .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #17C0B9;
}

/* Separate */

/* What we offer section */
.what-we-offer-section {
    background: #f3f3f3;
    position: relative;
}
.what-we-offer-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3vh 50vw;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
}
.what-we-offer-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3vh 50vw;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
}
/* Padding */
@media only screen and (min-width: 992px) {
	.what-we-offer-section {
		padding: 150px 10%;
	}
}
@media only screen and (max-width: 991px) {
	.what-we-offer-section {
		padding: 100px 10%;
	}
}
/* What we offer container */
.what-we-offer-container {
    max-width: 1280px;
    margin: 0 auto;
}
/* What we offer description */
.what-we-offer-description {
    background: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	.what-we-offer-description {
	    height: 220px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
	.what-we-offer-description {
	    height: 210px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1512px) {
	.what-we-offer-description {
	    height: 205px;
	}
}

@media only screen and (min-width: 992px) {
	.what-we-offer-description {
		padding: 15px 25px;
	}
}
@media only screen and (max-width: 991px) {
	.what-we-offer-description {
		padding: 15px;
	    margin-bottom: 50px;
	}
}
/* Title */
.row.what-we-offer-content .what-we-offer-title h2 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    margin: 0;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
	.row.what-we-offer-content .what-we-offer-title h2 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.row.what-we-offer-content .what-we-offer-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
}
/* Items */
.row.what-we-offer-content .what-we-offer-item {
	transition: .25s all ease-in-out;
}
@media only screen and (min-width: 992px) {
	.row.what-we-offer-content .what-we-offer-item:hover {
	    -webkit-transform: translateY(-4px);
	    -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    transform: translateY(-4px);
	}
}

/* Image */
.what-we-offer-image img {
    width: 100%;
}
/* Sub Title */
.row.what-we-offer-content h3 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.row.what-we-offer-content h3 {
		font-size: 25px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.row.what-we-offer-content h3 {
		font-size: 20px;
		line-height: 25px;
	}
}
/* Paragrapgh */
.row.what-we-offer-content p {
	font-size: 14px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 20px;
    color: #68626F;
}
/* Button */
a.what-we-offer-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    color: #1e1e1e;
    border: 2px solid rgba(30, 30, 30, 0.25);
    border-radius: 5px;
    padding: 10px 35px;
    display: inline-block;
}
a.what-we-offer-button:hover, a.what-we-offer-button:active, a.what-we-offer-button:focus {
    background: transparent;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    transition: 200ms ease-in-out;
}
@media only screen and (min-width: 768px) {
	a.what-we-offer-button {
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	a.what-we-offer-button {
		display: block;
		text-align: center;
	}
}
/* Slick Dots */
.row.what-we-offer-content .slick-dots li {
	width: 10px;
	height: 10px;
}
.row.what-we-offer-content .slick-dots li button:before {
    color: #1E1E1E;
}
.row.what-we-offer-content .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #17C0B9;
}

/* Separate */

/* Get to know the team section */
.get-to-know-the-team-section {
    background: #ffffff;
    text-align: center;
}
/* Padding */
.get-to-know-the-team-section {
	padding: 100px 0;
}
/* Title */
.get-to-know-the-team-title {
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-bottom: 50px;
}
.row.get-to-know-the-team-content .get-to-know-the-team-title h2 {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    color: #1e1e1e;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.row.get-to-know-the-team-content .get-to-know-the-team-title h2::before {
    content: "";
    width: 100px;
    height: 3px;
    background: #17C0B9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
	.row.get-to-know-the-team-content .get-to-know-the-team-title h2::before {
		top: -50px;
	}
}
@media only screen and (max-width: 991px) {
	.row.get-to-know-the-team-content .get-to-know-the-team-title h2::before {
		top: -30px;
	}
}
@media only screen and (min-width: 768px) {
	.row.get-to-know-the-team-content .get-to-know-the-team-title h2 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.row.get-to-know-the-team-content .get-to-know-the-team-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
}
/* Paragraph */
.row.get-to-know-the-team-content .get-to-know-the-team-title p {
    font-size: 18px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 25px;
    color: #68626F;
    margin-bottom: 0;
}
/* Items */
.get-to-know-the-team-items {
    margin-bottom: 50px;
}
.row.get-to-know-the-team-content .slick-slide .get-to-know-the-team-item {
    opacity: 0.5;
    transition: opacity .3s ease .3s;
}
.row.get-to-know-the-team-content .slick-slide.slick-active .get-to-know-the-team-item {
    opacity: 1 !important;
    transition: opacity 0s ease 0s;
}
.get-to-know-the-team-item {
	padding: 0 10px;
}
@media only screen and (min-width: 768px) {
	.get-to-know-the-team-details {
	    padding: 25px;
	}	
}
@media only screen and (max-width: 767px) {
	.get-to-know-the-team-details {
	    padding: 25px 0;
	}	
}
.get-to-know-the-team-image {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .get-to-know-the-team-image {
        height: 350px;
        width: 350px;
    }  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .get-to-know-the-team-image {
        height: 450px;
        width: 450px;
    }  
}
@media only screen and (max-width: 767px) {
    .get-to-know-the-team-image {
        height: 300px;
        width: 300px;
    }  
}
/*.get-to-know-the-team-image::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
}
@media only screen and (min-width: 992px) {
    .get-to-know-the-team-image::after {
        border-width: 50px 100vh;
    }  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .get-to-know-the-team-image::after {
        border-width: 25px 50vh;
    }  
}
@media only screen and (max-width: 767px) {
    .get-to-know-the-team-image::after {
        border-width: 15px 50vw;
    }  
}*/
.get-to-know-the-team-image:after {
    content: '';
    width: 105%;
    height: 30px;
    position: absolute;
    background: #FFF;
    z-index: 0;
    top: 93%;
    left: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg);
}
.get-to-know-the-team-name {
    font-size: 25px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    line-height: 30px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 5px;
}
.get-to-know-the-team-position {
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 400;
    color: #68626F;
    margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
	.get-to-know-the-team-position {
	    font-size: 18px;
	    line-height: 28px;
	}	
}
@media only screen and (max-width: 767px) {
	.get-to-know-the-team-position {
	    font-size: 16px;
	    line-height: 26px;
	}	
}
/*.row.get-to-know-the-team-content .slick-slide {
	margin: 0 15px;
}*/
@media only screen and (min-width: 993px) {
	.row.get-to-know-the-team-content .slick-list.draggable {
		padding: 0 150px !important;
	}
}
/* Slick Prev/Nexxt */
.slick-slide {
    border: none;
    outline: none;
    box-shadow: none;
}
.slick-prev, .slick-next {
	top: 30% !important;
	-webkit-transform: translate(0,-30%) !important;
	-ms-transform: translate(0,-30%) !important;
	transform: translate(0,-30%) !important;
    background: #ffffff !important;
    border-radius: 50px !important;
    z-index: 1 !important;
    width: 40px !important;
    height: 40px !important;
}
.slick-prev {
	left: 5% !important;
}
.slick-next {
	right: 5% !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 25px !important;
    color: #17c0b9 !important;
    font-family: inherit !important;
    line-height: 6px !important;
    opacity: 1 !important;
}
/* Button */
a.more-about-the-team-button {
    font-size: 13px;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 700;
    background: #17c0b9;
    color: #fff !important;
    border: 2px solid #17c0b9;
    border-radius: 5px;
    padding: 15px 35px;
}
a.more-about-the-team-button:hover, a.more-about-the-team-button:active, a.more-about-the-team-button:focus {
    background: #27d6ce;
    border: 2px solid #27d6ce;
    color: #fff !important;
    transition: 200ms ease-in-out;
}

/* The container must be positioned relative: */
.sprintlaw-custom-select {
    position: relative;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    width: 250px;
    max-width: 100%;
    z-index: 1;
    margin-left: auto;
}

.sprintlaw-custom-select select {
    display: none; /*hide original SELECT element: */
}
.sprintlaw-custom-select i{
    color: #17C0B9;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: -1;
}
.sprintlaw-custom-select .select-selected {
    border: 1px solid #17C0B9;
    border-radius: 100px;
    color: #17C0B9;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    padding: 14px 30px;
    cursor: pointer;
    z-index: 2;
    background: rgba(0,0,0,0);
}

/* Style the arrow inside the select element: */
/*.sprintlaw-custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}*/

/* Point the arrow upwards when the select box is open (active): */
.sprintlaw-custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}


.sprintlaw-custom-select .select-items div,
.sprintlaw-custom-select .select-items .select-selected {
    color: #1E1E1E;
    cursor: pointer;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 500;
    background: rgba(0,0,0,0);
    padding: 5px;
    border: 5px solid #fff;
    height: auto;
    line-height: 30px;
    font-size: 14px;
}
/* style the items (options), including the selected item: */
.sprintlaw-custom-select .select-items div{
    text-align: left;
   /* color: #1E1E1E;
    cursor: pointer;
    font-family: Montserrat,'Helvetica','Arial',sans-serif;
    font-weight: 500;
    background: rgba(0,0,0,0);
    height: auto;
    line-height: 30px;
    font-size: 14px;*/
}

/* Style items (options): */
.sprintlaw-custom-select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #FFF;
    border: 1px solid #F3F3F3;
    margin-top: 5px;
    box-shadow: 0 5px 40px rgba(0,0,0,.05);
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 0;
}

/* Hide the items when the select box is closed: */
.sprintlaw-custom-select .select-hide {
  display: none;
}

.sprintlaw-custom-select .select-items div:hover, 
.sprintlaw-custom-select .same-as-selected {
  background-color: #F2F2F2;
}

/* Author Page */
/* Author Banner Section */
.author-banner-section {
    background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/wp-content/uploads/2017/06/investigate.jpg);
    background-size: cover;
    background-position: center;
}
.author-banner-section h1 {
    color: #FFFFFF;
}
/* Author Content Section */
@media only screen and (min-width: 768px) {
	section.author-content-section {
	    padding-top: 8.125em !important;
	    padding-bottom: 8.125em !important;
	}
}
@media only screen and (max-width: 767px) {
	section.author-content-section {
	    padding-top: 4.875em !important;
	    padding-bottom: 4.875em !important;
	}
}
/* Author Details */
.author-details {
    padding-bottom: 2.4375em !important;
}
@media only screen and (max-width: 767px) {
	.author-details {
		text-align: center;
	}
}
/* Author Image */
.author-details .author-avatar-image {
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
	.author-details .author-avatar-image {
	    width: 50%;
	}
}
/* Author Name */
@media only screen and (min-width: 768px) {
	.author-details .author-name {
	    font-size: 30px;
	    line-height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.author-details .author-name {
	    font-size: 24px;
	    line-height: 34px;
	}
}
.author-details .author-desc ul {
    text-align: left !important;
    list-style: inherit !important;
    padding-left: 25px !important;
}
/* Author Container */
.container.author-container {
    max-width: 1024px;
}
@media only screen and (max-width: 991px) {
	.container.author-container {
    	padding: 0 5% !important;
	}
}
/* Post Items */
.author-post-items {
	margin: 0 !important;
}
/* Post Item */
.author-post-item {
    background: #FFFFFF;
    margin-bottom: 25px !important;
    padding: 0 !important;
}
/* Card Image */
@media only screen and (min-width: 992px) {
	.author-post-item .card-image {
		height: 300px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.author-post-item .card-image {
		height: 360px;
	}
}
@media only screen and (max-width: 767px) {
	.author-post-item .card-image {
		height: 200px;
	}
}
/* Card Body */
@media only screen and (min-width: 768px) {
	.author-post-item .card-body {
	    padding: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.author-post-item .card-body {
	    padding: 25px;
	}
}
/* Card Title */
.author-post-item p.card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #232323 !important;
    margin-bottom: 20px !important;
}
/* Card Description */
.card-description p {
	margin-bottom: 20px !important;
}
/* Card Meta */
.author-post-item p.card-meta {
	margin-bottom: 0 !important;
}
/* Card Author */
.author-post-item p.card-meta .card-author {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}
/* Card Meta Not Author */
.author-post-item p.card-meta span:not(.card-author) {
    font-size: .625em;
    font-style: italic;
    display: inline-block;
    color: #6b6470;
}
/* Post Navigation */
.author-post-items .nav-links {
	margin-top: 20px;
}
.author-post-items .nav-links a:first-child {
	margin-left: 0 !important;
}
.author-post-items .nav-links a, .author-post-items .nav-links span {
    font-family: Montserrat, 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    margin-left: 1.5rem;
    font-weight: 800;
    font-size: 14px;
    height: fit-content;
    background-color: #23c0b9;
    color: #fff;
    border-radius: 5px;
    padding: .99em;
    transition: all 0.5s;
}
.author-post-items .nav-links a:hover {
    background-color: #27d6ce;
    color: #fff;
}
.author-post-items .nav-links a.next.page-numbers, .author-post-items .nav-links  a.prev.page-numbers {
    padding: .99em 2.25em !important;
}
.author-post-items .page-numbers:not(.next):not(.prev) {
    display: none;
}

.job-title {
	font-size: 18px;
}

.author-desc {
	color: #000;
}