/*!
Theme Name: carlsmed
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: newco
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.

newco 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: -5px;
}

/* 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: #404040;
	font-family: -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 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

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 {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

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

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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 {
	width: 200px;
}

.main-navigation ul li:hover > ul/*,
.main-navigation ul li.focus > ul*/ {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.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
--------------------------------------------------------------*/
.c-btn {
  display: inline-block;
  text-decoration: none;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  position: relative;
  margin-bottom: 18px;
}

.c-btn span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 2px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  color: #404040;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn:before {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  content: '';
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, right top, from(#0f75a9), color-stop(77.52%, #b0b27c));
  background: -webkit-linear-gradient(left, #0f75a9 0%, #b0b27c 77.52%);
  background: -o-linear-gradient(left, #0f75a9 0%, #b0b27c 77.52%);
  background: linear-gradient(90deg, #0f75a9 0%, #b0b27c 77.52%);
}

.c-btn:hover span {
  background: transparent;
  color: #fff;
}

/* 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
--------------------------------------------- */
.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;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






/* GLOBAL
--------------------------------------------- */
.page {
	margin:0px;
}
ol {
	margin-left:0px;
}
.overflow-hidden {
	overflow:hidden;
}
a {
	text-decoration:none;
}
p, ul li, ol li, span {
	color:#353535;
	font-size:22px;
	line-height:34px;
	font-weight: 400;
	font-family: raleway, sans-serif;
}
a {
	font-family: raleway, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: raleway, sans-serif;
	font-weight: 700;
}
h1 {
	font-size:60px;
	line-height:66px;
	font-weight:600;
}
h2 {
	font-size:32px;
	line-height:38px;
	color:#0F75A9;
	margin-bottom:15px;
}
:focus-visible {
    outline: none;
}
.btn-wrap {
	display: block;
    margin-top: 20px;
}
.btn-white {
	background: #fff;
    color: #000;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    z-index:1;
    position:relative;
    display:inline-block;
}
.btn-bg {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
	z-index: -1;
}
.btn-white::after {
    position: absolute;
    top: -1px; bottom: -1px;
    left: -1px; right: -1px;
    background: linear-gradient(to right, #0F75A9, #B0B27C);
    content: '';
    z-index: -2;
    border-radius: 20px;
}
.btn-white:hover {
	color:#fff;
	background: linear-gradient(90deg, #0F75A9 0%, #B0B27C 100%);
}
.btn-white:hover.btn-white::after {
	z-index:-1;
}
ul {
	padding-left: 0;
    margin-left: 20px;
}
hr {
	background-color:#8B8D90;
	margin-top:30px !important;
	margin-bottom:30px !important;
	padding:0px !important;
}
@media screen and (max-width:1199px) {
	p, ul li, span, ol li {
		font-size:18px;
		line-height:27px;
	}
}
@media screen and (max-width:991px) {
	h2 {
		font-size:28px;
		line-height:34px;
	}
	h1 {
		font-size:46px;
		line-height:52px;
	}
}
@media screen and (max-width:767px) {
	h1 {
		font-size:34px;
		line-height:38px;
	}
}
/* TOP BAR
--------------------------------------------- */
.top-bar-wrap {
	background:#0F75A9;
	padding: 5px 0px 7px 0px;
}
#top-bar-menu {
	margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    text-align:right;
}
#top-bar-menu li {
	display:inline-block;
	color:#fff;
	font-size:12px;
	letter-spacing:.7px;
	position:relative;
	padding-right:14px;
}
#top-bar-menu li:last-of-type {
	padding-right:0px;
}
#top-bar-menu li:after {
	content:'|';
	position:absolute;
	right:3px;
}
#top-bar-menu li:last-of-type:after {
	content:'';
}
#top-bar-menu li a {
	color:#fff;
}
#top-bar-menu li a:hover {
	color: #ededed;
}
/* HEADER
--------------------------------------------- */
.site-header {
	background:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	transition: .4s;
	border-bottom:3px solid #C4C4C4;
}
.custom-logo {
	max-width:250px;
	transition: .4s;
}
@media screen and (min-width:992px) {
	.main-navigation ul#primary-menu li:hover > ul:before {
		content:'';
		background: linear-gradient(270deg, #B0B27C 7.89%, #0F75A9 92.55%);
		height:3px;
		width:100%;
		position:absolute;
		top:0px;
		left:0px;
	}
	.main-navigation ul#primary-menu li:hover > ul ul.sub-menu:before {
		content:'';
		background: none;
		height:0px;
		width:0%;
		position:absolute;
	}
	.header-row {
		align-items:center;
		position:relative;
	}
	/* NAV */
	.main-navigation ul li:hover > ul {
		left:0px;
		top: 90px;
	    background: #fff;
	    width:100%;
	    padding-top:30px;
	    padding-bottom:40px;
	}
	.main-navigation ul li:hover > ul li {
		width:33%;
	}
	/*.main-navigation ul li:nth-of-type(2):hover > ul.sub-menu li {
		width:100%;
	}*/
	.main-navigation ul li:hover > ul.sub-menu:first-of-type li a {
		color:#0F75A9 !important;
		font-weight:600;
	}
	.main-navigation ul li:hover > ul.sub-menu ul.sub-menu li a {
		color:#000 !important;
		font-weight:400;
	}
	.main-navigation ul li:hover > ul.sub-menu ul.sub-menu li a:hover {
		background:#F0F0F0;
		border-radius:20px;
	}

	.main-navigation ul li:hover > ul ul {
		left:0px;
		top: 34px;
	    background: #fff;
	    width:100%;
	    display:block;
	    position:static;
	    box-shadow:none;
	    padding-top:0px;
	    padding-bottom:0px;
	}
	.main-navigation ul li:hover > ul ul li {
		display:block !important;
		padding-left:0px !important;
		width:100%;
	}
	.main-navigation ul li:hover > ul ul li a {
		width:100%;
	}
	.main-navigation ul li:hover > ul li a {
		padding:2px 10px;
	}
	#primary-menu {
		margin:0px;
		padding:0px;
		float:right;
	}
	#primary-menu li {
		display: inline-block;
	    padding-right: 0px;
	    padding-left: 23px;
	    font-size: 18px;
	    background-repeat: no-repeat;
	    color: #000;
	    background-position: right center;
	    background-size: 13px 7px;
	    position: static;
	}
	#primary-menu li a {
		color:#000;
		min-height: 90px;
	    display: flex;
	    align-items: center;
	}
	#primary-menu li a:hover {
		color:#0F75A9;
	}
	#primary-menu .sub-menu li a {
		color:#000;
		min-height: inherit;
	    display: flex;
	    align-items: center;
	    width:100%;
	}
	#primary-menu li.menu-item-has-children {
		background-image:url('/wp-content/uploads/2022/06/Vector-59.png');
		padding-right: 23px;
	}
	#primary-menu .sub-menu li.menu-item-has-children {
		background-image:none;
		/*padding-right: 0px;*/
		border-right:1px solid #F0F0F0;
	}
	#primary-menu .sub-menu li.menu-item-has-children:nth-of-type(3) {
		border-right:none;
	}
	#menu-item-19 .sub-menu:first-of-type {
		text-align: center;
	    display: block;
	}
	#menu-item-19 .sub-menu li.menu-item-has-children:nth-of-type(2) {
		border-right:none;
	}
	#menu-item-20:hover .sub-menu {
		max-width: 300px;
	    left: inherit;
	    right: 0;
	}
	.main-navigation ul li#menu-item-20:hover > ul li {
		width:100%;
	}

	/* STICKY NAV */
	.fixed-menu {
	/*    box-shadow: 0px 0px 10px #000, 0px -5px 5px #000;
	*/  position: fixed;
	    top: 0;
	    z-index: 100;
	    width:100%;
	    transition: .4s;
	    /*padding-top:12px;
	    padding-bottom:12px;*/
	    border-top:5px solid #0F75A9;
	}
	.fixed-menu .custom-logo {
		max-width:140px;
		transition:.4s;
	}
	.fixed-menu #primary-menu li a {
		min-height: 58px;
	}
	.fixed-menu #primary-menu .sub-menu li a {
		min-height: 0px;
	}
	.fixed-menu .main-navigation ul li:hover > ul {
		top:58px;
	}
	.mobile-menu {
		display:none !important;
	}
}
@media screen and (max-width:991px) {
	.site-header {
		padding-bottom:12px;
		padding-top:12px;
	}
	/* NAV BUTTON */
	.menu-toggle {
	    border: none;
	    border-radius: 0px;
	    background: transparent;
	    padding: 0;
	    height: 29px;
	    width: 28px;
	    background-image: url(/wp-content/themes/carlsmed/img/hamburger.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    margin-left: auto;
	}
	.toggled .menu-toggle {
	    background-image: url(/wp-content/themes/carlsmed/img/x.png);
	}

	/* MOBILE NAV */
	#primary-menu li a {
		color:#000;
	}
	#primary-menu li a:hover {
		color:#0F75A9;
	}
	#primary-menu li.menu-item-has-children {
	    background-image: url(/wp-content/uploads/2022/06/Vector-59.png);
	    padding-right: 23px;
	    background-repeat:no-repeat;
	    background-position:center right !important;
	}
	#primary-menu li.menu-item-has-children .sub-menu li.menu-item-has-children {
	    background-image: none;
	    padding-right: 0px;
	}
	.main-navigation.toggled ul {
	    display: block;
	    position: static;
	    width: 100%;
	}
	.sub-menu {
	    box-shadow: none !important;
	    display:none !important;
	}
	.sub-menu a {
		font-size:18px;
	}
	.toggled .menu-menu-1-container {
	    width: 100%;
	    position: absolute;
	    left: 0px;
	    z-index: 1001;
	    background: #F3F3F3;
	    top: 115px;
	    text-align: left;
	    padding-top: 25px;
	    height: calc(100vh - 112px);
	    padding-right: 0px;
	    overflow-y:scroll;
	    padding-bottom:30px;
	}
	ul#primary-menu li {
	    display:block;
	    font-size:24px;
	    padding:10px 0px;
	    margin:0 20px;
	    clear:both;
	}
	#primary-menu {
		float:none;
		max-width: 720px;
		margin:0 auto;
	}
	.main-navigation ul li.active-mobile-li ul.sub-menu {
	    display: block !important;
	    position: static !important;
	}
	.active-mobile-li a {
		color:#0F75A9 !important;
	}
	.active-mobile-li .sub-menu a {
		color:#000 !important;
	}
	.mobile-parent-menu.active-mobile-li {
	    background-image: url(/wp-content/uploads/2022/06/Vector-59-2.png) !important;
	}
	.main-navigation ul.sub-menu:first-of-type li a {
	    color: #0F75A9 !important;
	    font-weight: 600;
	}
	.main-navigation ul.sub-menu ul.sub-menu li a {
	    color: #000 !important;
	    font-weight: 400;
	}
	.main-navigation ul li:hover > ul.sub-menu ul.sub-menu li a:hover {
		background:#fff;
		border-radius:20px;
		display:block;
	}
	.main-navigation ul.sub-menu ul.sub-menu li a {
		padding:10px;
		width:100%;
	}
	ul#primary-menu .sub-menu .sub-menu li {
		padding:0px;
	}

	/* STICKY NAV */
	.fixed-menu .menu-menu-1-container {
	    top: 58px;
	}
	.fixed-menu .toggled .menu-menu-1-container {
	    height: calc(100vh - 59px);
	}
}

