/*!
Theme Name: Conway Homer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conway-homer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	background: #222;
}
#page{
	max-width: 1600px;
	margin: 0 auto;
	min-width: 320px;
	background: #fff url('images/stripes.gif');
	overflow-y: visible;
	margin: 0 auto;
	position: relative;
	height: auto;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.9);
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

.entry-content h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
  font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #113788; 
}

a:visited {
	color: #113788; 
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
.case-studies-container a{
	color: #000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 92%;
	left: -999em;
	z-index: 99999;
	background: #113788;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 300px;
	color: #fff;
	padding: .6em 1em;
	font-size: .9em;
	line-height: 1.1em;
}
.main-navigation ul ul a:hover{
  color: #EEC318;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	
	display: flex;
	align-items: flex-end;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 1em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.2em;
}
.main-navigation li.menu-item-67 a{
	max-width: 260px;
	line-height: 1.2em;
}
.main-navigation a:hover, .main-navigation li:hover a{
	color: #EEC318;
	//background: #113788;
}
.main-navigation ul ul li.current_page_item a{
	color: #EABF1C;
}
.main-navigation ul.sub-menu li a{
	color: #fff;
}
.main-navigation ul.sub-menu li:hover a{
	color: #EEC318;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: space-evenly;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.search .posts-navigation{
	max-width: 1040px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation a{
	background: rgb(2, 35, 122);
	border: none;
	font-size: .7em;
	width: 100%;
	max-width: 150px;
		display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	padding: .3em 1em .3em;
	text-align: center;
}
.posts-navigation a:hover{
	background: #000;
	color: #fff;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
/* FONTS --------
	

    font-family: 'Fira Sans', sans-serif;

    font-family: 'Source Serif Pro', serif;

    font-family: 'Tenor Sans', sans-serif;


-------- END FONTS */

/* COLORS --------
	blue:
  color: #113788; 
  transparency: 80%;

  yellow:
	color: #EEC318;

  gray:
	color: #E9E9E9;

--------- END COLORS */

/* GLOBAL */
.container{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.case-studies-list .container{
	padding: 0;
}
#howwecanhelp .container{
	padding: 0 30px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Source Serif Pro', serif;
}
.blog .entry-title a{
	font-family: 'Fira Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.blog .entry-title a:hover{
	font-family: 'Fira Sans', sans-serif;
	text-decoration: underline;
}
.widget-title{
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 1.4em;
}
h1{
	font-family: 'Source Serif Pro', serif;
	font-size: 2.3rem;
	line-height: 1em; 
	font-weight: bold !important;	
}
h2{
	font-family: 'Source Serif Pro', serif;
	font-size: 2.1rem;
	line-height: 1em !important; 
	font-weight: bold !important;
}
h3{
	font-family: 'Source Serif Pro', serif;
	font-size: 1.7rem;
	line-height: 1em !important; 
	font-weight: bold !important;
}

