/*
Theme Name: Benefit Solutions Plus by FDGweb
Theme URI: http://www.fdgweb.com/
Author: FDGweb
Author URI: http://www.fdgweb.com/
Description: A custom client theme designed by FDGweb.
Version: 3.0
*/

/* =Basic structure
-------------------------------------------------------------- */

html {
	font-size: 87.5%;
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	line-height: 1;
}

a, .entry-content a:visited,
.comment-content a:visited {
	outline: none;
	color: #21759b;
}

a:hover {
	color: #0f3647;
}

body .site {
	padding: 20px 0 70px;
}

#site-container {
	min-height: 100%;
	position: relative;
}

.site-content {
	margin: 24px 0 0;
}

.widget-area {
	margin: 24px 0 0;
}

#header-spacer {
	position: relative;
	width: 100%;
	height: 180px;
}

.home #header-container {
	background: none;
	border: none;
}

#header-container {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	border-bottom: 2px solid #63b9e8;
}

.home .section-rotator .bxslider li:before {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 60%;
}

#header-container.hide {
	top: -145px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#header-container.scrolled {
	position: fixed;
	top: -145px;
	height: 117px;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	background: #FFF;
}

body.header-persist #header-container {
	position: fixed;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	background: #FFF;
	-webkit-transition: 0s all;
	-moz-transition: 0s all;
	-ms-transition: 0s all;
	transition: 0s all;
}

body.header-persist #header-container.scrolled {
	top: 0;
}

#header-container.show {
	top: 0px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.site-header {
	padding: 0px 30px 0 30px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
}

a.site-title {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 34px;
	letter-spacing: -0.04em;
	color: #555;
	margin-top: 5px;
}

.site-header .site-title img {
	display: block;
	max-width: 220px;
	width: 100%;
}

.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}

.main-navigation a {
	color: #5e5e5e;
}

.main-navigation a:hover {
	color: #21759b;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

#mobile-nav-toggle {
	display: none;
	position: relative;
	top: 0;
	right: 0;
	width: 60px;
	height: 50px;
	cursor: pointer;
	z-index: 200;
	color: #FFF;
	font-size: 22px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
}

#mobile-nav-toggle div {
	background: #bbb;
	width: 34px;
	height: 4px;
	position: absolute;
	top: 14px;
	left: 13px;
	border-radius: 3px;
	box-shadow: 0 10px 0 #bbb, 0 20px 0 #bbb;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

#site-container-wrap {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

#site-container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	-webkit-transition: 0.5s -webkit-transform;
	-moz-transition: 0.5s -webkit-transform;
	-ms-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
}

/*body.nav-active #site-container {
	-webkit-transform: translateX(30%);
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}*/

#mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	z-index: 80;
	min-height: 100%;
	background: rgba(255,255,255,0.9);
	border-right: 2px solid #63b9e8;
	-webkit-transform: translateX(-102%);
	-moz-transform: translateX(-102%);
	-ms-transform: translateX(-102%);
	transform: translateX(-102%);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	display: none;
}

#mobile-nav .nav-menu {
	padding: 30px 0;
}

body.nav-active #mobile-nav {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#mobile-nav-shad {
	width: 100%;
	min-width: 320px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	display: none;
	z-index: 50;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

body.nav-active #mobile-nav-shad {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

body.nav-active #site-container-wrap {
	opacity: 0.5;
}

#mobile-nav-close {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	padding: 20px 20px;
	position: relative;
	margin: -40px 0 5px 0;
	text-align: center;
	cursor: pointer;
}

#mobile-nav-close:after {
	content: ' ';
	width: 70%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	margin: 35px 15% 0 15%;
	left: 0;
}

#mobile-nav .menu-top-navigation-container {
	display: block;
	width: 70%;
	padding: 40px 0 0 0;
	z-index: 20;
	position: relative;
	background: #0D293E;
}

#mobile-nav ul#menu-main-navigation,
#mobile-nav ul#menu-main-navigation-1 {
	padding: 30px 0 0 0;
}

#mobile-nav > div > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-size: 22px;
	display: block;
	text-align: left;
	padding: 10px 0 10px 10px;
	position: relative;
}

#mobile-nav > div > ul > li > ul > li > a {
	text-decoration: none;
	color: #666;
	font-size: 15px;
	display: block;
	text-align: left;
	padding: 6px 0 6px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mobile-nav > div > ul > li > ul > li > a:active {
	color: #FFF;
}

#mobile-nav > div > ul > li {
	padding: 0 0 5px 0;
}

#mobile-nav > div > ul > li:after {
	content: ' ';
	width: 7px;
	height: 7px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	margin: -2px 50% 0 50%;
	border-radius: 5px;
	left: -3px;
}

#mobile-nav > div > ul > li:last-child:after {
	display: none;
}

#mobile-nav ul.sub-menu {
	position: relative;
	z-index: 200;
	display: none;
}

.menu-toggle {
	display: none;
}

