/*
Theme Name: Altitude Pro
Theme URI: https://my.studiopress.com/themes/altitude/
Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 2.2.11

Tags: one-column, two-columns, custom-header, custom-menu, e-commerce, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: altitude-pro
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */

/*Font Faces*/
@font-face {
  font-family: 'Nunito Sans';
  src: url(/wp-content/uploads/fonts/fd013cd9b8de89d6bc33c77d8f6da7c4/nunito-sans-v12-latin-regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans Medium';
  src: url(/wp-content/uploads/fonts/fd013cd9b8de89d6bc33c77d8f6da7c4/nunito-sans-v12-latin-700.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  src: url(/wp-content/uploads/fonts/fd013cd9b8de89d6bc33c77d8f6da7c4/pt-sans-v17-latin-regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans Medium';
  src: url(/wp-content/uploads/fonts/fd013cd9b8de89d6bc33c77d8f6da7c4/pt-sans-v17-latin-700.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Teko';
  src: url(/wp-content/uploads/fonts/fd013cd9b8de89d6bc33c77d8f6da7c4/teko-v15-latin-regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Teko Medium';
  src: url(/wp-content/uploads/fonts/fd013cd9b8de89d6bc33c77d8f6da7c4/teko-v15-latin-700.woff2) format('woff2');
  font-display: swap;
}
/*End Font Faces*/

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-weight: 200;
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-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;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #079bc4;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: #000;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #f5f5f5;
	clear: both;
	margin: 40px 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Teko Medium";
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 40px;
	color: #0077c4;
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #079bc4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button {
	background-color: #ffc20e;
	border: 4px solid #ffc20e;
	border-radius: 500px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #fff;
	border: 4px solid #ffc20e;
	color: #ffc20e;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

.footer-logo{
	width: 255px;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: 800;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

.arcare-table th{
	color: white;
	background-color: #0079C1;	
	font-size: 25px;
}

.arcare-table tr:nth-child(even){
	background-color: #A7A9AC
}

.arcare-table tr:nth-child(odd){
	background-color: #d3d4d5
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 800;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.content-sidebar-wrap,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 184px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	font-size: 20px;
	margin-bottom: 100px;
	background-color: #ebebeb;
	min-height: 5rem;
	line-height: 5rem;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
	color: #0077c4;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #079bc4;
}

/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #000;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Plugins
---------------------------------------------------------------------------- */
/*Google Translate Language Selection Dropdown*/
#gtranslate_selector{
	float: right;
	width: 205px;
	background-color: #0077c4;
	border: transparent;
	color: white;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 22px;
  margin-right: 30px;
}

@media only screen and (max-width: 600px){
  .pre-header .widget_gtranslate{
  	float: right;
    text-align: right;
    display: inline-block;
    width: 50%;
  }
  #gtranslate_selector{
   	margin-right: 0; 
  }
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 66px;
}

.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

.site-header.dark {
	background-color: #fff;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 25px 0;
}

.site-header.dark .title-area {
	padding: 15px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.ARcareSite .site-title a{
  background-image: url("/wp-content/uploads/2024/01/ARcare_Blue-e1707162829524.png");	display: block;
  width: 230px;
}
.MississippiCareSite .site-title a{
  background-image: url("/wp-content/uploads/sites/3/2024/03/MississippiCare_Blue-e1710949847712.png");	display: block;
  width: 400px;
}
.KentuckyCareSite .site-title a{
  background-image: url("/wp-content/uploads/sites/2/2024/03/KentuckyCare_Blue-e1710946644968.png");	display: block;
  width: 400px;
}
@media only screen and (max-width: 430px) {
  .KentuckyCareSite .site-title a, .MississippiCareSite .site-title a{
  	width: 280px;
  }
}
.site-title a{
  height: 60px;
	text-indent: -9999em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 56px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #0077c4;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}

.site-header.dark .genesis-nav-menu a {
	padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	border-color: #fff;
	color: #a7a9ac;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
	box-shadow: 5px 5px 3px rgba(0,0,0,.1);
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	outline: none;
	padding: 10px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #fff;
	color: #a7a9ac;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#e6000000", GradientType=0);
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #079bc4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
 	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Widget Customization
--------------------------------------------- */
.text-widget-grey-bg{
	background: #f2f2f2;
	padding: 15px;
}

/* Content
--------------------------------------------- */
.page .content {
	padding-bottom: 50px;
}

.content-sidebar .content{
	margin-right: 2.564102564102564%;
}

.sidebar-content .content {
	order: 2;
	margin-left: 2.564102564102564%;
}

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header{
	text-align: left;
}
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	content: "";
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: 20px/1 dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #079bc4;
	color: #fff;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.content-sidebar .sidebar {
	order: 0;
	margin-left: 2.564102564102564%;
}

.sidebar-content .sidebar {
	order: 0;
    margin-right: 2.564102564102564%;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #0077c4;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #0077c4;
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #079bc4;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* iProv Reset CSS
---------------------------------------------------------------------------------------------------- */
.arcare-gutenberg  .site-inner{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	hyphens: none;
}

.arcare-gutenberg .content-sidebar-wrap{
  float: none;
  margin: 0 auto;
  max-width: 1200px;
}

@media only screen and (min-width: 960px) {
	.arcare-gutenberg  .content {
		width: 100%;
		padding: 0;
	}
}

.arcare-gutenberg  .entry-header,
.arcare-gutenberg  .entry-content > *:not( .alignwide ):not( .alignfull ),
.arcare-gutenberg  .entry-footer,
.arcare-gutenberg  #comments,
.arcare-gutenberg  #respond,
.arcare-gutenberg .alignnormal {
	max-width:70%;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.arcare-gutenberg  .wide-header .entry-header {
	max-width: none;
	width: 100%;
}

.arcare-gutenberg  .center-header .entry-title{
	text-align: center;
}

.arcare-gutenberg .alignnormal, .alignnormal {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1200px;
}

.arcare-gutenberg .alignwide,
.arcare-gutenberg.full-width-content .entry-content .alignwide,
.alignwide {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1400px;
}

.white-bg{
	background-color: #fff;
}

.white-text{
	color: #fff;
}

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

.aligncenter {
  text-align: center;
}

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

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

.search-form{
	color: #999;
}

.search-form:before{
	content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='search' class='svg-inline--fa fa-search fa-w-16' role='img' viewBox='0 0 512 512' height='100%25' width='100%25' preserveAspectRatio='none'%3E%3Cpath fill='currentColor' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'%3E%3C/path%3E%3C/svg%3E%0A");
    position: absolute;
    top: 21px;
    left: 20px;
    width: 20px;
    height: 20px;
    bottom: 0;
    fill: #999;
    color: #999;
}

input.search-form-input{
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 500px;
  color: #333;
  padding-left: 50px;
}

.placeholder .search-form-input::-webkit-input-placeholder {
  color: #333;
}
.placeholder .search-form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.placeholder .search-form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.placeholder .search-form-input:-ms-input-placeholder {
  color: #333;
}
.placeholder.hide-on-focus .search-form-input:focus::-webkit-input-placeholder {
  color: #f5f5f5;
}
.placeholder.hide-on-focus .search-form-input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #f5f5f5;
}
.placeholder.hide-on-focus .search-form-input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #f5f5f5;
}
.placeholder.hide-on-focus .search-form-input:focus:-ms-input-placeholder {
  color: #f5f5f5;
}

.site-container .wp-block-button .wp-block-button__link{
	background-color: #ffc20e !important;
  border: 4px solid #ffc20e !important;
  border-radius: 500px !important;
}

.site-container .wp-block-button .wp-block-button__link:hover{
	background-color: #fff !important;
  border: 4px solid #ffc20e !important;
  color: #ffc20e !important;
  border-radius: 500px !important;
}

.site-header .wrap, .pre-header .wrap, .breadcrumb .wrap{
	max-width: none;
	padding-left: 5%;
	padding-right: 5%;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.post-edit-link{
	display: none;
}


/* Box Styles - Padding and Margin
---------------------------------------------------------------------------------------------------- */
.p20{
	padding: 20px;
}

.p40{
	padding: 40px;
}

.p60{
	padding: 60px;
}

.p80{
	padding: 80px;
}

.p100{
	padding: 100px;
}

.pt20{
	padding-top: 20px;
}

.pt40{
	padding-top: 40px;
}

.pt60{
	padding-top: 60px;
}

.pt80{
	padding-top: 80px;
}

.pt100{
	padding-top: 100px;
}

.pb20{
	padding-bottom: 20px;
}

.pb40{
	padding-bottom: 40px;
}

.pb60{
	padding-bottom: 60px;
}

.pb80{
	padding-bottom: 80px;
}

.pb100{
	padding-bottom: 100px;
}

.pl20{
	padding-left: 20px;
}

.pl40{
	padding-left: 40px;
}

.pl60{
	padding-left: 60px;
}

.pl80{
	padding-left: 80px;
}

.pl100{
	padding-left: 100px;
}

.pr20{
	padding-right: 20px;
}

.pr40{
	padding-right: 40px;
}

.pr60{
	padding-right: 60px;
}

.pr80{
	padding-right: 80px;
}

.pr100{
	padding-right: 100px;
}


.m20{
	margin: 20px;
}

.m40{
	margin: 40px;
}

.m60{
	margin: 60px;
}

.m80{
	margin: 80px;
}

.m100{
	margin: 100px;
}

.mt20{
	margin-top: 20px;
}

.mt40{
	margin-top: 40px;
}

.mt60{
	margin-top: 60px;
}

.mt80{
	margin-top: 80px;
}

.mt100{
	margin-top: 100px;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

.mb60{
	margin-bottom: 60px;
}

.mb80{
	margin-bottom: 80px;
}

.mb100{
	margin-bottom: 100px;
}

.ml20{
	margin-left: 20px;
}

.ml40{
	margin-left: 40px;
}

.ml60{
	margin-left: 60px;
}

.ml80{
	margin-left: 80px;
}

.ml100{
	margin-left: 100px;
}

.mr20{
	margin-right: 20px;
}

.mr40{
	margin-right: 40px;
}

.mr60{
	margin-right: 60px;
}

.mr80{
	margin-right: 80px;
}

.mr100{
	margin-right: 100px;
}

/* General Flex Box Style
---------------------------------------------------------------------------------------------------- */
.content-sidebar-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: nowrap;
}

.flexbox-v{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

/* Pre-Header Section CSS
---------------------------------------------------------------------------------------------------- */
.pre-header{
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
}

.pre-header .search-form:before{
	top: 22px;
}

.pre-header .search-form-input{
	padding: 12px;
	padding-left: 50px;
	font-size: 16px;
	color: #999;
	margin: 11px 0;
}

.pre-header-left{
	justify-content: center;
	font-size: 2rem;
	line-height: 4rem;
}

.pre-header .widget_nav_menu li{
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pre-header .widget_nav_menu li a{
	color: #fff;
	display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 15px;
  line-height: 4rem;
}

.pre-header .widget_nav_menu li a:hover, 
.pre-header .widget_nav_menu input[type="submit"]:hover, 
.pre-header .widget_nav_menu #gtranslate_selector:hover{
	color: #ffc20e;
}

.pre-header .widget_nav_menu input[type="submit"]{
	background-color: transparent;
	border: none;
	border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 15px;
  text-transform: none;
  line-height: 4rem;
}

.pre-header-left a, 
.pre-header-left a:hover{
	color: #fff;
}

/* Custom Header CSS
---------------------------------------------------------------------------------------------------- */
.site-header .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.title-area{
	order: 0;
}

.header-widget-area{
	order: 2;
}

.nav-primary{
	flex: 2;
	order:1;
}

.header-widget-area{
  padding: 25px 0;
}

@media only screen and (max-width: 1350px) {

	.title-area{
		order: 0;
		flex: 1;
	}

	.header-widget-area{
		order: 1;
		flex: 1;
	}

	.nav-primary{
		flex: 2 0 100%;
		order:2;
	}

	#menu-primary-navigation{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		margin-top: 0;
		width: 100%;
	}
}


@media only screen and (max-width: 1023px) {

	.title-area, 
  .header-widget-area{
		order: 0;
	}

	.site-header .widget-area,
	.title-area {
		width: 50%;
	}

}

@media only screen and (max-width: 1350px) {

	.site-header .wrap{
		flex-direction: column;

	}

	.site-header .widget-area, 
  .title-area{
		width: 100%;
	}

	.site-title > a{
		margin: 0 auto;
	}

	.site-header .widget-area .float-right{
		float: none;
	}

	#menu-primary-navigation{
		display: block;
	}

}



/*Primary Nav CSS
---------------------------------------------------------------------------------------------------- */
.nav-primary .wrap{
	padding-left: 0;
	padding-right: 0;
  justify-content: right;
}

#menu-primary-navigation{
	margin-top: 20px;
}

.genesis-nav-menu li.current-menu-item.button > a,
.genesis-nav-menu .button a{
	padding: 5px 15px;
	text-decoration: none;
	color: #fff;
	border-color: transparent;
}

.genesis-nav-menu .button:hover a,
.genesis-nav-menu .button a:hover{
	text-decoration: none;
	color: #ffc20e;
}


/* Alert Bar
---------------------------------------------------------------------------------------------------- */

.alert-bar {
	padding: 5px 25px;
	text-align: center;
	background: #ffc20e;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
}

.alert-bar .wrap,
.alert-bar a,
.alert-bar p {
	font-weight: bold;
	color: #0077c4;
	font-size: 15px;
  max-width: 2600px;
}

.alert-bar-active .pre-header {
	top: 32px;
}

.alert-bar-active .site-header {
	top: 98px;
}

.alert-bar-active .title-area,
.alert-bar-active .header-widget-area {
	padding: 10px 0;
}

.alert-bar-active #mega-menu-wrap-primary #mega-menu-primary {
	margin-top: 0;
}

/* Hero Section CSS
---------------------------------------------------------------------------------------------------- */
.front-page .arcare-hero-section-inside-headline .site-inner{
	margin-top: 150px;
}

.default-hero-section{
	background-color: #999;
	background-size: cover;
	background-position: center center;
}

.default-hero-section .flexbox-v{
	justify-content: center;
}

.aspect-ratio-box{
	overflow: hidden;
	height: 0;
	padding-top: 45%;
	position: relative;
}

.aspect-ratio-box-inside{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.arcare-hero-headline{
	font-size: 2.5vw;
	margin: 0;
	line-height: 1.2;
	padding-bottom: 20px;
}

.arcare-hero-subhead{
	font-size: 2.0vw;
}

.media-text-arcare-hero-section-wrapper{
	background-color: #0079C1;

}

.media-text-arcare-hero-section-wrapper .media-text-media{
	background-size: cover;
}

.media-text-media,
.media-text-text{
	flex: 1;
}

.media-text-text{
	text-align: center;

}

.altitude-default-plus-hero .breadcrumb{
	margin-bottom: 0;
}

.front-page .default-hero-section.mb100{
	margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
	.front-page .aspect-ratio-box-inside.p100{
		padding: 100px 5%;
		width: 50%;
	}

	.front-page a.button,
	.front-page .header-widget-area{
		display: none;
	}


}

/* CTA Section CSS
---------------------------------------------------------------------------------------------------- */
.arcare-cta-section{
	border-radius: 10px;
}

.arcare-cta-section .flexbox-v {
	padding: 80px 70px;
}

.arcare-cta-headline{
	font-size: 2.0rem;
}

@media screen and (max-width: 480px) {
	.arcare-cta-section .flexbox-v {
		padding: 50px 20px;
	}
	
}


/* Custom Sidebar CSS
---------------------------------------------------------------------------------------------------- */
.sidebar-primary-nav .sub-menu{
	display: none;
}

.sidebar-primary-nav li.button a{
	color: #fff;
}

.sidebar-primary-nav li.button:hover a,
.sidebar-primary-nav li.button a:hover{
	color: #ffc20e;
}

.contact-us-widget h3{
	color: #0077c4;
}


/* Home Page CSS
---------------------------------------------------------------------------------------------------- */

.home .default-hero-section {
	min-height: 180px;
}

.bluebg {
	background-color: #0077c4;
}

svg.svg-inline--fa {
  width: 20%;
  margin: 0 auto 20px;
  color: #4BA2DB;
}

.front-page h2 {
	font-size: 2em;
}

.site-container .bluebg > .wp-block-columns.alignfull {
	padding: 0;
}

.bluebg .wp-block-column {
	margin: 0 !important;
	padding: 0 20px;
}

.bluebg .wp-block-column:hover {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.bluebg .wp-block-column .wp-block-button {
	margin-top: auto;
}

.home .store_locator_plus.tagline {
	display: none;
}

.home.arcare-gutenberg .entry-content > .home-below-content,
.page.arcare-gutenberg .entry-content > .home-below-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-top: 100px;
}

.home-below-content h2 {
	text-align: center;
}

.home-below-content .widget-2 {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.home-below-content article {
	flex: 1;
	max-width: 372px;
	margin: 0 10px 50px;
}

.home.arcare-gutenberg .home-below-content article .entry-header, 
.home.arcare-gutenberg .home-below-content article .entry-content > p,
.page.arcare-gutenberg .home-below-content article .entry-header, 
.page.arcare-gutenberg .home-below-content article .entry-content > p {
  max-width: 100%;
  width: 100%;
}

.home-below-content article .entry-title {
	font-size: 35px;
}

.home-below-content article .entry-meta {
	font-size: 15px;
	color: #0077c4;
}

.home-below-content article .entry-content p {
	font-size: 15px;
}

.home-bottom-cta h2 {
	color: #fff;
}

.home #gform_wrapper_4 {
	padding-top: 30px;
}

.home #gform_wrapper_4 span.gform_description,
.home #gform_wrapper_4 .gform_body,
.home #gform_wrapper_4 .gform_footer {
	text-align: center;
}

.home #gform_wrapper_4.gform_wrapper input:not([type="submit"]) {
	padding: 12px 15px;
}

.home #gform_wrapper_4.gform_wrapper input::placeholder {
	color: #959393;
}

@media screen and (max-width: 800px) {
	.home-below-content .widget-2 {
		flex-direction: column;
	}
	.home-below-content article {
		margin-left: auto;
		margin-right: auto;
	}
}


/* Location Pages CSS
---------------------------------------------------------------------------------------------------- */
.main-locations-links .wp-block-column {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	border: 1px solid transparent;
}

.location-services-link {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1); 
	padding: 1.5rem 1.875rem;
	border-radius: 0.25rem;
	background-color: #fff;
	margin: 1.875rem 0;
	align-items: center;
	border: 1px solid transparent;
}

.location-services-link:hover {
	border: 1px solid #0077c4;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1),0 0 4px 0 #0077c4;
	color: #079bc4;
}

.slp_search_container {
	margin-bottom: 20px;
}

.store_locator_plus input[type="text"],
.store_locator_plus select {
	padding: 12px 15px;
}

.slp_search_form .search_box .search_item label {
	line-height: 48px;
}

.home .slp_search_form .search_box .search_item .slp_ui_button,
.page .slp_search_form .search_box .search_item .slp_ui_button {
	margin: 0 0 0 20px;
}

.page .slp_results_container .results_wrapper .location_distance {
	float: none;
	vertical-align: baseline;
}

#map_sidebar.slp_results_container,
#map_sidebar_alpha.slp_results_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
	max-width: 1200px;
	margin: auto;
}

