/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

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

html {
	box-sizing: border-box;
    
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::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,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::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
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Agenda, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #fff;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Agenda, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
    border-radius:20px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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,
.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,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.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 {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-text:focus,
.screen-reader-shortcut: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: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

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

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	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 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

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


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
    line-height:20px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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

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

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	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;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-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: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}



/* Custom Styles
---------------------------------------------------------------------------- */
.mobile-contact-button {
    display:none;
}

.button-green {
	background:#B2BB1E;
	border-radius:20px;
	color:#ffffff;
	font-weight:600;
	padding:10px 35px;
	text-decoration:none;
}

.button-green:hover {
	background:#01294E;
    color:#fff;
}

.entry {
	margin-bottom:0!important;
} 

.side-contact-button {
    background: #01294E;
    border: 2px solid #fff;
    border-radius: 20px 20px 0 0;
    color: #fff;
   display:block;
    font-size: 30px;
    font-weight: 600;
    height:60px;
    line-height: 30px;
    position: fixed;
    right: -92px;
    text-align: center;
    text-decoration: none;
    top:450px;
    transform: rotate(-90deg);
    width: 240px;
     z-index: 1000;
    
}
    
    .side-contact-button:hover {
        color:#ffffff;
    }
    
    .side-contact-button p {
        margin: 10px 0;
    }
    
  /*  .mobile-contact-button p:after {
        content: url("images/mobile-contact-icon.svg");
    }*/
    
.side-contact-button img {
    margin: 3px 0 0 5px;
}
/*-----Contact Us Button-----*/
.contact-us-button {
	background:#01294E;
	border:2px solid #ffffff;
	border-radius:20px 20px 0 0;
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	
	
	transform: rotate(-90deg);
	z-index:100;
}

.contact-us-icon img {
	width:47px;
	height:45px;
	position:absolute;
	top:9px;
	padding-left:15px;
	
}

/*-----Contact Slide Out----*/
/*#slideout .contact-button {
	transform: rotate(-90deg);
}*/

#slideout_tab div img {
	height:40px;
	margin-top:8px;
	padding-left:10px;
	width:42px;
}

#slideout_tab div {
	background:#01294E;
	border:2px solid #ffffff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size:30px;
	font-weight:600;
	height:60px;
	left: -115px;
	position: absolute;
	top: 88px;
	transform: rotate(-90deg);
	width:240px;
	cursor:pointer;
		
		
z-index:1000;
}

#slideout {
		/* position: absolute; */
		position: fixed;
		top: 350px;
		right: 0;
	
		width: 35px;
	z-index:1000;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	#slideout_tab {
		position: relative;
		top: 0;
		left: 0;
		padding: 20px;
		text-align: center;
		background: #01294E;
		color: #ffffff;
		cursor:pointer;
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
		border:2px solid #ffffff;
	}
	#slideout_inner {
		position: absolute;
		top: -19px;
		left: 35px;
		background: #ffffff;
		width: 380px;
		padding: 45px 25px 15px;
		height: auto;
		cursor:auto;
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius: 0;
	}
	#showblock:checked + #slideout{right: 380px;}
	#showblock{display:none;}

#close_tab {
	background:#01294E;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  opacity: 1;
	cursor:pointer;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 4px;
  background-color: #fff;
	top:4px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/*-----Header-----*/
.site-header {
	background:#003768;
	box-shadow:none;
	position:relative!important;
}

.site-header a {
	color:#ffffff;
}

.wp-custom-logo .title-area img {
	margin:63px 0 0 100px;
}

.menu-footer-navigation-container {
	float:left;
}

.nav-primary {
	margin:40px 60px 0 0;
}

.nav-primary a {
    font-size:20px;
	font-weight:600;
}

.nav-secondary {
	margin-top:7px;
}

.genesis-nav-menu span::before {
    content:url("../images/home-icon.svg");
    padding:0 10px 0 0;
    
}

/*-----Section 1-----*/
.landing-intro {
	background: url("../images/curvedshape-blue-top.svg") no-repeat;
	background-position-y:-100px;
	background-size:100%;
	position:relative;
	z-index:10;
}

.landing-intro .wrap {
	margin-left:130px;
}

.landing-intro h2 {
	color:#B2BB1E;
	font-size:45px;
	font-weight:600;
	line-height:45px;
	margin-top:109px;
    max-width: 600px;
}

.landing-intro p {
	color:#343434;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	max-width:525px;
}

.next-level  {
	padding-top:60px;
}

.wound-healing {
	padding-top:15px;
    z-index: 1000;
position: relative;
}

.video img {
	max-width:487px;
}

video {
    border: 1px solid #eee;
}

.video {
    width:70%;
}

.membrane {
	margin-top:120px;
}

.membrane-copy {
	color:#003768;
	margin-left:240px;
	position:relative;
	z-index:110;
}

.membrane-copy1 {
	margin-top:50px;
	color:#003768;
	margin-left:210px;
	position:relative;
	z-index:110;
}

.membrane-copy2 {
	margin-top:10px;
	color:#003768;
	margin-left:210px;
	position:relative;
	z-index:110;
}

