@charset "utf-8";

/* CSS Document */
/*
COLOR PALETTE
Headings : #0055bc
Secondary color : #005abb
*/
/* DEFAULT STYLES */
body,
.TitleStyle1,
.TitleStyle2,
.TitleStyle3,
.TitleStyle4,
.TitleStyle5,
input,
button,
select,
textarea,
p,
ul,
li,
a {

	font-family: 'Mulish', sans-serif;
	line-height: 25px;
}

body {
	background-color: #FFF;
}

body,
figure {
	margin: 0;
	padding: 0;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*Typography */
h1 {
	color: #262525;
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}

h2 {
	color: #262525;
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  font-size: 29px;
  line-height: 40px;
}

h3 {
	color: #262525;
font-family: 'Mulish';
    font-weight: 400;
}

p, ul li {
	color: #393939;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;

}

a:hover {
	text-decoration: none;
}

header {
	position: relative;
	z-index: 11;
}
header.index {
    min-height: 155px;
}
.top_bar_nav {
	margin: 20px 0;
	float: right;
}

.top_bar_nav li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin: 0;
	padding-right: 20px;
	font-size: 18px;
	line-height: 21px;
}

.top_bar_nav li:nth-of-type(1)>a {
	color: #3B5998;
}


.top_bar_nav li:nth-of-type(4)>a {
	color: #0E76A8;
}

.top_bar_nav li:nth-of-type(5)>a {
	color: #FF0000;
}

.top_bar_nav li:nth-of-type(6)>a {
	color: #C41200;
}

.top_bar_nav li:nth-child(6) {
	padding-right: 0px;
}

.center-logo {
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
	
}
header .container .row {
    display: flex;
    align-items:center;
}
.logo-size {
	max-width: 420px;
	display: block;
	margin: 0 auto;
}
#agency-logo {
    width: 100%;
    max-width: 300px;
}
.navbar-brand {
	display: none;
}

.navbar {
	padding-right: 0px;
   /* top: 30px;*/
}

.navbar-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;

}

.navbar-nav .nav-link {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	display: flex;
	align-items: center;
	color: #1A1A1A !important;
	padding-bottom: 0px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	width: 238px;
	padding: 10px;
	border-radius: 0px;
	margin-top: 10px;

}

.navbar-expand-md .navbar-nav .dropdown-menu a {
	padding: 3px 12px !important;
	line-height: 25px;
	font-style: normal;
}

.navbar-expand-md .navbar-nav .dropdown-menu a:hover,
.navbar-expand-md .navbar-nav .dropdown-menu a.active {
	background: #153d55;
	color: #fff !important;
	border-bottom: transparent;

}

.navbar-custom .nav-item.dropdown:hover .dropdown-menu .nav-link {
	border-bottom: none;
}


.navbar-dark .navbar-nav .nav-link.active,
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-link:focus {
	border-bottom: 3px solid #153d55;
	width: 100%;
	transition: .2s;
}

.quote-banner {
	margin: 20px auto;

}

.image-container {
	position: relative;
}

/*.image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(195, 215, 217, 0.6) 0%, rgba(195, 215, 217, 0.4) 100%);
background-blend-mode: color;
  z-index: 1;
}

.image-container.main-z:before {
  background: none;
}*/
#myImage {
	filter: grayscale(100%);
	/*transition: filter 1s;*/

}

/*#myImage.color {
  filter: none;
}*/
#myImage2 {
	filter: grayscale(100%);
	transition: filter 2s;
}

#myImage2.color {
	filter: grayscale(100%);
}

/*
.image-container img{
	overflow: hidden;
	 -webkit-filter: grayscale(100%); 
    filter: grayscale(100%) !important;
}
.image-container img.main-z{
	overflow: hidden;
	 -webkit-filter: grayscale(1%); 
    filter: grayscale(1%);
}
/*.zoom-img-main{
	animation: zoomimg 2s ease 0s 0 normal;
}


@keyframes zoomimg {
	0% {
		transform: scale(1);
		
	}

	100% {
		transform: scale(1);
		filter: grayscale(1%);
  -webkit-filter: grayscale(1%);
  -moz-filter: grayscale(1%);
	}
}
*/
.image-container img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 0;
}