.page #map_sidebar.slp_results_container .results_wrapper,
.page #map_sidebar_alpha.slp_results_container .results_wrapper {
	flex-basis: 49%;
	border: none;
}

.slp_search_form .search_box #addy_in_address,
.slp_search_form #address_search.search_box .search_item {
	max-width: 100%;
	padding: 0 20px;
	justify-content: center;
}

.slp_search_form .search_box .search_item #addressInput {
	max-width: 900px;
}

.slp_search_form #address_search.search_box .search_item label {
	flex-shrink: 0;
	min-width: 0;
}

.slp_search_form #address_search.search_box .search_item div {
	flex-grow: 0;
}

.slp_search_form #address_search.search_box #radiusSelect {
	width: 300px;
	max-width: 100%;
}

/*Modern Team Members*/
.wmts_description p {
	line-height: 24px;
}

.wmts_filters .wph_filter[data-wph-filter="arcare-clinics"],
.wmts_filters .wph_filter[data-wph-filter="kycare-clinics"],
.wmts_filters .wph_filter[data-wph-filter="mscare-clinics"] {
	display: none;
}
.wmts_element .wmts_description::before { display: none; }

.wmts_description {margin-top: 0; }

.wmts_image_centering{height: 450px!important;}

.wmts_image_hover{
  opacity: 1.0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.wmts_image_hover:hover{
 opacity: 0.6;
 transition: opacity .55s ease-in-out;
 -moz-transition: opacity .55s ease-in-out;
 -webkit-transition: opacity .55s ease-in-out; 
}

.wp-block-column .member-information{
 padding-left: 30px; 
}
/*End Modern Team Members*/
@media screen and (max-width: 790px) {
	.slp_search_form .search_box #addy_in_address, 
	.slp_search_form #address_search.search_box .search_item {
		flex-wrap: wrap;
	}
	.slp_search_form #address_search.search_box .search_item div {
		padding-top: 12px;
	}
}