.vaccine-injury-template-default h3, .related-vaccines-content h3{
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 1em !important; 
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
h4{
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 1em !important; 
	font-weight: bold;
}
h5{
	font-family: 'Source Serif Pro', serif;
	font-size: 1.1rem;
	line-height: 1em !important; 
	font-weight: normal;
	
}
h6{
	font-family: 'Source Serif Pro', serif;
	font-size: 1rem;
	line-height: 1em !important; 
	font-weight: normal;
	
}
.yellowbutton, a.yellowbutton:visited{
	background: #EEC318;
	border: none;
	width: 100%;
	max-width: 50%;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	padding: .4em 1em;
	text-align: center;
	line-height: 1em;
}
a.yellowbutton:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
/* SITE NAV */
.site-header{
	display: flex;
	justify-content: space-between;
	padding: 1em 1em .5em;
	align-content: space-between;
	border-bottom: 10px solid #113788;
	flex-direction: column;
}
.header-top{
	display: flex;
	flex-direction: row;
	max-width: 1290px;
  width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.site-branding h1{
	margin: 0;
}
.site-branding img{
	max-width: 270px;
  width: 100%;
}
.header-right{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
}
.header-bottom{
  display: none;
}
.header-buttons{
	display: flex;
	justify-content: space-evenly;
}
.header-buttons .bluebutton{
	background: #D3E0F3;
	border: 2px solid #113788;
	color: #113788;
	font-size: .8em;
	width: 100%;
	max-width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	padding: .2em 1em .2em;
	text-align: center;
}
.header-buttons .yellowbutton, .readmore a{
	background: #EEC318;
	border: none;
	font-size: .8em;
	width: 100%;
	max-width: 240px;
		display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-transform: uppercase;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	padding: .2em 1em .2em;
	text-align: center;
}
.header-buttons .yellowbutton:hover, .readmore a:hover{
	background: #000;
	color: #fff;
}
a.next.page-numbers, a.prev.page-numbers{
	background: #103784;
	border: none;
	font-size: .8em;
	width: 100%;
	max-width: 240px;
		display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	padding: .2em 1em .2em;
	text-align: center;
}
a:hover.next.page-numbers, a:hover.prev.page-numbers{
	background: #000;
}
a.next.page-numbers i{
	margin-left: 10px;
}
a.prev.page-numbers i{
	margin-right: 10px;
}
.header-buttons .phone, .main-navigation .phone{
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #113788;
}
.header-buttons a:hover.phone , .main-navigation a:hover.phone{
		color: #262626;
}
/* HOME SECTIONS */
#howwecanhelp h3, #insights h3{
	color: #113788;
	margin-top: 0;
}
#whychooseus h3, #clienttestimonials h3{
	color: #fff;
	margin-top: 0;
}
/* HERO */
section#hero .whiteoverlay{
	//background: rgba(255,255,255,.4);
	width: 100%;
	height: 60vh;
	max-height: 600px;
	padding: 4em 2em;
	display: flex;
	justify-content: flex-end;
}
section#hero  .container{
	display: flex;
  justify-content: center;
	flex-direction: column;
	margin: 0 auto;
  width: 100%;
	max-width: 1024px;
	align-items: flex-end;
}
section#hero  h1{
	color: #113788;
	font-size: 2.2em;
	line-height: 1em;
	text-align: right;
	max-width: 590px;
	width: 100%;
	margin-top: 0;
	margin-bottom: .5em;
}
section#hero .content{
	text-align: right;
	max-width: 500px;
	width: 100%;
	font-size: 24px;
	margin-bottom: 2em;
}
section#hero .yellowbutton{
	max-width: 260px;
	
}
/* HOW WE CAN HELP */
section#howwecanhelp{
	background: #fff;
	padding: 3em 2em;
}
.howwecanhelpcolumns{
	display: flex;
	flex-wrap: wrap;
}
.container.howwecanhelpcolumns{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	justify-content: space-between;
}
.howwecanhelpcolumns .yellowbutton{
	font-size: .8em;
	width: 100%;
	min-width: 100%;
}
.cols{
	margin: 0;
	background: #113788;
	padding: 1.4em;
	color: #fff;
	width: 33.33%;
	max-width: 322px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.howwecanhelpcolumns .cols {
	width: calc(33.33% - 10px);
	min-width: 240px;
}
.whatourclientssay .cols{
	width: 100%;
  min-width: 100%;
}

.page-template-page-home .whatourclientssay .cols{
	width: 33%;
  min-width: 33%;
}
.cols i{
	font-size: 2em;
}
.cols h2{
	font-size: 1.6em;
	line-height: 1.1em;
	margin-bottom: 0;
	margin-top: 10px;
}
.howwecanhelpcolumns .cols p a{
	color: #EEC318;
	text-decoration: none;
}
.howwecanhelpcolumns .cols p a:hover{
	color: #EEC318;
	text-decoration: underline;
}
/* WHY CHOOSE US */
section#whychooseus{
	background: #113788;
	padding: 3em 2em;
}
section#whychooseus .container{
	display: flex;
}
#whychooseus h3{
	margin-bottom: 20px;
}
#whychooseus p:first-of-type{
	margin-top: 0;
}
#whychooseus .column_one{
	width: 40%;
	padding-right: 1.2em;
	color: #fff;
}
#whychooseus .column_two{
	width: 60%;
	padding-right: 1.2em;
	color: #fff;
}
#whychooseus .yellowbutton{
  width: 100%;
	min-width: calc(100% - 20%);
}
/* INSIGHTS */
section#insights{
	padding: 3em 0;
}
#insights .yellowbutton{
	margin: 0 auto;
	margin-top: 20px;
}
/*
/* CLIENT TESTIMONIALS */
section#clienttestimonials{
	background: #113788;
	padding: 3em 0;
}
#clienttestimonials .yellowbutton{
	margin: 2em auto 0;
}
/* CASE RESULTS */
section#caseresults{
	background: url('images/case-results-bg.jpg') no-repeat center center;
	background-size: cover;
}
section#caseresults .container{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0;
}
section#caseresults .whiteoverlay{
//	background: rgba(255,255,255,0);
	height: 100%;
	padding: 3em 2em;
}
#caseresults h3{
	color: #113788;
	text-align: center;
	margin-top: 0;
}
/* FOOTER */
.pre-footer-cta{
	display: flex;
	padding-bottom: 40px;
}
.column_one{
	width: 40%;
	padding-right: 1.2em;
}
.socialicons a{
	margin-right: 20px;
}
.column_one i{
	font-size: 30px;
}
.column_one a i {
	text-decoration: none;
}
.pre-footer-cta h3, .gform_wrapper h3{
  font-family: 'Source Serif Pro', serif !important;
	color: #113788;
	font-size: 2.2em;
	line-height: 1em; 
	font-weight: bold !important;
	margin-top: 36px;
	margin-bottom: -10px;
}
.pre-footer-cta p{
	font-size: 1.1em;
	line-height: 1.1em;
}
.pre-footer-cta p strong{
  color: #113788; 
	font-weight: bold;
}
.pre-footer-cta p a{
	text-decoration: none;
}
.site-info{
	background: #113788;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: .9em;
	text-align: center;
	padding: 1em;
}
.site-info p{
	margin: 0 auto;
}
.site-info p a{
	color: #EEC318;
	text-decoration: none;
}
.site-info p a:hover{
	color: #EEC318;
	text-decoration: underline;
}
#field_1_2 .gfield_label_before_complex{
  display: none;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label, .name_first, .name_last{
  color: #113788; 
	font-weight: 500;
	font-size: 18px !important;
	letter-spacing: 0 !important;
}
.column_two input, .column_two textarea{
	background: #E9E9E9;
	border: 2px solid #113788;
	border-radius: 8px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]{
	background: #EEC318;
	border: none;
	width: 100% !important;
	max-width: 260px !important;
	display: block;
	color: #000;
	text-transform: uppercase;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
}
.gform_wrapper .gform_page_footer input[type="submit"]:hover{
	background: #000;
	color: #fff;
}