.banner-image-container {
	position: relative;
	height: 100vh;
	/* set height to full viewport height */
}

.banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}


.banner-image.zoomed {
	transform: translate(-50%, -50%) scale(0.5);
}

.banner-bottom-strip img {
	object-fit: cover;
	height: 100%;

}

.image-info img {
	object-fit: cover;
	height: 100%;
}

.quote-strip {

	border: 3px solid #5f5d5d;
}

.quote-text {
	padding: 70px 30px !important;
}

.quote-text h2 {
	font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #1A1A1A;
}

.quote-text p {
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	line-height: 38px;
	margin: 40px auto;
	text-align: center;

	/* Title Black */

	color: #1A1A1A;
}

.quote-box form {

	display: flex;

}

.quote-box select {
	height: 40px;
	padding: 0 10px;
	background: #FFFFFF;
	/* Smoke Black */

	border: 1px solid #ccc;
	border-radius: 40px;
	width: 100%;
}

#Type {
	position: relative;
}

#Type {
	-moz-appearance: none;
	-webkit-appearance: none;
}

.type-of-insurance::after {
	position: absolute;
	content: "\25BC";
	color: #333333;
	font-size: 18px;
	pointer-events: none;
	right: 20px;
	line-height: 29px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
}

.type-of-insurance {
	position: relative;
}

.quote-box #ZipCode {
	height: 40px;
	padding: 0 10px;
	background: #FFFFFF;
	/* Smoke Black */

	border: 1px solid #ccc;
	border-radius: 40px;
	width: 100%;
}

.submit-btn {
	width: 225px;
	height: 40px;
	border: none;

	background: #153d55;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;

	text-align: center;

	color: #fff;
}

button.submit-btn a {
	color: #fff;
	display: block;
}

button.submit-btn a:hover {
	text-decoration: none;
}

.submit-btn:hover,
.testimonials-section .btn-review:hover {
	background: #0f2b3b;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	bordr: none;
}

.zip-box #Type {
	width: 100%;

}

.quote-btn {
	text-align: center;
	display: block;
	margin: 20px auto 0;
}

.quote-content {
	background: #5f5d5d;

	padding: 20px 0;
}

.quote-content h3 {
	color: #fff;
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
}
.quote-content h3 a{
	color: #fff !important;
}

.banners-strip {
	padding: 20px 30px !important;
	border: 3px solid #5f5d5d;
}

.banners-strip h2 {
	font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}

.banners-strip p {
	font-family: 'Mulish', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;

	color: #2c2c2c;
}

.lob-content {
	margin: 20px 0;
}

.lob-section .col-md-2 {
	background: #4b6979;
	padding: 35px 45px;
	color: #fff;
	max-width: 17.66%;
	flex: 17.66%;
}

.lob-section i {
	font-size: 56px;
	line-height: 36px;
	display: block;
	margin-bottom: 35px;
	color: #fff;
}

.lob-section a span {
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align:center;
	color: #fff;
}

.lob-section a span:hover {
	text-decoration: none;
}

.insurance_main_content hr {
	border-top: 1px solid #ccc;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.insurance_main_content {
  border: 3px solid #5f5d5d;
  padding: 40px;
  text-align: center;
}
.insurance_main_content h2, .insurance_main_content h3, .insurance_main_content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.insurance_main_content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.insurance_main_content ul li {
    margin-bottom: 10px;
}
.insurance_main_content ul li::marker {
    color: #275317;
}
.insurance_main_content a {
    color: #262525;
    text-decoration: underline;
    text-decoration-color: #4d6877;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.insurance_main_content a:hover, .insurance_main_content a:focus {
opacity:.8;
}
.insurance_main_content .contact-details a {
    color: #4b6979;
    text-decoration: none;
}
.ins-nslider h3 {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}
.insurance_main_content ul li strong {
    font-weight: bold;
}
.testimonials-section {
	margin: 20px auto;
	text-align: center;
}