@media screen and (max-width: 650px) {
	.page .slp_results_container .results_wrapper {
		flex-basis: 100% !important;
	}
}

@media screen and (max-width: 420px) {
	.slp_search_form #address_search.search_box #radiusSelect {
		width: auto;
	}
}

.page .slp_results_container .results_wrapper:hover {
  background-color: #fff;
	border: none;
}

/* extended hours location page */
table.hours-table tbody > tr:first-of-type {
	background: #0077c4;
	color: #fff;
}

.hours-table td {
	word-break: break-word;
}

@media screen and (max-width: 1200px) {
	.hours-table {
		font-size: 16px;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.hours-table {
		font-size: 14px;
	}
}

@media screen and (max-width: 630px) {
	.hours-table {
		font-size: 14px;
	}
}

/* SLP Store Pages CSS
---------------------------------------------------------------------------------------------------- */

.single-store_page .entry-header p.entry-meta {
	display: none;
}

.single-store_page .entry-footer::before {
	display: none;
}




/* Careers Pages CSS
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 800px) and (max-width: 1036px) {
	.careers-state-btns {
		flex-direction: column;
	}
	.site-container .careers-state-btns .wp-block-button .wp-block-button__link {
		width: 300px;
	}
}

@media screen and (max-width: 680px) {
	.careers-state-btns {
		flex-direction: column;
	}
	.site-container .careers-state-btns .wp-block-button .wp-block-button__link {
		width: 300px;
		max-width: calc(100% - 40px);
	}
}

/* Custom Blog CSS
---------------------------------------------------------------------------------------------------- */
.entry-footer::before {
	padding-top: 0;
}

.entry-header::after {
	padding-bottom: 10px;
}

.entry-title {
    font-size: 40px;
}

p.entry-meta {
    font-size: 17px;
}

.archive-pagination li a {
	background-color: #ffc20e;
	border: 3px solid #ffc20e;
	border-radius: 3px;
	font-weight: bold;
	padding: 5px 9px;
}

.archive-pagination .active a,
.archive-pagination li a:focus,
.archive-pagination li a:hover {
	background-color: #fff;
	color: #ffc20e;
	border: 3px solid #ffc20e;
}

.breadcrumb h1 {
  font-family: "Teko";
	font-size: 20px; 
	font-weight: 200;
	line-height: 5rem;
	margin-bottom: 0;
}

.breadcrumb h4 {
  font-family: "Teko";
	font-size: 20px !important; 
	font-weight: 200 !important;
	line-height: 5rem !important;
	margin-bottom: 0 !important;
}

/* Custom Footer CSS
---------------------------------------------------------------------------------------------------- */
.car-footer-top .genesis-sidebar-title.screen-reader-text {
	display: none;
}

.car-footer-top .widget-area {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 20px;
	margin: 0 5%;
	border-top: 1px solid rgba(0, 119, 196, 0.25);
}

.footer-widgets {
	text-align: left;
	background-color: #fff;
}

.footer-widgets, 
.footer-widgets .wrap a {
  color: #000;
  font-size: 16px;
}

.footer-widgets .wrap a:hover {
	color: #0077c4;
}

.footer-widgets .widget ul li {
	margin-bottom: 0;
}

.footer-widgets .title-area {
	padding: 0 0 25px 0;
	float: none;
}

.footer-widgets > .wrap {
	max-width: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 30px 5% 20px 5%;
}

.footer-widgets .widget-area {
	flex: 1;
}

.footer-widgets .widget-area {
	padding: 0 25px;
}

.footer-widgets .widget-area:first-of-type {
	padding-left: 0;
}

.footer-widgets .widget-area:last-of-type {
	padding-right: 0;
}

.footer-widgets .widget-area:first-of-type {
	margin-left: 0;
}

.footer-widgets .widget .button,
.car-footer-top .widget .button {
	background-color: #ffc20e;
	border: 4px solid #ffc20e;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 9px 17px;
	font-size: 14px;
}

.footer-widgets .widget .button:hover,
.car-footer-top .widget .button:hover {
	background-color: #fff;
	border: 4px solid #ffc20e;
	color: #ffc20e;
}

.footer-widgets .widget-title {
	color: #0077c4;
}

.footer-widgets .widget.simple-social-icons {
	margin-bottom: 10px;
}

.footer-widgets .widget.simple-social-icons ul li:first-of-type {
	margin-left: 0 !important;
}

.footer-widgets .widget.simple-social-icons ul li:last-of-type {
	margin-right: 0 !important;
}

.footer-widgets .widget.simple-social-icons ul {
	margin-top: 5px;
}

.footer-widgets .wrap a.footer-phone {
	font-size: 20px;
	font-weight: bold;
	color: #0077c4;
}

.site-footer {
	position: relative;
	background-color: #fff;
	display: none;
}

.car-footer-bottom {
	padding: 5px 5% 20px;
	background: #fff;
}

.car-footer-bottom .widget-area {
	border-top: 1px solid rgba(0, 119, 196, 0.25);
	padding-top: 80px;
}

.footer-trust-badges {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-bottom: 50px;
}

.footer-trust-badges span {
	align-self: center;
	padding: 0 10px;
	text-align: center;
}

.car-footer-bottom p {
	text-align: center;
	color: #0077c4;
	margin-bottom: 10px;
	font-size: 14px;
}

.car-footer-bottom p.copyright {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.car-footer-bottom a {
	color: #0077c4;
}

.footer-trust-badges img {
	max-height: 100px;
	align-self: center;
}

@media only screen and (max-width: 1000px) {
	
	.footer-widgets .widget-area{
		flex: 0 1 33%;
	}

	.footer-widgets .widget-area:nth-child(odd){
		margin-left: 0;
	}

	.footer-widgets .widget-area {
		padding: 0 15px;
	}

	.footer-widgets .widget-area:last-of-type {
		padding-right: 0;
	}

	.footer-widgets .widget-area:first-of-type,
	.footer-widgets .widget-area:nth-of-type(4) {
		padding-left: 0;
	}
} 

@media only screen and (max-width: 800px) { 

	.footer-trust-badges {
		flex-wrap: wrap;
	}
	.footer-trust-badges span {
		flex-basis: 25%;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {

	.car-footer-top .widget-area {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer-widgets{
		text-align: center;
	}

	.footer-widgets .widget-area{
		flex: 0 1 100%;
	}

	.footer-widgets .widget-area {
		padding: 0;
	}

	.footer-widgets .simple-social-icons ul.alignleft{
		float: none;
		text-align: center;
	}

	.footer-widgets .simple-social-icons li {
		float: none;
		display: inline;
	}
}

/* Landing Pages CSS
---------------------------------------------------------------------------- */
.altitude-landing .site-container .site-inner {
  margin-top: 0;
}

.altitude-landing .entry-header::after {
  padding-bottom: 0;
}

.altitude-landing.arcare-gutenberg .content-sidebar-wrap {
	max-width: 100%;
}

.car-lp-topbar {
	width: 100%;
	display: flex;
	background: #fff;
	justify-content: space-between;
	padding: 30px 5%;
}

.car-lp-topbar img {
	margin-right: auto;
}

.car-lp-hero {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 20px 40px;
	min-height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #a7a9ac;
}

.altitude-landing.arcare-gutenberg .entry-content .alignwide {
	max-width: 1200px;
}

.has-2-columns.car-lp-60-40-cols .wp-block-column:first-of-type {
	flex-basis: 60%;
}

.has-2-columns.car-lp-60-40-cols .wp-block-column:last-of-type {
	flex-basis: 40%;
}

.altitude-landing .wp-block-columns.car-lp-60-40-cols .wp-block-column.car-lp-form .gform_wrapper {
	background: #0077c4;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
}

.altitude-landing .gform_wrapper input.datepicker {
	max-width: 100%;
}

.altitude-landing .entry {
  margin-bottom: 0;
}

.altitude-landing .ui-datepicker {
	margin-top: 0;
}

.car-lp-footer {
	background: #0079C1;
	color: #fff;
	padding: 40px 5% 15px;
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width: 800px) {
	.has-2-columns.car-lp-60-40-cols {
		flex-direction: column;
	}
	.has-2-columns.car-lp-60-40-cols .wp-block-column:first-of-type {
		flex-basis: 100%;
		margin-right: 0;
	}

	.has-2-columns.car-lp-60-40-cols .wp-block-column:last-of-type {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 600px) {
	.car-lp-topbar {
		flex-direction: column;
		align-items: center;
	}
	.car-lp-topbar img {
		margin-right: 0;
		max-width: 230px;
	}
	.car-lp-topbar .button {
		display: none;
	}
}



/* Positive Connections HIV Pages
---------------------------------------------------------------------------- */

/* Alert Bar */

.positive-connections-page .alert-bar {
	position: static;
}


/* Blue Top Bar */

.car-hiv-blue-topbar {
	width: 100%;
	background: #0079C1;
	padding: 10px 5%;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.car-hiv-blue-topbar a {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.car-hiv-blue-topbar a.phone-link {
	font-weight: bold;
	font-size: 26px;
}

@media screen and (max-width: 650px) {
	.car-hiv-blue-topbar {
		text-align: center;
	}
}

/* Top Bar */

.car-hiv-topbar {
	width: 100%;
	display: flex;
	background: #fff;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5%;
}

.car-hiv-topbar .pchiv-logo {
	margin-right: auto;
}

.car-hiv-topbar .pchiv-logo img {
	max-width: 280px;
}

.car-hiv-topbar .button {
	text-transform: none;
	margin-right: 10px;
	max-height: 60px;
}

.positive-connections-page .hivpc-fb-icon {  
	padding: 10px;
}

@media screen and (max-width: 650px) {
	.car-hiv-topbar {
		flex-wrap: wrap;
		justify-content: center;
	}
	.car-hiv-topbar .pchiv-logo {
		flex-basis: 100%;
		margin-left: auto;
		text-align: center;
	}
}

/* Navigation */

.positive-connections-page .nav-primary .genesis-nav-menu {
	float: none;
}

.positive-connections-page .genesis-nav-menu .sub-menu a {
	line-height: 1.3;
}

@media screen and (min-width: 800px) {
	.positive-connections-page .nav-primary ul.menu-primary > li.menu-item-has-children > a:after {
		content: '\f140';
		font-family: dashicons;
		font-weight: normal;
		display: inline-block;
		margin: 0 0 0 6px;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: rotate(0);
		color: inherit;
		position: relative;
		background: transparent;
		height: auto;
		width: auto;
		right: auto;
		line-height: inherit;
	}
}

/* Footer */

.positive-connections-page .car-footer-bottom {
	margin-top: 80px;
}

/* Testimonials Section */

.hivpc-main-testimonials .wp-block-column {
	background: #0079C1;
	padding: 50px;
	color: #fff;
	text-align: center;
	border-radius: 10px; 
}

@media screen and (max-width: 1250px) {
	.hivpc-main-testimonials .wp-block-column {
		padding: 40px 30px;
	}
}

@media screen and (max-width: 1050px) {
	.arcare-gutenberg .site-container .hivpc-main-testimonials.wp-block-columns {
		flex-wrap: wrap;
	}
	.hivpc-main-testimonials .wp-block-column {
		margin-bottom: 30px;
	}
	.arcare-gutenberg .site-container .hivpc-main-testimonials.wp-block-columns > .wp-block-column:nth-of-type(odd) {
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.arcare-gutenberg .hivpc-main-testimonials .wp-block-column {
		flex-basis: calc(50% - 16px);
	}
}

/* Blog feed section */

.positive-connections-page .widget.featuredpost > .widget-wrap {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}

.positive-connections-page .widget article {
	flex: 1;
	max-width: 372px;
	margin: 0 10px 50px;
}

.arcare-gutenberg.positive-connections-page .entry-content .widget article .entry-header, 
.arcare-gutenberg.positive-connections-page .entry-content .widget article .entry-content > p,
.arcare-gutenberg.positive-connections-page .entry-content .widget article .entry-header, 
.arcare-gutenberg.positive-connections-page .entry-content .widget article .entry-content > p {
  max-width: 100%;
  width: 100%;
}

.positive-connections-page .widget article .entry-title {
	font-size: 35px;
}

.positive-connections-page .widget article .entry-meta {
	font-size: 15px;
	color: #0077c4;
}

.positive-connections-page .widget article .entry-content p {
	font-size: 15px;
}

/* Newsletter section */

.hivpc-newsletter .gform_wrapper {
	margin: auto;
}

.hivpc-newsletter .gform_wrapper form {
	text-align: center;
}

.hivpc-newsletter .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.arcare-gutenberg .hivpc-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	width: 100%;
	max-width: 600px;
	padding: 12px 15px;
}

.hivpc-newsletter .gform_wrapper .gform_body input::placeholder {
	color: #959393;
}

/* Positive Connections Locations' Page */

.positive-connections-page .site-container .wp-block-columns.loc_box {
	margin-bottom: 0;
}

.loc_box .wp-block-column {
	margin-bottom: 75px;
}

.positive-connections-page .location_heading { 
	color: #0079C1;
	font-size: 24px;
}

.positive-connections-page .loc_logo {
	border: 1px solid #0079c0;
}

.srv_icon li { 
	position: relative; 
	list-style: none !important; 
	margin-left: 20px;
}

.srv_icon {  
	margin-left: 0 !important;
}

.srv_icon li:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url(/wp-content/uploads/2020/02/small-logo.jpg);
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: -18px;
	top: 8px;
}

.srv_heading {  
	margin-top: 30px;
}

.positive-connections-page .loc_detail {  
	margin-left: 0 !important;
}

ul.loc_detail li { 
	list-style: none;
}

/* HIV Facts Page */

.positive-connections-page .accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  transition: 0.4s;
}

.positive-connections-page .active, 
.positive-connections-page .accordion:hover {
  background-color: #ffc20e; 
}

.positive-connections-page .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* Volunteer Opportunities Page */

.hivpc-volunteer-boxes .wp-block-column {
	background: #0079C1;
	padding: 70px;
	color: #fff;
	text-align: center;
	border-radius: 10px; 
}

.hivpc-volunteer-boxes a {
	color: #fff;
	font-weight: bold;
}

.hivpc-volunteer-boxes a:hover {
	color: #000;
}

@media screen and (max-width: 1050px) {
	.arcare-gutenberg .site-container .hivpc-volunteer-boxes.wp-block-columns {
		flex-wrap: wrap;
	}
	.hivpc-volunteer-boxes .wp-block-column {
		padding: 40px 30px;
	} 
}

@media screen and (max-width: 800px) {
	.arcare-gutenberg .hivpc-volunteer-boxes .wp-block-column {
		flex-basis: calc(50% - 16px);
	}
	.positive-connections-page .wp-block-media-text {
		display: flex;
		flex-direction: column;
	}
	.positive-connections-page .wp-block-media-text.is-image-fill figure {
		min-height: 400px;
		width: 100%;
	}
	.positive-connections-page .wp-block-media-text .wp-block-media-text__content {
	  order: 2;
	}
	.positive-connections-page .wp-block-media-text .wp-block-media-text__media {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 720px) {
	.arcare-gutenberg .hivpc-volunteer-boxes .wp-block-column {
		flex-basis: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}
}



/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 600px) {
	.arcare-gutenberg .site-container .wp-block-columns{
		flex-wrap: wrap;
	}

	.arcare-gutenberg .wp-block-column {
	  flex-basis: 100%;
	  flex-grow: 1;
	}

}

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

	.five-sixths-flex,
	.four-sixths-flex,
	.one-fourth-flex,
	.one-half-flex,
	.one-sixth-flex,
	.one-third-flex,
	.three-fourths-flex,
	.three-sixths-flex,
	.two-fourths-flex,
	.two-sixths-flex,
	.two-thirds-flex {
	}

	.one-half-flex,
	.three-sixths-flex,
	.two-fourths-flex {
		flex-basis: 48.717948717948715%;
	}

	.one-third-flex,
	.two-sixths-flex {
		flex-basis: 31.623931623931625%;
	}

	.four-sixths-flex,
	.two-thirds-flex {
		flex-basis: 65.81196581196582%;
	}

	.one-fourth-flex {
		flex-basis: 23.076923076923077%;
	}

	.three-fourths-flex {
		flex-basis: 74.35897435897436%;
	}

	.one-sixth-flex {
		flex-basis: 14.52991452991453%;
	}

	.five-sixths-flex {
		flex-basis: 82.90598290598291%;
	}

	.arcare-gutenberg .site-container .wp-block-columns{
		flex-wrap: nowrap;
	}

	.arcare-gutenberg .wp-block-column {
	  flex-basis: calc(50% - 16px);
	  flex-grow: 0;
	}

}

@media only screen and (max-width: 1350px) {
	.pre-header,
  .site-header,
  .alert-bar {
		position: static;
	}
	.site-inner,
  .arcare-hero-section-inside-headline .site-inner{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1280px) {
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-wrap{
		padding: 0 5%;
	}
}

@media only screen and (max-width: 1200px) {
	.content {
		width: 520px;
	}
	.full-width-content .content {
		padding: 0 110px;
	}
	.genesis-nav-menu a {
		padding: 30px 10px;
	}
	.site-header.dark .genesis-nav-menu a {
		padding: 20px 10px;
	}
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}

	.sidebar-primary-nav.widget #menu-primary-navigation {
		flex-direction: column;
	}

	.arcare-gutenberg.positive-connections-page .entry-content > :not(.alignwide):not(.alignfull) {
		width: 100%;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 1024px) {
  .careers-state-btns .wp-block-column {
	  margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 1023px) {
	.wrap {
		max-width: 768px;
	}
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
	}
	.front-page .site-header {
		background-color: #fff;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content,
	.sidebar{
		width: 100%;
	}
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}
	.header-image .dark .site-title > a {
		height: 76px;
	}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.header-image .site-title > a {
		background-position: center !important;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
	}
	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	.site-inner {
		margin-top: 20px;
	}
	.full-width-content .content {
		padding: 0 5%;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 60px;
	}
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}	
	section.wp-block-media-text.media-text-arcare-hero-section-wrapper.is-stacked-on-mobile.alignfull { display: block;}
}

@media screen and (max-width: 900px) {
	.positive-connections-page .widget.featuredpost > .widget-wrap {
		flex-direction: column;
		align-items: center;
	}
	.careers-state-btns .wp-block-column {
	  margin-bottom: 15px;
	}
}

@media only screen and (max-width: 800px) {
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	.wrap {
		padding: 0 5%;
	}
	.front-page .site-inner {
		padding: 0;
	}
	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	}
	.site-header nav .wrap {
		padding: 0;
	}
	nav.genesis-responsive-menu {
		display: block;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: transparent;
		color: #0077c4;
		display: none;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: #079bc4;
		border-width: 0;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		line-height: 20px;
		margin-bottom: 1px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}
	.menu-toggle::before,
	.menu-toggle.activated::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.genesis-nav-menu .sub-menu{
		box-shadow: none;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: transform 0.25s ease-in-out;
		-ms-transition: transform 0.25s ease-in-out;
		transition: transform 0.25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background-color: transparent;
		border-bottom: 0;
		margin-bottom: 1px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		text-decoration: underline;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: 1px solid #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}

	.content-sidebar-wrap{
		flex-direction: column;
	}

	.pre-header .widget_search{
		display: none;
	}

	.site-container .wp-block-columns{
		flex-wrap: wrap;
	}

	.wp-block-media-text.is-stacked-on-mobile{
		grid-template-columns: 100%!important;
	    grid-template-areas: "media-text-media" "media-text-content";
	}

	.wp-block-media-text__content > div{
		padding-bottom: 60px;
	}

	.arcare-hero-headline{
	  font-size: 5.0vw;
	}

	.arcare-hero-subhead {
	  font-size: 3.0vw;
	}

	.entry{
		margin-bottom: 40px;
	}

	.arcare-cta-section{
		margin-bottom: 0;
	}

	.positive-connections-page .hivpc-newsletter {
		padding: 0 25px;
	}

	.positive-connections-page .hivpc-fb-icon {  
		display: none;
	}


	.loc_box .wp-block-column {  margin-left: 0 !important;}
	ul.srv_icon {  margin-bottom: 20px !important;}
	.loc_box { margin-bottom: 0 !important;}
	.loc_box { text-align: center !important;}
	.location_heading { text-align: center !important;}
	.srv_icon li:before {  display: none !important;}
	.stm_box {  width: 30%;}
	.single-post .breadcrumb h4{ line-height: 2.5rem !important;}
	
	

}

@media (max-width: 600px){
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-media" "media-text-content" !important;
	}

	.pre-header .float-left{
		float: left;
		text-align: left;
    display: inline-block;
		width: 50%;
	}

	.pre-header-left{
		justify-content: center;
		font-size: 1.5rem;
		line-height: 4rem;
	}

	.pre-header .widget_nav_menu:not(.pre-header-list) {
		display: none;
	}
  
  #menu-pre-header-menu li:not(#gtranslate_pre_header) {
    display: none;
  }
}

@media (max-width: 455px) {
  .pre-header-list {
    float: left;
  }
  
  #gtranslate_selector {
    padding: 22px 0 22px 0;
  }
}

@media only screen and (max-width: 480px) {
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
	}
}



