/* SHARED STYLING FOR KRB AND KCL COME FROM site-shared.css STORED IN KRB SITE FOLDER IN STYLESHEETS */
@font-face {
	font-family: "icons";
	src: url("./font/krb-icons.eot"), url("./font/krb-icons.ttf"), url("./font/krb-icons.woff"), url("./font/krb-icons.svg");
}
@media only screen and (max-width: 600px) {
	/* .bizango_content_prose h3 {
			font-size: 22px;
			line-height: 28px;
		} */
	}
html {
	visibility: visible !important;
}
/*---------------BUTTONS / LINKS ---------------*/
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a{
	color: #3b4953;
	font-weight: 500;
	text-decoration:none;
}
strong, strong  *, b, b  * {
	font-weight: 700;
}
#nav_frame.home-style #nav-top a,
#nav_frame.home-style #nav a {
	color: white;
}
#nav-top a,
#nav a, #footer a {
	color: #535d65;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1.2px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#nav_frame #nav li a {
	/* padding-top: 19px; */
}
#nav_frame #nav li a.has-subnav {
	padding-bottom: 30px;
}
#nav_frame #nav li a.has-subnav.current:after {
	bottom: 26px;
}
#nav_frame #nav li:nth-last-child(1) a {
	padding-right: 0;
}
#footer #nav li:nth-last-child(-n + 3) a {
	font-size: 10px;
	line-height: 12px;
}
#nav-top a,
#footer #nav-top a {
	font-size: 12px;
	line-height: 14px;
}
#nav_frame #nav a.current:after,
#nav_frame.home-style #nav a.current:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #7fa47f;
}
#nav a:hover, #nav-top a:hover, #nav_frame #nav a.current, #footer #nav-top a {
	position: relative;
	color: #7fa47f;
}
#nav_frame.home-style #nav a.current {
	color: white;
}
#nav_frame.home-style #nav a.current:after {
	background: white;
}
#nav_frame.home-style #nav a.current.has-subnav:after {
	bottom: 12px;
}
.bizango_cms_content a.button:after,
.block_type__news-block .blog-btn:after,
.element__form .form-field button[type="submit"]:after {
	font-family: "icons";
	content: "\E801";
	font-size: 0.7em;
	margin-left: 10px;
}
a.button:hover, a:hover{
	text-decoration:none;
	color: #7fa47f;;
}
.element__form .form-field button[type="submit"] {
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	color: #7fa47f;
	font-family: aktiv-grotesk, sans-serif;
	font-size:16px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
}
.button {
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: #7fa47f;
	font-weight: 500;
	padding: 10px 0;
}
.block_type__attorney-grid .button,
.block_type__practice-area-grid .button {
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: white;
	background: #7fa47f;
	outline: none;
	border: none;
	font-weight: bold;
	/* opacity: 0.6; */
	padding: 10px 20px;
}
.block_type__attorney-grid .button.active,
.block_type__practice-area-grid .button.active {
	opacity: 1;
}
@media only screen and (max-width: 480px) {
	a {
		word-wrap: break-word;
	}
}
#body_news .atts_container .atts_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#body_news .atts_container .title  {
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 25px;
}
#body_news .atts_content .att-box {
	width: 22.5%;
	margin-bottom: 40px;
}
#body_news .atts_content .att-box .att-img {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 12vw;
	max-height: 120px;
}
#body_news .blog_content .atts_content .att-box .att-img {
	max-height: 215px;
}
#body_news .atts_content .att-box .att-img a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#body_news .atts_content .att-box:not(:nth-child(4n)) {
	margin-right: 20px;
}
#body_news .atts_content .att-box .att-name {
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
}
@media only screen and (max-width: 100px) {
	#body_news .atts_content .att-box .att-img {
		 height: 17vw;
		 max-height: 150px;
	 }
}
@media only screen and (max-width: 750px) {
	#body_news .atts_content .att-box {
		width: 47.5%;
	}
	#body_news .atts_content .att-box:not(:nth-child(4n)) {
		margin-right: 0;
	}
	#body_news .atts_content .att-box:not(:nth-child(2n)) {
		margin-right: 20px;
	}
	#body_news .case-docs_container .case-docs_content{
		 padding: 35px;
	 }
	#body_news .atts_content .att-box .att-img {
		height: 160px;
		max-height: 160px;
	}
}
@media only screen and (max-width: 480px) {
	#body_news .atts_content .att-box {
		width: 100%;
	}
	#body_news .atts_content .att-box:not(:nth-child(2n)) {
		margin-right: 0
	}
	#body_news .atts_content .att-box .att-img {
		height: 270px;
		max-height: 350px;
	}
}
/*---------------BLOCK DEFAULT COLORS---------------*/
body{
	background: white;
}
#nav_frame{
	/* background-color:#bbb; */
}
#hero_frame{
	background-color:#ddd;
}
#newsflash{
	background:#383737;
}
/* REQUIRED FOR CMS */
/* OPTIONAL */
img.illustration{
	display:block;margin:0px;
	margin-bottom:20px;
}
#newsflash{
	padding:20px;
	color:#c6c2c2;
	margin-top:30px;
	margin-bottom:20px;
}
#newsflash h2, #newsflash h1{
	color:#eee
}
img.content_image{
	clear:left;
	display:block;
	float:left;
	margin:10px 20px 20px 0px;
}
#body_home #nav_home,#body_home #nh{
	display:none;
}
/* EXPANDABLE BUY BUTTON WITH TOGGLE-ABLE LINKS */
#buy_button_container{
	position: relative;
} 
/* parent element for expandable buy button */
#buy_button{
	background-color:#222;
	color:#eee; 
	padding:10px 20px;
	text-decoration:none;
	display:block;
}
#buy_button_container .buy_button_hidden{
	background-color:#222;
	color:#eee;
	padding:10px 20px;
	display:none;
}
#buy_button_container .buy_button_hidden p a {
	color:#eee;
	display:block;
	text-decoration:none;
	padding:10px 10px;
}
/* Breadcrumbs in Collections */
#breadcrumbs {

}
#breadcrumbs ul {
	margin:0;
	padding:0;
	display:inline-block;
	}