.nav-beside #site-search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

.nav-beside .menu-main-menu-container {
	display: inline-block;
	vertical-align: middle;
}

.menu-main-menu-container .menu-item.menu-item-has-children:after {
	display: block;
	position: absolute;
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid #63b9e8;
	width: 0;
	height: 0;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.nav-under #site-search {
	position: absolute;
	right: 0;
	top: 12px;
	height: 35px;
}

#site-search input[type="text"] {
	border: 0;
	border-radius: 0;
	color: #303030;
	background: transparent;
	height: 29px;
	width: 29px;
	padding: 3px 4px;
	outline: none;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	z-index: 10;
	text-indent: -99px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#site-search input[type="text"].active {
	width: 140px;
	background: #F3F3F3;
	text-indent: 0px;
	padding: 3px 34px 3px 14px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#site-search input[type="submit"] {
	margin: 0 0 0 -4px;
	border-radius: 0;
	border: none;
	width: 35px;
	height: 35px;
	outline: none;
	box-shadow: none;
	background: url(images/header-mag.png) center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
	z-index: 50;
}

#site-search input[type="submit"].active {
	display: block;
}

#header-mag {
	background: url(images/header-mag.png) center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 20;
}

#site-copyright {
	position: relative;
	right: auto;
	text-align: center;
}

.section-rotator {
	position: relative;
	opacity: 0;
	max-height: 0;
	-webkit-transition: 0.4s opacity, 0.8s max-height;
	-moz-transition: 0.4s opacity, 0.8s max-height;
	-ms-transition: 0.4s opacity, 0.8s max-height;
	transition: 0.4s opacity, 0.8s max-height;
}

body.loaded .section-rotator {
	opacity: 1;
}

.section-rotator .bxslider li {
	//max-height: 440px;
	overflow: hidden;
	margin: 0;
}

.home .rotator-slide-content-wrapper {
	height: 650px;
}

.home .rotator-slide-content {
	display: none;
}

.rotator-slide-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	z-index: 20;
	text-decoration: none;
}

.rotator-slide-content-spacer {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.rotator-slide-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 100px -100px 0 -4px;
}

.rotator-slide-content-inner {
	position: relative;
	max-width: 1200px;
	margin: 0;
	overflow: hidden;
}

.home .rotator-slide-content-width {
	max-width: 500px;
}

.rotator-slide-content-width {
	max-width: 400px;
	text-align: right;
	margin: 0;
	position: relative;
	padding: 30px;
	background: rgba(0,0,0,0.4);
}

.section-rotator a {
	text-decoration: none;
}

a.rotator-background-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.home .rotator-background {
	height: 650px;
}

.rotator-background {
	height: 450px;
  object-fit: cover;
  object-position: center;
}

.rotator-title {
	font-size: 51px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 62px;
	letter-spacing: -0.024em;
	color: #FFF;
	position: relative;
	z-index: 10;
}

.rotator-subtitle {
	color: #FFF;
	font-size: 32px;
	line-height: 34px;
	font-weight: 300;
	position: relative;
	z-index: 10;
}

.button {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.section-rotator a.button {
	position: relative;
	z-index: 10;
}

.button-wrap a.button {
	margin-right: 10px;
}

.button-wrap a.button:last-child {
	margin-right: 0;
}

.section-rotator .button {
	margin: 20px 0 0;
}

.section .button.primary, .section a.button.primary, a.button.primary {
	color: #FFF;
	background: #63b9e8;
}

.section .button.secondary, .section a.button.secondary, a.button.secondary {
	color: #FFF;
	background: #ff0bb7;
}

.section .button.white, .section a.button.white {
	color: #63b9e8;
	background: #FFF;
}

.rotator-prev, .rotator-next {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60px;
	display: none;
}

.rotator-next {
	left: auto;
	right: 0;
}

[slides="1"] .rotator-prev, [slides="1"] .rotator-next, [slides="1"] .bx-controls {
	display: none;
}

.rotator-prev a {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 1px 0 0 rgba(0,0,0,0.1);
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
}

.rotator-next a {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
}

.bx-controls.bx-has-pager {
	position: absolute;
	bottom: 0;
	width: 100%;
}

ul.bxslider {
	margin: 0;
}

footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 45px;
	position: relative;
	min-height: 20px;
	box-sizing: border-box;
}

footer .menu li {
	display: inline-block;
}

footer .menu li a {
	color: #DDD;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 12px;
}

footer .menu li a:hover {
	color: #FFF;
}

#site-copyright {
	color: #AAA;
	font-size: 11px;
}

.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}

.entry-header .entry-title a {
	text-decoration: none;
	font-size: 32px;
}

.mobile-entry-header {
	display: none;
}

.mobile-entry-title {
	display: none;
}

.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}

.entry-content h2 {
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}

.entry-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}

.entry-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}

.entry-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}

.entry-content p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: disc outside;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content li {
	margin: 0 0 0 36px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}