/* TESTIMONIALS */
.whatourclientssay{
	max-width: 1040px;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	justify-content: space-between;
}
.whatourclientssay .cols{
	color: #113788;
	background: #E4E4E4;
	border-radius: 10px;
}
.whatourclientssay .cols .item{
  display: flex;
  flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.citation{
	color: #000000;
  display: flex;
  justify-content: flex-end;
	margin-top: 1em;
}
.citation:before{
	content: "-";
	margin-right: 5px;
}

.insightscontainer {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.insight {
	position: relative;
	background: white;
	margin: 0px 0px 40px 0px;
	width: 300px;
	box-shadow: 0 5px 20px 10px rgba(0,0,0,.2);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
}

.insight .insight-date {
	position: absolute;
	color: black;
	background: #EEC318;
	top: 20px;
	left: 20px;
	padding: 5px 30px;
	
	display: none;
}

.insight img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#insights {
	background: #E4E4E4;
}

.insight h4 {
	color: #113788;
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.1rem;
	line-height: 1.2em; 
	text-transform: uppercase;
	font-weight: 600;
}

.insight .yellowbutton {
	max-width: 100%;
}

.insight .insight-bottom {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	justify-content: end;
	//height: 55%;
	flex: 1;
}
.top-content{
	display: flex;
	flex-direction: column;
	flex: 1;
}

.bottom-content {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.insight * {
	min-height: 1px;
}

.case-result {
	background: rgba(17, 55, 136, 0.8);
	color: white;
	text-align: center;
	padding: 50px;
}
.case-results-award{
	font-family: "Times", serif;
	font-weight: 900;
}
.case-results-meta {
	margin-bottom: 50px;
}

.case-results-carousel .owl-nav button.owl-prev, .case-results-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 20%;
	font-size: 100px !important;
	color: white !important;
}

.case-results-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.case-results-carousel .owl-nav button.owl-next {
	right: 20px;
}

.case-results-content {
	//max-width: 400px;
	margin: auto;
	max-width: 40%;
}
#caseresults .yellowbutton {
	margin-top: 2em;
}
.search .search-submit {
	background: none;
	border: none;
}
.search .search-submit i {
	font-size: 16px;
	color: rgb(17, 55, 136);
}
.search .search-form {
	background: #E4E4E4;
	color: black;
	border: 2px solid rgb(17, 55, 136);
	border-radius: 8px;
	padding-left: 15px;
}
.search input[type="search"]{
	background: #E4E4E4;
	border: 0;
}
.search .search-field::placeholder{
	opacity: 1;
	color: black;
}
.search .search-field::-webkit-input-placeholder {
   opacity: 1;
   color: black;
}
.search .search-field:-moz-placeholder { 
  opacity: 1;
  color: black;
}
.search .search-field::-moz-placeholder {  
   opacity: 1;
   color: black;
}
.search .search-field:-ms-input-placeholder {  
  opacity: 1;  
  color: black;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none !important;
	color: rgb(242, 184, 0) !important;
	text-decoration: none;
}
.owl-theme .owl-nav {
  margin-top: 0px !important;
}
#input_2_2{
	display: flex;
	flex-direction: column;
}
.blog .site-content{
	width: 100%;
}
.blog .blogcontent, .archive .blogcontent{
	margin: 0 auto;
	display: flex;
	max-width: 1040px;
	padding: 0 30px;
	justify-content: space-between;
}
.blog .content-area, .single article, .archive .content-area{
	max-width: 684px;
  width: 100%;
	margin-right: 30px;
}
.blog #secondary, .single .sidebaritems{
	max-width: 255px;
	width: 100%;
}
#secondary div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100% !important;
}
#secondary .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label, .name_first, .name_last {
    color: #000;
    font-weight: normal;
    font-size: 18px !important;
}
#secondary #field_2_2 .gfield_label{
	display: none;
}
ul#menu-all-injuries{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-all-injuries li{
	margin-bottom: .7em;
}
ul#menu-all-injuries li a{
	text-decoration: none;
}
ul#menu-all-injuries li a:hover{
	text-decoration: underline;
}
.blog article, .archive article {
	border-bottom: 2px solid #103784;
	padding-bottom: 2em;
	margin-bottom: 2em;
	display: flex;
	flex-direction: row;
}
.blog article .articlefeature, .archive article .articlefeature{
	width: 290px;
	margin-right: 25px;
}
.blog h2.entry-title, .archive h2.entry-title{
	margin: 0;
	line-height: 24px;
}
.blog .entry-content, .archive .entry-content{
  margin: 0;
}
.blog .articlecontent .entry-content, .archive .articlecontent .entry-content{
	padding: 0px;
}
.site-content .entry-content{
	padding: 0px 30px;
}
.single .site-content .entry-content{
	padding: 0px;
}
#breadcrumbs{
	font-family: "Source Serif Pro Bold", serif;
	font-weight: 900;
}
.titleblock{
	width: 100%;
  height: 156px;
	padding: 0 2em;
	text-align: center;
	background: #C3D0E0;
	color: #103784;
	font-size: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}