/* FOOTER
--------------------------------------------- */
.copyright {
	padding:10px 0px;
}
.copyright .col-md-9 p {
	margin:0px;
	font-size:14px;
	display:inline-block;
	padding-right:15px;
}
.copyright p a {
	color:inherit;
}
.copyright p a:hover {
	color:#0F75A9;
}
.copyright .row {
	display:flex;
	align-items:flex-end;
}
a.linkedin {
	background:#0F75A9;
	border-radius:50%;
	margin-right:5px;
	background-image:url('/wp-content/uploads/2022/06/linkedin.png');
	width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
}
a.twitter {
	background:#0F75A9;
	border-radius:50%;
	margin-right:5px;
	background-image:url('/wp-content/uploads/2022/06/twitter.png');
	width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
}
a.ig {
	background:#0F75A9;
	border-radius:50%;
	background-image:url('/wp-content/uploads/2022/06/ig.png');
	width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
}
a.ig:hover, a.twitter:hover, a.linkedin:hover {
	background-color:#8B8D90;
}
.copyright .col-md-3 a img {
	max-width:15px;
}
footer p {
	font-size:14px;
	line-height:23px;
}
footer {
	background:#f6f6f6;
	padding-top:50px;
	padding-bottom:20px;
}
.footer-col-3 p {
	font-size: 16px;
    line-height: 24px;
	margin-bottom:2px;
	text-align:right;
}
.social {
	margin-bottom:0px;
	text-align:right;
}
.connect {
	margin-bottom:0px;
	font-weight:600;
	text-align:right;
}
footer .btn-wrap {
	text-align:right;
}
@media screen and (max-width:767px) {
	.footer-col-3 p {
		text-align:left;
	}
	footer .btn-wrap {
		text-align:left;
	}
	.social, .connect {
		text-align:left;
	}
	.connect {
		margin-bottom:25px;
	}
	.footer-col-1 img {
		max-width:280px;
	}
}
/* HERO MODULE
--------------------------------------------- */
.hero-module h1 {
	margin-top:-80px;
	color:#fff;
	padding:25px 50px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(15,117,169,0.9) 0%, rgba(176,178,124,0.7035407913165266) 52%, rgba(255,255,255,0) 90%);
	border-radius:70px;
	margin-bottom:80px;
}
.hero-module .hero {
	height:calc(100vh - 180px);
	max-height:440px;
	min-height:400px;
	background-size:cover;
	background-position:center center;
}
.page-id-24 .hero-module .hero, .page-id-446 .hero-module .hero {
	height:calc(100vh - 180px);
	max-height:660px;
	min-height:400px;
	background-size:cover;
}
@media screen and (max-width:991px) {
	.hero-module .hero {
		height:calc(100vh - 180px);
		max-height:400px;
		min-height:300px;
	}
	.hero-module h1 {
		margin-top:-68px;
	}
}
@media screen and (max-width:767px) {
	.hero-module h1 {
		margin-top:-56px;
	}
	.page-id-136 .hero-module .hero {
		background-position:86% center;
	}
	.page-id-97 .hero-module .hero, .page-id-611 .hero-module .hero {
		background-position:73% center;
	}
	.page-id-446 .hero-module .hero {
		background-position:70% center;
	}
	.page-id-352 .hero-module .hero {
		background-position: 73% center;
	}
	.page-id-164 .hero-module .hero {
		background-position: 94% center;
	}
	.page-id-659 .hero-module .hero {
		background-position: 66% center;
	}
}
/* HEALTHCARE PROFESSIONALS PAGE
--------------------------------------------- */
.resource-center .row {
	align-items:center;
}
.rc-photo {
	background:#F0F0F0;
	padding-top:50px;
	padding-bottom:50px;
	border-radius:25px;
}
.rc-photo img {
    width: 320px;
    max-width: 100%;
}
.fw-photo {
	padding-top:35px;
	padding-bottom:1px;
	border-radius:25px;
	background:#F0F0F0;
}
.fw-photo h2 {
	font-size:28px;
	line-height:32px;
}
/* .fw-text {
	padding-right:40px;
} */
.rc-right {
	max-width: 470px;
	margin: 0 auto;
}
.references p {
	margin-bottom:0px;
	font-size:14px;
	line-height:24px;
}
.references hr {
	background-color:#8B8D90;
	padding:0px;
}
.photo-col {
	background:#F0F0F0;
	height:100%;
	border-radius:20px;
}
.photo-col .main-img {
	background-size:cover;
	width:100%;
	height:65%;
	border-radius:20px 20px 0px 0px;
}
.photo-col .the-logo {
	height: 35%;
	display:flex;
	padding:20px 40px;
}
.the-logo img {
	width:85%;
	max-width:300px;
	display:flex;
	align-self:center;
	margin-left:auto;
}
.blue-box-wrap {
	border:1px solid #0F75A9;
	border-radius:15px;
	width: calc(100% - 30px);
}
@media screen and (max-width:991px) {
	.fw-photo h2 {
		font-size:22px;
		line-height:27px;
	}
}
@media screen and (max-width:767px) {
	.page-id-446 .blue-box-wrap img {
	    margin-left: -25px;
	    width: calc(100% + 50px);
	    max-width: 767px;
	    margin-bottom: -40px;
	    border-radius: 0px 0px 15px 15px;
	}
}
@media screen and (min-width:768px) {
	.blue-box-wrap {
		max-width:696px;
	}
}
@media screen and (min-width:992px) {
	.blue-box-wrap {
		max-width:936px;
	}
}
@media screen and (min-width:1200px) {
	.blue-box-wrap {
		max-width:1116px;
	}
}
@media screen and (min-width:1400px) {
	.blue-box-wrap {
		max-width:1296px;
	}
}