.testimonials-section:after {
	width: 15px;
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 7;
}

.carousel-indicators li {
	background: #0f2b3b;
	border: 1px solid #08443C;
	width: 10px;
	height: 10px;

	border-radius: 10px;
}

.carousel-indicators .active {
	background: #0f2b3b;
}

.testimonials-section.active {
	transform: scale(1);
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}


.testimonials-section p {
	color: #1A1A1A;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	padding: 20px 50px 0;
	text-align: left;
}

.testimonials-section p.client-name {
	text-align: right;
	padding-top: 0px;
	color: #2c2c2c;
	font-style: italic;
	font-weight: 700;
}

.testimonials-section .btn-review {
	margin: 20px auto 0;
	text-align: center;
	width: 225px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	background: #153d55;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;

	text-align: center;

	color: #FFFFFF;
}

.f-cta-section .col-sm-4 {
	background: #4b6979;
	padding: 35px;
	max-width: 30%;
	height: auto;
	color: #fff;
	padding: 90px 20px;
}

.f-cta-section i {
	font-weight: 900;
	font-size: 56px;
	line-height: 48px;
	display: block;
	margin-bottom: 20px;
}

.f-cta-section a span{
	font-family: 'Mulish';
font-style: italic;
font-weight: 700;
font-size: 36px;
line-height: 48px;
color: #fff;
}
.f-cta-section a span:hover{
	text-decoration: none;
}

footer {

	padding: 40px 115px;


	/* Title Black */

	background: #262525;

}

