/*
Theme Name: ePresq Pacifica
Theme URI: https://esquireinteractive.com/
Author: Esquire Interactive
Author URI: https://esquireinteractive.com/
Description: eiPRESQ TM  is not a template; rather it is an interface for easily managing profiles, practice areas, and firm information.
Version: 1.0.0
Text Domain: epresq-pacifica
Template: epresq
*/

/* Vars */

body {
	color: #000;
	font-family: 'Mulish', sans-serif;
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
}

li{
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}

.container {
	max-width: 1310px;
}

.btn {
	border-radius: 0;
}

a {
	color: #1683b9; /* #142f70;*/ 	/* color: #167DB1 /*#0F5E85; /* #142f70;*/ /* darker blue #1474A3*/
}

a:hover,
a:focus {
	color: #000;
}
a:focus, .loadmore:focus {outline:1px dotted;}

p {
	margin-bottom: 25px;
}

@font-face {
	font-family: 'fontello';
	src: url('../eot/fontelloa643.eot?59597243');
	src: url('../eot/fontelloa643.eot?59597243#iefix') format('embedded-opentype'),
	   url('../woff2/fontelloa643.woff2?59597243') format('woff2'),
	   url('../woff/fontelloa643.woff?59597243') format('woff'),
	   url('../ttf/fontelloa643.ttf?59597243') format('truetype'),
	   url('../svg/fontelloa643.svg?59597243#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: 'fontello' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: never;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-up:before { content: '\e801'; } /* '' */
.icon-right-open-big:before { content: '\e802'; } /* '' */
.icon-left-open-big:before { content: '\e803'; } /* '' */
.icon-chevron-down:before { content: '\e805'; } /* '' */
.icon-caret-down:before { content: '\e806'; } /* '' */
.icon-caret-up:before { content: '\e807'; } /* '' */
.icon-minus:before { content: '\e807'; } /* '' */
.icon-plus:before { content: '\e810'; } /* '' */
.icon-search:before { content: '\e814'; } /* '' */
.icon-left-small:before { content: '\e81a'; } /* '' */
.icon-right-small:before { content: '\e81d'; } /* '' */
.icon-arrow-forward:before { content: '\e830'; } /* '' */
.icon-right-arrow-thin:before { content: '\e831'; } /* '' */
.icon-left-arrow-thin:before { content: '\e832'; } /* '' */
.icon-quote-left:before { content: '\e833'; } /* '' */
.icon-quote-right:before { content: '\e834'; } /* '' */
.icon-close:before { content: '\e836'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */

body:not(.home) {
	padding-top: 102px;
}

@media (min-width: 768px) {
	body:not(.home) {
		padding-top: 121px;
	}
}

.no-scroll {
	overflow: hidden;
}

/*body:not(.home) .navbar {
	position: absolute;
}*/

.navbar {
	padding: 0;
}
header {
	background:rgba(255,255,255,1);
	transition: all 0.250s ease-in-out;
}
body.home header{
	background:rgba(255,255,255,0);
}

body header.scroll {
	background:rgba(255,255,255,1);
}

.navbar-top {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1030;
	padding: 15px 0;
	border-top: 11px solid #0f2250;
}

@media (min-width: 768px) {
	.navbar-top {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.navbar-active .navbar-top {
	background-color: #0f2250;
	border-bottom: 2px solid #1882bb;
}

.navbar-active {
	position: fixed;
}

@media (max-width: 575.98px) {
	.navbar-brand {
		max-width: 140px;
	}
}

.navbar-active .cls-2 {
	fill: #fff;
}

.navbar-toggler {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 24px;
	padding: 0;
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.navbar-toggler {
		width: 22px;
		height: 20px;
	}
}

.navbar-toggler:focus {
	outline: 0;
}

.navbar-toggler-icon {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.navbar-toggler-icon, 
.navbar-toggler-icon:before, 
.navbar-toggler-icon:after {
	width: 22px;
	height: 3px;
	background-color: #142f70;
	border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

@media (min-width: 576px) {
	.navbar-toggler-icon, 
	.navbar-toggler-icon:before, 
	.navbar-toggler-icon:after {
		width: 33px;
	}
}

.navbar-active .navbar-toggler-icon, 
.navbar-active .navbar-toggler-icon:before, 
.navbar-active .navbar-toggler-icon:after {
	background-color: #fff;
}

.navbar-toggler-icon:before, 
.navbar-toggler-icon:after {
    content: "";
    display: block;
}

.navbar-toggler-icon:before {
	top: -10px;
}

.navbar-toggler-icon:after {
    bottom: -10px;
}

.navbar-toggler-icon {
	top: 2px;
}

.navbar-toggler-icon:before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

@media (max-width: 575.98px) {
	.navbar-toggler-icon:before {
		top: 8px;
	}
}

.navbar-toggler-icon:after {
	top: 20px;
}

@media (max-width: 575.98px) {
	.navbar-toggler-icon:after {
		top: 16px;
	}
}

.navbar-toggler .navbar-toggler-icon {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.navbar-toggler .navbar-toggler-icon:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.navbar-toggler .navbar-toggler-icon:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media (max-width: 575.98px) {
	.navbar-toggler .navbar-toggler-icon:after {
		transform: translate3d(0, -16px, 0) rotate(-90deg);
	}
}

.navbar-toggler.collapsed .navbar-toggler-icon {
	transform: none;
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    transform: none;
    opacity: 1;
}

.navbar-toggler.collapsed .navbar-toggler-icon:after {
    transform: none;
}

.divider {
	border-top: 1px solid #2fa3c7;
	border-bottom: 0 solid #3fc3d7;
	font-size: 0;
	line-height: 1;
	width: 100%;
}

.single-practice-areas main h1 {
	border-bottom: 1px solid #2fa3c7;
	padding-bottom:25px;
	margin-bottom:25px;
	color:#142f70;
	font-weight: 400;
}

.single-practice-areas .divider {
	display:none;
}

.navbar .text-info {
	line-height: 1.2;
	transition: opacity .15s ease-in-out;
}

@media (min-width: 768px) {
	.navbar address {
		margin-bottom: 50px;
	}
}

.navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #1882bb;
	padding-right: 8px;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.navbar-nav .nav-link {
		font-size: 30px;
	}
}

.navbar-nav .nav-link:focus, 
.navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-nav .active > .nav-link, 
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show, 
.navbar-nav .show > .nav-link {
    color: #fff;
}

.menu {
	position: relative;	
	/*overflow-x: hidden;*/
}



.menu .nav-item {
	position: static;
}

.navbar-nav {
	position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.navbar-nav.off-view {
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
}

.nav-item .dropdown-menu {
	display: block;
	top: 0;

	height: auto;
	left: auto;
	border: 0;
	border-radius: 0;
	background-color: transparent;

	margin-top: 0px;
	padding-left:100px
}
@media (max-width:767px) {
	.nav-item .dropdown-menu{
	height: 0;
	overflow-x: hidden;
	padding: 0;
}

.nav-item .dropdown-menu.show{
	height: auto;
	overflow-x: hidden;
	padding: 20px;
}
}

@media (min-width:768px) {
	.nav-item .dropdown-menu {
		position: absolute;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
		right: -100vw;
		width: 50vw;
	}
	.nav-item .dropdown-menu.on-view {
		-webkit-transform: translate3d(-50vw, 0, 0);
		transform: translate3d(-50vw, 0, 0);
	}
}

.off-view .show > a.nav-link {
	color:#fff !important;
}

@media (min-width: 768px) {
	/*.menu {
		max-width: 450px;
	}*/
	#menu-main-menu > li {
		max-width: 40vw;
	}
	.nav-item .dropdown-menu li{
		display:inline-block;
		width:100%;
	}
}

.nav-item .dropdown-item {
	font-size: 14px;
	font-weight: 700;
	padding: 8px 0 8px 23px;
	color: #fff;
	background-color: transparent;
	white-space: normal;
}

@media (min-width: 768px) {
	.nav-item .dropdown-item {
		font-size: 22px;
		padding: 10px 0;
		padding-left: 1px;
	}
}

.nav-item .dropdown-item:hover,
.nav-item .dropdown-item:focus {
    color: #3fc3d7;
}

.nav-item .back-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding-left: 1px;
}

@media (min-width: 768px) {
	.nav-item .back-btn {
		font-size: 30px;
	}
}

.off-view .text-info {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.nav-item .back-btn:before,
.nav-item .dropdown-toggle:after {
	content: '\e802';
	border: 0;
	font-family: 'fontello' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	vertical-align: middle;
}

.nav-item .back-btn:before {
	content: '\e803';
	color: #3fc3d7;
	font-size: 16px;
	margin-right: 14px;
}

@media (min-width: 768px) {
	.nav-item .back-btn:before {
		font-size: 26px;
		margin-right: 26px;
	}
}

.search-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 12;
}

.navbar-collapse {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	background-color: #0f2250;
	transition: 0.1s ease !important;
}

.navbar-collapse.collapsing {
	height: 100% !important;
}

.navbar-bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 82px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {
	.navbar-bottom {
		padding-top: 122px;
	}
}

.navbar .search-form {
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-form:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity .15s ease-in-out;
	opacity: 0;
	visibility: hidden;
	background-color: #0f2250;
	pointer-events: none;
}

.search-form.active:after {
	z-index: 10;
	opacity: 0.8;
	visibility: visible;
}

.search-row .form-group {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	transition: max-width .4s ease;
    max-width: 0;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.navbar .search-row .form-group {
		margin-bottom: 0;
	}
}

.btn-navbar-search.active + .form-group {
	max-width: 100%;
}

.btn-navbar-search {
	color: #1882bb;
	font-size: 25px;
	cursor: pointer;
	line-height: 1;
	margin-top: 8px;
	margin-right: 20px;
	padding: 0;
	border: 0;
}

@media (min-width: 768px) {
	.btn-navbar-search {
		font-size: 35px;
	}
}

@media (max-width: 575.98px) {
	.btn-navbar-search {
		font-size: 22px;
	}
}

.btn-navbar-search:hover {
	color: #fff;
	outline: 0;
	box-shadow: none;
}
.btn.focus, .btn:focus {
	box-shadow: none;
}
.form-control-primary {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #135f93;
	font-family: 'Lora', serif;
	font-size: 30px;
	color: #fff;
	padding: 5px 40px 5px 0;
	height: calc(1em + .75rem + 2px);
}

@media (min-width: 992px) {
	.form-control-primary {
		font-size: 45px;
		padding: 5px 40px 20px 0;
	}
}

@media (max-width: 575.98px) {
	.form-control-primary {
		font-size: 18px;
	}
}

.form-control-primary:focus {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	border-bottom-color: #fff;
}

.form-control-primary.border-bottom-white,
.form-control-primary.border-bottom-white:focus {
	border-bottom-color: #fff;
}

.form-control-primary::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.form-control-primary::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.form-control-primary:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.form-control-primary::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.form-control-primary::placeholder {
	color: #fff;
	opacity: 1;
}

.btn-right-to-input {
	padding: 0;
	position: absolute;
	bottom: 4px;
	right: 0;
	z-index: 12;
	color: #fff;
	font-size: 24px;
}

@media (min-width: 768px) {
	.btn-right-to-input {
		bottom: 12px;
	}
}

@media (min-width: 992px) {
	.btn-right-to-input {
		font-size: 34px;
	}
}

@media (max-width: 575.98px) {
	.btn-right-to-input {
		font-size: 20px;
	}
}

.btn-right-to-input:hover,
.btn-right-to-input:focus {
	outline: 0;
	box-shadow: none;
	color: #fff;
}

.banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #0F2250;
}
@media (min-width:768px){
	.single-practice-areas .banner {
		height:390px;
	}
}

.banner-color-wrap {
	background-image: -moz-linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
	background-image: -webkit-linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
	background-image: -ms-linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
	background-image: linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
}

.banner-finance {
	background-image: url(../jpg/bg_finance.jpg);
}

.banner-contact {
	background-image: url(../jpg/bg_contact.jpg);
}

.banner-covid19 {
	background-image: url(../jpg/bg_covid19.jpg);
}

.banner-services {
	background-image: url(../jpg/bg_services.jpg);
}

.banner-about {
	background-image: url(../jpg/bg_about.jpg);
}

.banner-clients {
	background-image: url(../jpg/bg_clients.jpg);
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	display: block;
	text-align: center;
}

.banner .breadcrumb {
	padding-top: 20px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.banner .breadcrumb {
		padding-top: 93px;
		padding-bottom: 70px;
	}
}

.breadcrumb-item a {
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
}

@media (min-width: 768px) {
	.breadcrumb-item a {
		font-size: 16px;
	}
}

.breadcrumb-item.active {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 35px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.breadcrumb-item.active {
		font-size: 70px;
	}
}

.breadcrumb-item + .breadcrumb-item:before {
	content: none;
}

.banner .form {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (min-width: 576px) {
	.banner .form {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.banner .form {
		padding-top: 82px;
		padding-bottom: 60px;
	}
}

.hero {
	background-image: url(../jpg/bg_hero-2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 160px);
	padding-top: 122px;	
}

@media (max-width: 575.98px) {
	.hero {
		min-height: 260px;
	}
}

@media (min-width: 576px) {
	.hero-bottom {
		background-image: -moz-linear-gradient( 180deg, #0f2250 0%, #006e99 100%);
		background-image: -webkit-linear-gradient( 180deg, #0f2250 0%, #006e99 100%);
		background-image: -ms-linear-gradient( 180deg, #0f2250 0%, #006e99 100%);
		background-image: linear-gradient( 180deg, #0f2250 0%, #006e99 100%);
		padding-bottom: 85px;
	}
}

.hero-content {
	background-image: -moz-linear-gradient( 180deg, rgba(0,167,201,.9) 0%, rgba(0,113,155,.9) 100%, rgba(0,110,153,.9) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgba(0,167,201,.9) 0%, rgba(0,113,155,.9) 100%, rgba(0,110,153,.9) 100%);
	background-image: -ms-linear-gradient( 180deg, rgba(0,167,201,.9) 0%, rgba(0,113,155,.9) 100%, rgba(0,110,153,.9) 100%);
	background-image: linear-gradient( 180deg, rgba(0,167,201,.9) 0%, rgba(0,113,155,.9) 100%, rgba(0,110,153,.9) 100%);
	color: #fff;
	font-size: 22px;
	line-height: 1.35;
	text-align: center;
	padding: 30px 25px 20px;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 576px) {
	.hero-content {
		box-shadow: -1px 2px 15px 0px rgba(0,0,0,.5);
		margin-top: -80px;
		font-size: 28px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.hero-content {
		font-size: 30px;
		padding: 43px 45px 20px;
	}
}

.hero-title {
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 25px;
}

.hero-content .list-inline, .links-inline {
	color: #0f2250;
	font-size: 15px;
	font-weight: 800;
	padding-top: 5px;
}

@media (min-width: 768px) {
	.hero-content .list-inline , .links-inline {
		font-size: 18px;
	}
}

.links-inline, .link-inline {
	display:inline-block;
}
.hero-content .list-inline li, .links-inline .link-inline {
	margin: 0;
	padding: 5px 20px;
}

.hero-content .links-inline span + span:before {
	content: "";
	position: absolute;
	height: 34px;
	border-left: 2px solid #0f2250;
	margin-left: -20px;
	margin-top: -5px;
}
.links-inline .link-inline.sep {
	border: 1px solid #0f2250;
	height: 34px;
	position: absolute;
	padding:0
}

.hero-content a {
	color: #0f2250;
}

.hero-content a:hover,
.hero-content a:focus {
	color: #fff;
}

.bg-gray {
	background-color: #e8f7fd;
}

.bg-cover-full {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767.98px) {
	/*.bg-cover-full {
		padding-top: 56.25%;
	}*/
}

.column-bg-image-style-absolute {
	background-image: url(../jpg/featured_client_image-mob.jpg);
}

@media (min-width:768px){
.column-bg-image-style-absolute {
	background-image: url(../jpg/featured_client_image.jpg);
}
}

@media (min-width: 768px) {
	.column-bg-image-style-absolute {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		padding-top: 0;
	}
	.story-block {
		height:650px
	}
}

.block-style-1 {
	padding: 60px 50px;
}

@media (min-width: 992px) {
	
	/*.block-style-1 {
		padding: 100px 80px;
	}*/
}

@media (min-width: 1200px) {
	/*.block-style-1 {
		padding: 130px 80px;
	}*/
}

@media (max-width: 575.98px) {
	.block-style-1 {
		padding: 25px 0;
	}
}

.block-style-2 {
	padding: 40px 50px 50px 40px;
}

@media (min-width: 1200px) {
	.block-style-2 {
		padding: 58px 70px 60px 55px;
	}
}

@media (max-width: 767.98px) {
	.block-style-2 {
		padding: 20px 15px;
	}
}

@media (min-width: 992px) {
	.block-style-3 {
		padding-left: 18%;
		padding-right: 10%;
	}
}

.block-title {
	letter-spacing: 1px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.block-title {
		margin-bottom: 20px;
	}
	
	.js-slide .block-title {
		position: absolute;
		top: 0;
	}
	.cov-img {
		margin-top:40px
	}
}

.block-main-title {
	font-size: 30px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.block-main-title {
		font-size: 34px;
		line-height: 1.38;
	}
}

.help-text {
	font-size: 32px;
	margin-bottom: 20px;
}

a.more-alt,
a.more-alt:hover,
a.more-alt:focus,
.contact-footer a, 
.contact-footer a:hover,
.contact-footer a:focus {
	text-decoration: none;
	border-bottom:2px solid #fff;
	padding-bottom:5px
}

@media (min-width: 768px) {
	.help-text {
		font-size: 40px;
	}
}

.js-carousel {
	padding-left: 26px;
	padding-right: 26px;
	position: relative;
}

@media (min-width: 576px) {
	.js-carousel {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 992px) {
	.js-carousel {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media (min-width: 992px) {
	.js-carousel {
		padding-left: 105px;
		padding-right: 105px;
	}
}

@media (min-width: 768px) {
	.slide-item {
		background-color: rgb( 255, 255, 255 );
		box-shadow: -1px 2px 8px 0px rgba(0,0,0,.35);
	}
}

.column-bg-image-style-1 {
	background-image: url(../jpg/article_slide_bg_image.jpg);
}

.js-carousel .slick-slide {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.js-carousel .slick-list {
	   margin: 0 -30px;
	}

	.js-carousel .slick-slide {
		margin: 30px;
	}
}

.js-slide {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-slide:first-child {
    height: auto;
	visibility: visible;
    overflow: visible;
}

.js-carousel.slick-initialized .js-slide {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.slick-prev, 
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
	z-index: 1;
    top: 50%;
    display: block;
    width: auto;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
	margin-top: -27px;
}

@media (max-width: 767.98px) {
	.js-carousel .slick-prev, 
	.js-carousel .slick-next {
		top: 25%;
	}
}

.slick-prev:before, 
.slick-next:before {
    font-family: 'fontello' !important;
    font-size: 20px;
    line-height: 1;
    color: #142f70;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 576px) {
	.slick-prev:before, 
	.slick-next:before {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.slick-prev:before, 
	.slick-next:before {
		font-size: 55px;
	}
}

.slick-prev:before {
	content: '\e832';
}

.slick-next:before {
	content: '\e831';
}

.slick-prev:hover:before, 
.slick-prev:focus:before, 
.slick-next:hover:before, 
.slick-next:focus:before {
	color: #3fc3d7;
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover,
.slick-next:focus {
	outline: none;
}

.slick-prev {
    left: 0;
}

.slick-next {
	right: 0;
}

@media (max-width: 767.98px) {
	.slick-prev,
	.slick-next {
		font-weight: 700;
	}
}

.slick-dots {
    position: absolute;
    top: 100%;
	left: 0;
	right: 0;
    list-style: none;
	padding-left: 0;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 5px;
	vertical-align: top;
}

.slick-dots li button:hover, 
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
	height: 13px;
	padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
	border-radius: 50%;
    outline: none;
    background-color: #d8d8d8;
	text-indent: -9999px;
}

.slick-dots .slick-active button {
	background-color: #3fc3d7;
}

.u-card {
	position: relative;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}

.page-template-page-people .u-card, .page-template-page-staff .u-card {
	display:none;
}

.u-block {
	border-radius: 1px;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,.14);
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.u-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 55px;
	}
	
	.slide-deck .u-block {
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.u-media img {
		width: 100%;
	}
}

.u-body {
	padding: 12px 23px 25px;
	font-size: 25px;
	line-height: 1.25;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

@media (max-width: 767.98px) {
	.u-body {
		font-size: 20px;
		padding: 12px 20px 25px;
	}
}

.slide-deck.slick-initialized {
   padding-left: 25px;
   padding-right: 25px;
   margin-left: 0;
   margin-right: 0;
}

.sidebar {
	font-size: 15px;
}

@media (min-width: 768px) {
	.sidebar {
		font-size: 20px;
	}
	.sidebar li a{
		font-size:18px
	}
}

.widget ul, .widget li { list-style:none;margin:0;padding:0}

.widget li li:before {
    content: '-';
    padding-right: 5px;
}

.widget-title, main h2 {
	color: #142f70;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 25px;
}

main h2 {
	font-size:17px;
	text-transform: uppercase;
}

main .block-style-3 h2 {
	text-transform:unset;
}

@media (min-width: 768px) {
	.widget ul li {
		margin-bottom: 14px;
	}
}

.widget ul li a {
	color: #142f70;
	line-height: 1.2;
	display: inline;
	width:100%;
}

.widget ul li a:hover,
.widget ul li a:focus {
	color: #1882bb; /* #3fc3d7; */
}

@media (max-width: 767.98px) {
	.widget ul li a, .border-bottom-sm {
		border-bottom: 1px solid #dfdfdf;
		display: block;
		padding: 13px 25px;
		text-decoration: none;
		font-size: 20px;
	}
}

button.filter {
	font-size:20px;
	color:#142f70;
	display:block;
	width:100%;
	text-align:left
}

.widget .active, .widget .current-cat > a, button.filter.active, #collapseFilter .current_page_item a, .single-post .sidebar a {
	font-weight: 700;
	color: #1882bb; /* #3fc3d7 */
	text-decoration: none;
	text-align: left;
}
@media (min-width:768px){
	#collapseFilter .current_page_item a {
		margin-left: 25px;
		}
}

button.filter.active:before, .current-cat:before, #collapseFilter .current_page_item:before {
	content: '\e840'; /* e81d */
	color: #1882bb;
	font-family: 'fontello' !important;
	padding-right:5px;
	font-size: 16px;
	vertical-align: text-top;
}
#collapseFilter .current_page_item:before {
	position: absolute;
	margin-top: 4px;
}

@media (min-width: 768px) {
	.collapse.no-collapse-md {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}

@media (max-width: 767.98px) {
	.no-collapse-md .no-collapse-title {
		display: none;
	}
	#collapseFilter .current_page_item:before {
		margin-top: 10px;
		margin-left: 5px;
	}
}

.btn-collapse {
	text-align: left;
	padding: 10px 25px;
	font-weight: 900;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575.98px) {
	.btn-collapse {
		font-size: 12px;
	}
}

.btn-collapse .icon-plus {
	font-size: 20px;
}

.btn-collapse:not(.collapsed) .icon-plus:before {
	content: '\e807';
}

@media (max-width: 767.98px) {
	.mb-full-column {
		padding-bottom: 30px;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.practice-info {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

}

.practice-info-top ul a{
	color:#000
}

.lead {
	color: #237fae;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.lead-sm {
	font-size: 16px;
}

@media (min-width: 768px) {
	.lead {
		font-size: 26px;
		margin-bottom: 40px;
	}
	
	.lead-sm {
		font-size: 26px;
	}
	.practice-info {
		width:185px;
	}
}

.bd-lead {
	font-size: 22px;
	line-height: 1.37;
	font-weight: 200;
}

@media (min-width: 768px) {
	.bd-lead {
		font-size: 33px;
	}
}

.page-title {
	color: #0f2250;
	border-bottom: 1px solid #3fc3d7;
	font-weight: 600;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.page-title {
		font-size: 40px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
}

.page-title-regular {
	color: #142f70;
	border-bottom: 1px solid #3fc3d7;
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.page-title-regular {
		font-size: 35px;
		padding-bottom: 35px;
		margin-bottom: 20px;
	}
}

.list-icon {
	list-style: none;
	padding-left: 0;
}

.list-icon li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 20px;
}

.list-icon .icon {
	margin-right: 15px;
}

.blockquote .icon {
	color: #1683b9;
	font-size: 26px;
}

@media (min-width: 768px) {
	.blockquote .icon {
		font-size: 36px;
	}
}

.blockquote-footer {
	font-size: 15px;
	font-weight: 900;
	color: #142f70;
	letter-spacing: 1px;
	padding-top: 30px;
}

.blockquote-footer cite {
	font-style: normal;
}

.list-disc {
	list-style: none;
	padding-left: 20px;
}

.list-disc li {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.list-disc li {
		margin-bottom: 20px;
	}
}

.list-disc li:before {
	content: "\2022";
	color: #1ac2db;
	font-weight: 700;
	display: inline-block; 
	width: 20px;
	margin-left: -20px;
}

.post-result + .post-result {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.post-result + .post-result {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	.post-result + .post-result {
		margin-top: 80px;
	}
}

.embed-responsive-map {
	padding-top: 33.857143%;
}

.bg-grad {
	background-image: -moz-linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
	background-image: -webkit-linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
	background-image: -ms-linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
	background-image: linear-gradient( 180deg, #0193b8 0%, #01729c 100%);
	color: #fff;
}

@media (min-width: 768px) {
	.icon-box {
		max-width: 195px;
		margin-left: auto;
		margin-right: auto;
	}
}

.accordion .card {
	border: 0;
	border-radius: 0;	
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.accordion .card-header {
	padding: 0;
	margin-bottom: 0 !important;
	background-color: transparent;
	position: relative;
	z-index: 1;
	border-bottom: 0;
}

.card-header .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
	color: #142f70;
	padding: 16px 0;
	transition: none;
	font-size: 18px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.card-header .btn {
		font-size: 35px;
		padding: 33px 0;
		font-weight: 400;
	}
}

.card-header .btn:not(.collapsed) .icon-plus:before {
	content: '\e807';
}

.card-header .btn:not(.collapsed):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e8f7fd;
	z-index: -1;
}

.accordion .card-body {
	padding: 0;
	background-color: #e8f7fd;
}

@media (min-width: 768px) {
	.mw-md-490 {
		max-width: 490px;
	}
}

.list-default li {
	margin-bottom: 11px;
}

.box-shadow {
	box-shadow: -1px 2px 13px 0px rgba(0,0,0,.39);
}

.bg-gray-light {
	background-color: #f4f2f2;
}

.btn-link-border {
	display: inline-block;
	border-bottom: 2px solid #3fc3d7;
}

.btn-link-border:hover,
.btn-link-border:focus {
	text-decoration: none;
	border-bottom: 2px solid #3fc3d7;
}

.imp-value {
	color: #142f70;
	font-size: 60px;
	font-weight: 900;
	position: relative;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 27px;
}

@media (min-width: 992px) {
	.imp-value {
		font-size: 95px;
	}
}

.imp-value:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 44px;
	height: 8px;
	margin-left: -22px;
	background-image: -moz-linear-gradient( 90.533deg, #1ac2db 0%,  #19efdc 100%);
	background-image: -webkit-linear-gradient( 90.533deg, #1ac2db 0%,  #19efdc 100%);
	background-image: -ms-linear-gradient( 90.533deg, #1ac2db 0%,  #19efdc 100%);
	background-image: linear-gradient( 90.533deg, #1ac2db 0%,  #19efdc 100%);
}

.footer {
	color: #fff;
	background-color: #0f2250;
	padding-top: 32px;
	padding-bottom: 22px;
}

.social-icons {
	padding-left: 0;
	list-style: none;
}

.social-icons li {
	display: inline-block;
	padding-left: 26px;
	padding-right: 26px;
}

.social-icons a {
	color:#3fc3d7;
	font-size: 26px;
	text-decoration: none;
}

.social-icons a:hover {
	color: #fff;
}

@media (max-width: 767.98px) {
	.social-icons a:hover {
		color: #006e99;
	}
}

.footer address {
	font-size: 17px;
}

.py-style-1 {
	padding-top: 14px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.py-style-1 {
		padding-top: 64px;
		padding-bottom: 35px;
	}
}

.py-style-2 {
	padding-top: 35px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.py-style-2 {
		padding-top: 70px;
		padding-bottom: 100px;
	}
}

.py-style-3 {
	padding-top: 0;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.py-style-3 {
		padding-top: 60px;
		padding-bottom: 55px;
	}
}

.min-height-320 {
	min-height: 320px;
}

.min-height-245 {
	min-height: 245px;
}

.text-black {
	color: #000;
}

.text-dark-blue {
	color: #0f2250 !important;
}

.bg-dark-blue {
	background-color: #0f2250 !important;
}

.text-blue, main h2 {
	color: #142f70 !important;
}




a.text-blue:hover,
a.text-blue:focus {
	color: #3fc3d7 !important;
}

.bg-blue {
	background-color: #142f70 !important;
}

.btn-blue {
	color: #fff !important;
	background-color: #142f70;
}

.btn-blue:hover,
.btn-blue:focus {
	background-color: #1882bb;
}

.text-light-blue {
	color: #006e99 !important;
}

.bg-light-blue {
	background-color: #006e99 !important;
}

.text-primary {
	color: #1683b9 !important;
}

.bg-primary {
	background-color: #1683b9 !important;
}

.text-secondary {
	color: #3fc3d7 !important;
}

.bg-secondary {
	background-color: #3fc3d7 !important;
}

.text-info {
	color: #229BDF !important;
}

@media (max-width: 767.98px) {
	.btn-style-mb {
		text-align: left;
		padding: 15px;
		background-color: #142f70;
		color: #fff !important;
		font-size: 12px;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.letter-spacing-1x, .service-h2 h2 {
	letter-spacing: 3px;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-16 {
	font-size: 16px;
}

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

.font-size-20 {
	font-size: 20px;
}

.font-size-22 {
	font-size: 22px;
}

.font-size-25 {
	font-size: 25px;
}

.font-size-26 {
	font-size: 26px;
}

.font-size-30 {
	font-size: 30px;
}

@media (min-width: 768px) {
	.font-size-md-13 {
		font-size: 13px;
	}
	
	.font-size-md-16 {
		font-size: 16px;
	}

	.font-size-md-18 {
		font-size: 18px;
	}

	.font-size-md-20 {
		font-size: 20px;
	}
	
	.font-size-md-24 {
		font-size: 22px;
	}

	.font-size-md-25 {
		font-size: 25px;
	}
	
	.font-size-md-26 {
		font-size: 26px;
	}
	
	.font-size-md-28 {
		font-size: 28px;
	}

	.font-size-md-30 {
		font-size: 30px;
	}
	
	.font-size-md-35 {
		font-size: 35px;
	}
	
	.font-size-md-40 {
		font-size: 40px;
	}
}

@media (min-width: 1024px) {
	.font-size-lg-13 {
		font-size: 13px;
	}
	
	.font-size-lg-16 {
		font-size: 16px;
	}

	.font-size-lg-18 {
		font-size: 18px;
	}

	.font-size-lg-20 {
		font-size: 20px;
	}
	
	.font-size-lg-24 {
		font-size: 22px;
	}

	.font-size-lg-25 {
		font-size: 25px;
	}
	
	.font-size-lg-26 {
		font-size: 26px;
	}
	
	.font-size-lg-28 {
		font-size: 28px;
	}

	.font-size-lg-30 {
		font-size: 30px;
	}
	
	.font-size-lg-35 {
		font-size: 35px;
	}
	
	.font-size-lg-40 {
		font-size: 40px;
	}
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-extrabold {
	font-weight: 800;
}

.font-weight-black {
	font-weight: 900;
}

.blog-thumb::before {
    display: block;
    padding-top: 74%;
    content: '';
}
.blog-thumb{
  align-items: center;
  justify-content: center;
}

.home .hero-content h2, .home .hero-content h1 {
    font-size: 18px;
    letter-spacing: 3px;
}

a.more {
	color:#000;
	text-decoration: none;
	border-bottom:2px solid #3fc3d7;
	padding-bottom:5px;
	transition: 0.3s ease;
}

a.more:hover,
a.more:focus {
	color:#000;
	border-bottom-color: #0f2250;
}

main .col-md-7 ul, main .col-lg-7 ul, main .col-10 ul {
	list-style: none;
}

main .col-md-7 > ul li:before, main .col-lg-7 > ul li:before, main .col-10 > ul li:before {
	content:'•';
	position: absolute;
	color:#3fc3d7;
	margin-left: -24px;
	font-size: 16px;
}

main .col-md-7 > ul > li > ul > li:before, main .col-lg-7 > ul > li > ul > li:before, main .col-10 > ul > li > ul > li:before {
	color:#777;
	font-size:12px;
	margin-top:4px;
}
.alignright,.alignleft{
	margin:0 auto 25px;display:block}
@media (min-width: 768px) {
	.stickynav{
		position: sticky;
		top: 130px;
	}
	.alignright,.alignleft{
		float:left;
	}
	.alignright{
	margin:0 0 25px 25px;
		float:right
	}
	.alignleft{
	margin: 0 25px 25px 0
	}
}
main h2 {
	margin:25px 0;
	letter-spacing:3px;
}
a:hover {text-decoration: none;}
.normal-spacing {
	letter-spacing: normal;
}

#menu-main-menu li {
    margin-bottom: 0;
}

.u-header a{color:#000}
form.search-form {
	overflow: hidden;
	/*transition: all 250ms ease;*/
}
/*form.search-form.subnav {
	height: 0;
	padding: 0;
}*/


.covid .block-main-title {
    position: relative;
    overflow: hidden;
}
/*.covid .block-main-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    bottom: 0;
}*/
#navbars a {
    color: #229BDF;
}
/*#navbars .dropdown-menu a {
	color:#ffffff;
}*/

.services .card-body a, .services .icon-right-small, a.people-back{
	color: #1882bb;
}
.practice-info-bottom a {
	color: #237fae;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
  border: none;
  -webkit-text-fill-color:none;
  -webkit-box-shadow:none;
  transition: none;
  background: transparent;
}

.loadmore{
	display: block;
	font-size: 18px;
	font-weight: 800;
	letter-spacing:1px;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
	cursor:pointer;
}

.loadmore > span {
	cursor:pointer;
}
.feat-image {
	background-size:cover;
	min-height:280px;
	background-position: top center;
}

.feat-clients .slick-dots{
	position: absolute;
	width: 41.666667%;
	right: 0;
	left: auto;
	margin-top: -60px;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

@media (max-width:991px){

.col500 {
	max-width: 530px;
	margin: auto;
}

}

.feat-clients .slick-prev:before, .feat-clients .slick-next:before {
	font-size:22px
}
.feat-clients .slick-prev, .feat-clients .slick-next {
	top:auto;
	bottom:0;
	margin-bottom: 38px;
	right: 10%;
}

.feat-clients .slick-prev {
	right: 28%;
	left: auto;
}

@media (max-width: 512px) {
	.feat-clients .slick-prev, .feat-clients .slick-next {
		right:5%;
	}
	.feat-clients .slick-prev {
		left:63.2%;
		right:auto;
	}

}
.navbar-toggler-icon{margin-top:5px}
.navbar-toggler{padding:5px;box-sizing:unset}
.navbar-brand:focus, .navbar-toggler:focus, .slick-prev:focus, .slick-next:focus,  button.filter:focus, .widget ul li a:focus {
	outline:1px dotted #000;
}
#navbars .navbar-nav .nav-link:focus, #navbars .btn-navbar-search:focus, #navbars .navbar-nav a:focus {
outline:1px dotted #fff;
}
.staff-link{
	font-size:20px;
}
.staff-link:hover {
	color:#212529;
}
blockquote.cta {
	border:1px solid #2fa3c7;
	padding:5px 25px;
	border-color: #2fa3c7 transparent;
	font-size:19px;
	text-align:center;
	display:block;
	font-weight:bold;
	color:#142f70 ;
}
blockquote.cta h2{
color:#2fa3c7 !important;
	font-weight:normal
}
@media (min-width: 768px) {
	blockquote.cta {
max-width: calc(50% - 25px);
float: right;
margin-left: 25px;
	}
}
/* Standard 1080p or 720p 16/9  ~1.7  = 56.25 */
.r-embed, .r-youtube, .r-map, .r-square {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

/*Youtube 560px x 340px ~21/32 1.64  = 60.72 */
.r-youtube {
   padding-bottom:60.72%;
}

/* Google Maps 600 x 450 ~4/3 1.33 = 75 */
.r-map {
   padding-bottom:75%;
}

/* Square */
.r-square {
   padding-bottom:100%;
}
@media (min-width:991px) {
	.r-square {
padding-bottom:50%
	}
}
.r-embed iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.banner {
	position: relative;
	z-index: 1;
}

.video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.text-transform-none {
	text-transform: none;
}

.u-block-alt {
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}

.u-block-alt .blog-thumb::before {
	content: none;
}

.u-block-alt .u-body {
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.5;
}

.tracking-wide {
	letter-spacing: 1px;
}

.text-decoration-underline {
	text-decoration: underline;
}

.blockquote-secondary::before {
	content: '\e833';
	color: #fff;
	font-family: 'fontello';
	font-size: 26px;
	line-height: 1;
}

@media (min-width: 768px) {
	.blockquote-secondary::before {
		font-size: 36px;
	}
}

.slick-dots > li:only-child {
	display: none;
}

.blockquote-secondary .blockquote-footer {
	color: #fff;
	letter-spacing: 0.1em;
}

@media (min-width: 992px) {
	.blockquote-secondary .blockquote-footer {
		font-size: 15px;
	}
}

.blockquote-secondary .lead {
	line-height: 1.4;
	font-weight: 500;
	color: #3fc3d7;
}

@media (min-width: 992px) {
	.blockquote-secondary .lead {
		font-size: 30px;
	}
}

.card-secondary {
	padding: 35px 20px 30px;
	margin-bottom: 35px;
	box-shadow: 5px 5px 20px rgba(10, 3, 44, 0.1);
	border: 0;
}

.card-secondary .text-link {
	border: 0;
	display: inline-block;
	padding: 0;
	color: #1683b9;
	font-weight: 700;
}

.card-secondary .text-link::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 29px;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.7066 18.8267C6.31608 18.4362 6.31608 17.803 6.7066 17.4125L17.9309 6.18817L8.31852 6.21928C7.76624 6.22106 7.31708 5.7748 7.31529 5.22252C7.31351 4.67024 7.75977 4.22107 8.31205 4.21929L20.3498 4.18033C20.6161 4.17947 20.8718 4.28489 21.0601 4.47322C21.2484 4.66155 21.3539 4.91722 21.353 5.18356L21.314 17.2213C21.3122 17.7736 20.8631 18.2198 20.3108 18.218C19.7585 18.2162 19.3123 17.7671 19.314 17.2148L19.3452 7.60238L8.12081 18.8267C7.73029 19.2172 7.09713 19.2172 6.7066 18.8267Z' fill='%231683b9'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	margin-bottom: -3px;
	margin-left: 5px;
}

.card-secondary .text-link:hover::after,
.card-secondary .text-link:focus::after,
.card-secondary .text-link:active::after {
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.7066 18.8267C6.31608 18.4362 6.31608 17.803 6.7066 17.4125L17.9309 6.18817L8.31852 6.21928C7.76624 6.22106 7.31708 5.7748 7.31529 5.22252C7.31351 4.67024 7.75977 4.22107 8.31205 4.21929L20.3498 4.18033C20.6161 4.17947 20.8718 4.28489 21.0601 4.47322C21.2484 4.66155 21.3539 4.91722 21.353 5.18356L21.314 17.2213C21.3122 17.7736 20.8631 18.2198 20.3108 18.218C19.7585 18.2162 19.3123 17.7671 19.314 17.2148L19.3452 7.60238L8.12081 18.8267C7.73029 19.2172 7.09713 19.2172 6.7066 18.8267Z' fill='%230056b3'/%3E%3C/svg%3E ");
}

.card-secondary .card-body {
	padding: 5px 0 10px;
	position: relative;
}

.card-secondary .card-body::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100px;
	border-top: 1px solid #000;
}

.accordion-secondary .card-header .btn {
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

@media (min-width: 768px) {
	.accordion-secondary .card-header .btn {
		font-size: 28px;
	}
}

.accordion-secondary .card-header .btn:not(.collapsed):before {
	content: none;
}

.accordion-secondary .card-body {
	background-color: transparent;
}

.accordion-secondary .card-header .btn .icon {
	color: #3fc3d7;
}

.block-style-4 {
	padding: 20px 0;
}

@media (min-width: 768px) {
	.block-style-4 {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.block-style-4 {
		padding: 40px 100px 30px 35px;
	}
}

.icon-arrow-up {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url(../icon_arrow_up.html);
	background-repeat: no-repeat;
	margin-left: 10px;
}