/*Custom CSS*/
.stm_box { display: inline-block; width: 15%;  vertical-align: top;}
#input_18_8 {  width: 50%;}

#menu-item-2653 a {
  color: #a7a9ac;
}
#menu-item-2653 a:hover {
  color: #0077c4;
}

/*RSVP Page list icon*/

.list_icon {
  position: relative;
  padding-left: 25px;
}

.list_icon li {
  list-style-type: none !important;
}
.list_icon li:before {
  position: absolute;
  content: "\f00c ";
  left: -2px;
  color: #0077c4;
  font-weight: 800;
  font-family: 'FontAwesome';
  font-size: 22px;
}
/*RSVP Page list icon*/

/* Pharmacy Residency Program Start */
.profile_img { text-align: center; }
.staff_n { min-height: 48px; }
.staff_t{ color: #949494;}

/* Pharmacy Residency Program End */

@media only screen and (max-width: 900px) {
  .stm_box {  width: 30%;}
  .btm_extra_space { height: 50px !important; }/* Pharmacy Residency Program page */
}

@media only screen and (max-width: 480px) {
  .des p { text-align: justify; padding-left: 0;}
  .provider_section .des h3 { margin-top: 20px !important;}

  /* Pharmacy Residency Program page */
  .ARcareSite .page-id-2818 .breadcrumb h4 { line-height: 2.5rem;}
  .residents_images .wp-block-column:first-child { margin-bottom: 30px;}
  .staff_t.first { margin-bottom: 30px !important;}
  .staff_n {  min-height: auto;}
  /* Pharmacy Residency Program page end*/
}

ul#menu-primary-navigation.menu{
	display:block;
}