footer h3 {
	font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

ul.footer-content {
	list-style-type: none;
	padding: 0;
}

ul.footer-content li {
	margin-bottom: 20px;
}

ul.footer-content li a {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
    text-decoration-color: #4b6979;
}

ul.footer-content li a.active,
ul.footer-content li a:hover,
ul.footer-content li a:focus {
	
	text-decoration: none;
	transition: .2s;
	
	
	color:#fff;
	text-decoration:underline 3px #4b6979;
    text-underline-position: under;
	
	text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #4b6979;
  text-decoration-thickness: 3px;
	
}

.contact-info ul.footer-content li a:hover,
.contact-info ul.footer-content li a:focus {
	border-bottom: none;
	text-decoration: none;
	color: #8ac0de;
    opacity:1;
}

.contact-info i {
	color: #4b6979;
	float: left;
	font-size: 17px;
	line-height: 20px;
	margin-right: 5px;
	margin-top: 1px;
	width: 18px;
}

.contact-info i.fa-location-pin {
	line-height: 24px;
}

.social_section i {
	color: #fff;
}

.contact-info ul li {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	color: #fff;
	display: flex;
	text-align: left;
	margin-bottom: 20px;
}

.contact-info ul li a {
	font-family: 'Mulish', sans-serif;
	color: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.copyright {
	padding: 30px 0 30px;
	text-align: center;
}

.copy-ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.copy-ul li a,
.copy-ul li {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	line-height: 21px;
	font-weight: 400;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
	text-decoration: underline;
	color: #8ac0de;
    opacity:1;
}

.carriers-image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.row-list {
	display: flex;
	justify-content: center;
}

.row-list img {
	width: 200px;
	/* Adjust the width as needed */
	height: auto;
	margin: 10px;
	/* Adjust the margin as needed */
}

/* Carrier Carousal */

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top: 15px 0 50px 0;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height: 120px;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

.inner_content {
	text-align: left;
}

.inner-cqte h2 {
	text-align: center;
	margin: 60px 0;
}

ul.insurance-savings {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
}

ul.insurance-savings li {
	text-align: center;
	margin-bottom: 60px;
}

ul.insurance-savings span {

	    font-family: 'Mulish';
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin-left: 17px;

	color: #2c2c2c;
}

ul.insurance-savings .fa-circle-check {
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	color: #153d55;
}

.jotform-qte h2 {
	margin: 40px 0;
}

.jot-box {
	text-align: center;
}

.jot-form-section {
	border-top: 1px solid #ccc;
	text-align: center;
	margin: 40px 0 0 0;
}

.jot-form-section h2 {
	text-align: center;
	margin: 40px 0;
    font-size: 24px;
    line-height: 36px;
}

.jotform-lob {
	width: 67%;
	border: none;
	text-align: center;
	margin: 0 auto;
	height: 710px !important;
}

.contact-page {
	margin-top: 20px;
}

.gmap {
	width: 100%;
	height: 260px;
	border: 5px solid #0a2e45;
}

iframe.ccframe {
	height: 1600px;
	width: 100%;
	border: 0;
}

#cpIframe {
	height: 1600px !important;
	width: 100%;
	border: 0;
	background: transparent;
}

/* Carriers*/

.contact-list h2 {
	color: #2c2c2c;

	font-size: 24px;
}

.contact-list p {
	font-size: 15px;
	margin-bottom: 10px;
}

.contact-list-bdr {
	border-bottom: 1.5px dotted #ccc;
}

.btn-xs {
	background: #173a4f;
	color: #fff!important;
	margin-top: 3px;
	padding: 4px 8px;
	font-size: 12px;
}

.btn-xs:hover,
.btn-xs:focus {
	background: #365c72;
	text-decoration: none !important;
}

.contact-details a {
	color: #1A1A1A;
}

.contact-details a:hover {
	color: #0d364f;
}

.contact-details a[href^=tel] {
	color: inherit;
}


.contact-form-section {
	text-align: center;
	border-left: 1px solid #ccc;
	padding: 0 0px 0 40px;
}

.inner-banner-section {
	overflow: hidden;
}

.inner-banner-section img {
	overflow: hidden;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.zoom-img {

	animation: zoomimg .8s ease-in 0s 0.7 normal forwards;
}

@keyframes zoomimg {
	0% {
		transform: scale(1);

	}

	100% {
		transform: scale(1.3);
		filter: grayscale(20%);
		-webkit-filter: grayscale(20%);
		-moz-filter: grayscale(20%);
	}
}

.zoom-img-t {
	animation: zoomimg 1s forwards;
	transform-origin: top left;
}

@keyframes zoomimg {
	0% {
		transform: scale(2);

	}

	100% {
		transform: scale(1);
		filter: grayscale(1%);
		-webkit-filter: grayscale(1%);
		-moz-filter: grayscale(1%);
	}
}

.zoom-img-l {
	animation: zoomimg 1s forwards;
	transform-origin: bottom left;
}

@keyframes zoomimg {
	0% {
		transform: scale(1.5);

	}

	100% {
		transform: scale(1);
		filter: grayscale(1%);
		-webkit-filter: grayscale(1%);
		-moz-filter: grayscale(1%);
	}
}

.no-strip {
	border: 0;
}

.lob-content .fa-solid {

}

/*.lob-section .fa-solid, .lob-content .fa-solid { transition: all .2s ease-in-out; }
.lob-section .fa-solid:hover,  .lob-content .fa-solid:hover { transform: scale(1.28); }*/

.lob-content a {
	transition: all .2s ease-in-out;
}

/*.lob-content div:hover .fa-solid{animation: lobAnim 300ms ease-in-out 0s 1 normal forwards;}*/
.lob-content a:hover .fa-solid {
	transform: scale(1.3);
}

.lob-content a .fa-solid {
	transition: all .2s ease-in-out;
}


.color-transition {
	animation: colorize 4s;
}

@keyframes colorize {
	0% {
		filter: grayscale(100%);
	}

	100% {
		filter: grayscale(0%);
	}
}


@keyframes lobAnim {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.4);
	}
}

ul.main-dropdown-menu {
	padding-left: 0px;
}

.main-dropdown-menu li {
	list-style-type: none;
}


.contact_j_form {
	height: 970px !important;
	border: none;
	width: 100%;
}