.membrane-copy3 {
	margin-top:10px;
	color:#003768;
	margin-left:210px;
	position:relative;
	z-index:110;
}

.membrane span {
	color:#003768;
	font-size:14px;
	line-height:16px;
	display:inline-block;
	max-width:285px;
	
}

.membrane strong {
	font-size:18px;
	font-weight:600;
}

.membrane-title img {
	margin-left:-30px;
	margin-top:0;
	padding-right:10px;
}

/*-----Membrane Animation-----*/

#main img{
    width: 700px;
    position: absolute;
    top:50%;
    right:-360px;
    transform: translate(-50%,-50%);
}

#bottomLayer img {
  /*top:100%;*/
	top:55%;
	animation:anim1 2s ease-in-out;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#middleLayer img {
    top:47%;
    animation: anim2 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#topLayer img {
    top:47%;
    animation: anim3 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

@keyframes anim1{
    from {
        top:55%;
    }
    
    to {
        top:80%;
    }
}

@keyframes anim2{
    0%{
        top:47%;
    }
	50%{
		    top:55%;
	}
    100%{
        top:52%;
    }
}

@keyframes anim3{
     from {
        top:47%;
    }
    
    to {
        top:25%;
    }
}

@keyframes anim3-mobile {
  100% {
    /* top: 25%; */
    top: 73%;
  }
}

@keyframes anim2-mobile {
  100% {
    /* top: 52%; */
    top: 86%;
  }
}

@keyframes anim1-mobile {
  100% {
    /* top: 80%; */
    top: 102%;
  }
}

@keyframes anim3-600 {
  100% {
    /* top: 25%; */
    top: 68%;
  }
}

@keyframes anim2-600 {
  100% {
    /* top: 52%; */
    top: 84%;
  }
}

@keyframes anim1-600 {
  100% {
    /* top: 80%; */
    top: 102%;
  }
}


@keyframes anim3-375 {
  100% {
    /* top: 25%; */
    top: 67%;
  }
}

@keyframes anim2-375 {
  100% {
    /* top: 52%; */
    top: 84%;
  }
}

@keyframes anim1-375 {
  100% {
    /* top: 80%; */
    top: 102%;
  }
}

@keyframes anim3-414 {
  100% {
    /* top: 25%; */
    top: 64%;
  }
}

@keyframes anim2-414 {
  100% {
    /* top: 52%; */
    top: 83%;
  }
}

@keyframes anim1-414 {
  100% {
    /* top: 80%; */
    top: 105%;
  }
}

/*-----Membrane Text Animation-----*/
.fade-in-text-2-sec {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
		opacity:0;
}

.fade-in-text-4-sec {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
	animation-delay: 4s;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
		opacity:0;
}

.fade-in-text-6-sec {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
	animation-delay: 6s;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
		opacity:0;
}


@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.dotted-line1 {
	margin-left:180px;
	margin-top:-70px;
	position:relative;
z-index: 100;
}

.dotted-line2 {
	margin-left:180px;
	margin-top:-70px;
	position:relative;
z-index: 100;
}

.dotted-line3 {
	margin-left:180px;
	margin-top:-70px;
	position:relative;
	z-index: 100;
   
}
.dotted-line3 img {
	height: 18px;
    width: 18px;
}

/*-----Dotted Line Animation-----*/

.fade-in-dotted-line-3-sec {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
		opacity:0;
}

.fade-in-dotted-line-5-sec {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
	animation-delay: 5s;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
		opacity:0;
}

.fade-in-dotted-line-7-sec {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
	animation-delay: 7s;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
		opacity:0;
}

/*-----Section 2-----*/
.matrion-cta {
	background: url("../images/curvedshape-grey.svg") no-repeat;
	background-size:100%;
	position:relative;
	z-index:9;
	margin-top:-380px;
}

.matrion-cta .wrap {
	padding-top:450px;
	padding-bottom:700px;
	

}

.cta-panel {
	background-color:#689ECF;
	border-radius:20px;
    color:#ffffff;
	width:82%;
	margin:auto;
	min-height:330px;
	display:flex;
	align-items:center;
	column-gap:60px;
}

.cta-panel-grid {
    display:grid;
    grid-template-columns: 33% 66%;
    grid-template-rows:auto;
    width:100%;
}

.cta-panel-diagram {
    grid-row: 1 / span 5;
    align-self: center;
}

.cta-panel-logo-diagram img {
    margin-top: 29px;
}

.mobile-br {
    display:none;
}

.mobile-br2 {
    display:inline-block;
}

.cta-panel-logo {
    font-size: 62px;
    font-weight:600;
    margin-top:40px;
    
}
.cta-panel-headline {
    align-self:start;
    margin-top: -20px;
        }

.cta-panel-copy {
             
        }

.cta-panel-button {
             
        }

.cta-panel-col1 {
	flex-basis:33%;
}

.cta-panel-col2 {
	flex-basis:66%;
}

.cta-panel-logo img {
    margin-top:28px;
}

.cta-panel-diagram img {
	width:88%;
}

.cta-panel h3 {
	color:#003768;
	font-size:45px;
	line-height:45px;
	margin:15px 0 10px 0;
}