#breadcrumbs li {
	font-size:1em;
	list-style:none;
	display:inline-block;
	}
#breadcrumbs a {
	color:red;
	}
#breadcrumbs a:after {
	content:"\203A";
	padding-left:5px;
	}
#breadcrumbs a:hover {
	text-decoration:none;
}
/* helpers-> clearfix */
.group:before,
.group:after {
	content: "";
	display: table;
} 
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear{
	clear:both;
}
/*- Mobile Styles widescreen */
@media only screen and (max-width: 999px) and (min-width:660px){
	.page_frame {
		padding: 0 5%;
	}
}
/*---------------AD SEARCH---------------*/
form.add-search__form {
	padding-top: 0;
}
form.add-search__form button.icons--search {
	color: #535d65;
}
form.add-search__form button.icons--search:after {
	position: relative;
	top: -2px;
}
form.add-search__form input.addsearch {
	top: 50px;
}
#body_search .page_frame {
	margin-top: 60px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
	form.add-search__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 6px;
	}
	form.add-search__form input.addsearch {
		max-width: 150px;
		opacity: 1;
		top: 7px;
		right: 15px;
	}
	form.add-search__form div.icons {
		position: relative;
		display: inline-block;
		width: 20px;
	}
	form.add-search__form div:after {
		position: absolute;
		top: 0;
		right: 2px;
		font-size: 1em;
	}
}
/*---------------NAV SEARCH---------------*/
#nav form.add-search__form input.addsearch {
	top: -7px;
}
/*---------------NAV---------------*/
#body_home #nav_frame,
#nav_frame.home-style {
	height: auto;
}
#nav_frame{
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width:100%;
	max-width: 2000px;
	z-index: 100;
}
#nav_frame .page_frame {
	max-width: 9999px;
	margin: 0;
}
#body_home #nav_frame .header_container,
#nav_frame.home-style .header_container {
	background: none;
}
#nav_frame .header_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	    justify-content: space-between;
	background: #e7e7e7;
	height: 100px;
	width: 100%;
}
#body_practice-areas #nav_frame .logo_container {
	width: 300px;
	min-width: 300px;
}
#nav_frame .logo_container {
	position: relative;
	height: 100px;
	width: 450px;
	min-width: 450px;
	z-index: 10;
}
#body_home #nav_frame .logo_container .box-diag-svg,
#nav_frame.home-style .logo_container .box-diag-svg {
	display: none;
}
#nav_frame .logo_container .box-diag-svg {
	width: 100%;
	height: 100%;
}
#body_home #nav_frame .logo_container a.logo {
	padding-top: 15px;
	height: 115px;
	width: 255px;
}
#nav_frame.home-style .logo_container a.logo {
	width: 175px;
	height: 75px;
	padding-top: 30px;
}
#nav_frame .logo_container a.logo {
	position: absolute;
	top: 10px;
	left: 90px;
	display:block;
	width: 165px;
	height: 75px;
	text-decoration:none;
	background-image:url("../../images/sites/krb/logo-white.png");
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
	font-size: 0;
}
#nav-top, #nav, #nav-bottom, ul.nav, ul.nav-top  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
			-ms-flex-pack: end;
	    justify-content: flex-end;
	-webkit-box-align: center;
			-ms-flex-align: center;
	    align-items: center;
	margin-left: 0;
}
#nav_frame #nav-top {
	height: auto;
	margin-top: 22px;
}
#nav-top, #nav, #nav-bottom {
	position:relative;
	/* height: 50px; */
	margin-right: 5vw;
}

