/* General Styles */
/* Button */
a.button {
	position: relative;
	display: inline-block;
	padding: 16px 56px;
	margin-right: 24px;
	border: solid 3px transparent;
	border-bottom-color: #2c8e7d;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, .17);
	background-color: #37A693;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	transition: background 175ms, color 175ms, border 175ms;
	backface-visibility: hidden;
}
a.button:hover {
	border: solid 3px #37A693;
	color: #37A693;
	text-decoration: none;
	background-color: transparent;
}
a.button.red {
	background-color: #a92731;
	border-bottom-color: #84111a;
}
a.button.red:hover {
	border-color: #a92731;
	color: #a92731;
	background-color: transparent;
}
.cancel .section .content .row {
	border:none;
}
.cancel .section .content .row > div {
	flex:none;
}
.cancel h2 {
	line-height: 1.4;
	font-size: 60px;
}
.cancel h3 {
	line-height: 1.4;
}	
/* Blog Code */
.blog-detail01 .detail-description p {
   font-size:18px !important;
}
 .blog-content {
        padding: 40px 5px;
    }
    .blog-content img {
        padding: 20px 0 10px 0;
    }
    .blog-content em {
        text-align: center;
        margin: auto;
        font-size: 18px;
    }
    .blog-content h1 {
        padding-top:45px;
    }
    .blog-content h2 {
        padding-top:35px;
      font-size: 42px;
    line-height: 1;
    }
    .blog-content h3 {
        padding-top: 10px;
      font-weight:600;
	line-height:1.2;
	color:#575b5e;
	font-size:32px;
    }
    .blog-content h4 {
        margin-top:20px;
    }
    .blog-content h5 {
        margin-top:40px;
    }
    .blog-content h6 {
        margin-top:20px;
    }
    .blog-content li {
        font-size: 18px;
    }
.blog-content a:hover {
	text-decoration:underline;
}
    .blog-content dt {
        padding: 10px 0;
        font-family: Ubuntu;
        font-size: 21px;
    }
    .blog-content dt:before {
        display: inline-block;
        content: "";
        height:10px;
        margin-right:10px;
        background-color: #4aa54f;
        width:10px;
    }
    .blog-content dd {
        margin-left:40px;
    }
    .blog-section {
        padding: 0 55px;
    }
    .blog-content .row .row-content {
        padding:20px 0;
    }
    .blog-content .blog-quote {
        background-color:#f6f6f6;
        padding: 40px;
        margin: 40px 0;
    }
    .header h1 {
        padding:35px;
        border: 1px solid #212529;
        margin-top: 60px;
    }
    .constrain {
        width:100%;
    }