/*
.single .titleblock{
	width: 100%;
  min-height: 156px;
	height: auto;
	padding: 0 2em;
	text-align: center;
	background-color: #C3D0E0;
	color: #103784;
	font-size: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}
*/
.gform_wrapper input, .gform_wrapper textarea {
	//background: #E9E9E9;
	border: 2px solid #113788;
	border-radius: 8px;
	font-size: 14px;
}
.widget_categories ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_categories ul li{
	margin-bottom: .7em;
}
.widget_categories ul li a{
	text-decoration: none;
}
.widget_categories ul li a:hover{
	text-decoration: underline;
}
.site-footer{
	border-top: 13px solid #113788;
	margin-top: 3em;
}
.home .site-footer{
	border-top: none;
	margin-top: 0;
}
.single .articlecontents{
	margin: 0 auto;
	display: flex;
	max-width: 1040px;
	padding: 0 30px;
	justify-content: space-between;
}
/* mobile menu */
.menu-container {
	position: absolute;
	right: -300px;
	//right: 0;
	z-index: 15;
	width: 300px;
	height: 100%;
	background: rgb(2, 35, 122);
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
	padding-top: 28px;
}
body.side-nav-open .menu-container {
	right: 0;
}
body {
	position: relative;
}
.side-nav-open-container {
	display: none;
	position: absolute;
	background: black;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 12;
	opacity: 0.8;
}
body.side-nav-open .side-nav-open-container  {
  display: block;
}
#site-navigation .menu-toggle {
	color: rgb(2, 35, 122);
	background: none;
	border: none;
	height: 48px;
	width: 48px;
	border-radius: 100%;
	cursor: pointer;
	float: right;
}
#side-navigation .menu-toggle {
	background: none;
	color: rgb(2, 35, 122);
	border: none;
	font-size: 24px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	    -ms-flex-pack: flex-end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lato", sans-serif;

}
#site-navigation .menu-toggle:hover{
	color: rgb(2, 35, 122);
}
#side-navigation .menu-toggle .menu-toggle-x { 
	background: rgba(0,0,0,1);
	border-radius: 100%;
	padding: 6px 10px;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
	-webkit-box-align: center;	
	    -ms-flex-align: center;	
	        align-items: center;
}
#side-navigation i.fa-chevron-down {
	color: #44647D;
}
.menu-container ul#primary-menu > li {
	border-top: 1px solid #ccc;
	padding: 15px;
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
}
.menu-container ul#primary-menu > li:hover{
	background: rgba(0,0,0,.3)
}
.menu-container ul#primary-menu > li a{
	color: #fff;
}
.menu-container ul#primary-menu > li:first-of-type {
	border-top : none;
}
.menu-container ul#primary-menu > li:last-of-type {
	border-bottom : 1px solid #ccc;
}
.menu-container ul#primary-menu {
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
html, body {
	overflow-x: hidden;
}
#site-navigation .menu-toggle {
  display: none;
}
.side-navigation .menu-main-menu-container ul{
		list-style: none;
		margin: 0;
		padding: 0;
}
.side-navigation .sub-menu {
	font-size: .9em;
	font-weight: normal;
}
.side-navigation .sub-menu li{
	padding: 8px 0px;
}
#side-navigation i {
	float: right;
	color: white !important;
	cursor: pointer;
	//padding: 10px 20px;
}