#nav #nav_home,
#mobile_nav #nav_home {
	position: relative;
	display:block;
	width: 190px;
	height:36px;
	text-decoration:none;
	background-image:url("../../images/sites/krb/logo.jpg");
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
	font-size: 0;
}
ul.nav{
	z-index:10;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height: 50px;
	}
ul.nav-top li,
ul.nav li {
	position: relative;
	float:left;
	zoom:1;
	line-height:1em;
	margin: 0 0 19px 0;
	padding: 0 15px 5px 15px;
	list-style: none;
	background: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.nav-top li {
	margin-bottom: 12px;
}
#nav_frame #nav ul.nav li  {
	padding: 0 15px;
	text-align: center;
}
#nav_frame.home-style #nav-top li:not(:nth-last-child(1)):after {
	background: white;
	/* border-right: 2px solid white; */
}
#nav_frame #nav-top li:not(:nth-last-child(1)):after {
	content: "";
	position: absolute;
	top: 42%;
	-webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	right: 0;
	height: 15px;
	width: 2px;
	background: #535d65;
	border: none;
	/* border-right: 2px solid #535d65; */
}
#nav-top ul.nav-top li:nth-last-of-type(1),
#nav ul.nav li:nth-last-of-type(1),
#nav-bottom ul.nav li:nth-last-of-type(1),
#nav_frame #nav ul.nav li:nth-last-of-type(1) {
	padding-right: 0;
	white-space: nowrap;
}
#nav .social {
	margin-right: 30px;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
			-ms-flex-align:center;
	    align-items:center;
	min-height: 24px;
}
.subnav_container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 55px;
}
#nav_frame.home-style #nav .subnav {
	background: rgba(0,0,0,0.6);
	border-top-color: white;
}
.subnav {
	display: none;
	position: absolute;
	top: 44px;
	left:0;
	border-top: 4px solid #7fa47f;
	background: #f1f1f1;
	margin: 0;
}
#nav ul.nav li:nth-last-child(1) .subnav {
	left: 0px;
}
#nav ul li:hover > .subnav,
.subnav:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
	    flex-direction: column;
}
#nav_frame #nav ul.subnav li {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	padding: 20px 30px;
	margin: 0;
	border-right: none;
	border-bottom: 1px solid #d8d8d8;
	text-align: left;
}
#nav_frame #nav .subnav li:nth-last-of-type(1) {
	margin-right: 30px;
	border-bottom: none;
}
#nav .subnav li a {
	white-space: nowrap;
	padding: 5px 0;
	line-height: 20px;
	height: 20px;
	max-width: 122px;
	text-transform: none;
}
#nav .subnav li a:after {
	font-family: "icons";
	content: "\E801";
	margin-left: 10px;
	opacity: 0;
}
#nav .subnav li a:hover:after {
	opacity: 1;
}
#mobile_nav{
	display: none;
}
/*- Mobile Styles */
@media only screen and (max-width: 1000px){
	#nav_frame {
		width: 100%;
		height: 50px;
	}
	#nav_frame .page_frame {
		margin: 0;
		padding: 0;
	}
	#nav_frame #nav {
		display:none;
	}
	.body_nothome #nav_frame div.logo_container {
		width: 45vw;
		min-width: 260px;
	}
	#body_home #nav_frame div.logo_container {
		width: 255px;
		min-width: 255px;
	}
	#body_home #nav_frame .logo_container a.logo {
		padding-top: 15px;
		height: 115px;
		width: 255px;
	}
	#nav_frame.home-style .logo_container {
		min-width: 175px;
		width: 175px;
	}
	#nav_frame.home-style .logo_container a.logo {
		width: 175px;
		height: 75px;
		padding-top: 30px;
	}
	#nav_frame .logo_container a.logo {
		position: absolute;
		top: 10px;
		left: 30px;
		display:block;
		width: 165px;
		height: 75px;
		text-decoration:none;
		background-image:url("../../images/sites/krb/logo-white.png");
		background-size: contain;
		background-position:center;
		background-repeat:no-repeat;
		background-color: transparent;
		font-size: 0;
	}
	#mobile_nav{
		position: absolute;
		top: 30px;
		display: block;
		text-align: right;
		margin-right:5%;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		width: 95%;
	}
	#body_home #mobile_nav .icon {
		color: white;
	}
	#mobile_nav .icon{
		position: relative;
		font-size: 1.4em;
		float: right;
		padding-left: 5px;
		color: #535d65;
	}
	#body_home #nav_frame #nav-top li:not(:nth-last-child(1)):after {
		background: white;
	}
	#body_home #mobile_nav .icon,
	#body_home #nav_frame #nav-top a,
	#nav_frame.home-style #mobile_nav .icon {
		color: white;
	}
	#mobile_nav .nav{
		position: absolute;
		top: 70px;
		right: -5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
		-webkit-box-align: center;
				-ms-flex-align: center;
		    align-items: center;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
		    justify-content: flex-start;
		width: auto;
	}
	#mobile_nav .nav li {
		float: none;
		line-height: 25px;
		background-color: #ccc;
		padding: 5px 0;
		margin: 0;
		width: 200px;
		border-left: 3px solid transparent;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#mobile_nav .nav li a {
		padding: 5px 30px 5px 5px;
		display: inline-block;
		width: 80%;
		line-height: 17px;
		text-align: right;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#mobile_nav .nav li a:after {
		position: absolute;
		font-family: "icons";
		content: "\E801";
		margin-left: 7px;
		font-size: 0.7em;
		top: 12px;
		opacity: 0;
	}
	#mobile_nav .nav li a:hover:after {
		opacity: 1;
	}
	#mobile_nav .subnav {
		position: relative;
		top: 0;
		left: -3px;
		width: calc(100% + 3px);
		background: #e8e8e8;
	}
	#mobile_nav .subnav li {
		background: none;
	}
	#mobile_nav .nav li.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
}
@media only screen and (max-width: 700px) {
	#body_home #nav_frame div.logo_container {
		width: 180px;
		min-width: 180px;
	}
	#body_home #nav_frame .logo_container a.logo {
		padding-top: 15px;
		height: 115px;
		width: 180px;
	}
	#nav_frame.home-style .logo_container a.logo {
		width: 175px;
		height: 75px;
		padding-top: 30px;
	}
	#body_home #nav_frame .logo_container a.logo{
		padding-top: 0;
	}
	#nav_frame #nav-top ul.nav-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
		-webkit-box-align: end;
		        -ms-flex-align: end;
		    align-items: flex-end;
	}
	#nav_frame #nav-top {
		margin-top: 10px;
	}
	#nav_frame #nav-top ul.nav-top li {
		padding: 0;
		margin: 5px 0;
		text-align: right;
	}
	#nav_frame #nav-top li:not(:nth-last-child(1)):after {
		height: 0;
		width: 0;
	}
	#mobile_nav {
		top: 55px;
	}
	#mobile_nav .nav{
		top: 45px;
	}
}
@media only screen and (max-width: 550px) {
	#nav-top {
		display: none;
	}
	#mobile_nav {
		top: 12px;
	}
	#mobile_nav .nav{
		top: 88px;
	}
	#body_practice-areas #mobile_nav .nav {
		top: 100px;
	}
	#body_home #nav_frame #mobile_nav ul.nav {
		top: 100px;
	}
}
/*---------------HERO---------------*/
#body_home #hero_frame {
	min-height:760px;
	padding-top:150px;
	background: #383838;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#body_home #hero_frame p {
	margin-bottom: 0;
	line-height: 20px;
}
#body_home #hero_frame .bizango_image_controls {

	margin-left: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: inline-block;
}
#body_home #hero_frame .block__bg-img {
	background-position: top left;
	opacity: 0.95;
}
#body_home #hero_frame .page_frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
	    align-items: center;
	height: calc(100% - 120px);
}
#body_home #hero_frame .bizango_content_prose {
	opacity: 0;
	-webkit-animation: fade 4000ms 1000ms ease forwards;
			animation: fade 4000ms 1000ms ease forwards;
	height: 62px;
}
#body_home #hero_frame .bizango_content_prose .bizango_cms_pencil {
	position: absolute;
	-webkit-transform: translateX(-60px);
	    -ms-transform: translateX(-60px);
	        transform: translateX(-60px);
}
#body_home #hero_frame .bizango_content_prose * {
	text-align: center;
}
#body_home #hero_frame .bizango_content_prose h1 {
	margin-bottom: 15px;
}
#body_home #hero_frame .bizango_content_prose h1 strong {
	font-weight: 800;
}
#body_home #hero_frame .bizango_content_prose h4 {
	font-weight: 300;
}