/*-----Section 3-----*/
.matrion-cards {
	background:#f6f6f6;
	background-size:100%;
	background-position-y:150px;
	display:flex;
	margin-top:-470px;
	position:static;
	
	align-content:flex-end;
}

.matrion-cards .wrap {
	margin:-50px auto 0;
	margin-top:-100px;
    padding-bottom: 30px;
	width:82%;
    position:relative;
    z-index:300;
}

.matrion-cards .one-third {
	background:#ffffff;
	border-radius:20px;
	min-height:500px;
	padding:0 35px;
	text-align:center;
	position:relative;
}

.spinning-icon {
    -webkit-animation:turning_cw 5s infinite;
  	-moz-animation:turning_cw 5s infinite;
  	animation:turning_cw 5s infinite;
  	position:absolute;
     left:0;
     right:0;
        }
        @-webkit-keyframes turning_cw {
  	0%{
  		-webkit-transform: rotate(0deg); }
  	100%{
  		-webkit-transform: rotate(360deg); }
  }

@keyframes turning_cw {
  	0%{
  		transform: rotate(0deg); }
  	100%{
  		transform: rotate(360deg); }
  }

.matrion-cards img {
	max-width:169px;
	
}

.matrion-card-animation {
    margin-top:-45px;
}

.matrion-cards h4 {
	color:#003768;
}

.matrion-cards p {
	color:#343434;
}

.align-bot {
	position:absolute;
	bottom:36px;
	margin: 0 auto;
        left: 0;
        right: 0;
}

.testimonial {
	font-size:16px;
	letter-spacing:3px;
	text-transform:uppercase;
}

/*-----Section 4-----*/
.wound-management {
    
    background: url("../images/curvedshape-blue-bottom.svg") no-repeat;
position: relative;
z-index: 200;
background-size: 100%;
margin-top: -340px;
background-position-y: top;
}

.wound-management .wrap {
	margin:0 auto 0;
	padding-top:300px;
	width:82%;
}
.wound-management h2 {
	color:#B2BB1E;
	font-size:45px;
	font-weight:600;
	line-height:45px;
	margin-top:40px;
}

.wound-management p {
	color:#ffffff;
}

.wound-management-copy {
    padding-top:50px;
}

/*-----Section 5-----*/
.contact {
	background:#003768;
	padding-top:130px;
	padding-bottom:100px;
}

.contact .wrap {
	border:1px solid #ffffff;
	border-radius:20px;
	margin: 0 0 0 13%;
	width:77%;
}

.contact .wrap .flex-container {
    align-content: flex-start;
    display: flex;
    flex-direction: row;
    gap:0;
}
        
   .contact .wrap .flex-left {
   background: #01294E;
    border-radius: 20px 0 0 20px;
    margin: 0 auto;
    padding: 0 45px;
    width: 33%;
    height: auto;
}

.contact .wrap .flex-right {
    background: #ffffff;
    border-radius: 0 20px 20px 0;
    margin: 0;
    padding: 0 50px;
    width: 67%;
}

.contact div.one-third.first, .contact .two-thirds {
	min-height:437px;
}
.contact div.one-third.first {
	background:#01294E;
	border-radius:20px 0 0 20px;
	margin:auto;
	padding:0 45px;
}

.contact .two-thirds {
	background:#ffffff;
	border-radius:0 20px 20px 0;
	margin:0;
	width:68.376068376068384%;
    padding:0 50px;
}

.contact-copy {
	color:#ffffff;
	font-size:65px;
	font-weight:700;
	line-height:50px;
	margin-top:100px;
}

.us-copy {
	color:ffffff;
	font-size:65px;
	font-weight:700;
	line-height:50px;
	-webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
}

.contact-us-copy {
	color:#ffffff;
	font-size:14px;
	line-height:16px;
	margin:20px 0 20px 0;
}

.contact-icon-container {
	position:relative;
}
.contact img {
	left:-115px;
	max-width:142px;
  position:absolute;
	top:-66px;
}

.phone-container {
	position:relative;
}

.phone-icon::before {
	content:url(images/phone-icon.svg);
		position:absolute;
		top:3px;
	left:0;
}

.phone-number {
	color:#B2BB1E;
	font-size:19px;
	font-weight:700;
	margin-bottom:14px;
	margin-left:40px
	
}

.contact-form-footer {
    margin-top: 40px;
}

.contact-form-footer .one-half {
padding-bottom: 15px;
}

.wpcf7-form-control.wpcf7-text {
    padding: 10px 25px;
}

.wpcf7-form-control.wpcf7-textarea {
   padding: 25px 25px; 
}