.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

.site-header h1,
.site-header h2 {
	text-align: left;
}

.site-header h1 {
	font-size: 26px;
	line-height: 1.846153846;
	margin-bottom: 0;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	width: 100%;
}

.nav-under .nav-menu {
	text-align: center;
}

.nav-beside .nav-menu {
	text-align: right;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
}

.main-navigation ul li ul li{
	width: 100%;
}

.main-navigation li a,
.main-navigation li {
	text-decoration: none;
}

.main-navigation li a {
	border-bottom: 0;
	color: #666;
	padding: 10px 10px;
	line-height: 40px;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.main-navigation li:hover > a {
	color: #FFF;
	background: #63b9e8;
}

.main-navigation li {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	text-align: center;
	height: 0;
	overflow: hidden;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	font-size: 0;
	opacity: 0;
	box-shadow: 2px 10px 20px -5px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	border-top: 2px solid #63b9e8;
	border-bottom: 2px solid #63b9e8;
	min-width: 110%;
}

.main-navigation li ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}

.nav-menu > li > ul.sub-menu.pad {
	opacity: 1;
	padding: 15px 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.nav-menu > li > ul.sub-menu.active {
	top: 100%;
	height: auto;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.main-navigation li ul li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 30px;
	white-space: nowrap;
	color: #777;
	background: none;
	height: 18px;
	text-align: center;
}

.main-navigation li ul li a:hover {
	background: #63b9e8;
	color: #FFF;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #63b9e8;
	font-weight: 600;
}

#nav-container.nav-under {
	position: relative;
	border-bottom: 1px solid #DDD;
	box-shadow: 0 20px 30px -15px rgba(0,0,0,0.1);
	z-index: 10;
	text-align: left;
}

#nav-container.nav-under #site-navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
}

#nav-container.nav-beside {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 42px;
}

#content-wrapper {
	font-size: 0;
	padding: 0 0 380px 0; /* footer height */
}

#footer-container {
	height: 380px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #333;
}

#content {
	width: 100%;
	font-size: 14px;
}

.entry-header .entry-title, .search-results h1.page-title {
	font-size: 42px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

header.entry-header {
	padding: 40px 0;
	color: #444;
	margin: 0;
}

.archive article:first-child, .search article:first-child, .blog article:first-child {
	padding-top: 40px;
}

h1.entry-title {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
}

.entry-header.left, .left {
	text-align: left;
}

.entry-header.center, .center {
	text-align: center;
}

.entry-header.right, .right {
	text-align: right;
}

.entry-header.background-image {
	background-size: 100% !important;
}

.section {
	position: relative;
	font-size: 0;
}

.section-background {
	display: block;
	width: 100%;
}

.section.background-image .section-inner-wrap-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	font-size: 0;
}

.section.background-image .section-inner-wrap-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.section.background-image .section-inner-wrap-2 {
	display: inline-block;
	vertical-align: middle;
}

.section-inner-wrap-2 {
	width: 100%;
}

.section .section-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0;
}

.section.title-banner .title {
	font-size: 65px;
	line-height: 75px;
	margin: 0;
	text-transform: uppercase;
}

.section.title-banner .subtitle {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	font-weight: 500;
}

.section.text-white, .section.text-white a {
	color: #FFF;
}

.section.text-black, .section.text-black a {
	color: #333;
}

.section.align-left {
	text-align: left;
}

.section.align-center {
	text-align: center;
}

.section.align-right {
	text-align: right;
}

.section.background-image.tint-lighter {
	background: #FFF;
}

.section.background-image.tint-lighter .section-background,
.section.background-image.tint-lighter .mobile-background {
	opacity: 0.5;
}

.section.background-image.tint-darker {
	background: #000;
}

.section.background-image.tint-darker .section-background,
.section.background-image.tint-darker .mobile-background {
	opacity: 0.5;
}

.section .mobile-background {
	display: none;
}

.section.white {
	background: #FFF;
}

.section.off-white {
	background: #edf1f2;
}

.section.black {
	background: #222;
	color: #FFF;
}

.section.primary {
	background: #63b9e8;
}

.section .title {
	font-size: 40px;
	line-height: 44px;
	margin: 0 auto;
	text-transform: uppercase;
	width: 85%
}

.section .subtitle {
	font-size: 26px;
	line-height: 28px;
	margin: 2px 0 10px;
	opacity: 0.7;
}

.section .content p, .section .content li {
	font-size: 20px;
	line-height: 30px;
}

.content-wrap.align-center {
	text-align: center;
}

.content-wrap.align-left {
	text-align: left;
}

.content-wrap.align-right {
	text-align: right;
}

.section .section-inner.top-only {
	padding-bottom: 0;
}

.section .section-inner.bottom-only {
	padding-top: 0;
}

.section .section-inner.no-padding {
	padding: 0;
}

.content-block .featured-image.left.mobile {
	display: none;
}