#body_home #hero_frame .bizango_content_prose h5 {
	font-size: 15px;
	letter-spacing: 3px;
}
#body_home #hero_frame .bizango_content_prose h5 strong {
	font-weight: 700;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media only screen and (max-width: 1000px) {
	#body_home #hero_frame .block__bg-img {
		background-color: black;
		opacity: 0.2;
	}
	.block.hero-frame-int .bizango_content_prose {
		margin-right: 0;
	}
	#body_home #hero_frame .bizango_content_prose * {
		color: white;
	}
}
@media only screen and (max-width: 700px) {
	#body_home .parallax-mirror {
		display: none;
	}
	#body_home #hero_frame {
		height: 500px;
		min-height: 500px;
		background: black;
	}
	#body_home #hero_frame .page_frame {
		height: calc(100% - 150px);
	}
	#body_home #hero_frame .block__bg-img {
		opacity: 0.7 !important;
	}
}
@media only screen and (max-width: 480px) {
	#body_home #hero_frame .page_frame {
		/* margin-top: 40px; */
	}
	#body_home #hero_frame .bizango_content_prose h1 {
		font-size: 42px;
		line-height: 45px;
	}
}
/*---------------BODY---------------*/
#page_body{
	position: relative;
}
body.body_nothome {
	padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
	.page_frame {
		max-width: 1000px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}

/*---------------CUSTOM BLOCKS---------------*/
/* SET DEFAULT PADDING SET TO MATCH PSD DESIGNS */
.bizango_admin_tab {
	margin-right: 45px;
}
.bizango_content_controls .bizango_content_controls_manage {
	width: 85%;
}
.bizango_content_controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.bizango_content_controls_add {
	min-width: 45px;
	width: 15%;
}
.bizango_content_controls,
.bizango_image_controls, .bizango_cms_button {
	position: relative;
	z-index: 10;
}
.bzc_abs .bizango_image_controls {
	position: absolute;
	top: 5px;
	left: 50px;
}
.col\@tablet {
	width: 45.5%;
}
.block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
	    flex-direction: column;
	/* min-height: 100px; */
	padding-top: 4em;
	padding-bottom: 4em;
}
.block.show-accent__yes .page_frame:before,
.accent:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: #7fa47f;
}
.block_type__1-column-tab.show-accent__yes .bizango_content_prose:after {
	display: block;
}
.block.block_type__1-column-tab.show-accent__yes .page_frame:before {
	display: none;
}
.accent:before {
	left: 0;
	-webkit-transform: none;
	        -ms-transform: none;
	    transform: none;
}
.block.show-accent__yes:not(.block_type__1-column-tab) .page_frame {
	margin-top :30px;
}
.block__bg-img {
	color: white;
	z-index: 0;
}
.bg-img {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.block_type__image-hero .page_frame {
	/* width: auto;
	margin: 0 5%; */
}
.block ul {
	margin-left: 16px;
}
.bizango_cms_content a {
	color: #7fa47f;
}
.block.background-position__top .block__bg-img {
	background-position: top;
}
.block.background-position__center .block__bg-img {
	background-position: center;
}
.block.background-position__bottom .block__bg-img {
	background-position: bottom;
}
.block.center_columns__yes .page_frame {
	text-align: center !important;
}
.block.text-position__left .page_frame {
	-ms-flex-item-align: start;
		align-self: flex-start;
		text-align: left;
}
.block.text-position__center .page_frame {
	-ms-grid-row-align: center;
		-ms-flex-item-align: center;
		align-self: center;
		text-align: center;
}
.block.text-position__right .page_frame {
	-ms-flex-item-align: end;
		align-self: flex-end;
		text-align: right;
}
.block.text-vertical__top{
	-webkit-box-pack: start;
		-ms-flex-pack: start;
	    justify-content: flex-start;
}
.block.text-vertical__middle {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
	    justify-content: center;
}
.block.text-vertical__bottom {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
	    justify-content: flex-end;
}
.block.narrow-content__yes .page_frame .all-cols-wrap {
	width: 75%;
	margin: 0 auto;
}
.block .element__image img {
	/* display: none; */
	/* position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	z-index: -1; */
}
.block .element__image .cropped-image {
	/* display: block; */
}
.topper .block__bg-img:before {
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	height: 35px;
	width: 620px;
	min-width: 620px;
	-webkit-mask: url("../../../images/sites/krb/top-thin-angle.svg");
	mask: url("../../../images/sites/krb/top-thin-angle.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	background: currentColor;
}
.block.show-topper__yes .page_frame {
	position: static;
}
.element__svg-top-mini {
	display: none;
}
.block.show-topper__yes .element__svg-top-mini {
	display: block;
}
.block.topper-position__right .box-diag-svg-small {
	-webkit-transform: scaleX(-1);
	        -ms-transform: scaleX(-1);
	    transform: scaleX(-1);
	left: auto;
	right: -5%;
}
.box-diag-svg-small {
	position: absolute;
	top: -55px;
	left: -5%;
	width: 440px;
	height: 55px;
	fill: currentColor;
}
.shared-content:before {
	display: none;
	position: relative;
	top: -30px;
	content: "This is a shared content block! Any text edits made here will also affect all other instances of this block.";
	text-align: center;
	font-family: inherit;
	margin: 0 0 5px 5%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
	padding: 10px;
	background: #ddd;
	border-radius: 8px;
	color: #666;
	font-size: 13px;
	line-height: 13px;
}
.block__admin-view.shared-content:before {
	display: inline-block;
}
.no-show {
	display: none;
}
.block__admin-view .no-show {
	display: block;
}
.block.block__admin-view .bizango_cms_content table td{
	border: 2px dashed rgba(0,0,0,0.2);
}
.block_type__subpage-grid .page_frame {
	/* width: 90%; */
}
@media only screen and (max-width: 900px) {
	.block_type__2-column-bigleft.padding-sides__more .col-1,
	.block_type__2-column-bigright.padding-sides__more .col-2,
	.block_type__2-column-bigleft.padding-sides__more .col-2,
	.block_type__2-column-bigright.padding-sides__more .col-1  {
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.block .col\@tablet {
		width: 100%;
	}
	.block.padding-sides__more .col\@tablet {
		width: 100%;
	}
	.block.narrow-content__yes .page_frame {
		width: 90%;
		/* margin: 0 5%; */
	}
}
@media only screen and (max-width: 660px)  {
	.block_type__2-column-even .col-2,
	.block_type__2-column-bigleft .col-2,
	.block_type__2-column-bigright .col-2 {
		margin-top: 30px;
	}
	.block_type__2-column-even .element__image img,
	.block_type__2-column-bigleft .element__image img,
	.block_type__2-column-bigright .element__image img  {
		max-width: 80vw;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.block.content-style__intro .col-1 img.illustration {
		width: 260px;
	}
	.block.narrow-content__yes .page_frame .all-cols-wrap {
		width: 100%;
	}
}
/* ------------TESTIMONIALS------------- */
.block_type__testimonials .block__bg-img {
	opacity: 0.05;
}
.block_type__testimonials .slider .slide .bg-img {
	opacity: 0.25;
}
/* ------------SERVICE LIST-------------- */
.block_type__service-list {
	padding-top: 2em;
	padding-bottom: 5em;
	background: #fdfdfd;
}
.block_type__service-list .page_frame {
	position: static;
	margin: 0 5% 0 10%;
	max-width: 1200px;
	width: 88%;
	z-index: 1;
}
.block_type__service-list .block__bg-img {
	color: #fdfdfd;
}
.block_type__service-list .all-cols-wrap,
.block_type__service-list .list_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.box-diag-svg-thin {
	position: absolute;
	top: -35px;
	left: 0;
	width: 43%;
	min-width: 300px;
	max-width: 590px;
	height: 35px;
	fill: currentColor;
}
.block_type__service-list .col-1 {
	width: 35%;
	margin-right: 60px;
}
.block_type__service-list .col-1 .bizango_cms_content {
	color: #3b4953;
	text-align: right;
}
.block_type__service-list .col-1 .bizango_cms_content h3 strong {
	font-weight: 800;
}
.block_type__service-list .col-2 {
	width: 65%;
	z-index: 1;
}
.block_type__service-list .service-col-1,
.block_type__service-list .service-col-2 {
	-webkit-box-flex: 1;
	        -ms-flex: auto;
	    flex: auto;
}
.block_type__service-list .list_container .service_list-1 {
	margin-right: 45px;
}
.block_type__service-list .list_container .service_list {
	padding-top: 10px;
	margin-left: 0;
}
.block_type__service-list .list_container .service_list li {
	list-style: none;
	border-left: 3px solid transparent;
}
.block_type__service-list .list_container .service_list li a {
	display: inline-block;
	padding-left: 10px;
	width: 100%;
	font-size: 17px;
	font-weight: 500;
	color: #003b62;
}
.block_type__service-list .list_container .service_list li a:hover {
	color: #7fa47f;
}
.block_type__service-list .list_container .service_list li:hover {
	border-left: 3px solid #7fa47f;
}
.block_type__service-list .list_container .service_list li a:after {
	font-family: "icons";
	content: "\E801";
	margin-left: 10px;
	font-size: 0.7em;
	opacity: 0;
}
.block_type__service-list .list_container .service_list li a:hover:after {
	opacity: 1;
}
.block_type__service-list .list_container .service_list-2 a {
	font-weight: 300;
}
@media only screen and (max-width: 1000px) {
	.block_type__service-list {
		padding-bottom: 4em;
	}
}
@media only screen and (max-width: 800px) {
	.block_type__service-list .page_frame {
		width: 90%;
		margin: 0 5%;
	}
	.block_type__service-list .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
	}
	.block_type__service-list .col-1,
	.block_type__service-list .col-2 {
		width: 90%;
	}
	.block_type__service-list .col-1 .bizango_cms_content {
		text-align: left;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__service-list .page_frame {
		width: 90%;
		margin: 0 5%;
	}
	.block_type__service-list .list_container {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
			flex-direction: column;
			left: -10px;
	}
	.block_type__service-list .list_container .service_list {
		padding: 0;
	}
	.block_type__service-list .list_container .service-col-1 {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 700px) {
	/* .box-diag-svg-thin {
		-webkit-transform: translateX(calc(50vw - 500px));
		    -ms-transform: translateX(calc(50vw - 500px));
		        transform: translateX(calc(50vw - 500px));
	} */
}
/* ------------IMAGE SLIDER-------------- */
.block_type__image-slider {
	padding-top: 4em;
	padding-bottom: 4em;
}
.block_type__image-slider .page_frame {
	margin: 0;
	width: 100%;
	max-width: 9999px;
}
/* .block_type__image-slider .col-1 .bizango_content_prose:before {
	content: "";
	width: 60px;
	height: 5px;
	background-color: #7fa47f;
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
} */
.block_type__image-slider .col-1 .bizango_content_prose {
	position: relative;
	padding-top: 26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	max-width: 700px;
	text-align: center;
}
.block_type__image-slider .col-1  .element__text {
	width: 90%;
	margin: 0 5%;
}
.block_type__image-slider .col-1 .bizango_content_prose p {
	/* font-weight: 300; */
}
.block_type__image-slider  .element__image_slider .bizango_image_controls {
	margin-left: 50px;
}
.block_type__image-slider .slider {
	padding-right: 3%;
}
.block_type__image-slider .slider .slick-list {
	padding: 0 20% 0 0;
}
.block_type__image-slider .slider .slide {
	height: 445px;
	margin-right: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
	    align-items: center;
}
.block_type__image-slider .cropped-image {
	display: inline-block;
	width: 350px;
	height: 350px;
	padding: 0;
}
.block_type__image-slider .slide:nth-of-type(even) .cropped-image{
	height: 440px;
}
.block_type__image-slider .cropped-image__bg-img {
	background-size: cover;
	height: 100%;
}

.block_type__image-slider .slider .slick-prev {
	pointer-events: none;
	display: none !important;
}
.block_type__image-slider .slider .slick-next {
	background: none;
	right: calc(3% - 22px);
}
.block_type__image-slider .slider .slick-next:before {
	font-family: "icons";
	content:  "\E801";
}
@media only screen and (max-width: 1024px) {
	.block_type__image-slider .slider {
		padding-right: 5%;
	}
	.block_type__image-slider .slider .slick-next {
		right: calc(5% - 22px);
	}
}
@media only screen and (max-width: 700px) {
	.block_type__image-slider .slider {
		padding-right: 10%;
	}
	.block_type__image-slider .slider .slick-next {
		right: calc(10% - 22px);
	}
}
@media only screen and (max-width: 480px) {
	.block_type__image-slider .slider .slick-list {
		padding: 0 0 0 0;
	}
	.block_type__image-slider .slider {
		padding: 0 15px;
	}
	.block_type__image-slider .slider .slide {
		margin: 0;
	}
	.block_type__image-slider .slider .cropped-image {
		min-width: 300px;
		margin: 0 50px;
	}
	.block_type__image-slider .slider .slick-next {
		top: auto;
		bottom: -42px;
	}
}
/* ------------NEWS BLOCK-------------- */
.block_type__news-block.block__admin-view .bizango_content_data1 {
	display: block;
	}
.block_type__news-block .bizango_content_data1 {
	display: none;
}
.block_type__news-block .news_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block_type__news-block .voice-section,
.block_type__news-block .news-section {
	width: 49.5%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__news-block .voice-section {
	padding-right: 7%;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.block_type__news-block .news-section {
	padding-left: 7%;
}
.block_type__news-block .blog-title {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2.6px;
	margin-bottom: 15px;
}
.block_type__news-block .img_container {
	position: relative;
	width: 100%;
	height: 19.8vw;
	max-width: 535px;
	max-height: 295px;
	margin-bottom: 26px;
}
.block_type__news-block .post-title {
	margin-bottom: 20px;
}
.block_type__news-block .blog-btn {
	color: #7fa47f;
	font-size: 17px;
}
@media only screen and (max-width: 850px) {
	.block_type__news-block .news_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.block_type__news-block .voice-section,
	.block_type__news-block .news-section {
		width: 99.5%;
	}
	.block_type__news-block .voice-section {
		padding-right: 0;
		padding-bottom: 7%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-right: none;
	}
	.block_type__news-block .news-section {
		padding-top: 7%;
		padding-left: 0;
	}
	.block_type__news-block .img_container {
		height: 49vw;
	}
}
/* ------------CTA BLOCK-------------- */
.block_type__cta {
	padding-top: 6em;
	padding-bottom: 6em;
	background-color: #1a497c;
}
.block_type__cta .block__bg-img {
	opacity: 0.25;
	background-position: top right;
}
.block_type__cta .all-cols-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
	    justify-content: center;
}
.block_type__cta .col-1,
.block_type__cta .col-2 {
	max-width: 465px;
	min-width: 150px;
	width: 50%;
}
.block_type__cta .col-1 {
	padding-right: 30px;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.block_type__cta .col-2  {
	padding-left: 30px;
}
.block_type__cta .col-2 .bizango_content_rich1 {
	text-align: left;
}
.block_type__cta .col-1 .bizango_cms_content {
	text-align: right;
}
.block_type__cta .col-1 .bizango_cms_content *,
.block_type__cta .col-2 .bizango_cms_content * {
	color: white;
}
.block_type__cta .col-1 .bizango_cms_content h3 {
	font-weight: 200;
}
.block_type__cta .col-1 .bizango_cms_content h3 strong {
	font-weight: 700;
}
.block_type__cta .col-2 .bizango_cms_content h4 a:after {
	content: "";
}
@media only screen and (max-width: 800px) {
	.block_type__cta .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
		-webkit-box-align: center;
			-ms-flex-align: center;
		    align-items: center;
	}
	.block_type__cta .col-1,
	.block_type__cta .col-2 {
		max-width: 999px;
		width: 70%;
		border-right: none;
		padding: 0;
	}
	.block_type__cta .col-1 {
		border-bottom: 1px solid rgba(255,255,255,0.4);
		padding-bottom: 10px;
	}
	.block_type__cta .col-2 {
		padding-top: 20px;
	}
	.block_type__cta .col-1 .bizango_cms_content {
		text-align: left;
	}
}
@media only screen and (max-width: 700px) {
	.block_type__cta .col-1,
	.block_type__cta .col-2 {
		width: 90%;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__cta .col-1 .bizango_cms_content a,
	.block_type__cta .col-2 .bizango_cms_content a {
		font-size: 20px;
	}
}
/* LOCATIONS PAGE */
#body_8602d1ae4eb7dea4fbaf05792981551acf18dce4 .block_type__subpage-grid .grid-item h3 {
	margin-bottom: 10px;
}
/* ------------FIREFOX SPECIFIC CHANGES-------------- */
@-moz-document url-prefix() {

}
/* ------------CHROME SPECIFIC CHANGES-------------- */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	div, a {
		-webkit-tap-highlight-color: transparent !important;
	}

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body.chrome .button, body.chrome a {
		font-weight: 600;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width: 850px){

}
/* ------------SAFARI SPECIFIC CHANGES-------------- */
@media not all and (min-resolution:.001dpcm) { 
	@media {

	}
}
/* ------------EDGE SPECIFIC CHANGES-------------- */
@supports (-ms-ime-align: auto) {
	html {
		position: relative;
	}
	body {
		position: static;
	}
}
/* ------------IE SPECIFIC CHANGES-------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.block .page_frame {
		height: 100%;
	}
	.block.block_type__image-hero .page_frame, .block.block_type__video-hero .page_frame,
	.block.block_type__simple-hero .page_frame, .block.block_type__interior-hero .page_frame {
		height: auto;
	}
	#footer svg.box-diag-svg-thin {
		top: -34px;
	}
	.blog_hero.block_type__image-hero.hero-style__interior .page_frame {
		width: 100%;
	}
}