/*Individual Location Pages*/
.slplus_hidden{
	display: none;
}
.store_page .entry-title{
	display:none;
}

/*Accordion Block*/
.gb-accordion-title{
	cursor:pointer;
	color:#0077c4;
}

.accordion-white-bg .gb-accordion-title{
	background: #fff;
}

/*Positive Connections Mobile Menu Navigation*/
@media only screen and (max-width: 800px) {
	.page-template-hiv_landing .menu-toggle,
  .page-template-hiv_landing .sub-menu-toggle{
		display: block;
	}
	.page-template-hiv_landing .genesis-responsive-menu{
		display: none;
	}
}

/*Hide Post Dates*/
.entry-meta{
  display: none;
}

/*
Hero Video for Video and Text hero type
*/
.hero-video-block{
	position: relative;
	max-height: 100%;
	min-width: 100%;
	overflow: hidden;
	display: flex;
}
.hero-video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.overlay-text-cta{
	max-width: 907px;
	position: absolute;
	text-align: right;
	right: 15%;
	bottom: 15%;
	padding-right: 5%;
	z-index:4;
}
.overlay-text{
	font-size: 50px;
	color: white;
}
.overlay-cta{
	font-size: 25px;
	font-weight: 600;
}
.overlay-image{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}
.video-background{
	position: relative;
	z-index: 1;
	min-width: 100%;
	max-height: 750px;
}