.content-block.featured-image-left .content-outer,
.content-block.featured-image-right .content-outer {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.content-block.featured-image-left .featured-image,
.content-block.featured-image-right .featured-image {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

div#our-team.content-block .featured-image {
	width: 20.5%;
}

.content-block.featured-image-right .content-wrap {
	padding: 0 100px 0 0;
}

.content-block.featured-image-left .content-wrap {
	padding: 0 0 0 100px;
}

.content-block .featured-image {
	box-shadow: 5px 10px 20px rgba(0,0,0,0.2);
	overflow: hidden;
}

.content-block .featured-image label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	background: rgba(0,0,0,0.7);
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

.side-by-side .featured-image {
	width: 50%;
	display: inline-block;
}

.side-by-side .featured-image img {
	display: block;
	margin: 0 0 -7px 0;
	width: 100%;
}

.side-by-side .content-outer {
	position: absolute;
	width: 50%;
	text-align: right;
	height: 100%;
	background: #FFF;
	font-size: 0;
}

.side-by-side.right {
	text-align: right;
}

.side-by-side .featured-image.mobile {
	display: none;
}

.side-by-side .featured-image {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.side-by-side.left .content-outer {
	left: 50%;
	top: 0;
	text-align: left;
}

.side-by-side .content-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.side-by-side.left .content-wrap {
	width: 520px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 0 0 80px;
}

.side-by-side.right .content-wrap {
	width: 475px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 80px 0 0;
}

.side-by-side .featured-image img {
	display: block;
	margin: 0;
	width: 100%;
}

.section.side-by-side .title {
	margin: 0 0 10px 0;
}

.grid-block .grid-blocks {
	position: relative;
	font-size: 0;
	text-align: center;
	padding: 30px 0 0;
	margin: 0 0 -50px 0;
}

.single-grid-block {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
	margin: 0 0 50px 0;
}

.news[row="1"] .news-post { width: 100%; }
.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post { width: 50%; }
.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post { width: 33%; }
.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post { width: 25%; }
.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post { width: 20%; }

.grid-blocks .single-grid-block:first-child:after,
.grid-blocks[row="2"] .single-grid-block:nth-child(2n+3):after,
.grid-blocks[row="3"] .single-grid-block:nth-child(3n+4):after,
.grid-blocks[row="4"] .single-grid-block:nth-child(4n+5):after,
.grid-blocks[row="5"] .single-grid-block:nth-child(5n+6):after {
	display: none;
}

.single-grid-block-inner {
	padding: 0 30px;
}

.grid-block .image {
	width: 75%;
	max-width: 240px;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	border-radius: 200px;
}

.single-grid-block img {
	display: block;
}

.single-grid-block .title {
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	padding: 15px 0 5px 0;
}

.grid-blocks .button-wrap {
	text-align: center;
}

a.single-grid-block {
	text-decoration: none;
}

.team-members {
	text-align: center;
}

.single-team-member {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	box-sizing: border-box;
	margin: 0 10px;
}

.single-team-member-inner {
	padding: 25px;
	font-size: 0;
	background: #fff;
	border-left: 2px solid #63b9e8;
	box-shadow: 2px 10px 20px -5px rgba(0, 0, 0, 0.25);
}

.single-team-member-inner img {
	display: block;
	vertical-align: top;
	object-fit: contain;
	height: 200px;
	width: 300px;
	margin: 0 auto 10px;
}

.single-team-member-inner > .content {
	display: block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	text-align: center;
}

.single-team-member .full-name {
	font-size: 30px;
	line-height: 34px;
}

.single-team-member .position {
	font-size: 16px;
}

.team-members .bio {
	text-align: center;
	padding: 10px 0 0;
}

.team-members .bio p {
	font-size: 16px;
	line-height: 26px;
}

.edit-link a {
	position: fixed;
	top: 140px;
	left: 0px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	background: #63b9e8;
	padding: 10px 15px 10px 30px;
	border-radius: 0 5px 5px 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.edit-link a:hover {
	color: #FFF;
	padding: 10px 15px 10px 34px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.news-post-inner {
	margin: 15px 30px;
	display: block;
	text-decoration: none;
}

.news-post-thumbnail {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}

.news-post-title {
	display: block;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
	padding: 10px 0 0;
}

.news-post-date {
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.8;
}

.section.news .button-wrap {
	text-align: center;
}

.news-post {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-align: left;
	margin: 0;
}

.section.news .news-post-read-more {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 192, 255, 0.5);
	z-index: 10;
	text-align: center;
	line-height: 222px;
	text-decoration: none;
	font-size: 23px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	opacity: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .news-post-inner:hover .news-post-read-more {
	line-height: 222px;
	opacity: 1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .title {
	padding: 0 0 15px 0;
}

.news-posts {
	text-align: center;
}

.news-post-thumbnail img {
	display: block;
}

.gform_wrapper {
	margin: 5px auto !important;
	width: 85%;
}

.gform_wrapper form {
	text-align: center !important;
}

.gform_wrapper div.validation_error {
	border: 2px solid #FFF;
	text-shadow: 0 2px 0 #d85151;
	font-size: 18px;
	color: #FFF;
	background: #f36969;
	border-radius: 3px;
	display: inline-block;
	width: auto;
	line-height: 20px;
	padding: 15px 25px;
	font-weight: 600;
	margin: -40px 0 40px;
}

.gform_body {
	text-align: left;
}

.entry-content ul.gform_fields {
	margin: 0;
	list-style: none;
}

li.gfield {
	position: relative;
	list-style: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 4% 10px 0;
}

.gfield label.gfield_label {
	position: absolute;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 30px !important;

	top: 0;
	color: transparent;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.gform_wrapper.loaded .gfield label.gfield_label {
	color: #63b9e8;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"] {
	font-size: 22px;
	font-weight: 600;
	color: #63b9e8;
	border: 0;
	border-radius: 0;
	padding: 5px 10px;
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	box-shadow: inset 0 0 0 2px #FFF;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.gform_wrapper .gfield.active input[type="text"], .gform_wrapper .gfield.active input[type="email"], .gform_wrapper .gfield.active input[type="number"], .gform_wrapper .gfield.active input[type="tel"] {
	color: #666;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding-left: 14px;
}

li.gform_validation_container {
	display: none;
}

.gform_wrapper .gfield.active label.gfield_label {
	top: -35px;
	color: #FFF;
}

li#field_1_5 {
	width: 96%;
}

body .gform_wrapper ul li.gfield {
	margin-top: 30px !important;
}

.gform_wrapper textarea {
	font-size: 22px;
	font-weight: 600;
	color: #63b9e8;
	border: 0;
	border-radius: 0;
	padding: 10px 18px;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	box-shadow: inset 0 0 0 2px #FFF;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.gform_wrapper .gfield.active textarea {
	color: #666;
}

.gform_footer {
	width: 96%;
}

.gfield_description.validation_message {
	font-size: 15px;
	padding: 0 20px;
}

body .gform_footer input[type="submit"] {
	font-size: 22px !important;
	font-weight: 600;
	color: #63b9e8;
	border: 0;
	border-radius: 0;
	padding: 10px 30px;
	line-height: 32px;
	height: 50px;
	background: #FFF;
	box-shadow: none;
}

.gform_confirmation_message {
	font-size: 22px;
}

.gform_ajax_spinner {
	display: none !important;
}

.gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

body .gform_wrapper .full-width {
	width: 96%;
}

#gform_confirmation_message_3 p span {
    font-size: 22px !important;
    font-weight: 600;
    color: #FFF !important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Brandon;
}

.gform_wrapper {
	font-size: 16px;
	font-family: Segoe UI;
}

body .gform_wrapper .gf_page_steps .gf_step span {
	font-size: 20px;
	font-weight: bold;
	font-family: Segoe UI;
	color: #fff;
}

.gform_wrapper .gf_step span.gf_step_number {
	font-size: 20px;
}

.mailto_link {
    font-family: Brandon;
    font-size: 22px !important;
    font-weight: 600;
    color: #63b9e8 !important;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    line-height: 32px;
    background: #FFF;
    box-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
}

a[href="#"] {
	color: #f17373 !important;
}

.single article {
	background: #333;
}

.single .featured-image-wrap {
	height: 360px;
}

.single .featured-image {
	position: absolute;
	width: 100%;
	max-height: 1000px;
	overflow: hidden;
}

.single .featured-image img {
	display: block;
	width: 100%;
}

.featured-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	box-shadow: inset 0 -600px 300px -400px #333;
}

.single h1.entry-title {
	padding: 0;
	font-size: 40px;
}

.single .entry-content {
	position: relative;
	background: #FFF;
	font-size: 18px;
	border-radius: 5px;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 120px;
}

.single .post-meta {
	text-transform: uppercase;
	font-size: 14px;
	margin: -5px 0 20px 0;
}

.single .post-date {
	display: inline-block;
	vertical-align: top;
	color: #888;
	padding: 0 5px 0 0;
}

.single .post-categories {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 5px;
}

.single .post-categories a {
	text-decoration: none;
	color: #888;
	font-weight: 700;
}

.single header.entry-header {
	position: relative;
	padding: 0;
}

.post-sharing {
	position: absolute;
	top: 10px;
	right: 0;
}

.entry-content .post-sharing a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 6px 12px;
	line-height: 14px;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.entry-content .post-sharing a:hover {
	opacity: 0.7;
}

a.share-email {
	background: #444;
}

a.share-facebook {
	background: #3b5998;
}

a.share-twitter {
	background: #1da1f2;
}

a.share-googleplus {
	background: #dd5044;
}

a.share-linkedin {
	background: #007bb6;
}

a.share-pinterest {
	background: #cb2027;
}

.entry-content .post-sharing a.share-print {
	background: #DDD;
	color: #444;
}

.error404 .entry-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}

.error404 .entry-title {
	text-align: center;
	font-size: 50px;
	padding: 150px 0 0 0;
}

.archive article,
.search article,
.blog article {
	font-size: 0;
}

.article-thumb {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	max-height: 240px;
	overflow: hidden;
}

.article-thumb img {
	display: block;
	max-width: 100%;
}

.article-content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0;
}

[thumb="true"] .article-content {
	width: 70%;
	padding: 0 40px 0 40px;
}

.archive article,
.search article,
.blog article {
	font-size: 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #EEE;
}

.archive h1.entry-title,
.search h1.entry-title,
.blog h1.entry-title {
	padding: 0;
}

.archive h1.entry-title a,
.search h1.entry-title a,
.blog h1.entry-title a {
	text-decoration: none;
	color: #444;
	text-transform: uppercase;
	font-size: 38px;
}

.archive .entry-summary,
.search .entry-summary,
.blog .entry-summary {
	margin: 0 0 15px 0;
}

.page-nav {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.page-nav .wp-pagenavi {
	padding: 40px 0;
}

.page-nav span.pages {
	display: none;
}

.page-nav span, .page-nav a {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 10px;
	text-decoration: none;
	min-width: 12px;
	text-align: center;
	background: #EEE;
	margin: 0 4px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.page-nav a {
	color: #333;
}

.page-nav span.current {
	color: #FFF;
	background: #63b9e8;
}

.page-nav a:hover {
	color: #FFF;
	background: #63b9e8;
}

.post.no-results header.entry-header {
	text-align: center;
	margin: 0;
}

.post.no-results .entry-content {
	font-size: 18px;
	text-align: center;
}

.site-search input[type="text"] {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 14px;
	border: 2px solid #EEE;
}

.site-search input[type="submit"] {
	opacity: 0.75;
	background: url(images/header-mag-white.png) center center no-repeat #63b9e8;
	background-size: 38px;
	width: 44px;
	height: 44px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.site-search input[type="submit"]:hover {
	opacity: 1;
}

.sidebar-section {
	position: relative;
	width: 100%;
}

.sidebar-sections {
	width: 80%;
	position: relative;
}

.sidebar {
	position: absolute;
	top: 0;
	width: 20%;
	height: 100%;
	text-align: left;
	background: #EEE;
	box-sizing: border-box;
	padding: 28px 35px;
}

.sidebar-section.left .sidebar-sections {
	left: 20%;
}

.sidebar-section.sidebar-left .sidebar {
	left: 0;
}

.sidebar-section.sidebar-right .sidebar {
	right: 0;
}

.sidebar-block {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #DDD;
}

.sidebar-block.social-presence, .footer-block.social-presence {
	font-size: 0;
}

.sidebar-block.social-presence a, .footer-block.social-presence a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	background: url(images/social-icons.png) 0 0 no-repeat;
	background-size: auto 100%;
	width: 42px;
	height: 42px;
	margin: 0 6px 0 0;
	border-radius: 3px;
	cursor: pointer;
}

.sidebar-block.social-presence .icon-facebook, .footer-block.social-presence .icon-facebook {
	background-position: 6px 0;
	background-color: #3b5998;
}

.sidebar-block.social-presence .icon-twitter, .footer-block.social-presence .icon-twitter {
	background-position: -31px 0;
	background-color: #1da1f2;
}

.sidebar-block.social-presence .icon-googleplus, .footer-block.social-presence .icon-googleplus {
	background-position: -66px 0;
	background-color: #dd5044;
}

.sidebar-block.social-presence .icon-linkedin, .footer-block.social-presence .icon-linkedin {
	background-position: -102px 0;
	background-color: #007bb6;
}

.sidebar-block.social-presence .icon-pinterest, .footer-block.social-presence .icon-pinterest {
	background-position: -138px 0;
	background-color: #cb2027;
}

.sidebar-block-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.sidebar-block.open-text p:last-child, .footer-block.open-text p:last-child {
	margin: 0;
}

.sidebar form.site-search, .footer-block form.site-search {
	font-size: 0;
}

.sidebar .site-search input[type="text"], .footer-block .site-search input[type="text"] {
	border: 0px;
	width: calc( 100% - 44px);
	box-sizing: border-box;
}

.site-search input[type="submit"] {
	width: 44px;
	height: 40px;
}

.sidebar .news-post, .footer-block .news-post {
	display: block;
}

.sidebar a.news-post-inner, .footer-block a.news-post-inner {
	margin: 0 0 15px 0;
	color: #333;
}

.news-post-title {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	font-weight: 600;
	color: #555;
}

.sidebar-block.recent-posts .sidebar-block-title,
.footer-block.recent-posts .sidebar-block-title {
	padding: 0 0 10px 0;
}

.sidebar .button-wrap, .footer-block .button-wrap {
	text-align: center;
}

.sidebar a.button, .footer-block a.button {
	padding: 6px 20px;
	font-size: 14px;
}

.sidebar-block.open-text p, .footer-block.open-text p {
	line-height: 20px;
	font-size: 13px;
}

.single-post .sidebar-section.sidebar-right .sidebar {
	margin: -60px -120px 0 0;
	width: calc( 20% + 80px );
	height: calc( 100% + 145px);
	border-radius: 0 8px 8px 0;
	padding-top: 62px;
}

.footer-columns {
	font-size: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-column {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
}

.footer-columns[cols="1"] .footer-column {
	width: 100%;
}

.footer-columns[cols="2"] .footer-column {
	width: 50%;
}

.footer-columns[cols="3"] .footer-column {
	width: 33.3%;
}

.footer-columns[cols="4"] .footer-column {
	width: 25%;
}

.footer-block {
	padding: 0 0 15px 0;
}

#footer-container img {
	max-width: 100%;
	display: block;
}

.footer-block {
	color: #aaa;
}

.footer-block .sidebar-block-title {
	color: #ddd;
}

.footer-block .news-post-title {
	color: #63b9e8;
}

.footer-block .news-post-date {
	color: #aaa;
}

.social-presence a:last-child {
	margin: 0;
}

body.nav-active #footer-container {
	display: none;
}

.sidebar img {
	max-width: 100%;
}

.carousel a.item, .carousel .item {
	text-align: center;
	text-decoration: none;
	color: #333;
}

.carousel .item .title {
	font-size: 22px;
	line-height: 40px;
}

.owl-prev {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: -60px;
	background: url(images/carousel-prev.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
}

.owl-next {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	right: -60px;
	background: url(images/carousel-next.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
}

.owl-prev:hover, .owl-next:hover {
	opacity: 0.5;
}

.carousel .section-inner {
	padding-left: 60px;
	padding-right: 60px;
}

.title-above .owl-prev, .title-above .owl-next {
	height: calc( 100% - 40px );
	padding-top: 40px;
}

.insurance-type {
	position: relative;
}

.insurance-type .provider-blocks-wrapper {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.insurance-type .insurance-type-info {
	width: 50%;
	display: inline-block;
	text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}

.insurance-type .insurance-type-info.full-width {
	width: 100%;
	text-align: left;
}

.insurance-type-info h3 {
	font-size: 23px;
	margin-top: 0;
}

.section .content .insurance-type-info p {
	font-size: 17px;
	line-height: 22px;
}

.insurance-type .provider-block {
	margin: 0 30px 0px 0;
	background: #edf1f2;
	padding: 8px;
	border-right: 3px solid #63b9e8;
	border-left: 3px solid #63b9e8;
}

.provider-block a {
	margin-left: 10px;
}

.provider-blocks-angle {
	position: absolute;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #63b9e8;
	top: 20px;
	right: 50%;
}

.additional-links-wrapper {
	margin: 0 0 0 15px;
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

.insurance-type .provider-block img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.insurance-type .additional-links li {
	display: block;
	margin: 0;
}

.insurance-type .additional-links li a {
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.7);
	padding: 5px 10px;
	border-radius: 2px;
	margin: 0;
	font-size: 15px;
}

.provider-block > a {
	display: inline-block;
	width: 300px;
	height: 50px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	padding: 5px;
}

.tags-list {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.tags-list .title {
	text-align: center;
	margin: 5px 20px;
	border-bottom: 2px solid #63b9e8;
}

.tags-list ul {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

.tags-list ul li {
	display: inline-block;
	background: #edf1f2;
	font-size: 16px !important;
	padding: 0 5px;
	margin: 3px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	border-radius: 2px;
	font-family: Segoe UI;
}

#insurance-category-page .button.primary {
	width: 230px;
	text-align: center;
	margin: 6px 40px;
}
#insurance-category-page .button-wrap {
	text-align: center;
}

.header-middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    text-align: center;
    width: 300px;
}

.header-middle-content {
    display: inline-block;
    height: 30px;
    color: #555;
    font-size: 17px;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-family: Segoe UI;
}

.header-middle a.button {
    color: #FFF;
    background: #63b9e8;
}

.header-right {
	display: inline-block;
	font-size: 16px;
	font-family: Segoe UI;
	font-weight: 700;
	color: #555;
	line-height: 20px;
	vertical-align: bottom;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 30px;
	position: absolute;
	top: 35px;
	right: -20px;
}

.header-link {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.header-link img {
	width: 20px;
	background: #63b9e8;
	border-radius: 3px;
	padding: 3px;
	vertical-align: middle;
}

.header-link div {
	display: inline;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
}

#insurance-carousel .owl-stage {
	display: block;
}

#insurance-carousel .owl-item {
	display: inline-block;
	vertical-align: middle;
}

#insurance-carousel .owl-item img {
	height: 80px;
	object-fit: contain;
}

#business-tables ul {
	list-style-type: none;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

#business-tables .content>ul {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	margin: 10px;
	text-align: center;
}

#business-tables .content>ul li {
	width: 100%;
	background: #FFF;
	margin: 0;
	box-sizing: border-box;
	font-family: Segoe UI;
}