/* mobile menu end */
a {
	text-decoration: none;
}
.fa-bars{
	font-size: 2rem;
}
.fa-chevron-double-left{
	margin-right: 5px;
}
.fa-chevron-double-right{
	margin-left: 5px;
}
.map{
	margin-bottom: 20px;
}
.gfield_label{
	color: #113788 !important;
	font-weight: 500 !important;
}
.entry-header h1{
	//margin: 0 auto;
	color: rgb(2, 35, 122);
}
.entry-content, .our-team, #breadcrumb_pagination {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.blog #breadcrumb_pagination, .archive #breadcrumb_pagination{
	padding: 0;
}
#hero{
	border-bottom: 10px solid #113788;
}
/* TEAM MEMBER */
.team-member{
	max-width: 240px;
	width: 100%;
}
.team-member-sidebar{
	max-width: 240px;
	width: 100%;
}
.team-member-content{
	max-width: 980px;
	margin: 0 auto;
	padding: 0px;
}
.team-member-template-default .entry-content p:first-of-type{
	margin-top: 0;
}
.team-member-contact{
	background: rgb(223, 223, 223);
	padding: 10px;
}
.team-member-content h1, .team-member-content h2, .team-member-content h3, .team-member-content h4, .team-member-content h5, .team-member-content h6{
	font-family: "Fira Sans", sans-serif;
}
.team-member-contact h4{
	margin: 0 auto 10px;
}
.single .team-member-contact h4{
	margin: 0 auto 10px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}
.team-member-contact i{margin-right: 8px;}
.team-member-contact a{font-weight: bold;}
.entry-content h4{
	margin: 1em 0 .2em;
	font-size: 1rem;
	font-weight: bold;
}
.header-mobile-top .bluebutton{
	background: #D3E0F3;
	border: 2px solid #113788;
	color: #113788;
	font-size: .8em;
	width: 100%;
	max-width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	padding: .2em 1em .2em;
	text-align: center;
}
.blueoverlay{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	//background: rgba(17, 55, 136, 0.3);
	background: rgba(255, 255, 255, 0.75);
	padding: 20px;
}
//.post-thumbnail img {
	object-fit: cover;
  width: 100%;
	max-height: 400px;
}
.single .nav-links{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
}
h4.injurybox{
	margin: 2em 0 .2em;
}
.injurybox a{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	background: #C3D0E0;
	color: rgb(16, 45, 131);;
  padding: 20px;
  min-height: 200px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 400;
	text-align: center;
}
.injurybox a:hover{
  background: rgb(16, 45, 131);
	color: #C3D0E0;
}
.vaccine-injury-template-default .case-result{
	padding: 10px 
}
.related-vaccines{
	margin-top: 30px;
	padding: 30px;
}
.related-vaccine{
	margin-bottom: 15px;
	line-height: 1em;
}
.related-vaccine a:hover{
	text-decoration: underline;
}
.vaccineclipboard{margin-right: 20px;}
/** SEARCH RESULTS **/
.search .site-content .hentry{
	padding: 0px 30px;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 40px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1205px){
	.search{
		display: none;
	}
	.header-top{
		max-height: 108px;
	}
	.header-bottom{
		display: flex;
		flex-direction: row;
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;
	}
	.header-right .main-navigation{
		display: none;
	}
	.main-navigation {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}
	section#hero .whiteoverlay{
		padding: 0em;
		height: 70vh;
	}
}
@media screen and (max-width: 1060px){
	.pre-footer-cta{
		flex-direction: column;
	}
	.column_one, .column_two{
		/*! max-width: 600px; */
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}
@media screen and (max-width: 1023px){
#site-navigation .menu-toggle {
	 display: block;
	}

	#site-navigation .menu-main-menu-container {
		display: none;
	}
}
@media screen and (min-width: 1024px){
	.header-mobile-top, .headermobileyellow{
		display: none;
	}
	.main-navigation .phone{
		display: none;
	}
}