@media screen and (max-width:1199px) {
	.photo-col .main-img {
		background-position:center center;
	}
}
@media screen and (max-width:767px) {
	.photo-col .main-img {
		min-height:350px;
		margin-top:40px;
	}
	.photo-col .the-logo {
		height: auto;
	}
	.photo-col {
		height:inherit;
	}
}
/* PROCESS MODULE
--------------------------------------------- */
.process-tabs {
	list-style:none;
	height:100%;
	margin-bottom:0px;
	margin-left: 0px;
	border-top: 1px solid #F0F0F0;
}
.process-wrap {
	min-height:230px;
}
.page-id-611 .process-wrap {
	min-height:300px;
}
.process-tabs li {
	height:25%;
	border-bottom:1px solid #F0F0F0;
	padding-left:14px;
	align-items: center;
	display: flex;
}
.page-id-611 .process-tabs li {
	height:20%;
	font-size:22px;
	line-height:24px;
}
.process-tabs li:hover {
	cursor:pointer;
}
.process-tabs span, .process-tabs-mobile span {
	background: #F0F0F0;
	padding: 4px 10px 7px 10px;
	border-radius: 50%;
	margin-right:9px;
	line-height:1;
	font-size:16px;
}
.active-tab {
	background:#0F75A9 !important;
	color:#fff !important;
}
.process-text {
	background:#F0F0F0;
	border-radius:0px 15px 15px 0px;
}
.process-text p {
	font-size:18px;
	line-height:28px;
	padding:20px;
	display:none;
}
p.active-text {
	display:inline-block;
}
.process-mobile {
	display:none;
}
@media screen and (max-width:991px) {
	.process-wrap {
		min-height:inherit;
	}
	.process-mobile {
		display:block;
	}
	.process-tabs-mobile p {
		display:none;
		margin-bottom:0px;
	}
	.process-tabs-mobile p.active-text {
		display:inline-block;
		background:#F0F0F0;
		padding:20px;
	}
	.process-tabs-mobile div {
		padding:15px;
		background:#fff;
		font-size:22px;
		line-height:26px;
		border:1px solid #f0f0f0;
	}
	.process-tabs-mobile div:hover {
		cursor:pointer;
	}
	.process-desktop {
		display:none;
	}
	.process-tabs-mobile span {
		display: block;
	    width: auto;
	    float: left;
	}
}
/* VIDEO MODULE
--------------------------------------------- */
.video-module .col-lg-4 {
	background:#F0F0F0;
	padding:40px 30px;
}
.video-contain {
	background:#F0F0F0;
}
.video-module .col-lg-8 {
	padding-left:0px;
	padding-right:0px;
}
.video-module img {
	border-radius:15px 15px 0px 0px;
}
.video-module .col-lg-4 {
	border-radius:0px 0px 15px 15px;
}
video {
	width: 100%;
	height: auto;
}
@media screen and (min-width:992px) {
	.video-module img {
		border-radius:0px 15px 15px 0px;
	}
	.video-module .col-lg-4 {
		border-radius:15px 0px 0px 15px;
	}
}
@media screen and (max-width:767px) {
	.video-module .col-lg-8 {
		padding-left:15px;
		padding-right:15px;
	}
	.video-module .col-lg-4 {
	    background:transparent;
	    padding:0px 15px;
	}
	.video-contain {
		padding:40px 30px;
		border-radius:0px 0px 15px 15px;
	}
}
/* TESTIMONIALS MODULE
--------------------------------------------- */
.headshot {
	border-radius:15px;
}
.testimonial-name {
	font-weight:600;
	font-size:18px;
	line-height:22px;
	margin-top:20px;
	margin-bottom:7px;
}
.testimonial-title {
	font-size:16px;
	line-height:22px;
}
.testimonial {
	font-size:18px;
	line-height:28px;
}
.featured-quote {
	color:#0F75A9;
	font-size:28px;
	line-height:40px;
}
.testimonials-row:after {
	content:'';
	width:100%;
	height:1px;
	border-bottom:1px solid #8B8D90;
	margin:35px 15px 60px 15px;
}
.testimonials-row:last-of-type:after {
	content:'';
	width:0%;
	height:0px;
	margin:0px;
}
@media screen and (max-width:767px) {
	.headshot {
		max-width:300px;
	}
	.testimonials-row {
		text-align:center;
	}
}
/* PATIENT STORIES MODULE
--------------------------------------------- */
.patient-story {
	color:#0F75A9;
	margin-bottom:0px;
	line-height:40px;
}
.patient-name {
	font-weight:600;
	padding-top:10px;
	margin-bottom:0px;
}
.patients-row {
	align-items:center;
}
.patient-story-wrap hr {
	margin: 50px 0px !important;
}
.patient-story-wrap hr:last-of-type {
	display:none;
}
@media screen and (max-width:767px) {
	.patients-row {
		text-align:center;
	}
	.patients-row .headshot {
		margin-bottom:25px;
	}
	.patient-story {
		line-height:30px;
	}
}
/* HEALTHCARE ECONOMICS PAGE
--------------------------------------------- */
.econ-vid-wrap .col-lg-8 img {
	border-radius:15px;
}
.bg-gray {
	background:#F0F0F0;
	height:100%;
	border-radius:15px;
	text-align:center;
	padding:40px 20px;
}
.cnti {
	background:#F0F0F0;
	padding:40px 30px;
	margin-right:-15px;
	border-radius:15px 0px 0px 15px;
}
.cnti p {
	margin-bottom:20px;
}
.video {
	height:100%;
}
.blue-list li::marker {
  color: #0f75a9; /* Change the color */
  font-weight:bold;
}
@media screen and (max-width:991px) {
	.econ-vid-wrap .col-lg-8 img {
		border-radius:15px 15px 0px 0px;
	}
	.bg-gray {
		border-radius:0px 0px 15px 15px;
	}
	.cnti-col {
		background:none !important;
	}
	.cnti {
		margin-right:0px;
		border-radius:0px 0px 15px 15px;
	}
	.video {
		height:auto;
	}
}
/* PROCEDURAL CODES MODULE
--------------------------------------------- */
.active-code-tab p {
	color:#0F75A9;
}
.codes-wrap {
	border: 1px solid #0F75A9;
	border-radius: 15px;
	margin-top:10px;
	padding-bottom:30px;
	overflow-x:scroll;
}
.codes-wrap .row {
	min-width:700px;
}
.codes-tabs {
	background:#F0F0F0;
	border-radius:15px 15px 0px 0px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
}
.codes-tabs p {
	font-size:18px;
	line-height:24px;
	margin-bottom:0px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	display:flex;
	align-items:center;
	height:100%;
	font-weight:600;
}
.codes-tabs div:hover {
	cursor:pointer;
}
.codes-tabs div:hover p {
	color:#0F75A9 !important;
}
.codes-tabs .col-3 {
	position:relative;
}
.codes-tabs .col-3:after {
	content: '';
    border-right: 1px solid #C4C4C4;
    height: 80%;
    width: 1px;
    position: absolute;
    top: 10%;
    right: 0;
}
.codes-tabs .col-3:last-of-type:after {
    border-right: 0px solid #C4C4C4;
    height: 0%;
    width: 0px;
    position: absolute;
    top: 0%;
    right: 0;
}
.codes-table {
	padding-left:25px;
	padding-right:25px;
}
.codes-table div {
	position:relative;
}
.codes-table div:after {
	border-bottom:1px solid #c4c4c4;
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	bottom:0px;
	left:0px;
}
.codes-table div:nth-of-type(3):after {
	width:90%;
	left:inherit;
	right:0px;
}
.codes-table div:nth-of-type(2):after {
	width:95%;
}
.codes-table .col-2 {
	padding-left:0px;
}
.codes-table p {
	font-size:18px;
	line-height:21px;
	margin-bottom:0px;
	align-items: center;
	display: flex;
	height: 100%;
	padding-top:5px;
	padding-bottom:5px;
}
.codes-content {
	display:none;
}
.active-codes {
	display:flex;
}
.codes-tab-three, .codes-tab-four {
	padding-left:25px;
	padding-right:25px;
}
.codes-tab-three p, .codes-tab-four p {
	font-size:18px;
	line-height:26px;
}
.tab-4-title {
	color:#0F75A9;
	margin-bottom:0px;
	margin-top:15px;
}
@media screen and (max-width:767px) {
	.codes-wrap {
		margin-left: 15px;
    	margin-right: 15px;
    	width: calc(100% - 30px);
	}
}
/* ADMINISTRATIVE RESOURCES MODULE
--------------------------------------------- */
.ar-tabs-wrap {
	overflow-x:scroll;
}
.ar-tabs {
	background:#F0F0F0;
	border-radius:25px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
	min-width:680px;
}
.ar-tabs p {
	font-size:18px;
	line-height:24px;
	margin-bottom:0px;
	padding-right:10px;
	padding-left:10px;
	justify-content: center;
	text-align:center;
	display:flex;
	align-items:center;
	height:100%;
	font-weight:600;
}
.ar-tabs div:hover {
	cursor:pointer;
}
.ar-tabs div:hover p {
	color:#0F75A9 !important;
}
.ar-tabs .col-3 {
	position:relative;
}
.ar-tabs .col-3:after {
	content: '';
    border-right: 1px solid #C4C4C4;
    height: 110%;
    width: 1px;
    position: absolute;
    top: -5%;
    right: 0;
}
.ar-tabs .col-3:last-of-type:after {
    border-right: 0px solid #C4C4C4;
    height: 0%;
    width: 0px;
    position: absolute;
    top: 0%;
    right: 0;
}
.resource-image-wrap {
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	height:200px;
	background-size:contain;
	background-position:bottom center;
	background-repeat:no-repeat;
}
.resource-image-wrap img {
	display: block;
	margin: 0 auto;
}
.resource-wrap {
	border:1px solid #8B8D90;
	border-radius:20px;
	padding:0px;
	height:100%;
	position:relative;
}
.resources-row .col-lg-3 {
	margin-bottom:20px;
}
.resource-img-bg {
	background: linear-gradient(4.18deg, #D9D9D9 1.3%, rgba(217, 217, 217, 0) 94.54%);
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
}
.resource-title {
	padding:15px;
}
.resource-title p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 34px;
	margin-right: 42px;
	font-weight:600;
}
.resource-title p a {
	color:#000;
}
.resource-title i {
	width: 20px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size:20px;
	color:#000;
}
.resource-title p a:hover {
	color:#0F75A9;
}
.resource-container a:hover i {
	color:#0F75A9 !important;
} 
.resource-title img {
	width:20px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.resource-container {
	border:1px solid #0F75A9;
	padding:30px;
	border-radius:15px;
}
.resources-row {
	display:none;
}
.active-resources {
	display:flex;
}

@media screen and (max-width:991px) {
	.resource-image-wrap {
		height:175px;
	}
}
@media screen and (max-width:767px) {
	.ar-tabs {
		margin-left:0px !important;
		margin-right:0px !important;
	}
}
/* MARKETING SOLUTIONS PAGE
--------------------------------------------- */
.page-id-352 .resource-image-wrap {
	background-position:center center;
}
.page-id-352 .resource-img-bg {
	background:#F6F6F6;
	border-radius: 20px 20px 0px 0px;
}
.resource-container a:hover p {
	color:#0F75A9 !important;
}
.resource-container a:hover .resource-wrap {
	background:#F6F6F6;
	border-radius:20px 20px 20px 20px;
}
@media screen and (max-width:767px) {
	.resource-container {
		margin-left: 15px;
	    margin-right: 15px;
	    width: calc(100% - 30px);
	}
}
/* TWO COLUMN CONTENT MODULE
--------------------------------------------- */
@media screen and (min-width:1200px) {
	.two-col-content .col-md-6:first-of-type {
		padding-right:50px;
	}
	.two-col-content .col-md-6:nth-of-type(2) {
		padding-left:50px;
	}
}
/* TWO COLUMN CONTENT TWO MODULE
--------------------------------------------- */
@media screen and (min-width:1200px) {
	.two-col-content-two .col-md-6:first-of-type {
		padding-left:35px;
	}
	.two-col-content-two .col-md-6:nth-of-type(2) {
		padding-right:35px;
	}
}
/* WHY APREVO - PATIENTS PAGE
--------------------------------------------- */
@media screen and (min-width:992px) {
	.logo-img {
		padding-right:40px;
	}
}
@media screen and (max-width:991px) {
	.logo-img {
		max-width:220px;
		margin: 0 auto 25px auto;
		display:block;
	}
}
/* PATIENT RESOURCES PAGE
--------------------------------------------- */
.brochure {
	background:#F0F0F0;
	padding:30px 15px 30px 5px;
	border-radius:20px;
	margin:0px;
	align-items:center;
	margin-top:40px;
}
.brochure-ctas {
	margin-top:50px;
}
.brochure-ctas a {
	margin-right:15px;
	margin-bottom:15px;
}
@media screen and (max-width:767px) {
	.brochure {
		text-align:center;
	}
}
/* FAQ PAGE
--------------------------------------------- */
.accordion-button h2 {
	font-size:28px;
	line-height:32px;
	margin-bottom:0px;
}
.accordion-button, .accordion-button:not(.collapsed) {
	font-size:28px;
	color:#0F75A9 !important;
	background-color:#fff !important;
	background:#fff !important;
	padding-left:0px;
	padding-top:22px;
	padding-bottom:22px;
	box-shadow:none;
	border-radius:0px;
	border:none;
	outline:none;
}
#accordionExample .accordion-body,#accordionExample2 .accordion-body {
	background:#F6F6F6;
	border-bottom: 1px solid #f6f6f6;
}
#accordionExample .accordion-item, #accordionExample2 .accordion-item {
	padding-left:25px;
	padding-right:25px;
	border-bottom:none;
	border:none !important;
}
#accordionExample, #accordionExample2 {
	border-radius:20px;
	border: 1px solid #0F75A9;
	padding-top:30px;
	padding-bottom:50px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.collapsed {
	border-bottom: 1px solid #8B8D90;
}
.accordion-button:not(.collapsed) {
	box-shadow:none;
	border-bottom:1px solid #8B8D90;
}
@media screen and (max-width:767px) {
	.accordion-button h2 {
		font-size:24px;
		line-height:28px;
	}
}
/* STAT CAROUSEL MODULE
--------------------------------------------- */
@media screen and (min-width:1200px) {
	.stat-carousel .col-md-6:first-of-type {
		padding-right:35px;
	}
	.stat-carousel .col-md-6:nth-of-type(2) {
		padding-left:35px;
	}
}
/* PRIVACY POLICY PAGE
--------------------------------------------- */
.page-id-881 #primary ul {
	padding-left:20px !important;
}
/*ul ul li::marker {
  color: blue;
  font-size: 1.2em;
}*/