/* Skip to Content */

.skip-to-content-link {
	background: #ff9700;
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
	font-size: 15px;
	line-height: 16px;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
	color: #fff;
}

a:focus,
.dropdown-toggle:focus {
	outline: auto 2px Highlight;
	outline: auto 5px -webkit-focus-ring-color;
}

a.sms_txt {
	cursor: none;
	pointer-events: none;
}

.nobreak{
	display:inline-block;
}
.team-mem{
	float: right;
	width: 350px;
	margin: 0 0 10px 10px;
	border: 4px solid #ff9700;
}


.grw-review-btn, .grw-view-all-btn {
  background-color: #ff9700 !important;
  border-radius: 5px !important;
  font-size: 14px;
}

.grw-review-btn:hover {

    background: #ffad33;
     font-size: 14px;
    opacity: 0.7;
    color: #fff;

}
.grw-review-btn:hover, .grw-view-all-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:focus {

    background-color: #ffad33 !important;
    color: #fff !important;
	font-size: 14px;

}
.grw-business-footer p{
	text-align:center !important;
}
.grw-business-name a, .grw-business-name a:visited, .grw-author{
	color: #1a234d;
}
.grw-theme-dark .grw-slider-nav a.grw-slide-current{
	background-color:#1a234d;
}
.grw-business-header {
    border-bottom: 3px solid #173059!important;
}
.canopy-connect-embed{
	padding:4px 12px;
}
.canopy-connect-embed:hover{
	color:#fff;
	background-color:#d64455;
}
.qr-code-img{
	width:180px;
	border: solid 4px #3bb4e3;
}
.qr-banner-img{
	display: flex;
  justify-content: start;
  flex-direction: column;
  justify-content: center;
}
.qr-banner-img img{
	height: auto;
	padding-left:10px;
}

.canopy-qr-box {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.canopy-qr-box .import,
.canopy-qr-box .canopy-image {
	width: 50%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 1.5rem;
	box-sizing: border-box;
}

.canopy-qr-box .import {
	flex-direction: column;
	justify-content: center;
	color: #fff;
	background-color:#173059 ;
}

.canopy-qr-box .canopy-image {
	background-color:#1C1CD4 ;
}

.canopy-qr-box .import h2,
.canopy-qr-box .import p {
	color:#fff;
	text-align: center;
}

.canopy-qr-box .import p {
	font-style: italic;
	font-size: 16px;
    line-height: 26px;
}

.canopy-qr-box .import a {
	margin:1rem auto;
}

.canopy-qr-box .import .qr-code {
	width: 100%;
	max-width: 12rem;
	height: auto;
	position: relative;
	display: block;
	margin:1rem auto;
	border: solid 4px #3bb4e3;
	box-sizing: border-box;
}

.canopy-qr-box .canopy-image {
	padding:2rem 4rem;
}

.canopy-qr-box .canopy-image img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: auto;
	align-self: center;
	box-sizing: border-box;
}
.banner-stars .fas{
	color: #ff9700;
	text-shadow: 1px 1px 0px #000;
}

.right-content img {
	padding: 5px;
	border: 1px solid #ccc;
}
.emp-name {
	font-weight: 700;
}

.index-head h1 {
	margin-left: 0 !important;
}
.team_meet img{
	width: 125px;
	display: block;
	margin: 0 auto;
}
.team_meet strong{
	font-weight: 700;
	color: #000;
}
.team_meet p{
	margin-bottom: 10px;
}
.team_meet p em{
	font-size: 14px;
}
.team_meet p a{
	color: #000;
}
.team_meet p a:hover{
	color: #ff9700;
}

.clist {
  margin-bottom: 50px;
}

#contact_footer_info .fa-envelope{
	margin-top: 5px;
}

.bios {
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.bios img {
    width: 100%;
	max-width:300px;
    margin-bottom: 20px;
	border: solid 4px #666;
}

.bios h2 {
	margin-top: 15px;
}

.is-cms .lob-section a span{
	font-size: 18px;
}