#business-tables .content>ul li:not(:first-child) {
	font-size: 14px;
	padding: 5px;
}

#business-tables .content>ul li:first-child {
	background: #63b9e8;
	color: #FFF;
	font-weight: 700;
	box-shadow: none;
	padding: 10px;
}

#business-tables .section-inner {
	padding: 15px 0px;
}

#business-table-wrapper {
	width: 100%;
}
.business-table {
	background: #FFF;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}
.business-table {
	width: 100%;
}
.business-table-header {
	background: #63b9e8;
	height: 60px;
	width: 100%;
}
.table-header-content {
	font-family: Segoe UI !important;
	font-size: 24px !important;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	color: #FFF;
}

.business-sub-table {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}
.business-table-items-wrapper {
	padding: 10px;
}
.business-sub-table.account-setup, .business-sub-table.annual-renewal {
	height: 300px;
	width: calc(50% - 20px);
}
.business-sub-table.account-servicing {
	width: calc(100% - 20px);
}
.business-item-content {
	margin-left: 50px !important;
	display: list-item;
}
.business-table > .business-table-items-wrapper > .business-table-item {
	display: inline-block;
	width: calc(50% - 20px);
	vertical-align: top;
}

#faq-content h2 {
	margin-bottom: 0;
}

#contact-map .content iframe {
	width: 100%;
	margin: 0;
}