.contact #user-form-template-19 {
    border-width:0;
    padding-left:0;
    padding-right:0;
}
.contact #user-form-template-19 #field4, .contact #user-form-template-19 #field5, .contact #user-form-template-19 #field6, .contact #user-form-template-19 #field7 {
    width:100%;
}
.contact #user-form-template-19 #field2, .contact #user-form-template-19 #field3 {
    width: 48.717948717948715%;
    float:left;
    margin-left: 2.564102564102564%;
}
.contact #user-form-template-19 #field2 {
    width: 48.717948717948715%;
    float:left;
    margin-left: 0;
}
.contact #user-form-template-19 #field0 .element-container, .contact #user-form-template-19 #field1 .element-container, .contact #user-form-template-19 #field2 .element-container, .contact #user-form-template-19 #field3 .element-container, .contact #user-form-template-19 #field4 .element-container, .contact #user-form-template-19 #field5 .element-container, .contact #user-form-template-19 #field6 .element-container, .contact #user-form-template-19 #field7 .element-container, .contact #user-form-template-19 #field8 .element-container {
    border-radius:20px;
    padding:10px 25px;
    font-size:18px;
        height:40px;
    border-color:#ddd;
    font-family: Agenda, sans-serif;
}
.contact #user-form-template-19 #field7 .element-container {
    color:#000;
}
.contact #user-form-template-19 #field7 .element-container {
    height:140px;
}
.contact #field4 .field-label {
    margin-top:0!important;
}
.form-row {
    clear: both;
}
.contact-form-footer label, #user-form-template-19 .field-label {
    color:#003768;
    font-size:20px;
    font-weight:600;
    line-height:24px;
    font-family: Agenda, sans-serif;
}

.contact-form-footer input[type="submit"], .contact-form-footer textarea {
    background-color: #F6F6F6;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    padding:10px;
    margin-top:10px;
}
.contact #user-form-template-19 #field1 .component-container{
    margin-left:0;
        margin-right:0;
}
.contact #user-form-template-19 #field1 .element-container{
    background-color: #B2BB1E!important;
    width:100%;
}
.contact-form-footer input[type="submit"] {
    background-color: #B2BB1E;
    border-radius: 20px;
    width:100%;
}

.contact-form-footer input[type="submit"]:hover, #user-form-template-19 #field1 .element-container:hover {
    background-color: #01294E;
    border-radius: 20px;
    width:100%;
}

.contact-form-slide-out label {
    color:#003768;
    font-size:16px;
    font-weight:600;
    line-height:20px;
}

.contact-form-slide-out input, .contact-form-footer textarea {
    background-color: #F6F6F6;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    padding:8px;
    margin-top:8px;
}

.contact-form-slide-out input[type="submit"] {
    background-color: #B2BB1E;
    border-radius: 20px;
    width:100%;
}

/*------Thank You Page-------*/

.thank-you .site-container {
background: #003768;
}
.thank-you .site-inner {
color: #fff;
margin: 150px auto 200px;
}