@media screen and (max-width: 1023px){
	.main-navigation .phone {
			display: block;
	}
	.header-left .yellowbutton{
		max-width: 100%;
	}
	.header-mobile-top{
		margin-bottom: 10px;
	}
	.header-mobile-top, .header-left{
		display: flex;
		justify-content: center;
	}
	.header-top{
		flex-direction: column;
		align-items: center;
	}
	.header-left{
		flex-direction: column;
	}
	.header-buttons{
		display: none;
	}
	.articlecontents{
		padding-right: 30px;
	}
	.blog article, .archive article{
		flex-direction: column;
	}
}
@media screen and (max-width: 800px){
	.page-template-page-home .whatourclientssay .cols{
		width: 100%;
		min-width: 100%;
	}
	.whatourclientssay{
		flex-direction: column;
	}
	.howwecanhelpcolumns .cols, .whatourclientssay .cols{
		width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	section#whychooseus .container{
		display: flex;
		flex-direction: column;
	}
	#whychooseus .column_one, #whychooseus .column_two{
    	max-width: 100%;
		width: 100%;
		padding: 0;
		color: #fff;
		margin-bottom: 20px;
	}
	.insight {
		position: relative;
		background: white;
		margin: 0px 20px 40px 20px;
		width: 100%;
		box-shadow: 0 5px 20px 10px rgba(0,0,0,.2);
		border-radius: 8px;
		display: flex;
		flex-direction: column;
	}
	.case-results-content {
		//max-width: 400px;
		margin: auto;
		max-width: 90%;
	}
	.blog .content-area, .single article {
		max-width: 100%;
		width: 100%;
	}
	.articlecontents{
		padding-right: 0;
	}
	.blog .blogcontent, .archive .blogcontent{
		flex-direction: column;
	}
	.gform_widget{
		display: none;
	}
	.single .articlecontents{
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		max-width: 1040px;
		padding: 0 30px;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px){
	.yellowbutton{
		width: 100%;
		min-width: 100%;
	}
	.case-results-carousel .owl-nav button.owl-prev, .case-results-carousel .owl-nav button.owl-next {
		position: absolute;
		top: 35%;
		font-size: 50px !important;
		color: white !important;
	}
	#howwecanhelp .container, section#whychooseus .container{
		padding: 0px;
	}
	.insight{
		margin: 0 auto;
	}
	h4.injurybox{
		margin: 0 auto;
	}
	.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter > [class*="wp-block"]:not(:last-child), .wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter > [class*="wp-block"]{
		margin: 0 0 1em;
	}
}
@media screen and (max-width: 500px){
	.vaccineclipboard{
		display: none;
	}
}
.error-404{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.case-studies-container h4{
	margin: 0 0 .2em;
	font-size: 1.2rem;
	font-weight: bold;
}
.blueicon{
	color: rgb(16, 45, 131);
}

#text-2 .hs-form-9fa17ac4-0d96-4012-a561-5fde27ba99c2_0ebc1eb4-aceb-472d-b12b-066d7970d6a8.hs-form {
    width: 100% !important;
}

.pre-footer-cta {padding-top: 25px;}
.column_two iframe {
    min-width: 500px !important;
}
#hbspt-form-1582671257751-3487881250 .hs-input {font-size:11px !important;}
.hs-custom-style {
    font-size: 11px;
}
ul#menu-blog-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-blog-categories li{
	margin-bottom: .7em;
}
.injuries-sidebar a:hover, ul#menu-blog-categories li a:hover{
	text-decoration: underline;
}

.single-vaccine-injury #nav_menu-3{
	display: none;
}