/* Transportation Reimbursement
--------------------------------------------- */
.transportation-section{
    padding-bottom: 60px;
}
.transportation-section hr{
    margin: 60px 0 !important;
}
.transportation-form select, 
.transportation-form input {
    width: 100%;
    margin-bottom: 30px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}
.transportation-form select {
    background-image: url(img/up-down.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
}
.transportation-form select,
.transportation-form input::placeholder{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.transportation-form select option{
    color: #0F75A9;
    padding: 15px;
}
.transportation-form  p{
 color:#0F75A9;
 font-size: 16px;
 font-weight: 500;
 margin-bottom: 30px;
}
.transportation-form .walcf7-datepicker {
    background-image: url(img/date-icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
}

/* .transportation-img img{
    height: 900px;
} */
.form-submit {
    display: inline-block;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#0f75a9), color-stop(77.52%, #b0b27c));
    background: -webkit-linear-gradient(left, #0f75a9 0%, #b0b27c 77.52%);
    background: -o-linear-gradient(left, #0f75a9 0%, #b0b27c 77.52%);
    background: linear-gradient(90deg, #0f75a9 0%, #b0b27c 77.52%);
    padding: 1px;
    width: 128px;
    height: 42px;
    border-radius: 20px;
    margin-top: 20px;
}
.transportation-form input[type="submit"]{
    
    background-color: #ffff ;
    color: #404040;
    border:none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    padding: 2px 20px;
}
.transportation-form input[type="submit"]:hover{
    color: #fff;
    background: linear-gradient(90deg, #0f75a9 0%, #b0b27c 77.52%);
 }