/*-----Contact Form Accordian----*/
.plus {
  display:inline-block;
  width:18px;
  height:18px;
  border-radius:5px;
  background:
    linear-gradient(#fff,#fff),
    linear-gradient(#fff,#fff),
    #B2BB1E;
  background-position:center;
  background-size: 50% 3px,3px 50%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat:no-repeat;
}



.accord-content {
  display: none;
}



.accord-header {
  padding-top: 0;
  
}

.accord-header h4 {
  color: #B2BB1E;
    font-size:20px;
    line-height:24px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.accord-header:hover {
  cursor: pointer;
}

.accord-header:hover h4, .accord-header.selected h4 {
  color: #B2BB1E;
}

/* Accordion
--------------------------------------------- */
.accordion {
  margin-bottom: 30px;
  text-align: left;
}
.accordion .data {
  display: none;
}
.accordion-item {
  background-color: #fff;
  border-top:none;
  color: #B2BB1E;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  /*padding: 15px 65px 15px 15px;*/
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.accordion .data {
  padding: 30px 0;
}

.accordion-item .type {
  background-color: #B2BB1E;
    border-radius:5px;
  color: #fff;
  display: inline-block;
  
  font-weight: 700;
  height: 18px;
  
  position: relative;
  right: 0;
  text-align: center;
  top:0;
  width: 18px;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.open-icon {
    font-size: 19px;
    line-height: 16px;
    position: relative;
    top:1px;
    
}

.close-icon {
    font-size: 11px;
    line-height: 16px;
    position: relative;
    top:-2px!important;
}

.accordion-item:hover, .accordion-item.open {
  background-color: #fff;;
  color: #B2BB1E;
}

.accordion-item:hover .type, .accordion-item.open .type {
  background-color: #B2BB1E;
}

.accordion-item.open .open-icon, .accordion-item .close-icon {
  display: none;
}

.accordion-item.open .close-icon {
  display: inline-block;
}

.accordion-item p {
  margin: 0;
}

/*-----Foot Notes-----*/
.foot-notes {
   background: #003768;
    color:#fff;
    font-size:13px;
    line-height:15px;
}

.foot-notes .wrap {
    margin:auto;
    width:82%;
}

/*-----Footer-----*/
.site-footer {
	background:#01294E;
	border:none;
	color:#ffffff;
	font-size:14px;
	line-height:30px;
}
.site-footer a {
	color:#ffffff;
	font-weight:600;
}

.site-footer .wrap {
	margin:auto;
	width:90%;
}

.footer-copyright {
	/*float:right;*/
    text-align:right;
}






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

@media only screen and (min-width: 2300px) {
.landing-intro h2 {
	margin-top:190px;
}
.membrane {
    margin-top: 323px;
}
.landing-intro {
 
    background: url("../images/curvedshape-blue-top-large.svg") no-repeat;
     background-position-y: -550px;
    background-size: 100%;
}
     .membrane-copy1, .membrane-copy2, .membrane-copy3 {
        margin-left: 43%;
    }
    
    .dotted-line1, .dotted-line2, .dotted-line3 {
    margin-left: 37.5%;
        margin-top:-69px;
    }

}
@media only screen and (max-width: 2299px) and (min-width: 1801px) {
    

.landing-intro {
 
    background: url("../images/curvedshape-blue-top-large.svg") no-repeat;
     background-position-y: -550px;
    background-size: 100%;
}
     .membrane-copy1, .membrane-copy2, .membrane-copy3 {
        margin-left: 43%;
    }
    
    .dotted-line1, .dotted-line2, .dotted-line3 {
    margin-left: 37.5%;
        margin-top:-69px;
    }
    
       .membrane {
    margin-top: 220px;
}

}

@media only screen and (max-width: 1800px) and (min-width: 1500px) {

    .landing-intro {
        background: url("../images/curvedshape-blue-top-large.svg") no-repeat;
        background-position-y: -450px;
background-size: 100%;
    }
    .landing-intro h2 {
        margin-top: 150px;
}
    
    .membrane-copy1, .membrane-copy2, .membrane-copy3 {
        margin-left: 43%;
    }
    
    .dotted-line1, .dotted-line2, .dotted-line3 {
    margin-left: 37.5%;
        margin-top:-69px;
    }
    
    .membrane-copy1 {
        margin-top:80px;
    }
    
    .membrane {
    margin-top: 200px;
}

}  

@media only screen and (max-width: 1366px) and (min-width: 1024px) {

.landing-intro {
        background-position-y: -50px;
    }
    
.landing-intro .wrap {
    margin-left: 55px;
}
.wp-custom-logo .title-area img {
    margin: 63px 0 0 25px;
}
    
.landing-intro h2 {
     margin-top:119px;
    }
    
.membrane span {
    max-width: 180px;
}
    
#main img {
right: -30%;
height: auto;
width: 50%;
}
    
.dotted-line1, .dotted-line2, .dotted-line3 {
    margin-top: -102px;
    }
    
.cta-panel-diagram img {
width:90%;
}
    
    .cta-panel-headline {
        margin-top:0;
    }
    
    .cta-panel-logo {
line-height: 62px;
}
   
    
.cta-panel-logo img {
    margin-top: 10px;
}
    
.cta-panel-logo {
    margin-top: 0;
}
    
.matrion-cards .one-third {
    min-height: 640px;
}
    
.contact-copy {
    font-size: 45px;
}
.us-copy {
    font-size: 45px;
    line-height: 30px;
}
    
}

@media only screen and (max-width: 1023px)  and (min-width: 961px) {
   
.landing-intro {
    background-position-y: -60px;
}
    
.landing-intro .wrap {
    margin-left: 50px;
}
.wp-custom-logo .title-area img {
    margin: 63px 0 0 25px;
}
    
.contact .wrap .flex-left {
    padding: 0 25px;
}
    
.contact-copy {
    font-size: 55px;
}
.us-copy {
    font-size: 55px;
}
    
.matrion-cards .one-third {
    min-height: 640px;
}
    
.cta-panel-logo {
    line-height: 62px;
    margin-top:0;
}
.cta-panel-logo img {
    margin-top: 8px;
}
    
.cta-panel {
    min-height: 400px;
}
    
.cta-panel-headline {
    margin-top: 0;
}
    
#main img {
    width: 60%;
    right: -50%;
    height: auto;
}
    
.dotted-line1, .dotted-line2, .dotted-line3 {
 margin-left: 108px;
}
    
.dotted-line1 {
     margin-top: -69px;
}
    
.dotted-line3 {
     margin-top: -87px;
}
    
    
.membrane-copy1, .membrane-copy2, .membrane-copy3 {
    margin-left: 140px;
}
    
.membrane span {
    max-width: 265px;
}
    
}

@media only screen and (max-width: 960px)  and (min-width: 601px) {

.js .nav-primary {
  /* display: none; */
  display: inline-block ;
  float: right;
  text-align: right;
    margin-right:10px;
}

.nav-primary {
  /* margin: 40px 60px 0 0; */
  margin: -100px 0 0 0;
}

.nav-primary {
  /* width: 100%; */
  width: 20%;
}
    
    .landing-intro {
background-position-y: -50px;
}
   
    .landing-intro .wrap {
    margin-left: 55px;
}
    
    .wp-custom-logo .title-area img {
    margin: 63px 0 0 15px;
}
    
    .landing-intro .wrap {
margin-left: 45px;
}
    
    .next-level {
    padding-top: 20px;
    max-width: 48%;
}
    
    .wound-healing {
    padding-top: 10px;
    max-width: 70%;
}
    
    landing-intro h2 {

max-width: 90%;
}
    
    .landing-intro p {
max-width: 90%;
}
    
    #main img {
right: -40%;
height: auto;
width: 80%;
}
    /*
    .dotted-line1, .dotted-line2 {
    margin-left: 477px;
        margin-top:-45px;
    }
    
    .membrane-copy1, .membrane-copy2, .membrane-copy3 {
        margin-left:500px
    }
    */
    
    
   /* #main img {
   
  max-width: 650px;
  right: -365px;
}*/

.membrane-copy2 {
  /* margin-top: 10px; */
  /* margin-left: 240px; */
  margin-top: -10px;
  margin-left: 38%;
}

.membrane-copy1 {
  /* margin-top: 50px; */
  /* margin-left: 240px; */
  margin-top: -180px;
  margin-left: 38%;
}

.membrane-copy3 {
  /* margin-top: 10px; */
  /* margin-left: 240px; */
  margin-top: -10px;
  margin-left: 38%;
}


.dotted-line1 {

  margin-left: 34%;
  margin-top: -86px;
}
    
 .dotted-line2 {

  margin-left: 34%;
  margin-top: -70px;
}
    
.dotted-line3 {

  margin-left: 34%;
  margin-top: -87px;
}

.membrane {
  /* margin-top: 120px; */
  margin-top: 340px;
}

    
.membrane span {
  /* max-width: 285px; */
  max-width: 230px;
}

    .video {
        width:80%;
    }

/* .dotted-line1.fade-in-dotted-line-3-sec img { */
.dotted-line1 img, .dotted-line2 img {
  
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 95%);
}

    
    #bottomLayer img {
  /*top:100%;*/
	top:83%;
	animation:anim1-mobile 2s ease-in-out;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#middleLayer img {
    top:80%;
    animation: anim2-mobile 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#topLayer img {
    top:80%;
    animation: anim3-mobile 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}
    
    .cta-panel-grid {
grid-template-rows: 1fr 240px 1fr;
grid-template-columns: 100%;
}
    
    .cta-panel-logo {
    
     grid-row: 1;
    line-height: 55px;
        margin-top:0;
    padding-top: 50px;
    text-align:center;
}
    
    .cta-panel-diagram {
    grid-row: 2;
    align-self: center;
}
    
.cta-panel-headline {
     grid-row: 3;
    margin-top: 0;
    text-align:center;
        }
    
    .cta-panel h3 {
       
    }
    
.cta-panel-copy {
    grid-row: 4;
    text-align:center;
    margin:-40px 45px 0;
        }

.cta-panel-button {
     grid-row: 5;
    justify-self:center;
    margin-top:0;
    padding-bottom:50px;
        }
    
    .cta-panel-logo img {
    margin-top: 7px;
}
    
    .cta-panel-diagram img {

width: 60%;
}
    
    .matrion-cta {
    background-position-y: 600px;
    margin-top: 0;
}
    
    .matrion-cards {
        background: #F6F6F6;
    margin-top: 0;
    position: static;
}
    
.matrion-cards .wrap {
    margin-top: 100px;
    width: 90%;
    position: relative;
    z-index: 100;
}
    
    .matrion-cta .wrap {
    padding-top: 250px;
    padding-bottom: 0;
}
    
    .matrion-cards h4 {
padding-top: 150px;
}
    
    .matrion-cards .one-third {
margin-bottom: 100px;
        min-height: 0;
        padding-bottom: 40px;
}
    
    .matrion-card-animation {
        position:relative;
        margin-top:0;
    }
    
    .spinning-icon-image {
        margin-top: -45px;
position: absolute;
left: 0;
right: 0;
    }
    
    .spinning-icon {
margin: -45px 0 0 0;
}
    
    .align-bot {
    position: relative;
    bottom: unset;
    left: unset;
}
    
    .wound-management {
    background: url("../images/curvedshape-blue-bottom.svg") no-repeat;
        background-size: auto;
    background-size: 100%;
    position: relative;
    z-index: 12;
    margin-top: -300px;
}
    
    .wound-management .wrap {
    width: 90%;
    margin: auto;
    padding-top: 180px;
}
    
    
.contact .wrap .flex-container {
  /* flex-direction: row; */
  flex-direction: column;
}

.contact .wrap {
  /* margin: 0 0 0 13%; */
  /* width: 77%; */
  margin: auto;
  width: 90%;
}

.contact .wrap .flex-left {
  /* border-radius: 20px 0 0 20px; */
  /* width: 33%; */
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.contact .wrap .flex-right {
  /* border-radius: 0 20px 20px 0; */
  /* width: 67%; */
  border-radius: 0 0 20px 20px;
  width: 100%;
}

.contact img {
  /* left: -115px; */
  /* max-width: 142px; */
  /* top: -66px; */
  left: 0;
  max-width: 100px;
  top: -46px;
  right: 0;
  margin: auto;
}

.phone-container {
  padding-bottom: 30px;
}

.contact-copy {
  /* margin-top: 100px; */
  margin-top: 80px;
}
    
       .menu-footer-navigation-container {
padding: 0 0 15px 0;
}

    
}

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

	
#genesis-mobile-nav-primary {
display: none;
}

    
    /* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	/*.admin-bar .site-header {
		top: 32px;
	}*/

	/* Genesis Menu
	--------------------------------------------- */

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
    
    .site-header .dashicons-menu::before {
    content: url("../images/home-icon.svg")!important;
}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}


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

    .side-contact-button {
        display:none;
    }
    