/* HELPER CLASSES */
/* Padding */
.vertical-padding {
	padding-top: 124px;
	padding-bottom: 132px;
}
.section .content figure img {
	padding:10px;
}
/* Background Color */
.bg-white {
	background-color: #FFFFFF !important;
}
.bg-light-gray {
	background-color: #FAFAFA !important;
}
.bg-gray {
	background-color: #F5F5F5 !important;
}
.bg-teal {
	background-color: #37A693 !important;
}
.bg-teal h1,
.bg-teal h2,
.bg-teal h3,
.bg-teal h4,
.bg-teal h5,
.bg-teal h6,
.bg-teal p {
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, .34);
}
.bg-red {
	background-color: #A92731 !important;
}
.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red h5,
.bg-red h6,
.bg-red p {
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, .34);
}
.no-border .row {
	border:none;
}
/* Shadows */
.box-shadow {
	box-shadow: 0 24px 27px 0 rgba(0, 0, 0, 0.21);
}
/* Flex Sizing */
.flex-1 {
	flex: 1 !important;
}
.flex-2 {
	flex: 2 !important;
}
.flex-3 {
	flex: 3 !important;
}
.flex-4 {
	flex: 4 !important;
}
/* Sprites - Generated With Stiches - http://draeton.github.io/stitches/ */
.sprite {
	background-image: url(https://7708a0.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Images/spritesheet.png);
	background-repeat: no-repeat;
	display: block;
}
.sprite-clock {
	width: 42px;
	height: 42px;
	background-position: -5px -5px;
}
.sprite-footer-clock {
	width: 40px;
	height: 39px;
	background-position: -57px -5px;
}
.sprite-footer-location {
	width: 30px;
	height: 41px;
	background-position: -107px -5px;
}
.sprite-footer-phone {
	width: 36px;
	height: 36px;
	background-position: -57px -56px;
}
.sprite-hips {
	width: 84px;
	height: 54px;
	background-position: -5px -102px;
}
.sprite-knees {
	width: 58px;
	height: 73px;
	background-position: -103px -56px;
}
.sprite-location-marker {
	width: 32px;
	height: 44px;
	background-position: -171px -5px;
}
.sprite-phone-call {
	width: 41px;
	height: 43px;
	background-position: -171px -59px;
}
.sprite-shoulder {
	width: 52px;
	height: 67px;
	background-position: -99px -139px;
}
.sprite-spine {
	width: 25px;
	height: 81px;
	background-position: -171px -112px;
}
/* Global Fixes */
li > h2,
li > h3,
li > h4,
li > h5,
li > h6 {
	/* Fixes display issues with title tags inside of lists. */
	display: inline;
}
.animated, .animated .animation_item {
	/* Reduces the animation-delay on all initial fade-ins on each section of the website. */
	animation-delay: 0ms;
	-webkit-animation-delay: 0ms;
}
/* Content Above Nav Menu */
.header-left {
	max-width: 600px;
}
header.header_bg .dnn_layout {
	/* Sets the width of the content above the nav menu */
	width: 1350px;
	padding-left: 0;
	padding-right: 0;
}
.nav-menu-info {
	display: flex;
}
.nav-menu-info .item {
	display: flex;
	padding-left: 48px;
	text-align: left;
}
.nav-menu-info .item:nth-of-type(2) {
	padding-left: 36px;
}
.nav-menu-info .item .icon-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 16px;
}
.nav-menu-info .item .icon-box .img-responsive {
	transform: scale(0.8);
}
.nav-menu-info .item:last-of-type .icon-box .img-responsive {
	transform: scale(0.9);
}
.nav-menu-info .item .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nav-menu-info p,
.nav-menu-info a {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	color: #6a7074 !important;
}
.nav-menu-info p:first-of-type,
.nav-menu-info a:first-of-type {
	font-weight: 700;
	color: #3b4043 !important;
}
/* Nav Menu */
.header_bg {
	z-index: 100;
}
.headerBox .nav_box {
	/* Positions the wrapper for the nav menu */
	position: absolute;
	top: 120px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	pointer-events: none;
	z-index: 999;
}
.headerBox .nav_box .dnn_menu {
	/* Positions the nav menu wrapper and sets its properties */
	width: 1470px; /* From .dnn_layout and .container */
	border-radius: 5px;
	background-color: #a92731;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
	pointer-events: auto;
}
#dnngo_megamenu {
	/* Fixes width issues with the nav menu */
	width: 100%;
}
#dnngo_megamenu .primary_structure {
	/* Sets the width of the nav menu and positions its links */
	display: flex;
	justify-content: space-between; /* space-evenly */
	width: 100%;
}
#dnngo_megamenu .primary_structure:before {
	/* Adds even spacing on the left side of the nav menu. */
	content: "";
}
#dnngo_megamenu .primary_structure:after {
	/* Adds even spacing on the right side of the nav menu. */
	content: "";
}
#dnngo_megamenu > div.dnngo_gomenu > ul > li > a > span {
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255, 255, 255, .7);
	letter-spacing: 0.01em;
}
#dnngo_megamenu > div > ul > li.current > a > span {
	color: white;
	font-weight: 700;
}
/* Nav Menu: Scrolled */
.headerBox .nav_box {
	transition: width 500ms cubic-bezier(.17, .67, .65, 1.34);
}
.headerBox .nav_box .dnn_menu {
	flex-grow: 0;
	transition: flex-grow 500ms,
	margin 500ms;
}
.headerBox .nav_box.menu-scrolled {
	position: fixed;
	top: 0;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
}
.headerBox .nav_box.menu-scrolled .dnn_menu {
	flex-grow: 1;
	margin-left: calc(100% - 1400px);
	border-radius: 0;
	height: 120px !important;
}
.Logobox {
	transition: left 410ms,
	width 410ms;
}
.Logobox.logo-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	width: calc(100% - 1400px);
	background-color: white;
	animation-name: logo;
	animation-duration: 410ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	backface-visibility: hidden;
}
.Logobox.logo-scrolled > a {
	display: flex;
}
/* Other */
.headerBox .headertopBox {
	/* Hides a div causing spacing issues above the nav menu. */
	display: none;
}
.menuRightBox {
	height: auto;
	line-height: initial;
}
#dnngo_megamenu > div > ul > li:hover > a > span,
#dnngo_megamenu > div > ul > li.current > a > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span,
#dnngo_megamenu > div > ul > li > a:hover > span > i,
#dnngo_megamenu > div > ul > li.menu_hover > a > span > i,
#dnngo_megamenu > div > ul > li.current > a > span > i {
	color: white;
}
#dnngo_megamenu > div.dnngo_gomenu > ul > li {
	margin: 0 !important;
	padding: 0 !important;
}
#dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
	padding: 36px 30px;
}
#dnngo_megamenu .primary_structure > li > a span:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	box-shadow: 0 0 1px rgba(255, 255, 255, .34);
	opacity: 0;
	transform: scaleX(0);
	transition: transform 260ms cubic-bezier(.17, .67, .65, 1.34),
	opacity 335ms cubic-bezier(.17, .67, .65, 1.34);
}
#dnngo_megamenu .primary_structure > li > a:hover span:after {
	transform: scaleX(1);
	opacity: 1;
}
/* Banner Image */
.banner-image {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 60px;
	background-image: url('https://dab3e9.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/banner-rings.png'),
	url('https://952939.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/mountains-and-trees.jpg');
	background-size: cover;
	background-position: bottom right;
	z-index: 0;
}
.banner-image .wrapper {
	width: 1170px;
	padding: 180px 0 120px;
}
.banner-image .wrapper > span,
.banner-image .wrapper h1,
.banner-image .wrapper p,
.banner-image .wrapper .btn-group button {
	color: white;
	-webkit-font-smoothing: antialiased;
}
.banner-image .wrapper h1 {
	margin-top: 24px;
	margin-bottom: 0;
	padding-right: 320px;
	font-weight: 700;
}
.banner-image .wrapper h1 .underline {
	display: inline-block;
	color: white;
}
.banner-image .wrapper h1 .underline:after {
	content: "";
	position: relative;
	top: -18px;
	display: block;
	width: 100%;
	height: 12px;
	background-color: #36a693;
	z-index: -1;
	transition: background-color 200ms;
}
.banner-image .wrapper h1 .underline:hover:after {
	background-color: #a92731;
}
.banner-image .wrapper > span,
.banner-image .wrapper p {
	padding-right: 240px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255, 255, 255, .54);
	letter-spacing: 0.01em;
	font-size: 36px;
}
.banner-image .wrapper p {
	margin-top: 16px;
	margin-bottom: 40px;
}
.banner-image .wrapper .btn-group button {
	padding: 21px;
	padding-left: 36px;
	border: solid white 3px;
	border-left-color: white !important;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(255, 255, 255, .54);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background-color: transparent;
	transition: background 250ms,
	color 250ms,
	border 250ms;
}
.banner-image .wrapper .btn-group button:hover {
	background-color: #A92832;
	border-color: #A92832 !important;
}
.banner-image .wrapper .btn-group button span {
	margin-left: 21px;
	transition: transform 350ms;
}
.banner-image .wrapper .btn-group button:hover span {
	transform: rotate(360deg);
}
.btn-group ul.dropdown-menu {
	display: block !important;
	width: 100%;
	border-top: solid #37A693 8px;
	border-bottom: solid transparent 0;
	border-left: solid transparent 0;
	border-right: solid transparent 0;
	margin-top: 0;
	transform: translateY(-72px);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	opacity: 0;
	pointer-events: none;
	border-radius: 5px;
	transition: opacity 250ms;
	transition-delay: 300ms;
	overflow: hidden;
}
.btn-group.open ul.dropdown-menu {
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0ms;
}
.btn-group > .dropdown-menu > li > a {
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 600;
	color: #6a7074;
	text-shadow: 0 0 0 rgba(106, 112, 116, 0.7);
	opacity: 0;
	transform: translateX(-15px);
	transition: transform 400ms cubic-bezier(.17, .67, .65, 1.34),
	opacity 200ms ease-in;
}
.btn-group > .dropdown-menu > li {
	transition: background 350ms;
}
.btn-group > .dropdown-menu > li:active {
	background-color: #f5f5f5;
}
.btn-group > .dropdown-menu > li a {
	animation: click-bounce 450ms cubic-bezier(.17, .67, .65, 1.34);
	transition-delay: 0ms;
}
.btn-group > .dropdown-menu > li   li > a {
	transition-delay: 50ms;
}
.btn-group > .dropdown-menu > li   li   li > a {
	transition-delay: 100ms;
}
.btn-group > .dropdown-menu > li   li   li   li > a {
	transition-delay: 150ms;
}
.btn-group > .dropdown-menu > li   li   li   li   li > a {
	transition-delay: 200ms;
}
.btn-group > .dropdown-menu > li   li   li   li   li   li > a {
	transition-delay: 250ms;
}
.btn-group > .dropdown-menu > li   li   li   li   li   li   li > a {
	transition-delay: 300ms;
}
.btn-group > .dropdown-menu > li   li   li   li   li   li   li   li > a {
	transition-delay: 350ms;
}
.btn-group.open > .dropdown-menu > li > a {
	transform: translateX(0);
	opacity: 1;
}
.btn-group > .dropdown-menu > li:hover {
	background-color: #f5f5f5;
}
.btn-group.open > .dropdown-menu > li:hover > a {
	transform: translateX(10px);
	transition-delay: 0ms;
}
.banner-image .wrapper .btn-group .dropdown-toggle {
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
}
/* Testimonial Boxes */
.testimonials-bg01 {
	background: url("https://f44014.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Reviews/testimonialbackground.jpg") no-repeat center center;
	background-attachment:scroll;
	background-size:cover;
}
.testimonial-box {
	background-color:#F5F5F5;
	padding:30px 20px;
	border-radius:10px;
	box-shadow:0 24px 27px 0 rgba(0,0,0,0.21);
}
.Testimonials07-tab .dot {padding-top:100px;}
.Testimonials07-tab blockquote p {
	color:#6a7074;
	font-size:17px;
}
.Testimonials07-tab blockquote p {padding: 0 150px;}
.Testimonials07-tab blockquote h2 {color:#A92731;;}
.Testimonials07-tab blockquote:before, .Testimonials07-tab blockquote:after {
	color:#A92731;
}
.Testimonials07-tab blockquote:before {left:50px;}
.Testimonials07-tab blockquote:after {right:50px;}
.Testimonials07-tab .last_page:hover, .Testimonials07-tab .next_page:hover {
	border-color:#A92731;
	background-color:#A92731;
}
.Testimonials07-tab .next_page {
	margin-top:170px;
	right:-80px;
	left:auto;
}
.Testimonials07-tab .last_page {
	margin-top:170px;
	right:103%;
	left:auto;
}
.Testimonials_tab {
	overflow: visible;
}
.Testimonials07-tab blockquote .pic {
    width: 55px;
    height: 55px;
}
/* Content Section */
.col-sm-6.margin-side {
    margin: 0 40px;
}
.section {
	display: flex;
	background-color: #f5f5f5;
}
.section .content {
	width: 60%;
	padding: 100px 210px;
	padding-right: 270px;
}
.section .content h2 {
	margin-top: -17px;
	margin-bottom: 24px;
}
.section .content h2:first-child {
	margin-top: 0;
}
.section .content p {
	margin-bottom: 0;
}
.section .content a.button {
	margin-top: 24px;
}
.section .content ul li {
	padding-left: 14px;
	margin-top: 6px;
	list-style: none;
}
.section .content ul li:before {
	content: "\f054";
	position: relative;
	left: -16px;
	margin-left: -8px;
	font: normal normal normal 10px/1 FontAwesome;
	color: #2c8e7d;
}
.section .content ul li li:before {
	color: #909aa0;
}
.section .image {
	flex: 1;
	background-color: #e0e0e0;
	background-size: cover;
	background-position: center;
}
.section .image img {
  min-height: 100%;
  max-height: 100%;
	width: 100%;
	object-fit: cover;
  font-family: 'object-fit: cover;';
  /* object-position:top; */
}
.section .image figcaption {
	position: relative;
	top: -67px;
	z-index: 96;
	display: block;
	padding: 20px;
	background-color: #37A693;
	font-weight: 400;
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, .54);
	text-align: center;
}
#our-philosophy-image {
	background-image: url('https://5fd2ca.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/our-philosophy.jpg');
}
#our-services-image {
	background-image: url('https://be9bdf.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/our-services.jpg');
}
#spine-surgery-image {
	background-image: url('https://6a2b1d.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/non-invasive-spine-surgery.jpg');
}
/* Other */
.TopOutPane {
	/* Removes unwanted whitespace between the banner and content panes */
	margin-top: 0;
}
#dnn_content {
	/* Removes unwanted whitespace between the banner and content panes */
	min-height: 0;
	padding-top: 0;
}
[class*="Pane"] {
	/* Removes unwanted whitespace on all panes across the website */
	margin-bottom: 0 !important;
}
/* Float Section */
/* Doctor Float */
.image-container .top .image, .image-container .middle .image, .image-container .bottom .image {
	display: flex;
	align-items: flex-end;
	padding-top: 125px;
}
.image-container .top, .image-container .middle, .image-container .bottom {
	display: flex;
	width: 100%;
}
.image-container .top .image,
.image-container .middle .image,
.image-container .bottom .image {
	display: flex;
	align-items: flex-end;
}
.image-container .bottom .image {
	justify-content: flex-end;
}
.image-container .image {
	border-right: 30px solid #A92731;
}
.image-container {
    position: relative;
    margin:auto 0;
    right: 110px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: solid #a92731 10px;
    border-radius: 5px;
    box-shadow: 0 24px 27px 0 rgba(0, 0, 0, 0.21);
    overflow: hidden;
    flex: 1;
}
.image-container .image span {
	padding: 24px 28px;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: white;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.54), 0 5px 11px rgba(0, 0, 0, 0.27);
    letter-spacing: 0.05em;
    z-index: 1;
}
.image-container  .image:hover span:after {
    opacity: 0.24;
}
.image-container  .image span:after {
    content: "";
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    z-index: -1;
    transition: opacity 200ms;
    opacity: 0;
}
.doctor-section a.button {
	margin: 0 5px;
}
/* Doctor Float End */
.float-section {
	position: relative;
	top: -144px;
	right: 210px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-right: solid #a92731 40px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 24px 27px 0 rgba(0, 0, 0, 0.21);
	overflow: hidden;
	flex: 1;
}
.section.quote-section .quote-box.float-section.float-full {
	height: 320px;
	padding: 0;
	border-right: solid #a92731 40px;
	border-radius: 5px;
	overflow: hidden;
}
.float-section .top,
.float-section .middle,
.float-section .bottom {
	display: flex;
	width: 100%;
	height: 100%;
}
.float-section .image span {
	padding: 24px 28px;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.54),
	0 5px 11px rgba(0, 0, 0, 0.27);
	letter-spacing: 0.05em;
	z-index: 1;
}
.float-section .image span:after {
	content: "";
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 4px;
	background-color: white;
	z-index: -1;
	transition: opacity 200ms;
	opacity: 0;
}
.float-section .image:hover span:after {
	opacity: 0.24;
}
.float-section .top .image,
.float-section .middle .image,
.float-section .bottom .image {
	display: flex;
	align-items: flex-end;
}
.float-section .bottom .image {
	justify-content: flex-end;
}
#dr-doerr-image {
	background-image: url('https://d5cffa.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/dr-doerr.jpg');
}
#dr-hessing-image {
	background-image: url('https://a7c663.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/dr-hessing.jpg');
	background-position: right;
}
#dr-applonie-image {
	background-image:url('https://770151.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Pages/Home/Images/dr-applonie.jpg');
	background-position: right;
}
/* Panels Section */
.section.panels-section .content {
	width: 100%;
	padding: 158px 210px;
	background-image: url('https://8a33ad.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Images/bg-pattern.png');
}
.panels-group {
	display: flex;
	justify-content: space-between;
}
.panels-group .panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 24px;
	margin: 0 24px;
	border: solid transparent 0;
	border-top: solid #a92731 32px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	z-index: 0;
}
.panels-group .panel:first-of-type {
	margin-left: 0;
}
.panels-group .panel:last-of-type {
	margin-right: 0;
}
.panels-group .panel .panel-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.panels-group .panel .button {
	margin-right: 0;
}
.panels-group .panel h3 {
	margin-top: -8px;
	line-height: 1;
}
.panels-group .panel h3:after {
	content: "";
	position: relative;
	top: -8px;
	display: block;
	width: 100%;
	height: 0;
	border-top: solid #e0e0e0 6px;
	z-index: -1;
	transition: border 175ms;
}
.panels-group .panel h3:hover:after {
	border-color: #37A693;
}
.panels-group .panel h3 a {
	color: #3b4043;
}
.panels-group .panel p {
	width: 100%;
	margin-top: -10px;
}
.panels-group .panel .icon-box,
.panels-group .panel h3,
.panels-group .panel p {
	margin-bottom: 24px;
}
.panels-group .panel .icon-box {
	height: 64px;
}
/* Image Group */
.image-group {
	display: flex;
	padding-bottom: 300px;
	backface-visibility: hidden;
}
.image-group .image-wrapper {
	position: relative;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.34);
}
.image-group .image-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://701e05.claudeassets.com/20260215005357im_/https://orthoa.com/Portals/0/Images/Icons/zoom.png');
	background-position: center;
	background-size: 36%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.54);
	z-index: 2;
	transform: scale(2);
	opacity: 0;
	transition: transform 300ms cubic-bezier(.17, .67, .65, 1.34),
	opacity 300ms;
	pointer-events: none;
}
.image-group .image-wrapper:hover:before {
	opacity: 1;
	transform: scale(1.2)
}
.image-group .image-column {
	min-width: 1px;
	margin-left: 40px;
}
.image-group .image-column:first-of-type {
	margin-left: 0;
}
.image-group .image-column .image-wrapper {
	margin-top: 43px;
}
.image-group .image-column .image-wrapper:nth-of-type(1) {
	margin-top: 0;
}
.image-group .image-wrapper img {
	width: 100%;
	transform: scale(1.01)
}
/* Quote Box Section */
.quote-section {
	position: relative;
}
.quote-section .quote-box {
	position: absolute;
	width: 39.5vw;
	padding: 64px 80px;
	padding-top: 80px;
	border-right: solid 0 transparent;
	background-color: #fafafa;
	overflow: visible;
}
.quote-section .quote-box .profile-icon {
	position: absolute;
	top: -48px;
	right: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96px;
	width: 96px;
	border-radius: 99999px;
}
.quote-section .quote-box .profile-icon:before {
	content: "\f067";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font: normal normal normal 24px/1 FontAwesome;
	color: white;
	opacity: 0;
	transform: scale(0) rotate(15deg);
	transition: transform 260ms cubic-bezier(.17, .67, .65, 1.34), opacity 335ms cubic-bezier(.17, .67, .65, 1.34);
	z-index: 1;
}
.quote-section .quote-box .profile-icon:hover:before {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.quote-section .quote-box .profile-icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: black;
	transition: opacity 200ms;
	opacity: 0;
}
.quote-section .quote-box .profile-icon:hover:after {
	opacity: 0.24;
}
.quote-section .quote-box .profile-icon img#idid-logo {
	margin-top: -10px;
}
.quote-section .float-section h3 {
	font-size: 24px;
	line-height: 1.1;
	color: #3b4043;
}
.quote-section .quote-box p {
	width: 100%;
	margin-bottom: 10px;
}
.quote-section .quote-box strong {
	color: #3b4043;
}
.quote-section .quote-box a strong:after {
	content: "";
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #3b4043;
	z-index: -1;
	transition: opacity 200ms;
	opacity: 0;
}
.quote-section .quote-box a:hover strong:after {
	opacity: 0.24;
}
/* Footer Info */
.footer-wrapper {
	display: block;
	width: 100%;
	float: left;
}
.footer-info {
	position: relative;
	z-index: 6;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -144px;
	pointer-events: none;
}
.footer-contact {
	position: relative;
	top: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1170px;
	height: 144px;
	border-radius: 5px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	pointer-events: auto;
}
.footer-contact > div {
	display: flex;
	align-items: center;
	width: calc(100%/3);
	height: 100%;
}
.footer-contact .address {
	background-color: #37A693;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.footer-contact .phone {
	background-color: #f5f5f5;
}
.footer-contact .hours {
	background-color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.footer-contact .icon-wrapper {
	position: relative;
	left: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	width: 80px;
	border: solid 3px transparent;
	border-radius: 5px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	transition: background 175ms;
}
.footer-contact .address .icon-wrapper {
	border-bottom-color: #e0e0e0;
	background-color: #ffffff;
}
.footer-contact .address .icon-wrapper:hover {
	background-color: #fafafa;
}
.footer-contact .phone .icon-wrapper {
	border-bottom-color: #2c8e7d;
	background-color: #37A693;
}
.footer-contact .phone .icon-wrapper:hover {
	background-color: #339c8a;
}
.footer-contact .hours .icon-wrapper {
	border-bottom-color: #e0e0e0;
	background-color: #f5f5f5;
}
.footer-contact .hours .icon-wrapper:hover {
	background-color: #eee;
}
.footer-contact .btn-group.open .dropdown-toggle {
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21) !important;
}
.footer-contact .btn-group .dropdown-menu {
	top: calc(100% - 10px);
	width: calc(100% - 40px);
}
.footer-contact ul {
	margin-left: 0;
	margin-bottom: 0;
}
.footer-contact ul li {
	line-height: 26px;
}
.footer-contact ul li strong {
	color: #3b4043;
}
.footer-contact ul li a {
	color: #6a7074;
}
.footer-contact .address ul li,
.footer-contact .address ul li strong {
	color: #ffffff;
}
.footer-info .footer-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 72px calc((100% - 1470px)/2);
	padding-top: 144px;
	background-color: #f5f5f5;
	pointer-events: auto;
}
.footer-info .footer-links ul {
	display: flex;
	margin-left: 0;
	margin-bottom: 0;
}
.footer-info .footer-links ul li {
	display: flex;
}
.footer-info .footer-links ul li a {
	padding: 20px;
	font-size: 20px;
	color: #6a7074;
}
.footer-info .footer-links ul li a:hover {
	text-decoration: none;
}
.footer-info .footer-links ul li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #e0e0e0;
	transform: scaleX(0);
	transition: transform 260ms cubic-bezier(.17, .67, .65, 1.34),
	background 335ms cubic-bezier(.17, .67, .65, 1.34);
}
.footer-info .footer-links ul li a:hover:after {
	transform: scaleX(1);
	background-color: #37A693;
}
/* Other Changes */
.dnnLogin {
	margin-top: 160px;
	margin-bottom: 30px;
}
.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
	margin-top: 160px;
	margin-bottom: 60px;
	border: solid #37a693 2px;
	border-radius: 5px;
	box-shadow: 0 24px 27px 0 rgba(0, 0, 0, 0.21),
	0 24px 27px 0 rgba(55, 166, 147, 0.21);
	overflow: hidden;
}
.container,
.dnn_layout {
	width: 100%;
	padding-left: 210px;
	padding-right: 210px;
}
.vertical-padding h2 {
	margin-top: -17px;
}
.vertical-padding p {
	margin-bottom: -10px;
}
.copyright_style,
.copyright_style .footer,
.copyright_style a:link,
.FooterPane {
	display: inline-block;
	padding: 20px;
	font-size: 18px;
	font-weight: 300 !important;
	text-shadow: 0 0 1px rgba(255, 255, 255, .27);
	letter-spacing: 0.03em;
	color: #ffffff;
}
.copyright_style a:hover {
	color: #fafafa !important;
}
.copyright_style a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	opacity: 0;
	box-shadow: 0 0 1px rgba(255, 255, 255, .34);
	transform: scaleX(0);
	transition: transform 260ms cubic-bezier(.17, .67, .65, 1.17),
	opacity 335ms cubic-bezier(.17, .67, .65, 1.17);
}
.copyright_style a:hover:after {
	transform: scaleX(1);
	opacity: .87;
}
.footer_box .footer_bottom .footer_line {
	display: none;
	border-top: solid 0 transparent;
}
#to_top {
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	transition: background 175ms;
}
.footer_box .footer_bottom {
	padding-bottom: 0;
}
#dnn_FooterPane a.wm-link {
	display: inline-block;
	padding: 20px;
	font-size: 18px;
	font-weight: 300 !important;
	text-shadow: 0 0 1px rgba(255, 255, 255, .27);
	letter-spacing: 0.03em;
	color: #ffffff;
}
#dnn_FooterPane a.wm-link:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	opacity: 0;
	box-shadow: 0 0 1px rgba(255, 255, 255, .34);
	transform: scaleX(0);
	transition: transform 260ms cubic-bezier(.17, .67, .65, 1.17),
	opacity 335ms cubic-bezier(.17, .67, .65, 1.17);
}
#dnn_FooterPane a.wm-link:hover:after {
	transform: scaleX(1);
	opacity: 0.87;
}
/* Inner Page Styling */
.button-row {
	border:none !important;
	padding-left:0 !important;
}
.button-row col-md-6 {
	padding-left:0 !important;
}
.cancel .section .content .row > div div {
	padding-left:0;
}
.quote-section .quote-box .profile-icon {
	overflow: hidden;
}
.bg-gray p {
	color: #6a7074;
}
.banner-image .wrapper h1 {
	line-height: 1.2;
}
.section .content h2 {
	line-height: 1.1;
}
.short-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	padding: 60px;
	padding-top: 120px;
}
.short-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 2;
}
.short-banner img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.short-banner h1,
.short-banner p,
.short-banner h3 {
	position: relative;
	z-index: 2;
	color: white;
}
.short-banner p {
	font-size: 24px;
	font-weight: 600;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 0.008em;
	opacity: 0.7;
}
.short-banner p a {
	display: inline-block;
	font-weight: 700;
	color: white;
	text-decoration: none;
}
.short-banner p a:before {
	content: "";
	position: relative;
	top: 38px;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	box-shadow: 0 0 1px rgba(255, 255, 255, .34);
	opacity: 0.24;
}
.short-banner p a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	box-shadow: 0 0 1px rgba(255, 255, 255, .34);
	opacity: 0;
	transform: scaleX(0);
	transition: transform 260ms cubic-bezier(.17, .67, .65, 1.34),
	opacity 335ms cubic-bezier(.17, .67, .65, 1.34);
}
.short-banner p a:hover:after {
	transform: scaleX(1);
	opacity: .54;
}
.short-banner p .fa {
	position: relative;
	top: -1px;
	margin: 0 1em;
	font-size: 12px;
}
.section.full-width .content {
	width: 100%;
}
.section.full-width .content > p {
	margin-top: 0;
	margin-bottom: 18px;
}
.section.full-width .content p:last-child {
	margin-bottom: 0;
}
.section.end-section.full-width .content {
	padding-bottom: 230px;
}
.section .content .row   .row {
	border-top: solid 0 transparent;
}
span.acronym {
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: 900;
}
kbd {
	text-transform: lowercase;
}
.profile-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
.quote-section .quote-box .profile-icon img#idid-logo {
	transform: scale(0.75);
}
.section.call-to-action {
	position: relative;
	padding-bottom: 80px;
  	z-index: 5;
}
.section.full-width.call-to-action.nofloat {
    z-index: -1;
}
.section.call-to-action.nofloat .content {
    top: 0;
}
.section.call-to-action .content {
	position: relative;
	top: -50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 170px;
	margin: 40px;
	margin-bottom: -40px;
	background-color: white;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	border-radius: 5px;
	z-index: 1;
}
.section.call-to-action .content .text {
	width: 50%;
	margin-right: 40px;
}
.section.call-to-action .content .text2 {
	width: 100%;
	margin-right: 40px;
}
.section.call-to-action .content h2 {
	margin-top: -12px;
}
.section.call-to-action .content .button {
	margin-right: 0;
}
.section.call-to-action .image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}
.section.call-to-action .image img {
	border-radius: 0;
}
.section .content figure img {
	border-radius: 5px;
}
.section .content figcaption {
	display: block;
	padding-top: 16px;
	padding-left: 24px;
	text-align: left;
	font-size: 16px;
}
.section p a {
	border-bottom: solid #e0e0e0 2px;
	font-weight: 600;
}
a:hover {
	text-decoration: none;
}
.section.reversed .image {
	order: 1;
}
.section.reversed .content {
	order: 2;
}
.section .content .row {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 40px 0;
	border-top: dashed #52b5a4 3px;
	border-bottom: dashed #52b5a4 3px;
	margin: 40px 0;
}
.section .content .row .row {
	border-top: 0;
	padding-top: 0;
}
.section .content .row > div {
	padding-left: 0;
	padding-right: 0;
	flex: 1;
}
.section .content .row > div p {
	margin-top: 0;
}
.section .content .row > div div {
	padding-left: 80px;
}
.section .content .row > div > h1,
.section .content .row > div > h2,
.section .content .row > div > h3,
.section .content .row > div > h4,
.section .content .row > div > h5,
.section .content .row > div > h6 {
	margin-top: -10px;
	margin-bottom: 18px;
}
.section .content .row > div > *:last-child {
	margin-bottom: 0;
}
kbd {
	background-color: #37A693;
}
/* Dr. Image Fixes */
.dr-doerr img {
	object-fit: cover;
	object-position: 90%;
	font-family: 'object-fit: cover; object-position: 90%;';
}
.dr-hessing img {
	object-fit: cover;
	object-position: 0;
	font-family: 'object-fit: cover; object-position: 0;';
}
/* Bug Fixes */
h4,
h6 {
	font-weight: 900;
}
.footer-contact ul li {
	list-style: none;
}
.content .image .responsive-video {
	padding-bottom: 90% !important;
}
/* Reference Page */
.codeblock {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999999;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.34);
	opacity: 0;
}
.codeblock:target {
	display: flex;
	justify-content: flex-end;
	opacity: 1;
	animation: fadeIn 350ms cubic-bezier(.17, .67, .65, 1.34);
}
.codeblock-wrapper {
	position: relative;
	right: -10px;
	display: flex;
	flex-direction: column;
	width: calc(100%/3);
	padding: 40px;
	padding-left: 50px;
	background-color: white;
	border-radius: 0;
	box-shadow: 0 24px 27px 0 rgba(0, 0, 0, 0.21);
}
.codeblock:target .codeblock-wrapper {
	animation: fadeDown 350ms cubic-bezier(.17, .67, .65, 1.34);
}
.codeblock-wrapper h3 {
	margin-bottom: -15px;
	pointer-events: none;
	user-select: none;
	text-align: center;
}
.codeblock-wrapper pre {
	width: 100%;
	margin: 18px 0;
}
.codeblock-wrapper a.button {
	margin-right: 0;
	text-align: center;
}
.codeblock a.close-from-outer {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: default;
}
div.actionMenu ul.dnn_mact {
	display: flex;
	right: 71px;
	left: auto !important;
}
.dnnFormMessage {
	display: none;
}
/* Accordion Styles */
.dg-accordion05 {
	border-bottom: solid transparent 0;
}
.dg-accordion05 .panel-heading .panel-title a,
.dg-accordion05 .panel-heading .panel-title a.collapsed {
	padding: 16px 56px;
	border: solid 3px transparent;
	border-bottom-color: #2c8e7d;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, .17);
	background-color: #37A693;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21) !important;
	border-radius: 5px !important;
	backface-visibility: hidden;
}
.dg-accordion05 .panel-collapse {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dg-accordion05 .panel-body {
	padding: 24px 36px;
	padding-top: 36px;
}
.dg-accordion05 .panel-heading .arrow {
	right: 50px;
}
.dg-accordion05 .panel-heading .arrow,
.dg-accordion05 .panel-heading .collapsed .arrow,
.dg-accordion05 .panel-heading .collapsed:hover .arrow {
	background-color: transparent;
}
.dg-accordion05 .panel-heading .arrow:before {
	height: 10px;
	width: 10px;
	margin-top: -5px;
	border-width: 4px;
}
.dg-accordion05 .panel-heading .collapsed .arrow:before {
	border-right-color: white !important;
	border-bottom-color: white !important;
}
.dg-accordion05 .panel-heading .panel-title a:hover,
.dg-accordion05 .panel-heading .panel-title a.collapsed:hover {
	color: white;
	background-color: #52b5a4;
}
.section .content .row:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}
.section .content .row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
hr {
	border-top: dashed #e0e0e0 3px;
}
/* Responsive Tab Styles */
.dg-tabs-top01 .resp_margin {
	padding: 24px 36px;
	background-color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dg-tabs-top01 ul.resp-tabs-list {
	display: flex;
	border-bottom: solid #2c8e7d 3px;
	border-radius: 5px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21) !important;
	overflow: hidden;
	backface-visibility: hidden;
}
.dg-tabs-top01 ul.resp-tabs-list li {
	flex: 1;
	padding: 16px 32px;
	border: solid 3px transparent;
	border-bottom-color: transparent !important;
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-align: center;
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, .17);
	background-color: #37A693;
}
.dg-tabs-top01 ul.resp-tabs-list li:before {
	/* Hides arrows unintentionally added from other style */
	content: "";
	display: none;
}
.dg-tabs-top01 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top01 ul.resp-tabs-list li:hover {
	color: white;
	background-color: #52b5a4;
}
/* Google Map */
#gmap01 {
	height: 100%;
}
/* Form */
.Theme_Responsive_Default {
	padding: 144px 210px;
}
.Theme_Responsive_Default:before {
	content: "Contact Us";
	color: #3b4043;
	font-size: 48px;
	line-height: 72px;
	letter-spacing: 0;
	Font-Family: "Source Sans Pro";
	Font-weight: 900;
}
.Theme_Responsive_Default label,
div[class^="Theme_Responsive"] select,
div[class^="Theme_Responsive"] textarea,
div[class^="Theme_Responsive"] input[type="text"],
div[class^="Theme_Responsive"] input[type="password"],
div[class^="Theme_Responsive"] input[type="datetime"],
div[class^="Theme_Responsive"] input[type="datetime-local"],
div[class^="Theme_Responsive"] input[type="date"],
div[class^="Theme_Responsive"] input[type="month"],
div[class^="Theme_Responsive"] input[type="time"],
div[class^="Theme_Responsive"] input[type="week"],
div[class^="Theme_Responsive"] input[type="number"],
div[class^="Theme_Responsive"] input[type="email"],
div[class^="Theme_Responsive"] input[type="url"],
div[class^="Theme_Responsive"] input[type="search"],
div[class^="Theme_Responsive"] input[type="tel"],
div[class^="Theme_Responsive"] input[type="color"] {
	font-family: "Source Sans Pro";
	font-size: 18px;
}
div[class^="Theme_Responsive"] select,
div[class^="Theme_Responsive"] textarea,
div[class^="Theme_Responsive"] input[type="text"],
div[class^="Theme_Responsive"] input[type="password"],
div[class^="Theme_Responsive"] input[type="datetime"],
div[class^="Theme_Responsive"] input[type="datetime-local"],
div[class^="Theme_Responsive"] input[type="date"],
div[class^="Theme_Responsive"] input[type="month"],
div[class^="Theme_Responsive"] input[type="time"],
div[class^="Theme_Responsive"] input[type="week"],
div[class^="Theme_Responsive"] input[type="number"],
div[class^="Theme_Responsive"] input[type="email"],
div[class^="Theme_Responsive"] input[type="url"],
div[class^="Theme_Responsive"] input[type="search"],
div[class^="Theme_Responsive"] input[type="tel"],
div[class^="Theme_Responsive"] input[type="color"] {
	border-radius: 5px;
	padding: 16px;
}
.Theme_Responsive_Default .form_submit .btn {
	position: relative;
	display: inline-block;
	padding: 16px 56px;
	border: solid 3px transparent;
	border-bottom-color: #2c8e7d;
	border-radius: 5px;
	margin-right: 16px;
	font-family: "Source Sans Pro", Arial;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, .17);
	background-color: #37A693;
	background-image: none;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	transition: background 175ms, color 175ms, border 175ms;
}
.Theme_Responsive_Default .form_submit .btn:hover {
	border: solid 3px #37A693;
	color: #37A693;
	text-decoration: none;
	background-color: transparent;
}
.Theme_Responsive_Default .form_submit .btn:nth-of-type(2) {
	background-color: transparent;
	border-color: #37A693;
	color: #37A693;
}
.Theme_Responsive_Default .form_submit .btn:nth-of-type(2):hover {
	background-color: #37A693;
	border-color: transparent;
	border-bottom-color: #2c8e7d;
	color: white;
}
.Theme_Responsive_Default label {
	font-size: 21px;
}
.Theme_Responsive_Default .form_required {
	font-size: 18px;
	vertical-align: top;
}
/* Menu Fixes 
#dnngo_megamenu > div > ul > li.dir > a > span:after {
	background-color: transparent;
	box-shadow: 0 0 0 transparent;
	border-right: solid white 2px;
	border-bottom: solid white 2px;
	transform: rotate(45deg);
	opacity: 1;
}*/
#dnngo_megamenu .primary_structure > li.dir > a:hover span:after {
	transform: rotate(45deg);
}
#dnngo_megamenu .primary_structure > li.dir > a span:before {
	content: "";
	position: relative;
	top: 48px;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	box-shadow: 0 0 1px rgba(255, 255, 255, .34);
	opacity: 0;
	transform: scaleX(0);
	transition: transform 260ms cubic-bezier(.17, .67, .65, 1.34),
	opacity 335ms cubic-bezier(.17, .67, .65, 1.34);
}
#dnngo_megamenu .primary_structure > li.dir > a:hover span:before {
	transform: scaleX(1);
	opacity: 1;
}
#dnngo_megamenu .dnngo_menuslide {
	top: 175px;
	display: block !important;
	width: 120%;
	padding: 5px 0;
	border-top: solid #37A693 8px;
	border-bottom: solid transparent 0;
	border-left: solid transparent 0;
	border-right: solid transparent 0;
	transform: translateY(-72px);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
	opacity: 0 !important;
	pointer-events: none;
	background-color: white;
	border-radius: 5px;
	transition: opacity 250ms;
	transition-delay: 0ms;
	overflow: hidden;
}
#dnngo_megamenu li:hover .dnngo_menuslide {
	opacity: 1 !important;
	pointer-events: auto;
}
#dnngo_megamenu .dnngo_slide_menu li a {
	padding: 0;
	transform: translateX(0) !important;
	animation: click-bounce 450ms cubic-bezier(.17, .67, .65, 1.34);
	transition-delay: 0ms;
}
#dnngo_megamenu .dnngo_slide_menu li a > span {
	padding: 16px 36px;
	font-size: 16px !important;
	font-weight: 600;
	color: #6a7074 !important;
	text-shadow: 0 0 0 rgba(106, 112, 116, 0.7);
	opacity: 1;
	transform: translateX(-15px);
	transition: transform 400ms cubic-bezier(.17, .67, .65, 1.34),
	opacity 200ms ease-in !important;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover > span,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a > span {
	background-color: #f5f5f5;
	transform: translateX(-5px);
	transition: transform 400ms cubic-bezier(.17, .67, .65, 1.34),
	opacity 200ms ease-in !important;
}
#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_boxslide {
	box-shadow: 0 0 0 transparent;
}
#dnngo_megamenu .dnngo_slide_menu li:hover > a,
#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a {
	color: #6a7074 !important;
	background-color: #f5f5f5;
	transition: background 0ms;
}
/* Icon Size Fix */
.panels-group .panel .icon-box i,
.panels-group .panel .icon-box img {
	height: 100%;
}
/* Nav Menu Dropdown Fix */
#dnngo_megamenu > div > ul > li.dir > a > span:after {
	position: absolute;
	top: 60px;
}
/* Navigation Submenu Within A Submenu Fix */
#dnngo_megamenu .dnngo_menuslide {
	overflow: visible;
}
#dnngo_megamenu .dnngo_menuslide .dnngo_slide_menu li a {
	overflow: hidden;
}
.dir > .dnngo_submenu {
	display: block !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transform: translateX(-80%);
	opacity: 0;
	z-index: -5 !important;
	pointer-events: none;
	overflow: hidden;
	transition: transform 350ms ease-in,
	opacity 350ms !important;
}
.dir:hover > .dnngo_submenu {
	transform: translateX(0);
	opacity: 1;
	transition: transform 350ms ease-out, opacity 350ms !important;
	pointer-events: auto;
}
/* Header Fixes */
.headerBox .nav_box.menu-scrolled {
	box-shadow: none;
}
.Logobox.logo-scrolled {
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
}
.headerBox .nav_box.menu-scrolled .dnn_menu {
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
}
#dnngo_megamenu .dnngo_slide_menu li a > span {
	width: 250px;
	white-space: normal;
}
#dnngo_megamenu > div > ul > li.dir:hover > a > span:after,
#dnngo_megamenu > div > ul > li.dir.current > a > span:after,
#dnngo_megamenu > div > ul > li.dir.menu_hover > a > span:after {
	border-right: solid white 2px;
	border-bottom: solid white 2px;
}
#dnngo_megamenu .dnngo_slide_menu li.dir:before,
#dnngo_megamenu .dnngo_slide_menu li.dir:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.subcurrent:before {
	border-right: solid #6a7074 2px;
	border-bottom: solid #6a7074 2px;
	z-index: 99;
}
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	opacity: 0 !important;
}
#dnngo_megamenu .dnngo_slide_menu li:hover .dnngo_submenu {
	opacity: 1 !important;
}
#dnngo_megamenu .dnngo_menuslide {
	z-index: 99;
}
#dnngo_megamenu .dnngo_menuslide .dnngo_slide_menu li li:not(.dir) > a {
	border-right: solid #bdbdbd 8px;
}
#dnngo_megamenu .dnngo_menuslide .dnngo_slide_menu li li:not(.dir) > a:visited {
	border-right: solid #37A693 8px;
}
/* 404 Error Page */
.video-bg .play {
	pointer-events: none;
}
.player_boxes.full-height {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}
.player_boxes_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 60px;
}
.error-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.error-banner h1,
.error-banner h2,
.error-banner p {
	position: relative;
	z-index: 2;
	color: white;
}
.error-banner h1 {
	font-size: 120px;
	line-height: 1.5;
}
.error-banner h2 {
	margin-bottom: 60px;
	font-size: 36px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1em;
}
.error-banner p {
	margin-bottom: 80px;
	font-size: 24px;
	letter-spacing: 0.035em;
	white-space: normal;
}
.error-banner .error-buttons {
	margin-bottom: 60px;
	z-index: 2;
}
.error-banner .error-buttons .button:hover {
	border-color: white;
	color: white;
}
.error-banner .error-link {
	font-size: 24px;
	line-height: 1.5;
	font-style: italic;
	letter-spacing: 0.01em;
	color: white;
	z-index: 2;
}
.error-banner .error-link:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: white;
	opacity: 0.27;
	transition: background 335ms cubic-bezier(.17, .67, .65, 1), opacity 335ms cubic-bezier(.17, .67, .65, 1);
}
.error-banner .error-link:hover:after {
	background-color: #37A693;
	opacity: 1;
}
/* Mobile Styles */
/* Above 1920px */
@media screen and (min-width: 1921px) {
	.image-group {
		justify-content: center;
	}
	.image-area .vertical-padding {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
	.banner-image .wrapper > span,
	.banner-image .wrapper p {
		font-size: 24px !important;
	}
	li,
	.quote-section .quote-box p,
	.quote-section .quote-box span,
	.vertical-padding p,
	.section .content p {
		font-size: 21px;
	}
	.quote-section .float-section h3 {
		font-size: 36px;
		margin-bottom: 24px;
	}
	.panels-group .panel h3 {
		font-size: 48px;
	}
	h2 {
		font-size: 60px;
	}
	.banner-image .wrapper h1 {
		margin-top: 12px;
	}
}
/* Above 2400px */
@media screen and (min-width: 2400px) {
	/* General Website */
	.container,
	.dnn_layout {
		padding-left: 300px;
		padding-right: 300px;
	}
	/* Nav Menu */
	header.header_bg .dnn_layout {
		width: 1600px;
	}
	.headerBox .nav_box {
		top: 180px;
	}
	.headerBox .nav_box .dnn_menu {
		width: 2000px;
	}
	.headerBox .nav_box.menu-scrolled .dnn_menu {
		height: 150px !important;
		margin-left: calc(100% - 1840px);
	}
	.headerBox .dnn_logo {
		height: 180px;
		line-height: 180px;
	}
	.dnn_logo .Logobox {
		width: 100%;
	}
	.dnn_logo .Logobox.logo-scrolled {
		height: 150px;
		width: calc(100% - 1840px);
	}
	.dnn_logo .Logobox > a {
		display: block;
		height: 100%;
	}
	.dnn_logo .Logobox.logo-scrolled > a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 30px;
	}
	.dnn_logo img {
		height: auto;
	}
	.nav-menu-info p,
	.nav-menu-info a {
		font-size: 21px;
		line-height: 28px;
	}
	.nav-menu-info .item:nth-of-type(2),
	.nav-menu-info .item {
		padding-left: 56px;
	}
	.nav-menu-info .item .icon-box {
		padding-right: 28px;
	}
	.nav-menu-info .item .icon-box .img-responsive {
		transform: scale(1.2);
	}
	.nav-menu-info .item:last-of-type .icon-box .img-responsive {
		transform: scale(1.3);
	}
	/* Header Banner */
	.banner-image {
		margin-top: 70px;
	}
	.banner-image .wrapper {
		width: 1490px;
		padding: 160px 0;
		padding-top: 240px;
	}
	.banner-image .wrapper h1 {
		font-size: 90px;
		line-height: 100px;
	}
	.banner-image .wrapper > span,
	.banner-image .wrapper p {
		font-size: 28px !important;
	}
	.banner-image .wrapper .btn-group button {
		border-width: 4px;
		padding: 28px;
		padding-left: 40px;
		font-size: 21px;
	}
	#dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
		padding: 48px 60px;
	}
	#dnngo_megamenu > div > ul > li.dir > a > span:after {
		top: 70px;
		height: 8px;
		width: 8px;
		margin-left: 16px;
	}
	#dnngo_megamenu > div.dnngo_gomenu > ul > li > a > span {
		font-size: 28px;
	}
	#dnngo_megamenu .dnngo_slide_menu li a > span {
		width: 300px;
		padding: 24px 48px;
		font-size: 21px !important;
	}
	#dnngo_megamenu .dnngo_slide_menu li.dir:before,
	#dnngo_megamenu .dnngo_slide_menu li.dir:hover:before,
	#dnngo_megamenu .dnngo_slide_menu li.dir.subcurrent:before {
		height: 8px;
		width: 8px;
		margin-right: 8px;
	}
	.btn-group ul.dropdown-menu {
		padding: 8px 0;
		border-top-width: 12px;
	}
	.btn-group > .dropdown-menu > li a {
		padding: 24px 36px;
		font-size: 21px;
	}
	/* Main Content */
	.section .content {
		padding: 190px 280px;
		padding-right: 420px;
	}
	li,
	.quote-section .quote-box p,
	.quote-section .quote-box span,
	.vertical-padding p,
	.section .content p {
		font-size: 24px;
	}
	.section .content p {
		padding: 4px 0;
	}
	a.button {
		padding: 24px 72px;
		font-size: 24px;
		border-width: 4px;
	}
	a.button:hover {
		border-width: 4px;
	}
	/* Our Doctors Section */
	.float-section .image span {
		padding: 36px;
		font-size: 42px;
	}
	/* Our Specialties Section */
	.panels-group .panel {
		padding: 36px;
		border-top-width: 48px;
	}
	.panels-group .panel .icon-box {
		height: 80px;
	}
	.panels-group .panel .icon-box i {
		transform: scale(1.15);
	}
	/* Who We Are Instagram-Style Images Section */
	.image-area .vertical-padding {
		width: 100%;
		max-width: 100%;
	}
	/* Quote Box Section */
	.quote-section .quote-box {
		padding: 96px 120px;
		padding-top: 120px;
	}
	.quote-section .quote-box .profile-icon {
		top: -60px;
		height: 120px;
		width: 120px;
	}
	.quote-section .quote-box strong {
		font-size: 24px;
	}
	/* Footer */
	.footer-info {
		margin-top: -200px;
	}
	.footer-contact {
		top: 100px;
		width: 1490px;
		height: 200px;
	}
	.footer-contact ul li {
		line-height: 1.5;
	}
	.footer-contact .icon-wrapper {
		left: -60px;
		width: 120px;
		height: 92px;
	}
	.footer-contact .icon-wrapper i {
		transform: scale(1.25);
	}
	.footer-info .footer-links {
		padding: 95px calc((100% - 1920px)/2);
		padding-top: 190px;
	}
	.footer-info .footer-links ul li a {
		padding: 30px;
		font-size: 28px;
	}
	.footer-info .footer-links ul li a:after {
		height: 4px;
	}
	/* Sub Footer */
	.copyright_style,
	.copyright_style .footer,
	.copyright_style a:link,
	.FooterPane,
	#dnn_FooterPane a.wm-link {
		padding: 30px;
		font-size: 24px;
	}
	.copyright_style a:after,
	#dnn_FooterPane a.wm-link:after {
		height: 3px;
	}
	/* Internal Pages */
	.short-banner {
		padding: 90px;
		padding-top: 180px;
		margin-top: 75px;
	}
	.short-banner h1 {
		font-size: 90px;
		line-height: 115px;
	}
	.short-banner p {
		font-size: 36px;
	}
	.short-banner p a:before {
		top: 56px;
		height: 3px;
	}
	.short-banner p a:after {
		height: 3px;
	}
	/* Call To Action */
	.section.call-to-action .content {
		top: -120px;
		padding: 110px 220px;
		margin: 60px;
	}
	/* Back To Top Button */
	#to_top {
		right: 150px;
		bottom: 180px;
		transform: scale(1.25);
	}
	/* Solo Doctor Section */
	.section.quote-section .quote-box.float-section.float-full {
		height: 430px;
	}
	/* Image Caption */
	.section .image figcaption {
		top: -96px;
		padding: 30px;
		font-size: 24px;
	}
	/* Accordion */
	.dg-accordion05 .panel-heading .panel-title a,
	.dg-accordion05 .panel-heading .panel-title a.collapsed {
		padding: 24px 84px;
		font-size: 24px;
	}
	.dg-accordion05 .panel-heading .collapsed .arrow {
		right: 84px;
	}
	.dg-accordion05 .panel-heading .arrow {
		height: 30px;
		width: 30px;
		margin-top: -11px;
	}
	.dg-accordion05 .panel-heading .arrow:before {
		height: 15px;
		width: 15px;
		border-width: 5px;
	}
	/* Standard Internal Page Section */
	.section .content p {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	/* Responsive Tabs */
	.dg-tabs-top01 ul.resp-tabs-list li {
		padding: 24px 48px;
		font-size: 24px;
	}
	.dg-tabs-top01 .resp_margin {
		padding: 36px 54px;
	}
	/* Contact Form */
	.Theme_Responsive_Default:before {
		font-size: 64px;
		line-height: 1.5;
	}
	.Theme_Responsive_Default label {
		font-size: 28px;
	}
	.Theme_Responsive_Default .form_label,
	.Theme_Responsive_Default .form_required {
		font-size: 24px;
	}
	.Theme_Responsive_Default label,
	div[class^="Theme_Responsive"] select,
	div[class^="Theme_Responsive"] textarea,
	div[class^="Theme_Responsive"] input[type="text"],
	div[class^="Theme_Responsive"] input[type="password"],
	div[class^="Theme_Responsive"] input[type="datetime"],
	div[class^="Theme_Responsive"] input[type="datetime-local"],
	div[class^="Theme_Responsive"] input[type="date"],
	div[class^="Theme_Responsive"] input[type="month"],
	div[class^="Theme_Responsive"] input[type="time"],
	div[class^="Theme_Responsive"] input[type="week"],
	div[class^="Theme_Responsive"] input[type="number"],
	div[class^="Theme_Responsive"] input[type="email"],
	div[class^="Theme_Responsive"] input[type="url"],
	div[class^="Theme_Responsive"] input[type="search"],
	div[class^="Theme_Responsive"] input[type="tel"],
	div[class^="Theme_Responsive"] input[type="color"] {
		font-size: 24px;
	}
	.formError .formErrorContent {
		padding: 6px 15px;
		border-width: 3px;
		font-size: 18px;
	}
	.Theme_Responsive_Default .form_submit .btn {
		padding: 24px 84px;
		font-size: 24px;
		border-width: 4px;
	}
	.Theme_Responsive_Default .form_submit .btn:hover {
		border-width: 4px;
	}
}
/*Misc*/
.marginsforfloats {
	margin-top: 200px;
	margin-bottom: 120px;
}
/* Below 1920px */
@media screen and (max-width: 1800px) {
	.Logobox.logo-scrolled {
		width: 400px;
	}
	.headerBox .nav_box.menu-scrolled .dnn_menu {
		margin-left: 400px;
	}
}
@media screen and (max-width: 1700px) {
	.header-left {
    max-width: 450px;
}
	header.header_bg .dnn_layout {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
	.banner-image .wrapper {
		width: 970px;
	}
	.banner-image .wrapper h1 {
		padding-right: 15%;
	}
	.section .content {
		width: 60%;
		padding: 108px;
		padding-right: 162px;
	}
	.section.panels-section .content {
		padding: 80px;
	}
	.panels-group {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 80px;
		grid-row-gap: 80px;
		padding: 0;
	}
	.panels-group .panel {
		padding: 40px;
		margin: 0 !important;
	}
	.container,
	.dnn_layout {
		padding-left: 80px;
		padding-right: 80px;
	}
	.section.quote-section .content {
		padding-right: 240px;
		padding-bottom: 216px;
	}
	.footer-info .footer-links {
		padding: 72px calc(80px);
		padding-top: 144px;
	}
	.footer-contact {
		width: 970px;
	}
	.float-section {
		left: -80px;
		right: auto;
	}
	.quote-section .quote-box {
		left: auto;
		right: 108px;
	}
	.menu-scrolled #dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
		padding: 36px 24px;
	}
	.Logobox.logo-scrolled {
		width: 360px;
	}
	.headerBox .nav_box.menu-scrolled .dnn_menu {
		margin-left: 360px;
	}
	/* Forms */
	.Theme_Responsive_Default {
		padding: 108px;
		padding-bottom: 144px;
	}
}
@media screen and (max-width: 1600px) {
	.banner-image .wrapper {
	padding: 80px 0 120px;
}
	.headerBox .nav_box .dnn_menu {
		width: 1170px; /* From .dnn_layout and .container */
	}
	/* Dr. Image Fixes */
	.dr-doerr img {
		object-fit: cover;
		object-position: 75%;
		font-family: 'object-fit: cover; object-position: 75%;';
	}
	.dr-hessing img {
		object-fit: cover;
		object-position: 10%;
		font-family: 'object-fit: cover; object-position: 10%;';
	}
	/* Wraps Responsive-Tab Tabs */
	.dg-tabs-top01 ul.resp-tabs-list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
	}
}
@media screen and (max-width: 1366px) {
	.big_size {
    font-size: 18px!important;
}
.banner-image .wrapper h1 {
    margin-top: 5px;
}
.marginsforfloats {
	margin-top: 120px;
	margin-bottom: 100px;
}
}
@media screen and (max-width: 1300px) {
	.section .content a.button {
		display: block;
		text-align: center;
	}
	.float-section {
		position: static;
		margin: 52px;
		margin-left: -52px;
	}
	.section.quote-section .quote-box.float-section.float-full {
		height: 240px;
	}
	.section .content {
		flex: 1;
		/* flex: auto; */
	}
	.section.end-section.full-width .content {
		padding-bottom: 180px;
	}
	.section .image {
		flex: 1;
		/* flex: auto; */
	}
	.quote-section .quote-box {
		right: 52px;
	}
}
@media screen and (max-width: 1200px) {
		#dnngo_megamenu .dnngo_menuslide {
	width: 200px;
		}
	.headerBox .nav_box.menu-scrolled .dnn_menu {
		height: 80px !important;
	}
	.Logobox.logo-scrolled {
		height: 80px;
	}
	#dnngo_megamenu > div > ul > li > a > span {
    font-size: 18px;
	}
	.Logobox.logo-scrolled {
    width: 200px;
}
#dnngo_megamenu > div > ul > li.dir > a > span:after {
    top: 25px;
}
.headerBox .nav_box.menu-scrolled .dnn_menu {
    margin-left: 200px;
}
	.banner-image .wrapper {
    padding: 60px 0 80px;
}
	.menu-scrolled #dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
		padding: 0 16px;
	}
	.headerBox .nav_box .dnn_menu {
		width: 970px; /* From .dnn_layout and .container */
	}
	.headerBox .nav_box.menu-scrolled .dnn_menu #dnngo_megamenu .primary_structure {
		align-items: center;
		height: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.headerBox .nav_box.menu-scrolled .dnn_menu #dnngo_megamenu {
		height: 100%;
	}
	#dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
		padding: 20px 24px;
	}
	.headerBox .nav_box.menu-scrolled .dnn_menu #dnngo_megamenu .dnngo_gomenu {
		height: 100%;
	}
	.quote-section .quote-box {
		padding: 40px 50px;
		padding-top: 70px;
	}
	.quote-section .quote-box .profile-icon {
		right: 40px;
	}
	.footer-info .footer-links {
		flex-direction: column;
		padding: 40px;
		padding-top: 144px;
	}
  .col-sm-6.margin-side {
    margin: 0;
}
	.section .content .row {
		flex-direction: column;
	}
	.section .content .row > div {
		width: 100%;
	}
	.section .content .row > div div {
		padding-left: 0;
		padding-top: 40px;
	}
	.headerBox .nav_box.menu-scrolled .dnn_menu #dnngo_megamenu .dnngo_menuslide {
		top: 120px;
	}
	.section.call-to-action .content {
		flex-direction: column;
		align-items: flex-start;
	}
	.section.call-to-action .content .text {
		width: 100%;
	}
	.footer-contact > div {
		padding-top: 20px;
	}
	.footer-contact .icon-wrapper {
		top: -100px;
		left: calc(50% - 40px);
	}
	.footer-contact {
		height: 184px;
	}
	.footer_box .footer_bottom > .dnn_layout {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	/* Dr. Image Fixes */
	.dr-doerr img {
		object-fit: cover;
		object-position: 73%;
		font-family: 'object-fit: cover; object-position: 73%;';
	}
	.dr-hessing img {
		object-fit: cover;
		object-position: 18%;
		font-family: 'object-fit: cover; object-position: 18%;';
	}
    .image-container {
		right: 80px;
	}
	.header-left {
    max-width: 350px;
}
	header.header_bg .dnn_layout {
		width: 100%;
	}
}
@media screen and (min-width: 1201px) {
.hidden-lg-cust {
	display: none !important;
}
}
@media screen and (max-width: 991px) {
	.section .content h2 {
	line-height: 1.1;
	font-size: 30px;
	padding: 0 0 0 20px;
}
.section .image img {
  min-height: 100%;
  max-height: none;
	width: 100%;
	object-fit: cover;
  font-family: 'object-fit: cover;';
  /* object-position:top; */
}
	a.button {
    padding: 16px 26px;
}
	.dg-accordion05 .panel-body {
    padding: 5px 15px;
}
	.footer-info .footer-links ul li a {
    padding: 5px;
	}
	.mm-navbar .mm-title {
    margin-top: 20px;
}
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 28px;
	}		
	h5 {
		font-size: 24px;
	}	
	h6 {
		font-size: 20px;
	}
	.marginsforfloats {
	margin-top: 20px;
	margin-bottom: 40px;
}
  .button-row {
		text-align:center;
	}
	.button-row .button {
		width:100%;
	}
	.Testimonials07-tab .last_page, .Testimonials07-tab .next_page {
		display:none;
	}
	.mobile_header,
	.mobile_dnn_logo,
	.mobile_nav {
		height: 90px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile_nav {
		padding: 10px;
	}
	.Logobox.logo-scrolled {
		position: static;
		display: inline-block;
		width: auto;
		height: 100%;
		animation: none !important;
	}
	.Logobox > a,
	.Logobox.logo-scrolled > a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.nav-menu-info {
		justify-content: space-between;
		padding: 10px 20px;
	}
	.nav-menu-info .item,
	.nav-menu-info .item:nth-of-type(2) {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-left: 0;
	}
	.nav-menu-info .item .icon-box {
		padding-right: 0;
	}
	.banner-image {
		margin-top: 0;
	}
	.banner-image .wrapper {
		padding: 80px;
	}
	.banner-image .wrapper h1,
	.banner-image .wrapper > span,
	.banner-image .wrapper p {
		padding-right: 0;
	}
	.section {
		flex-direction: column-reverse;
		margin: 20px;
		margin-bottom: 0;
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
	}
	.section .content {
		width: 100%;
		padding: 40px;
	}
	.section.call-to-action .image img {
		display: none;
	}
	.section .content a.button {
		display: inline-block;
	}
	.section .image {
		height: 320px;
	}
	.float-section {
		margin: 0;
		border-right: solid 0 transparent;
		border-radius: 0;
		box-shadow: 0 0 0 transparent;
	}
	.section.quote-section .quote-box.float-section.float-full {
		height: 320px;
		padding: 0;
		border-radius: 5px;
		margin-bottom: 0;
	}
	.section.quote-section .quote-box.float-section.float-full .image {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.section.panels-section {
		margin: 0;
		margin-top: 20px;
		background-color: transparent;
		box-shadow: 0 0 0 transparent;
		border-radius: 0;
		overflow: visible;
	}
	.section.panels-section .content {
		padding: 0;
		background-image: none;
	}
	.panels-group {
		grid-gap: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.panels-group .panel {
		width: auto;
		margin-bottom: 0 !important;
	}
	.image-area.section {
		background-color: transparent !important;
		border-radius: 0;
		box-shadow: 0 0 0 transparent;
		overflow: visible;
	}
	.image-area.section .container {
		padding-left: 0;
		padding-right: 0;
	}
	.image-area.section .container .vertical-padding {
		margin-bottom: 20px;
		padding: 40px;
		background-color: #A92731;
		border-radius: 5px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
	}
	.image-group {
		padding-bottom: 0;
	}
	.image-group .image-column .image-column {
		margin-left: 20px;
	}
	.image-group .image-wrapper .image-wrapper {
		margin-top: 20px;
	}
	.section.quote-section {
		flex-direction: column;
		background-color: transparent !important;
		border-radius: 0;
		box-shadow: 0 0 0 transparent;
		overflow: visible;
	}
	.section.quote-section .image {
		order: 1;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
		z-index: 99;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		overflow: hidden;
	}
	.section.quote-section .content {
		padding: 40px;
		order: 2;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
		z-index: 97;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.section.quote-section .quote-box {
		position: relative;
		top: 0;
		left: auto;
		right: auto;
		width: auto;
		padding: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
		order: 3;
		border-radius: 5px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
	}
	.quote-section .quote-box .profile-icon {
		top: auto;
		bottom: 20px;
		left: -70px;
		right: auto;
	}
    .image-container {
		right: 0;
		margin:20px;
		height: 100%;
    	padding: 0;
    	border-radius: 5px;
    	margin-bottom: 0;
	}
	/*
		-- Old Style --
		.section.quote-section .quote-box span:not(.profile-icon) {
			margin-left: 120px;
		}
	*/
	.footer-info {
		margin-top: 0;
	}
	.footer-contact {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 20px;
		border-radius: 0;
		box-shadow: 0 0 0 transparent;
		overflow: visible;
	}
	.footer-contact > div {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 40px;
		margin-left: 20px;
		border-radius: 5px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
	}
	.footer-contact > div:last-of-type {
		margin-right: 20px;
	}
	.footer-contact .icon-wrapper {
		position: static;
		display: flex;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.footer-contact ul {
		margin-left: 20px;
	}
	.footer-info .footer-links {
		padding-top: 40px;
	}
	.container,
	.dnn_layout {
		padding-left: 20px;
		padding-right: 20px;
	}
	.copyright_style {
		width: 100%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.copyright_style .sep {
		display: none;
	}
	#dnn_FooterPane {
		width: 100%;
		padding-top: 0;
	}
	.section.reversed .content {
		order: 1;
	}
	.section.reversed .image {
		order: 2;
	}
	.short-banner {
		margin-top: 0;
		padding-top: 60px;
	}
	.quote-section .quote-box .profile-icon {
		left: auto;
		display: none;
	}
	.section.call-to-action {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.section.call-to-action .content {
		top: 0;
		padding: 40px;
		margin: 0;
	}
	.footer-contact {
		height: auto;
	}
	/* Dr. Image Fixes */
	.dr-doerr img {
		object-fit: cover;
		object-position: 100%;
		font-family: 'object-fit: cover; object-position: 100%;';
	}
	.dr-hessing img {
		object-fit: cover;
		object-position: 0;
		font-family: 'object-fit: cover; object-position: 0;';
	}
	/* Forms */
	.Theme_Responsive_Default {
		width: calc(100% - 40px) !important;
		padding: 40px;
		margin: 20px;
		background-color: #f5f5f5;
		border-radius: 5px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
	}
	/* Header Nav Logo Shadow Fix */
	.Logobox.logo-scrolled {
		box-shadow: none;
	}
	/* Hides captions of images */
	.section .image figcaption {
		display: none;
	}
	.player_boxes.full-height {
		height: auto !important;
	}
	.error-banner {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.error-banner h2 {
		margin-top: -30px;
		margin-bottom: 15px;
	}
	.error-banner p {
		margin-bottom: 30px;
	}
	.error-banner .error-buttons {
		display: flex;
		flex-direction: column;
	}
	.error-banner .error-buttons .button:first-of-type {
		margin-top: 0;
	}
	.error-banner .error-buttons .button {
		margin-top: 16px;
	}
	.section.end-section.full-width .content {
		padding-bottom: 40px;
	}
	.cancel h2 {
	font-size: 46px;
}
.cancel h3 {
	font-size: 28px;
}
.mobile_dnn_logo img {
    max-width: 80%;
}
}
@media screen and (max-width: 767px) {
	.Testimonials07-tab blockquote .pic {
    width: 15px;
    height: 15px;
}
	.nav-menu-info .item .icon-box .img-responsive {
    transform: scale(0.5);
}
.nav-menu-info .item:last-of-type .icon-box .img-responsive {
    transform: scale(0.5);
}
	.ty-title {
		font-size: 4em;
		line-height: 1.2;
	}
	.ty-subtitle {
		font-size: 2em;
		line-height: 1.2;
	}
  .cancel .section .content .row {
	margin:0;
	padding:0;
}
  .Testimonials07-tab blockquote p {
		padding:0 20px;
	}
	.banner-image .wrapper h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.banner-image .wrapper h1 .underline:after {
		top: -13px;
		height: 6px;
	}
	.section .content p {
		font-size: 16px;
		line-height: 1.5;
	}
	a.button {
		font-size: 16px;
		margin-right: 0;
	}
	.section .content a.button {
		display: block;
		width: 100%;
	}
	.panels-group {
		display: flex;
		flex-direction: column;
	}
	.panels-group .panel {
		display: grid;
		grid-template-columns: auto 40px auto 1fr;
		grid-template-rows: auto;
		grid-template-areas: "icon . title ." "content content content content" "content-2 content-2 content-2 content-2";
		text-align: left;
		align-items: center;
	}
	.panels-group .panel   .panel {
		margin-top: 20px !important;
	}
	.panels-group .panel .icon-box {
		grid-area: icon;
	}
	.panels-group .panel h3 {
		grid-area: title;
		display: inline-block;
		font-size: 36px;
		line-height: 1.5;
	}
	.panels-group .panel p {
		grid-area: content;
	}
	.panels-group .panel a.button {
		grid-area: content-2;
		margin-top: 0;
	}
	.panels-group .panel .panel {
		margin-top: 20px !important;
	}
	.image-area.section .container .vertical-padding {
		padding-top: 45px;
		padding-bottom: 45px;
		text-align: left;
	}
	.vertical-padding h2 {
		font-size: 36px;
		line-height: 1.5;
	}
	.vertical-padding p {
		font-size: 16px;
		line-height: 1.5;
	}
	.image-group {
		flex-direction: column;
	}
	.image-group .image-column .image-column {
		margin-left: 0;
		margin-top: 20px;
	}
	.image-group .image-wrapper img {
		width: 100%;
	}
	.footer-contact {
		flex-direction: column;
	}
	.footer-contact .address {
		margin-bottom: 20px;
	}
	.footer-contact .phone {
		margin-bottom: 20px;
	}
	.footer-contact > div {
		width: calc(100% - 40px);
		margin-right: 20px;
	}
	.image-group .image-column:last-of-type {
		display: none;
	}
	.quote-section .quote-box p {
		font-size: 16px;
		line-height: 1.5;
	}
	.section.quote-section .quote-box .profile-icon {
		display: none;
		bottom: 20px;
		width: 80px;
		height: 80px;
		padding: 10px;
		padding-top: 15px;
	}
	.quote-section .quote-box .profile-icon img {
		width: 100%;
	}
	.section.quote-section .quote-box span:not(.profile-icon) {
		margin-left: 0;
		font-size: 16px;
		line-height: 1.5;
	}
	.footer-info .footer-links ul {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		/*
			grid-template-columns: auto;
			grid-template-rows: 1fr 1fr;
			grid-auto-flow: column;
		*/
	}
	.footer-info .footer-links ul li a {
		width: 100%;
		text-align: center;
	}
	.footer-contact > div div {
		margin-top: 20px;
	}
	#dnn_dnnCOPYRIGHT_lblCopyright {
		width: 100%;
	}
	.panels-group .panel h3:after {
		top: -16px;
	}
	.short-banner h1 {
		font-size: 45px;
		line-height: 1.2;
	}
	.short-banner,
	.section.call-to-action .content {
		padding: 40px;
	}
	/* Forms */
	.Theme_Responsive_Default .form_submit .btn {
		width: 100%;
	}
	.Theme_Responsive_Default .form_submit .btn:nth-of-type(2) {
		margin-top: 16px;
	}
	/* Mobile Responsive-Tab Fixes */
	.dg-tabs-top01 ul.resp-tabs-list {
		display: none;
	}
	.section .content h2.resp-accordion {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding: 16px 56px;
		border: solid 3px transparent;
		border-bottom-color: #2c8e7d;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		color: white;
		text-shadow: 0 0 1px rgba(255, 255, 255, .17);
		background-color: #37A693;
		box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21) !important;
		border-radius: 5px !important;
		backface-visibility: hidden;
	}
	.section .content h2.resp-accordion:hover {
		color: white;
		background-color: #52b5a4;
	}
	.section .content h2.resp-accordion .resp-arrow {
		position: static;
		margin-top: 0;
	}
	.section .content h2.resp-accordion span:not(.resp-arrow) {
		width: calc(100% - 42px);
	}
	.dg-tabs-top .resp-tab-content {
		border: none;
	}
	.error-banner h2 {
		letter-spacing: .75em;
	}
	.error-banner .error-buttons {
		margin-bottom: 40px;
	}
	.error-banner .error-link {
		margin-bottom: 30px;
	}
	.image-group .image-column {
		margin-left: 0;
	}
	.image-group .image-column .image-wrapper,
	.image-group .image-column .image-wrapper:nth-of-type(1) {
		margin-top: 20px;
	}
	.image-group .image-column:first-of-type .image-wrapper:nth-of-type(1) {
		margin-top: 0;
	}
	.section .content ul li {
		font-size: 16px;
	}
	.section.quote-section .float-section.float-full.quote-box .image span {
		font-size: 32px;
	}
	.banner-image .wrapper {
    padding: 50px;
}
.mobile_dnn_logo img {
    max-width: 100%;
}
#dr-hessing-image {
    background-position: left;
}
}
@media screen and (max-width: 550px) {
	.blog-list01 {
		padding: 0 20px !important;
	}
	.mm-navbar,
	.mm-menu,
	.mm-panels,
	.mm-panels > .mm-panel,
	.mm-navbar .mm-btn {
		position: static;
	}
	.mm-menu .mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1 {
		display: none;
	}
	.mobile_menu .mm-navbar.mm-navbar-top-2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
	}
	.mm-menu .mm-navbar.mm-navbar-top-2 a {
		padding-right: 0;
	}
	.nav-menu-info {
		flex-direction: column;
		padding: 0;
	}
	.nav-menu-info .item,
	.nav-menu-info .item:nth-of-type(2) {
		flex-direction: row;
		justify-content: space-between;
		padding: 5px;
	}
	.nav-menu-info .item .item {
		padding-top: 20px;
		border-top: solid #dbdbdb 1px;
	}
	.nav-menu-info .item .text {
		align-items: flex-end;
	}
	.section.quote-section .quote-box.float-section.float-full {
		height: 210px;
	}
	.section .image {
		height: 210px;
	}
	.banner-image .wrapper {
		padding: 20px;
	}
	.banner-image .wrapper h1 {
		font-size: 32px;
		line-height: 1.5;
	}
	.banner-image .wrapper h1 .underline:after {
		top: -17px;
	}
	.banner-image .wrapper > span,
	.banner-image .wrapper p {
		font-size: 22px;
	}
	.banner-image .wrapper .btn-group,
	.banner-image .wrapper .btn-group button.btn {
		display: inline-block;
		width: 100%;
	}
	.error-banner h1 {
		font-size: 90px;
	}
	.error-banner h2 {
		letter-spacing: .25em;
	}
	.container, .dnn_layout {
    padding-left: 0;
    padding-right: 0;
}
.mobile_nav {
    padding: 5px;
}
.mobile_header, .mobile_dnn_logo, .mobile_nav {
    height: 60px;
}
}
@media screen and (max-width: 450px) {
	.short-banner h1 {
		font-size: 36px;
		line-height: 1.2;
	}
	.banner-image .wrapper h1 .underline:after {
		top: -12px;
	}
	.banner-image .wrapper p {
		margin-top: 8px;
		margin-bottom: 20px;
	}
	.section.quote-section .quote-box.float-section.float-full {
		height: 160px;
	}
	.section .image {
		height: 160px;
	}
	.section .content,
	.section.quote-section .content,
	.image-area.section .container .vertical-padding,
	.panels-group .panel {
		padding: 15px 15px;
		padding-bottom: 20px;
	}
	.section.full-width .content,
	.section.quote-section .quote-box {
		padding: 20px;
	}
	.image-area.section .container .vertical-padding {
		padding-bottom: 40px;
	}
	.float-section .image span {
		font-size: 24px;
	}
	.panels-group .panel {
		grid-template-columns: auto 30px auto 1fr;
	}
	.panels-group .panel h3 {
		font-size: 24px;
	}
	.panels-group .panel h3 :after {
		top: -12px;
	}
	.footer-links img {
		width: 100%;
	}
	.footer-info .footer-links ul {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-auto-flow: row;
	}
	.dg-accordion05 .panel-heading .panel-title a,
	.dg-accordion05 .panel-heading .panel-title a.collapsed,
	.section .content h2.resp-accordion {
		padding: 16px 24px;
	}
	.dg-accordion05 .panel-heading .panel-title a,
	.dg-accordion05 .panel-heading .panel-title a.collapsed {
		padding-right: 42px;
	}
	.dg-accordion05 .panel-heading .arrow,
	.dg-accordion05 .panel-heading .collapsed .arrow {
		right: 16px;
	}
	.resp_container h3 {
		word-break: break-all;
	}
	.section.call-to-action .content {
		padding: 20px;
		padding-top: 40px;
	}
	.footer-contact > div {
		padding: 20px;
	}
		.cancel h2 {
	font-size: 40px;
}
.cancel h3 {
	font-size: 24px;
}
}
/* Animation */
@keyframes logo {
	from {
		transform: translateX(360px)
	}
	to {
		transform: translateX(0)
	}
}
@keyframes click-bounce {
	0% {
		transform: translateX(0)
	}
	50% {
		transform: translateX(5px)
	}
	100% {
		transform: translateX(0)
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeDown {
	from {
		right: -50px;
	}
	to {
		right: -10px;
	}
}
@media screen and (max-width: 479px){
	.Testimonials07-tab blockquote p {
		padding:0 10px;
	}
  .image-container {
		margin: 5px;
	}
}
@media screen and (max-width:379px) {
	.dg-accordion05 .panel-default>.panel-heading .panel-collapse>.panel-body {
		padding:10px 15px;
	}
	.resp_container h3, .panel-body h3 {
		font-size:28px;
		line-height:1.4;
		border-bottom: 3px dashed #ddd;
		margin-bottom:30px;
	}
  .banner-image .wrapper h1 {
		line-height:1.1em;
	}
	.mobile_header, .mobile_dnn_logo, .mobile_nav {
    height: 40px;
}








/*
     FILE ARCHIVED ON 11:14:56 Jul 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:11:04 Jul 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.36
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 14.493
  LoadShardBlock: 138.664 (3)
  PetaboxLoader3.datanode: 118.582 (5)
  PetaboxLoader3.resolve: 114.867 (2)
  load_resource: 114.521
  loaddict: 22.389
*/