/*!
Theme Name: Beglin
Theme URI: https://beglinsmiles.com/
Author: Boom Visibility
Author URI: https://www.boomvisibility.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beglin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Beglin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #7B7B7B;
	font-family: 'Barlow', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.2;
}

h1 {font-size: clamp(30px, 4vw, 54px);}
h2 {font-size: clamp(24px, 3.2vw, 44px);color: #000000;}
h3 {font-size: clamp(20px, 2.5vw, 34px);color: #000000;}
h4 {font-size: clamp(18px, 2.2vw, 24px);color: #000000;}

h1, h2 {font-weight: 400;}

h2 ~ h3 {margin-top: 1.5em;}
h3 ~ h4 {margin-top: 1em;}

p {
	font-size: clamp(15px, 1.75vw, 18px);
	margin: 1.5em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

span.red {color: #C3002F;}
.textalign-center {text-align: center;}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: none;
	padding: 0;
}

ul li {font-size: clamp(15px, 1.75vw, 18px);}

.entry-content ul {
	padding-left: 25px;
}
.entry-content ul li {position: relative;}
.entry-content ul li:before {
	content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C3002F;
    position: absolute;
    top: 10px;
    left: -25px;
}
.entry-content ul ~ h2, .entry-content ul ~ h3, .entry-content ul ~ h4, .entry-content ul ~ h5, .entry-content ul ~ h6{
    margin-top: clamp(20px, 3vw, 35px);
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a, a:visited {
	color: #C3002F;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #FC2A5D;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	background: #C3002F;
	color: #fff;
	font-weight: bold;
	font-size: clamp(15px, 2vw, 18px);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	padding: 0.8em 2em 0.8em 1em;
	border: 0px solid transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
input[type="submit"] {padding: 0.8em 1.2em;}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: inset 400px 0 0 0 #fff;
    color: #C3002F;
	padding: 0.8em 2em 0.8em 1.2em;
}

.button:after, button#seopress-user-consent-accept:after {
	content: "\f345";
	font-family: dashicons;
	font-size: 18px;
	color: #fff;
	background: #FC2A5D;
	position: absolute;
	right: -12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a.button ~ a.button {
    margin-left: 25px;
}

.button.blue-button:after {background: #C3002F;}

.button:hover:after, button#seopress-user-consent-accept:hover:after{
	box-shadow: inset 200px 0 0 0 #C3002F;
    color: #fff;
	right: -15px;
}

a.learn-more {
	font-size: clamp(15px, 2vw, 18px);
	font-weight: bold;
	text-transform: uppercase;
	color: #C3002F;
	display: flex;
    align-items: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.learn-more:after {
	content: "\f345";
	font-family: dashicons;
	color: #FC2A5D;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.learn-more:hover {
	color: #FC2A5D;
}
a.learn-more:hover:after {
	color:#C3002F;
	margin-left: 13px;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Containers */
.container {max-width: 90%; margin: 0 auto;}
.justify-center {justify-content: center;}
.flex-around {justify-content: space-around;}
.flex-between {justify-content: space-between;}
.flex-reverse {flex-direction: row-reverse;}
@media(min-width: 767px) {
	.flex-container {
		display: flex;
		flex-wrap: wrap;
	}
	.flex-2 > * {flex-basis: 48%;max-width: 48%;}
	.flex-2-overlap > div:first-of-type {flex-basis: 50%;}
	.flex-2-overlap > div:last-of-type {flex-basis: 55%; margin-left: -5%;}
	.flex-3 > *, .flex-6 > * {flex: 0 0 32%;}
	.flex-4 > * {flex: 0 0 24%;}
	.flex-center {align-items: center;}
	.flex-2.flex-flush > * {flex: 0 0 50%;max-width: 50%;}
	.flex-3.flex-flush > *, .flex-5.flex-flush > * {flex: 0 0 33.333%;}
	.flex-4.flex-flush > * {flex: 0 0 25%;}
}

@media(min-width: 1025px) {
	.flex-3.flex-flush > * {flex: 0 0 33.333%;}
	.flex-5.flex-flush > * {flex: 0 0 20%;}
}