.mobile-contact-button {
    background: #01294E;
    color: #fff;
    border: 2px solid #fff;
    display:block;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-decoration: none;
    z-index: 1000;
}
    
    .mobile-contact-button:hover {
        color:#ffffff;
    }
    
    .mobile-contact-button p {
        margin: 10px 0;
    }
    
  /*  .mobile-contact-button p:after {
        content: url("images/mobile-contact-icon.svg");
    }*/
    
.mobile-contact-button img {
    margin: 3px 0 0 5px;
}
    
.js .nav-primary {
    
    display: inline-block;
    float: right;
    text-align: right;
    margin-right: 0;
margin-top: -60px;
}
    
    .nav-primary {
    
    width: 10%;
}
    
    .site-header a {
    color: #003768;
}
    
       .site-header a:hover {
    color: #003768;
}
    
    #slideout {
        display:none;
    }
    
.landing-intro {
  /* background-position-y: -100px; */
  background-position-y: -10px;
    margin-bottom: 50px;
}

.wp-custom-logo .title-area img {
  /* margin: 63px 0 0 100px; */
  margin: 20px 0 0 -10px;
}

.wp-custom-logo .title-area {
  /* max-width: 350px; */
  max-width: 89px;
}

.landing-intro .wrap {
  /* margin-left: 130px; */
  margin-left: 20px;
  margin-right: 20px;
}