@media screen and (max-width: 1200px){
	.overlay-text{
		font-size: 37px;
	}
	.overlay-cta{
		font-size: 20px;
	}
	.overlay-image{
		width: 400px;
	}
}

@media screen and (max-width: 950px){
 .overlay-image{
   width: 300px;
  }
}

@media screen and (max-width: 650px){
	.overlay-text-cta{
		visibility: hidden;
	}
  .overlay-image{
    width: 150px;
  }
}
/*End Hero Video CSS*/

/*Clinic Page Hero Block*/
.clinic-hero-block{
	position: relative;
	max-height: 100%;
	min-width: 100%;
	overflow: hidden;
	display: flex;
}

.clinic-hero-headline{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 15%;
	z-index:4;
}
.clinic-hero-overlay-text{
	font-size: 40px;
	color: white;
}
.clinic-hero-overlay-button{
	font-size: 22px !important;
	font-weight: 600;
	width: 400px;
}
.clinic-button-one{
	text-align: right;
	margin: 20px;
}
.clinic-button-two{
	text-align: left;
	margin: 20px;
}
@media screen and (max-width: 1395px){
	.clinic-hero-overlay-text{
		font-size: 30px;
	}
	.clinic-hero-overlay-button{
		font-size: 20px !important;
		width: 360px;
	}
}

@media screen and (max-width: 785px){
	.clinic-hero-overlay-text{
		display: none;
	}
	.clinic-overlay-button{
		font-size: 15px !important;
	}
	.clinic-button-one,
  .clinic-button-two{
		text-align: center;
	}
}

@media screen and (max-width: 375px){
	.clinic-hero-overlay-button{
		font-size: 15px !important;
		width: 265px;
	}
}
/*End Clinic Page Hero Block CSS*/

/*Special Mobile Features*/
@media only screen and (max-width: 780px){
	.ARcareSite .mobile-align-center{
		text-align:center;
		display: inline-block;
		width: 100%;
	}
	.ARcareSite .mobile-align-center .wp-container-3{
		justify-content: center;
	}
}