@media(min-width: 1250px) {
	.container {max-width: 1206px;}
	.flex-6 > * {flex: 0 0 15%;}
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Home Page */
.location-blocks.top-location-blocks {display: none;}
.location-block {text-align: center; padding: clamp(12px, 1.5vw, 18px);color: #fff;}
.location-block a {color: #fff;font-size: clamp(17px, 1.65vw, 21px);line-height: clamp(21px, 1.85vw, 28px);}
.location-block a strong {font-size: clamp(15px, 1.5vw, 18px);}
.location-block p, .location-block a {
    margin: 0;
    padding: 0;
}
.location-block:nth-child(1) {background: #3D5E7D;}
.location-block:nth-child(2) {background: #4E7293;}
.location-block:nth-child(3) {background: #5F86AA;}
.location-block:nth-child(4) {background: #749DC2;}
.location-block:nth-child(5) {background: #88B5DD;}
@media(min-width: 1025px) {
	.location-blocks.top-location-blocks {display: block;}
	.location-blocks .flex-6 > * {flex: 0 0 16.66666%;}
}
.about {padding: clamp(55px, 8vw, 125px) 0 clamp(45px, 6vw, 85px) 0;}
.about-logos {margin: clamp(10px, 2.5vw, 35px);}
.left-side {
    position: relative;
	z-index: 9;
    background: #FAFAFA;
    padding: 5%;}
.right-side {position: relative;}
.logo-flex.flex-container {
	display: flex;
	flex-wrap: wrap;}
.service-blocks {
	padding: clamp(45px, 6vw, 85px) 0;
	background: linear-gradient(to bottom, #3D5E7D 0%,#3D5E7D 50%,rgba(250,250,250,1) 50%,rgba(250,250,250,1) 100%);
}
.service-blocks .header, .service-blocks h2.section-header {color: #fff;}
.service-block-flex {margin-top: clamp(35px, 4vw, 60px);}
.service-block {
    background: #fff;
   	padding: 4%;
	margin-bottom: 2%;
	position: relative;
}
.service-block h3 {
	color: #3D5E7D;
	margin-bottom: 25px;
	font-size: clamp(18px, 1.5vw, 24px);
}
.service-block a.learn-more {
	justify-content: center;
	width: 100%;
}
.service-image {
    min-height: 135px;
}
@media(min-width: 767px){
	.service-block {
		padding: 4% 2%;
		margin-bottom: 0;
		transition: transform 0.3s;
		-moz-transition: transform 0.3s;
		-webkit-transition: transform 0.3s;
		-o-transition: transform 0.3s;
		transform: translateY(0);
	}
	.service-block:hover {
		transform: translateY(-5px);
	}
	.service-block a.learn-more {
		position: absolute;
		bottom: 8%;
		left: 0;
	}
	.left-side {margin-top: 50px;}
}
section.cta-location-blocks {
    background: #FAFAFA;
    padding: 0 0 clamp(75px, 12vw, 200px) 0;
}
section.cta-location-blocks.contact-locations
{
	margin-top: clamp(75px, 9vw, 150px);
	padding-top: clamp(35px, 7vw, 75px);
}
.cta-location-block {
    margin: clamp(25px, 5vw, 50px) 0 0 0;
	text-align: center;
}
.cta-location-block a.learn-more {
    margin: clamp(15px, 3vw, 30px) 0 0 0;
	display: block;
}
.cta-location-block p, .cta-location-block a:not(.learn-more) {color: #3D5E7D; }
.cta-location-block p {
    font-size: clamp(17px, 2vw, 22px);
    margin: 12px 0;
    line-height: 1.2;
}
.emergency-text{
	margin: 0;
	padding: 16px 0 16px 32px;
}
.number {
    margin: 0;
    padding: 16px 32px 16px 10px;
}
.emergency-number {text-align: center;}
.emergency-number .container {
	background: #FC2A5D;
    display: block;}
.emergency-number .flex-container.justify-center {
	display: flex;
	justify-content: center;}
.emergency-text p, .number p {
    color: #fff;
    font-size: clamp(20px, 3vw, 36px);
    margin: 0;
}
.emergency-number {position: relative;}
.number p {font-weight: bold;}
.number a {color: #fff;}
.home-blog {padding: clamp(45px, 6vw, 85px) 0;}
.blog-flex {
  background: #FAFAFA;
	margin: clamp(45px, 6vw, 85px) 0;
}
.blog-flex .section-header a {color: #000;}
.blog-flex .post-block {padding: 4%;}
.blog-flex .post-image {min-height: 450px;}
@media(min-width: 767px) {
	.blog-flex.flex-2 > *,
	.feature-blocks .flex-2 > * {flex: 0 0 50%;}
	.emergency-number {margin: -50px 0;}
	.emergency-number .container {display: inline-block;}
	.right-side .emergency-number {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media(min-width: 1025px) {
	.cta-location-block {text-align: left;}
	.cta-location-block a.learn-more {display: flex;}
}
.financing, .feature-blocks {
	padding-bottom: clamp(75px, 8vw, 150px);
}
.financing-background {
    height: 0;
    padding-bottom: 25%;
    background-size: cover;
    margin-bottom: -12%;
}
.financing .container {
    background: #FAFAFA;
    padding: 5%;
    position: relative;
}
.financing-text {
    max-width: 400px;
}
.financing-text p {
    margin-top: 0;
}
.financing-cta-container {
    background: #3D5E7D;
	border: 1px solid #36B4E5;
    color: #fff;
    padding: clamp(5%, 5vw, 8%);
	position: relative;
}
.financing-cta-container h3 {
	color: #fff;
	font-size: clamp(20px, 4vw, 28px);
}
.financing-cta-container ul li {line-height: 1.2;}
.financing-cta-container ul li:before {
	content: "\f147";
    font-family: dashicons;
    margin-right: 10px;
    color: #fff;
    font-size: clamp(20px, 4vw, 28px);
    display: inline-block;
    vertical-align: middle;
}
.financing-cta-value {
    position: absolute;
    bottom: 12%;
    right: -10px;
    padding: 1.5% 5%;
    background: #fff;
    color: #C3002F;
    text-transform: uppercase;
    text-align: center;
}
.financing-cta-value p {margin: 0;line-height: 1;}
.financing-cta-value span.amount {
	font-size: clamp(28px, 3.5vw, 44px);
}
p.financing-disclaimer {
    color: #FC2A5D;
    font-size: 14px;
    text-align: center;
}
a.button.financing-button {
    position: absolute;
    bottom: -20px;
}

.feature-block, .features-block {
	padding: clamp(30px, 5vw, 60px) clamp(20px, 3vw, 40px);
}
.feature-block, .feature-block h2.section-header, .feature-block p.header {
	color: #fff;
}
section.features .feature-block p.header {color: #C3002F;}
section.features .feature-block h2.section-header a{color: #000;}
section.features .feature-block p {color: #7B7B7B;}
.feature-content {
	padding-bottom: clamp(30px, 5vw, 60px);
}
.testimonial-section {
    background-size: cover;
    padding-bottom: clamp(75px, 7vw, 150px);
    background-position: top center;
}
.testimonial-section .container {padding-top:clamp(75px, 8vw, 150px);}
h3 ~ .rpi, .rpi ~ h3 {margin-top: clamp(15px, 2.5vw, 30px);}
.rpi {
    position: relative;
	font-family: 'Barlow', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.testimonial-section .rpi .rplg-url {display: none;}
.testimonial-section .rpi:after {
    position: absolute;
    bottom: -18px;
    left: 7%;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #C3002F;
}
.rpi .ratings {
    padding: 7%;
    background: #fff;
	color: #3D5E7D;
}
.rpi .ratings p {
	font-size: clamp(16px, 1.5vw, 18px) !important;
	line-height: clamp(24px, 2vw, 29px) !important;
	margin: 0;
}
.rpi .ratings p strong{color: #FC2A5D;}
.rpi .ratings .rpi-star::after {background-color: #FC2A5D;}
.review-button {
	margin-top: clamp(30px, 5vw, 60px);
}
section.reviews .rplg-reviews > .rplg-review:nth-child(even) .rplg-review .ratings{
    background: #f9f9f9;
}
@media (min-width: 767px){
	p.financing-disclaimer {margin-bottom: 0;}
}

/* Default Pages */
.wrapper {padding: clamp(45px, 6vw, 85px) 0;}
.entry-header {padding: clamp(35px, 4.5vw, 75px) 0;}
p.anchorlink {clear: both;text-align: right;}

/* About Page */
.statement {
	max-width: 700px;
	margin: 0 auto;}

.statement p {
    color: #fff;
    font-size: clamp(18px, 2vw, 22px);
    line-height: clamp(25px, 2.5vw, 35px);
    font-style: italic;
}
section.doctor-blocks {
    padding: clamp(75px, 7vw, 150px) 0;
    background: #3D5E7D;
    margin-bottom: -10vw;
	position: relative;
}
section.doctor-blocks-lower {
	padding: 0 0 clamp(75px, 7vw, 150px) 0;
	background: #fafafa;
}
section.doctor-blocks p.header {color: #fff;}
section.doctor-blocks h2.section-header{
	max-width: 650px;
	margin: 0 auto;
	color: #fff;}
.doctor-block-flex a.learn-more.justify-center {
	width: 100%;
	justify-content: center;
}
.doctor-block-flex {
    margin-top: clamp(35px, 4vw, 60px);
    justify-content: center;
}
.doctor-block {
	position: relative;
    margin: 2% 2%;
	display: flex;
}
.doctor-image, .doctor-text {
    flex-basis: 50%;
    background: #fff;
	position: relative;
}
.doctor-image .doctor {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
	background-position: center;
}
.doctor-text {padding: 5%;}
.doctor-text h3 a{
    color: #000;
    font-weight: 400;
    font-size: clamp(18px, 2vw, 26px);
    margin: 5px 0;
}
body .service-blocks .doctor-text .header {color: #C3002F;}

@media(min-width: 767px){
	.doctor-block {flex-basis: 46%;}
}
@media(min-width: 1025px){
	.doctor-bio {
		position: absolute;
		width: 90%;
		left: 5%;
		bottom: 5%;
	}
	.doctor-block {flex-basis: 650px;}
	.doctor-text {padding: clamp(5%, 6vw, 50px) clamp(5%, 6vw, 50px) clamp(5%, 8vw, 150px) clamp(5%, 6vw, 50px);}
}

/* Before-After Page */
.before-image, .after-image {
    height: 0;
    padding-bottom: 36%;
    background-size: cover;
    position: relative;
	margin-bottom: 2%;
}
.before-text {
	position: absolute;
	top: 5px;
	left: 5px;
}
.after-text {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.before-image a, .after-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	color: #fff;
}
.before-text h5, .after-text h5{
	font-size: clamp(15px, 2vw, 22px);
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-shadow:2px 2px 15px rgba(0, 0, 0, 0.15);
}

/* Video Wrapper */ 
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Imagelightbox */
.imagelightbox-overlay {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }
  
  #imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	top: 50%;
	touch-action: none;
	box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);}
  
  .imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em;}
  
  .imagelightbox-arrow {
	width: 28px;
	height: 109px;
	top: 50%;
	z-index: 9999;
	background: transparent;
	border: 0;
	position: fixed; }
  
  .imagelightbox-arrow-left {
	background-image: url(../images/left-arrow.png);
	left: 10%; }
  
  .imagelightbox-arrow-right {
	background-image: url(../images/right-arrow.png);
	right: 10%; }
  
  .imagelightbox-arrow-left:active, .imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:active, .imagelightbox-arrow-right:hover {
	background-color: transparent;
	box-shadow: none;
	background-position: 0 1px; }
  
  .imagelightbox-close {
	cursor: pointer;
	width: 2.5em;
	height: 2.5em;
	background-color: #666;
	position: fixed;
	z-index: 10002;
	top: 2.5em;
	right: 2.5em;
	border-radius: 50%;
	transition: color .3s ease;}
  
  .imagelightbox-close:hover {
	background-color: #111;
  }
  
  .imagelightbox-close:before,
  .imagelightbox-close:after {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;}
  
  .imagelightbox-close:before {transform: rotate(45deg);}
  .imagelightbox-close:after {transform: rotate(-45deg);}

/* Overview Page */
.features {padding: clamp(45px, 6vw, 85px) 0;}
.feature-image {
    background-size: cover;
    padding-bottom: 58%;
    background-position: center;
	background-repeat: no-repeat;
}
.feature-flex {
    background: #fff;
		margin-bottom: 5%;
}
.features-block h2 a {color: #000;}
.features-block h2 a:hover {color: #FC2A5D;}
.flex-container ~ .group-header {padding-top: clamp(45px, 6vw, 85px);}
.group-header {padding-bottom: clamp(55px, 7vw, 85px);}
.group-header h2.section-header {
    max-width: 500px;
    margin: 0 auto;
}

@media(min-width: 1025px) {
	.feature-image {padding-bottom: 38%;}
}

/* Services Page */

.services-image {
    width: 40%;
    height: 0;
    padding-bottom: 37%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -5%;
    background-position: center;
	position: relative;
    z-index: 1;}

.services-content {
	position: relative;
	padding: 5%;
	background: #fafafa;
	margin-bottom: 5%;}
.services-content a.button {
	position: absolute;
	bottom: -20px;}
.post-image {
	background-size: cover;
	position: relative;
	background-position: center;
	}
.post-image a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;}
.lower-section {
	background-color: #FAFAFA;
	padding: clamp(55px, 7vw, 85px);
	margin-bottom: clamp(55px, 7vw, 85px);
}
@media(min-width: 767px){
	.services-image {width: 25%;}
}

@media (min-width: 1025px){
	div.services {
    	margin-top: -6%;
    	position: relative;}
	.services-content {
		padding: 5% 15% 8% 5%;
		margin-right: 10%;}
}

/* Staff Page */
.flex-container.staff.flex-overlap.flex-reverse {
	margin-bottom: 75px;
}
.staff-bio {
    padding: 5%;
    background: #fafafa;
	margin-bottom: 5%;
}
.entry-content h3 {
	font-size: 20px;
	text-transform: uppercase;
}
.entry-content h4 {
	font-size: clamp(15px, 1.5vw, 18px);
}
.staff-image {margin-top: 1.5em;}
@media(min-width: 1025px){
	div.staff {
   		margin-top: -6%;
    	position: relative;}
	.staff-bio {
    	padding: 5% 15% 5% 5%;
    	margin-right: 18%;}
	.staff-image {
    	position: absolute;
    	top: -5%;
    	right: 0;
    	margin-top: 0;}
}

/* Contact Page */
.phone-number, .address {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}
.phone-number a:before, .address p:before {
	content: '';
	background-size: cover;
	display: block;
    position: absolute;
    top: 8px;
    left: 0px;
}
.phone-number a:before {width: 13px; height: 13px;}
.payment-link {
    margin: 10px 0;
}
.payment-link a:before {
	font-family: dashicons;
	font-size: 18px;
	content: "\f18e";}
.address p:before {width: 11px; height: 13px;}
.address p {color: #C3002F;}
.address a {color: #3D5E7D;
	display: flex;
  align-items: center;}
.address a:after {
	content: "\f345";
	font-family: dashicons;
	font-size: 18px;
	line-height:1;
	color: #C3002F;
	margin-left: 10px;
}
.phone-number a:before {background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.281" height="13.309" viewBox="0 0 13.281 13.309"><g id="phone-call" transform="translate(-0.539)"><g id="Group_13" data-name="Group 13" transform="translate(0.539 0)"><path id="Path_103" data-name="Path 103" d="M13.472,9.768,11.615,7.91a1.235,1.235,0,0,0-2.056.464,1.264,1.264,0,0,1-1.459.8A5.727,5.727,0,0,1,4.65,5.721a1.2,1.2,0,0,1,.8-1.459A1.235,1.235,0,0,0,5.91,2.206L4.053.348a1.325,1.325,0,0,0-1.791,0L1,1.609c-1.26,1.327.133,4.842,3.25,7.96s6.633,4.577,7.96,3.25l1.26-1.26A1.325,1.325,0,0,0,13.472,9.768Z" transform="translate(-0.539 0)" fill="%23c3002f"/></g></g></svg>');}
.address p:before{background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.089" height="12.378" viewBox="0 0 10.089 12.378"><g id="Grupo_23" data-name="Grupo 23" transform="translate(-563.328 -1302.162)"><path id="Trazado_68" data-name="Trazado 68" d="M8.512,14.54l.043.025.018.007a.465.465,0,0,0,.442,0l.018-.009.043-.025c.037-.021.09-.052.156-.093.133-.082.32-.2.543-.36a11.971,11.971,0,0,0,1.64-1.395,7.788,7.788,0,0,0,2.424-5.4,5.044,5.044,0,1,0-10.089,0,7.788,7.788,0,0,0,2.424,5.4,11.971,11.971,0,0,0,1.64,1.395c.223.158.411.279.543.36C8.423,14.487,8.475,14.518,8.512,14.54Zm.281-5.411A1.834,1.834,0,1,0,6.96,7.295,1.834,1.834,0,0,0,8.793,9.128Z" transform="translate(559.578 1299.912)" fill="%23c3002f" fill-rule="evenodd"/></g></svg>');}
.phone-number p {
	margin: 0;
	color: #3D5E7D;
}
.online-booking {
    margin: 30px 0px;
}
.online-booking h3 {font-weight: 400;}
.online-booking p {
	color: #3D5E7D;
}
.form .gform_wrapper.gravity-theme .gfield {
    background: #fff;
    padding: 2.5% 4%;
}
.form .gform_wrapper.gravity-theme .gfield input, .form .gform_wrapper.gravity-theme .gfield select, .form .gform_wrapper.gravity-theme .gfield textarea {
    border: 0px solid transparent;
    border-radius: 0px;
	padding: 0;
	background-color: #fff;
}
.form .gform_wrapper.gravity-theme .gfield input::placeholder,
.form .gform_wrapper.gravity-theme select::-webkit-input-placeholder,
.form .gform_wrapper.gravity-theme .gfield textarea::placeholder{
	color: rgba(38,62,130,0.23);
	font-weight: bold;
	font-size: 20px;
}
.form .gform_wrapper.gravity-theme .gfield input,
.form .gform_wrapper.gravity-theme select,
.form .gform_wrapper.gravity-theme .gfield textarea {
	color: rgba(38,62,130,1);
	font-weight: bold;
	font-size: 20px;
}
.form .gform_wrapper.gravity-theme .gfield select option {padding: 0px;}
.form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3D5E7D;
	margin-bottom: 0px;
}
p.gform_required_legend, .form .gform_required_legend {display: none;}
section.map {margin: clamp(45px, 6vw, 85px) 0;}
.right-side.form {
	background: #D2E0EF;
	padding: 5%;}
.hours-side {padding: 5%;background: #FAFAFA;}
.map-side p {margin: 0;}
.hours-side p {
	font-weight: bold;
	margin: 2px 0;
}
#mapbutton {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#mapbutton:hover {
	color: #FC2A5D;
	cursor: pointer;}
.hours-side p.day {color: #000;}
.hours-side p.hours {color: #3D5E7D;}
section.contact-text {
    margin-top: clamp(45px, 6vw, 85px);
    padding: clamp(45px, 6vw, 85px) 0;
    background: #fafafa;
}
.location-image {
    background-size: cover;
    height: 0;
    padding-bottom: 60%;
    background-position: center;
}
@media (min-width: 767px){
	.hours .flex-container.flex-2 .day {flex-basis: 25%;max-width: 25%;}
	.hours .flex-container.flex-2 .hours {flex-basis: 70%;max-width: 70%;}
	.right-side.form {padding: 5% 5% 5% 10%;}
}
.text-numbers {margin-top: 10px;display: flex;justify-content: center;}
@media (min-width: 1025px){
	.flex-top {
    	margin-top: -9%;
		align-items: flex-start;
    	position: relative;}
	.text-numbers {display: none;}
	}

/* Blog */
.entry-container.blog-entry:nth-child(odd) {background: #FAFAFA;}
.entry-container.blog-entry {padding: clamp(45px, 6vw, 85px) 0;}

.navigation {background: #fafafa;}
.navigation ul {
    display: flex;
    justify-content: center;
}
.navigation li a {
    padding: 2px 20px;
    background: #fff;
    border: 1px solid #C3002F;
    margin: 0 2px;
}
.navigation li.active a, .navigation li a:hover {background: #C3002F;color: #fff;}

/* Landing Page */
.landing-main h1 {
	font-size: clamp(22px, 3vw, 40px);
	margin: 0 0 clamp(20px, 4vw, 28px) 0;
	color: #263E83;
}
.landing-main .contact-form {
	margin: 0 0 clamp(45px, 6vw, 85px) 0;
}
.landing-main h2, .landing-main .contact-form h4 {
	margin: 0 0 clamp(10px, 2vw, 25px) 0;
}
.landing-main h2 {
	font-size: clamp(18px, 2.75vw, 35px);
	color: #C3002F;
}
.landing-main h3 {
	font-size: clamp(16px, 2.5vw, 30px);
	margin: 0 0 clamp(10px, 2vw, 25px) 0;
}
.left-side ul li {
	margin-bottom: 10px;
	font-size: clamp(16px, 2vw, 20px);
	line-height: clamp(20px, 4vw, 28px);
}
.left-side ul li:before {
    content: "\f147";
    font-family: dashicons;
    margin-right: 10px;
    font-size: clamp(20px, 4vw, 28px);
    display: inline-block;
    vertical-align: middle;
    width: clamp(20px, 4vw, 28px);
    height: clamp(20px, 4vw, 28px);
    border: 1px solid #263E83;
    border-radius: 50%;
    line-height: clamp(20px, 4vw, 28px);
    color: #FC2A5D;
}
section.journey {
    background-size: cover;
    background-position: center;
    background-color: #DCE9F0;
    background-blend-mode: screen;
    background-attachment: fixed;
}
section.journey, section.main-content, section.why-choose {
    padding: clamp(45px, 6vw, 85px) 0;
}
section.landing-team {
    padding: clamp(45px, 6vw, 85px) 0 0 0;
}
section.main-content, section.why-choose {
	background:#DCE9F0;
}
.step-number {
	background: #fff;
    border: 1px solid #263E83;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto clamp(20px, 4vw, 28px) auto;
    text-align: center;
    line-height: 92px;
    font-size: 50px;
    color: #FC2A5D;
    position: relative;
    z-index: 1;
}
.step-text h4 {
	font-weight: 400;
	margin-bottom: 10px;
}
.step-text p {
	margin-top: 0;
}
.team-image img {
    margin: 0 auto;
}
.choose-header {
    background-color: #FC2A5D;
    color: #fff;
    font-size: clamp(18px, 2.5vw, 30px);
    border-radius: 22px 22px 0px 0px;
}
.choose-blocks {margin-bottom: clamp(25px, 3vw, 45px);}
.choose-image {
    background-position: center;
    padding: 0 0 50% 0;
    background-repeat: no-repeat;
	background-color: #fff;
}
@media(min-width: 1025px){
	section.landing-team .container{max-width: 800px;}
}

/* Search/404 */
section.no-results, section.error-404 {padding: clamp(35px, 5vw, 85px) 0;}

/* Sitemap */
section.sitemap {padding: clamp(35px, 5vw, 85px) 0;}
.wrap-html-sitemap.sp-html-sitemap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between; 
}
.wrap-html-sitemap.sp-html-sitemap > div {
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.sp-wrap-cats {
    margin-top: 15px;
}
@media(min-width: 767px){
	.wrap-html-sitemap.sp-html-sitemap > div {
		flex-basis: 48%;
		max-width: 48%;}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Headers */
.navigation-bar {
    position: sticky;
    top: 0;
    z-index: 9999;
	padding: 0;}
.navigation-bar, .navigation-bar .flex-container {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.navigation-bar .container {
    position: relative;
	max-width: 100%;
}
.navigation-bar .flex-container.flex-between {
    position: absolute;
    width: 100%;
    top: 0px;
	padding: 3% 0;
}
.navigation-bar.smaller .flex-container{
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	padding: 0;
}
#masthead {
	position: relative;
	background-size: cover;
	background-color: #DFE5EE;
	background-position: center center;
	padding-top: 140px;
	}
.home #masthead {background-position: top center;}
.single #masthead {background-blend-mode: screen;}
#masthead .container {max-width: 100%;}
.site-branding {
	flex-basis: 180px;
    max-width: 180px;
	padding: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.navigation-bar.smaller .site-branding {
	padding: 1% 4%;}
.site-branding, .entry-header {
	margin: 0 5%;
}
h1.entry-title {
	color: #000;
	font-weight: 400;
	margin-bottom: 5px;
    line-height: 1.2;
}
p.header {
	color: #C3002F;
	font-weight: bold;
	font-size: clamp(17px, 2vw, 20px);
	text-transform: uppercase;
	margin: 0;
}
h2.section-header {
	color: #000;
	margin-bottom: clamp(22px, 2.2vw, 35px);
}
.banner-flex {
    padding: clamp(45px, 6vw, 85px) 0 clamp(55px, 10vw, 130px) 0;
}
.banner-flex h1, .banner-flex h2, .banner-flex p {color: #000; line-height: 1;}
.banner-flex h1 span.red {font-weight: bold;}
.banner-flex h2 {font-size: clamp(20px, 2.2vw, 31px);}
.banner-flex p {margin-top: 10px;}
.breadcrumb, .breadcrumb a {
	font-size: clamp(13px, 1.25vw, 16px);
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: #3D5E7D;
	text-decoration: none;}

	@media(min-width: 767px) {
		.navigation-bar.smaller .flex-container{
			padding: 15px;
		}
	}
@media (min-width: 1025px){
	.navigation-bar .flex-container.flex-between {
		padding: 0;top: 40px;}
	.navigation-bar .flex-container.flex-between {justify-content: space-between;}
	.navigation-bar.smaller .flex-container{
		padding: 0;
	}
	#masthead {padding: 140px 0 75px 0;}
	#masthead .container {max-width: 90%;}
	#site-navigation {
		position: relative;
		padding: 0px clamp(10px, 2vw, 40px);
		background: rgba(255,255,255,0.91);
		flex-basis: calc(100% - 275px);}
	.site-branding {margin: 0;}
}

@media(min-width: 1250px){
	#masthead .container, .navigation-bar .container {max-width: 1206px;}
}

/* Footer */
footer.site-footer {
	background: #f2f2f2;
	padding: clamp(45px, 6vw, 85px) 0;
}
footer .site-logo img {
    max-width: 200px;
}
footer p.appointment-text {
    color: #000;
    font-size: clamp(16px, 1.8vw, 20px);
    margin: 5px 0;
    text-transform: uppercase;
}
div.footer-menu, .associations, .copyright {
	margin-top: clamp(25px, 4vw, 50px);
}
.associations img {max-height: 78px;width: auto;margin: 0 10px;}
div.footer-menu {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
.social-media.flex-container {display: flex; flex-wrap: wrap;}
.social-media {width: 100%;}
.social-media .header p {
	font-size: clamp(15px 1.2vw, 18px);
	margin: 0;
}
div.footer-menu ul li a, .social-media .header p{
 	color: #000;
 	text-transform: uppercase;
	margin: 0 6px;
}
.icon, .icon:visited {
	font-size: 20px;
	color: #C3002F;
	display: inline-block;
    vertical-align: middle;
	margin: 0 0.35em;}
.icon.facebook::before {
	content: "\f305";
	font-family: dashicons;
}
.icon.instagram::before {
	content: "\f12d";
	font-family: dashicons;
}
.icon.youtube::before {
	content: "\f19b";
	font-family: dashicons;
}
.associations.flex-container.flex-center.justify-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-book {
    text-align: center;
}
.copyright-section p, .copyright-menu li {
	font-size: clamp(13px, 1.5vw, 16px);
	margin: 0;}
.copyright-menu .menu>li>a {
    padding: 0 10px;
	color: #7B7B7B;
    line-height: 1;
}
@media(min-width: 767px){
	.footer-book {text-align: right;}
	div.footer-menu {
		display: flex;
		padding: 1em 0;}
	div.menu-footer-menu1-container {flex-basis: 100%;}
	ul#footer-menu, .copyright-menu .menu {
		display: flex;
		flex-wrap: wrap;
		margin: 0;}
	.copyright-menu .menu>li>a {
		padding: 0 0 0 10px;
		margin-left: 10px;
		border-left: 1px solid #7B7B7B;}
	ul#footer-menu {justify-content: space-evenly;}
	.social-media {width: auto;}
}
@media(min-width: 1168px){
	div.menu-footer-menu1-container {flex-basis: calc(100% - 250px);}
}

/* Sections
--------------------------------------------- */

/* Image Blocks */
section.image_blocks .image-block h2.section-header {
	margin-top: clamp(22px, 2.2vw, 35px);
	margin-bottom: 0;
}

/* Fifty Blocks */
section.fifty-blocks {
	padding: clamp(45px, 6vw, 85px) 0;
}
.left-block, .right-block {
    padding: 5%;
    background-size: cover;
    background-position: center;
	background-color: #fafafa;
}
section.fifty-blocks .left-block {padding-bottom: 75%;}

@media(min-width: 767px){
	section.fifty-blocks .left-block {padding-bottom: 5%;}
}

/* FAQ */
.answer-text {
    padding: 20px 40px;
    background: #DFE5EE;
	color: #3D5E7D;
}
.faq {
    margin: 0 0 25px 0;
}
.question {
    padding: 10px 20px;
    background: #fff;
}
.question h3 {
    margin: 0;
    font-size: clamp(20px, 4vw, 27px);
    font-weight: normal;
	color: #3D5E7D;
}
.question a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.question a:hover {
	color: #3D5E7D;
}
.entry-content .faq.open .question {background: #3D5E7D;}
.entry-content .faq.open h3 a {color: #fff;}
.entry-content .faq.open h3 a:focus {outline: none;}
span.caret {
    line-height: 25px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 10px;
    color: #3D5E7D;
    height: 25px;
    width: 25px;
	transform: rotateZ(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
span.caret.open, .open span.caret {
	transform: rotateZ(0deg);
	color: #fff;
}

/* Consent */
button#seopress-user-consent-close {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0px solid;
}
.seopress-user-consent button:hover {
    color: #c3002f;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.menu-topmenu-container {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.main-navigation .menu-topmenu-container > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.95);
}
.main-navigation ul.menu > li > a {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: clamp(15px, 1.5vw, 18px);
}
.main-navigation ul.menu > li > a:hover,
.main-navigation ul li.current-menu-item > a {
	color: #C3002F;
}
.main-navigation ul ul {
	margin-left: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	background: #fff;
	padding: 10px 20px;
	font-size: clamp(14px, 1.25vw, 16px);
}
.main-navigation ul ul a:hover {
	background:#C3002F;
	color: #fff;
}
.main-navigation ul#primary-menu > li:first-of-type{
	border-top: 1px solid #FC2A5D42;
}
.main-navigation ul#primary-menu > li {
	border-bottom: 1px solid #FC2A5D42;
}
.main-navigation ul li.facebook a:before {
	color: #FC2A5D;
	content: "\f305";
	font-size: 35px;
	font-family: dashicons;
}
.main-navigation ul li.facebook, .main-navigation ul li.youtube {
	display: inline-block;
	border-bottom: 0px solid transparent;
}
.main-navigation ul li.youtube a:before {
	color: #FC2A5D;
	content: "\f19b";
	font-size: 35px;
	font-family: dashicons;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation .phone-button {display: none;}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation a.button {display: inline-block;}
.menu-item-has-children a span.plus {
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #FC2A5D;
    text-align: center;
    color: #fff;
	font-weight: bold;
	transform: rotate(0deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	font-size: 18px;
    line-height: 1;
}
.menu-item-has-children a span.plus.open {
	transform: rotate(45deg);
}
/* Small menu. */
.menu-toggle {
	display: block;
}
.phone-button {
	margin: 0;
	text-align: center;
}
nav#site-navigation .menu-toggle {
	position: absolute;
    width: 36px;
    height: 36px;
    padding: .65em;
    border: 0 solid transparent;
    box-shadow: inset 400px 0 0 0 #C3002F;
    top: clamp(10px, 2.5vw, 25px);
    right: clamp(10px, 2.5vw, 25px);
    z-index: 99;
}
.menu-toggle .menu-bar {
	display: block;
    width: calc(100% - 16px);
    height: 0.25em;
    margin-top: 0.188em;
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    left: 8px;}
.menu-toggle .menu-bar:first-of-type {top: 7px;}
.menu-toggle .menu-bar:nth-child(2) {top: 14px;}
.menu-toggle .menu-bar:nth-child(3) {top: 21px;}
.toggled .menu-toggle .menu-bar:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}
.toggled .menu-toggle .menu-bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;}
.toggled .menu-toggle .menu-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}

@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}
	.menu-topmenu-container {position: relative;}
	.main-navigation .phone-button {
		display: block;
		position: absolute;
		top: -30px;
		right: 40px;
		margin: 0;
	}
	.main-navigation .menu-topmenu-container > ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: transparent;
	}
	.main-navigation ul#primary-menu > li,
	.main-navigation ul#primary-menu > li:first-of-type {
		border: 0px solid transparent;
	}
	.main-navigation .menu-topmenu-container > ul > li > a {
		padding: 24px 0;
	}
	.menu-item-has-children a span.plus {
		display: none;
	}
	.main-navigation ul li > .sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		border: 2px solid #fff;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		left: -999em;
		transform: translateY(30px);
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;}
	.main-navigation ul li:hover > ul.sub-menu {
		left: auto;
    	transform: translateY(0px);
    	opacity: 1;}
}

@media(max-width: 1025px){
	.main-navigation ul li > .sub-menu {display: none;}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */

.aligncenter {text-align: center;}
.aligncenter, .alignleft, .alignright {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media(min-width: 480px){
	.alignleft {

		/*rtl:ignore*/
		float: left;

		/*rtl:ignore*/
		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}

	.alignright {

		/*rtl:ignore*/
		float: right;

		/*rtl:ignore*/
		margin-left: 1.5em;
		margin-bottom: 1.5em;
	}
}

.slider {  
	display: inline-block;  
	vertical-align: middle;  
	position: relative;}
.slider.slider-horizontal {  
	width: 100%;  
	height: 20px;}
.slider.slider-horizontal .slider-track {  
	height: 10px;  
	width: 100%;  
	margin-top: -5px;  
	top: 50%;  
	left: 0;}
.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high {  
	height: 100%;  
	top: 0;  
	bottom: 0;}
.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle {  margin-left: -10px;}
.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle {  
	position: relative;  
	top: 50%;  
	-ms-transform: translateY(-50%);  
	transform: translateY(-50%);  
	border-width: 0 10px 10px 10px;  
	width: 0;  
	height: 0;  
	border-bottom-color: #2e6da4;  
	margin-top: 0;}
.slider.slider-horizontal .slider-tick-container {  
	white-space: nowrap;  
	position: absolute;  
	top: 0;  left: 0;  
	width: 100%;}
.slider.slider-horizontal .slider-tick-label-container {  
	white-space: nowrap;  
	margin-top: 20px;}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {  
	padding-top: 4px;  
	display: inline-block;  
	text-align: center;}
.slider.slider-horizontal .tooltip {  
	-ms-transform: translateX(-50%);  
	transform: translateX(-50%);}
.slider.slider-horizontal.slider-rtl .slider-track {  
	left: initial;  
	right: 0;}
.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle {  
	margin-left: initial; 
	 margin-right: -10px;}
.slider.slider-horizontal.slider-rtl .slider-tick-container {  
	left: initial;  
	right: 0;}
.slider.slider-horizontal.slider-rtl .tooltip {  
	-ms-transform: translateX(50%);  
	transform: translateX(50%);}
.slider.slider-vertical {  
	height: 100%;  
	width: 20px;}
.slider.slider-vertical .slider-track { 
	 width: 10px;  
	 height: 100%;  
	 left: 25%;  
	 top: 0;}
.slider.slider-vertical .slider-selection {  
	width: 100%;  
	left: 0;  
	top: 0;  
	bottom: 0;}
.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high {  
	width: 100%;  
	left: 0;  
	right: 0;}
.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle {  margin-top: -10px;}
.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle {  
	border-width: 10px 0 10px 10px;  
	width: 1px;  
	height: 1px;  
	border-left-color: #2e6da4;  
	border-right-color: #2e6da4;  
	margin-left: 0;  
	margin-right: 0;}
.slider.slider-vertical .slider-tick-label-container {  white-space: nowrap;}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {  padding-left: 4px;}
.slider.slider-vertical .tooltip {  
	-ms-transform: translateY(-50%);  
	transform: translateY(-50%);}
.slider.slider-vertical.slider-rtl .slider-track {  
	left: initial;  
	right: 25%;}
.slider.slider-vertical.slider-rtl .slider-selection {  
	left: initial;  
	right: 0;}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle {  border-width: 10px 10px 10px 0;}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {  
	padding-left: initial;  
	padding-right: 4px;}
.slider.slider-disabled .slider-handle {  
	background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);  
	background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);  
	background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);}
.slider.slider-disabled .slider-track {  
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);  
	background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);  
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);  
	cursor: not-allowed;}
.slider input {  display: none;}
.slider .tooltip.top {  margin-top: -36px;}
.slider .tooltip-inner {  white-space: nowrap;  max-width: none;}
.slider .hide {  display: none;}
.slider-track {  
	position: absolute;  
	cursor: pointer;  
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);  
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);  
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);  
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);  
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);  border-radius: 4px;}
.slider-selection {  
	position: absolute;  
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);  
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);  
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);  
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);  
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
	border-radius: 4px;}
.slider-selection.tick-slider-selection {  
	background-image: -webkit-linear-gradient(top, #749DC2 0%, #88B5DD 100%);  
	background-image: -o-linear-gradient(top, #749DC2 0%, #88B5DD 100%);  
	background-image: linear-gradient(to bottom, #749DC2 0%, #88B5DD 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);}
.slider-track-low,.slider-track-high {  
	position: absolute;  
	background: transparent;  
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;  
	box-sizing: border-box;  
	border-radius: 4px;}
.slider-handle {  
	position: absolute;  
	top: 0;  
	width: 20px;  
	height: 20px;  
	background-color: #3D5E7D;  
	background-image: -webkit-linear-gradient(top, #3D5E7D 0%, #2e6da4 100%);  
	background-image: -o-linear-gradient(top, #3D5E7D 0%, #2e6da4 100%);  
	background-image: linear-gradient(to bottom, #3D5E7D 0%, #2e6da4 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);  
	filter: none;  
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);  
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);  
	border: 0px solid transparent;}
.slider-handle.round {  border-radius: 50%;}
.slider-handle.triangle {  background: transparent none;}
.slider-handle.custom {  background: transparent none;}
.slider-handle.custom::before {  
	line-height: 20px;  
	font-size: 20px;  
	content: '\2605';  
	color: #726204;}
.slider-tick {  
	position: absolute;  
	width: 20px;  
	height: 20px;  
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);  
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);  
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);  
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);  
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);  
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
	filter: none;  
	opacity: 0.8;  
	border: 0px solid transparent;}
.slider-tick.round {  border-radius: 50%;}
.slider-tick.triangle {  background: transparent none;}
.slider-tick.custom {  background: transparent none;}
.slider-tick.custom::before {  
	line-height: 20px;  
	font-size: 20px;  
	content: '\2605';  
	color: #726204;}
.slider-tick.in-selection {  
	background-image: -webkit-linear-gradient(top, #749DC2 0%, #88B5DD 100%);  
	background-image: -o-linear-gradient(top, #749DC2 0%, #88B5DD 100%);  
	background-image: linear-gradient(to bottom, #749DC2 0%, #88B5DD 100%);  
	background-repeat: repeat-x;  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);  
	opacity: 1;}
.maindivcalc{	
	background-color: #DFE5EE;	
	border: 1px solid #3D5E7D;	
	padding: 5%;}
.maindivcalc h3.textalign-center {
	color: #C3002F;
	margin-bottom: 25px;}
.form-control{	 
	border: 2px solid rgba(0,0,0,.15);    
	border-radius: 6px;}
.input-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.input-group label, .drill_cursor label {
	font-weight: bold;
	font-size: clamp(15px, 1.5vw, 18px);
	color: #3D5E7D;
}
.drill_cursor p {margin: 15px 0;color: #3D5E7D;}
.marginkap{	margin: 9px;}
.newonw{
	background-color:#C3002F;
	text-align: center;
	color: rgb(255, 255, 255);}
.newonw p {padding: 15px; font-size: 22px;}
.textmargin{	
	float: right;	
	width: 192px;}
.weekmargin{	
	float: right;
	width: 192px;}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity = 0);
    opacity: 0;
    line-break: auto;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
@media(min-width: 767px){
	.input-group > * {
		flex-basis: 48%;
	}
}