.next-level {
  max-width: 55%;
    padding-top:20px;
}

.wound-healing {
  /* padding-top: 15px; */
  padding-top: 10px;
  max-width: 80%;
}

.landing-intro h2 {
  /* font-size: 45px; */
  /* line-height: 45px; */
  /* margin-top: 109px; */
  font-size: 24px;
  line-height: 28px;
  margin-top: 50px;
}

.video img {
  /* max-width: 487px; */
  max-width: 100%;
}

#main img {
  /* width: 700px; */
  /* right: -360px; */
  max-width: 600px;
  right: -305px;
}

.video {
    width: 100%;
}

.membrane-copy1, .membrane-copy2, .membrane-copy3 {
  
  margin:-10px 0 0 25%;
  width:250px;
}

.dotted-line2 {
  /* margin-left: 218px; */
  /* margin-top: -70px; */
  margin-left: 23%;
  margin-top: -70px;
}

.dotted-line1 {
  /* margin-left: 218px; */
  /* margin-top: -70px; */
  margin-left: 23%;
  margin-top: -69px;
}

.dotted-line3 {
  /* margin-left: 218px; */
  /* margin-top: -70px; */
  margin-left: 23%;
  margin-top: -100px;
}
    
.membrane {
  /* margin-top: 120px; */
  margin-top: 90px;
}

    
.membrane span {
  /* max-width: 285px; */
  max-width: 230px;
    margin-left:20px;
}


/* .dotted-line1.fade-in-dotted-line-3-sec img { */
.dotted-line1 img, .dotted-line2 img {
  
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 95%);
}

#bottomLayer img {
  /*top:100%;*/
	top:83%;
	animation:anim1-600 2s ease-in-out;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#middleLayer img {
    top:80%;
    animation: anim2-600 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#topLayer img {
    top:80%;
    animation: anim3-600 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

.cta-panel {
        width:90%;
    }
    
.cta-panel-grid {
    display:grid;
    grid-template-columns: 100%;
    grid-template-rows:1fr 170px 60px 100px 100px;
    width:100%;
}

.cta-panel-diagram {
    grid-row: 2;
    align-self: center;
}

.cta-panel-logo img {
    margin-top: 10px;
   max-width:200px;
}

    .cta-panel-diagram img {
        max-width:360px;
    }
    
.mobile-br {
        display:block;
    }
    
    .mobile-br2 {
        display:none;
    }
    
.cta-panel-logo {
    font-size: 50px;
    font-weight:600;
     grid-row: 1;
    line-height:60px;
    margin-top: 50px;
    text-align:center;
}
.cta-panel-headline {
    font-size: 24px;
    font-weight:600;
    line-height:28px;
     grid-row: 3;
    margin-top: 0;
    text-align:center;
        }
    .cta-panel h3 {
       font-size: 24px;
    font-weight:600;
    line-height:28px; 
    }
.cta-panel-copy {
    grid-row: 4;
    text-align:center;
    margin:30px 45px 0;
        }

.cta-panel-button {
     grid-row: 5;
    justify-self:center;
    margin-top:20px;
        }
    
    .matrion-cards {
        background:#F6F6F6;
    }

    .matrion-cta .wrap {

padding-bottom: 0;
padding-top: 150px;
}
    
.matrion-cta {
background-position-y: 400px;
    margin-top:0;
}
    
    .matrion-cards {
        margin-top:0;
        position:static;
    }
    
    .matrion-cards .wrap {
margin-top: 100px;
width: 90%;
        position: relative;
z-index: 100;
}
    
    .matrion-cards .one-third {
min-height: 0;
        padding-bottom:40px;
}
   
    .card-margin {
        margin-top:100px;
    }  
    
    .align-bot {
        position:relative;
        bottom: unset;
    left: unset;
    }
    
    .wound-management {
        background: url("../images/curvedshape-blue-bottom.svg") no-repeat;
        background-size: 100%;
position: relative;
z-index: 12;
margin-top: -200px;
    }
    
    .wound-management .wrap {
width: 90%;
margin: auto;
        padding-top: 180px;
}
    
    .wound-management h2 {
        font-size: 24px;
line-height: 28px;
    }
    
    .matrion-cards::before {
background: url("../images/curvedshape-blue-bottom.svg") no-repeat;
position: absolute;
top: 0;
left: 0;
content: '';
z-index: -1;
background-size: 100%;
background-position-y: bottom;
}
    
    .contact {
        padding: 380px 0 0 0;
margin-top: -300px;
    }
    