#contact-map .content p {
	margin: 0;
}

@media only screen and (max-width: 1250px) {
	.additional-links-wrapper {
		margin-top: 3px;
		width: 90%;
	}

	ul.additional-links {
		margin: 0px;
	}

	.provider-block > a {
		max-width: 90%;
	}

	.insurance-type .additional-links li {
		display: inline-block;
		margin: 2px;
	}
}

/* Multi-page Gravity form styles */

body .gform_page {
	padding: 15px;
	background: #fff;
	border-left: 2px solid #63b9e8;
	border-top: 1px solid #63b9e8;
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
	padding: 10px;
}

body .gform_wrapper .gform_page .gform_page_footer {
	text-align: -webkit-right;
	text-align: -moz-right;
	text-align: -o-right;
	text-align: -ms-right;
	text-align: right;
}

body .gform_wrapper .gf_page_steps {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

body .gform_wrapper .gf_page_steps .gf_step_active {
	background: #fff;
	box-shadow: 0px -8px 10px -10px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid #fff;
}
body .gform_wrapper .gf_page_steps .gf_step {
  margin-bottom: 0px;
  padding: 0px 20px;
  height: 40px;
}

body .gform_wrapper .gf_page_steps .gf_step_active span {
  color: #63b9e8;
}

body .gform_wrapper .gform_page .gform_page_footer .button.gform_previous_button {
	float: left
}

body .gform_wrapper .gform_page .gform_page_footer .button.gform_button,
body .gform_wrapper .gform_page .gform_page_footer .button.gform_next_button,
body .gform_wrapper .gform_page .gform_page_footer .button.gform_previous_button {
  color: #fff;
  border-radius: 0;
  background: #63b9e8;
  border: 2px solid #63b9e8;
  height: 40px;
  padding: 10px 10px;
  line-height: 20px;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

body .gform_wrapper .gform_page .gform_page_footer .button.gform_button:hover,
body .gform_wrapper .gform_page .gform_page_footer .button.gform_next_button:hover,
body .gform_wrapper .gform_page .gform_page_footer .button.gform_previous_button:hover {
  color: #63b9e8;
  background: #fff;
}

body .gform_page .gfield label.gfield_label {
  position: static;
}

body .gform_wrapper .gform_page ul li.gfield {
  margin: 10px !important;
}

body .gform_wrapper .gform_page .ginput_container {
  padding-left: 15px;
}

body .gform_wrapper .gform_page .gfield input[type="text"],
body .gform_wrapper .gform_page .gfield input[type="textarea"],
body .gform_wrapper .gform_page .gfield textarea,
body .gform_wrapper .gform_page .gfield input[type="email"],
body .gform_wrapper .gform_page .gfield input[type="number"],
body .gform_wrapper .gform_page .gfield input[type="tel"] {
  border: 1px solid #222;
  height: auto;
}

.gform_wrapper.loaded .gform_page .gfield label.gfield_label {
	color: #63b9e8;
}

body .gform_wrapper .gform_page li.gfield.gsection {
    width: 100%;
    text-align: center;
    padding-right: 0 !important;
    display: block;
    margin: 24px 0px 0px 0px !important;
}

.gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number {
    vertical-align: unset;
    height: 100%;
    line-height: 40px;
}

body .gform_wrapper .gform_page .gfield label.gfield_label {
	font-family: Segoe UI;
	text-transform: none;
}