.contact .wrap .flex-container {
  /* flex-direction: row; */
  flex-direction: column;
}

.contact .wrap .flex-left {
 border-radius:0;
  /* width: 33%; */
  width: 100%;
}

.contact .wrap .flex-right {
  border-radius: 0;
  /* width: 67%; */
  width: 100%;
}

.contact .wrap {
  border: none;
  border-radius: 0;
  margin: 0;
  /* width: 77%; */
  width: 100%;
}

.contact img {
  display: none;
}
    
 .contact-form-footer {
margin-top: 0;
}  

    .contact-form-footer p {
        margin-top:15px;
    }

    .contact-form-footer .one-half {
        margin-top:15px;
    }
    
    
.contact .wrap .flex-left {
  /* background: #01294E; */
  background: #ffffff;
}

.contact-us-copy {
  /* color: #ffffff; */
  color: #003768;
    margin: 50px 0 20px 0;
}

.us-copy {
  display: none;
}

.contact-copy {
  display: none;
}

.site-footer .wrap {
    width: 100%;
}
    
.menu-footer-navigation-container {
    padding: 0 0 15px 0;
}

.footer-copyright {
        padding-bottom: 50px;
    line-height: 20px;
}
    
    .foot-notes {
        padding:45px 0;
    }
    
}

@media screen and (width: 812px) {
    .side-contact-button {
    top:220px;
    font-size: 24px;
    height: 80px;
    line-height: 24px;
    width: 180px;
}
    
.side-contact-button img {
width: 11%;
}

}

@media screen and (max-width: 740px) and (min-width: 736px) {
    .side-contact-button {
    top:250px;
    font-size: 24px;
    height: 80px;
    line-height: 24px;
    width: 180px;
}
    
.side-contact-button img {
width: 11%;
}

}


@media screen and (width: 667px) {
.side-contact-button {
    top:220px;
    font-size: 24px;
    height: 80px;
    line-height: 24px;
    width: 180px;
}
    
.side-contact-button img {
width: 11%;
}
}

@media screen and (width: 414px) {
    
    
     .membrane-copy1, .membrane-copy2, .membrane-copy3 {
    margin: -10px auto 0;
    width: 220px;
}

    .membrane span {
    /* max-width: 230px; */
    max-width: 190px;
        margin-left: 30px;
  } 
    
    .dotted-line1, .dotted-line2, .dotted-line3 {
    margin-left: 21%;
}
    .dotted-line3 {
		margin-top: -101px;
	}
    .dotted-line1 {
    margin-top: -85px;
}
    
      .dotted-line1 img, .dotted-line2 img {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 95%);
}

#bottomLayer img {
  /*top:100%;*/
	top:82%;
	animation:anim1-414 2s ease-in-out;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#middleLayer img {
    top:80%;
    animation: anim2-414 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#topLayer img {
    top:79%;
    animation: anim3-414 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}
       
.membrane {
    margin-top: 138px;
}
    
#main img {
    max-width: 500px;
    right: -265px;
}
    
}

@media only screen and (max-width: 390px) {
.dotted-line3 {
    /* margin-left: 218px; */
    /* margin-top: -70px; */
    margin-left: 23%;
    margin-top: -86px;
}
}
@media only screen and (max-width: 375px) {
    
    #main img {
    max-width: 450px;
    right: -265px;
}

  .cta-panel-diagram img {
    /* max-width: 360px; */
    max-width: 320px;
  }

  .dotted-line1 img, .dotted-line2 img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 85%);
}
    
.dotted-line1 {
    margin-left: 16%;
    margin-top: -85px;

}
  
        .dotted-line2 {
        margin-left: 16%;
        margin-top: -70px;
}
    
    .dotted-line3 {
    margin-left: 16%;
    margin-top: -99px;
}
    .membrane-copy1, .membrane-copy2, .membrane-copy3 {
    margin: 0 auto;
    width: 220px;
}

    .membrane span {
    /* max-width: 230px; */
    max-width: 190px;
        margin-left: 30px;
  }  
    .membrane {
        margin-top:110px;
    }
    

    
    .membrane-copy2 {
        margin-top: -35px;
}
    
     .membrane-copy3 {
        margin-top: -35px;
}
    
    #bottomLayer img {
  /*top:100%;*/
	top:91%;
	animation:anim1-375 2s ease-in-out;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#middleLayer img {
    top:89%;
    animation: anim2-375 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}

#topLayer img {
    top:87%;
    animation: anim3-375 2s ease-in-out;
	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
	animation-delay: 1s;
}
  




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

	table {
		table-layout: auto;
		word-break: normal;
	}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


