/*
	Theme Name: Digital Pro
	Theme URI: http://my.studiopress.com/themes/digital/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
en
	Version: 1.0.4

	Tags: black, red, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

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

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- 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 Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

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

/* 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 {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #5b5e5e;
	font-family: 'Lora', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #5b5e5e;
	color: #fff;
}

::selection {
	background-color: #5b5e5e;
	color: #fff;
}

a {
	border-bottom: 1px solid #232525;
	color: #232525;
	text-decoration: none;
}

a:focus,
a:hover {
	border-bottom: 1px solid #e85555;
	color: #e85555;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

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

blockquote {
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232525;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	margin-bottom: 60px;
	margin-top: 100px;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: -1px;
	margin-top: 60px;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

img {
	height: auto;
}

img.entry-image {
	max-width: 500px;
}

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-family: 'Neuton', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

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

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #e85555;
	border-radius: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 20px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 20px;
}

input[type="submit"],
.content input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 25px;
	width: 100%;
}

a.more-link {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #232525;
	border: none;
	color: #fff;
	text-decoration: none;
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

.site-inner {
	margin: 0 auto 0;
	padding: 70px 40px 10% 40px;
	max-width: 1280px;
}

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}


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

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

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

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

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

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

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}

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

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	max-width: 660px;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

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

/* Sources
--------------------------------------------- */
#genesis-content .entry-footer {
	max-width: 100%;
}
.sources {
	clear: both;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-size: 13px;
}

.sources h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

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


.big-leader {
	max-height: 450px;
}

.big-leader img {
	-webkit-filter: contrast(1.4) saturate(1.8) sepia(.6);
	filter: contrast(1.4) saturate(1.8) sepia(.6);
}

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

	.big-leader {
		max-height: 300px;
	}

}

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

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: -3px;
}

.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: #e85555;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

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

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

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

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

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

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

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

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.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 a {
	border-width: 0;
}

.featured-content.widget .entry {
	padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-content p.entry-meta {
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.featured-content .more-link {
	border-width: 1px;
}


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

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

.enews-widget ::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

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

/* Display outline on focus */
:focus {
	color: #232525;
	outline: #ddd solid 1px;
}


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

.site-header {
	background-color: #fff;
	padding: 28px 30px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.site-header.shrink {
	border-bottom: 1px solid #eee;
	padding: 18px 30px;
}

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

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
}

.site-title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #232525;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 9px 40px;
}

.header-image .site-header.shrink {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 0;
}

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

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

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

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

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #232525;
	display: block;
	font-family: 'Poppins', sans-serif;
	/*font-size: 12px;*/
	/*font-size: 1.2rem;*/
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #e85555;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	box-shadow: 0px 10px 20px 0 rgba(0,0,0,0.3);
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 300px;
	font-weight: 100;
	font-size: 14px;
}

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

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

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

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

#menu-item-4772 ul {
	margin-left: -60px;
}

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	margin-top: 2px;
}

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

.nav-primary .sub-menu {
	border-top: 1px solid #ddd;
}

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

dt.nextend-nav-4924:hover a span,
dt.nextend-nav-4925:hover a span,
dt.nextend-nav-4926:hover a span,
dt.nextend-nav-4927:hover a span,
dt.nextend-nav-4928:hover a span {
	color: #333333 !important;
}

dt.nextend-nav-4924 .inner,
dt.nextend-nav-4925 .inner,
dt.nextend-nav-4926 .inner,
dt.nextend-nav-4927 .inner,
dt.nextend-nav-4928 .inner {
	border: none !important;
	padding-left: 0px !important;
	padding-top: 12px !important;
}

dt.nextend-nav-4924 .inner span,
dt.nextend-nav-4925 .inner span,
dt.nextend-nav-4926 .inner span,
dt.nextend-nav-4927 .inner span,
dt.nextend-nav-4928 .inner span {
	font-weight: bold !important;
}

dt.nextend-nav-4924 .inner a,
dt.nextend-nav-4925 .inner a,
dt.nextend-nav-4926 .inner a,
dt.nextend-nav-4927 .inner a,
dt.nextend-nav-4928 .inner a {
	pointer-events: none !important;
	cursor: default !important;
}


/* Secondary Navigation
--------------------------------------------- */

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

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

/* Responsive Navigation
--------------------------------------------- */

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


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

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

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

.sidebar-content .content {
	float: right
}

.page .content,
.single .content {
	overflow: hidden;
}

.digital-landing .content {
	max-width: 800px;
	padding-bottom: 5%;
	padding-top: 5%
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

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

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

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

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

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

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

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

p.entry-meta {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
	margin: 0 auto 5%;
	max-width: 900px;
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

.admin-bar .entry-footer {
	margin: 30px auto 60px;
	max-width: 660px;
}

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

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

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

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

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

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

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

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

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

.pagination {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

.pagination a {
	border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #e85555;

}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #232525;
	border: 1px solid #232525;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

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

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

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

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

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

.sidebar .widgettitle {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 3rem;
}

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

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

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

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

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
	max-width: 660px;
}

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

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

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

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

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

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

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

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

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

.comment-list ul.children {
	margin-left: 40px;
}


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

.footer-widgets {
	background: #2e5675 url("https://maritimeinjurycenter.com/wp-content/uploads/2016/05/footer-background.jpg") center top no-repeat;
	border-top: 5px solid #fff;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 90px 4%;
}

.footer-widgets-1 {
	background-color: #e85555;
	text-align: right;
	width: 25%;
}

.footer-widgets-2 {
	text-align: left;
	width: 39.8%;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

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

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}

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

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets a {
	border-bottom-width: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #e85555;
	text-decoration: underline;
}

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

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}


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

.site-footer {
	padding: 28px;
	text-align: center;
}

.site-footer a,
.site-footer p {
	border-bottom-width: 0;
	color: #232525;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #e85555;
	text-decoration: underline;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


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

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

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}

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

	.site-inner {
		margin-top: 0;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.site-header {
		width: 100%;
	}

	.site-header {
		position: relative;
		text-align: center;
	}

	.header-image .nav-primary:not(button) {
		background: #fff;
		margin-top: 0;
		padding-bottom: 20px;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.title-area {
		float: none;
	}

	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

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

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #1e1e1e;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		padding-bottom: 0;
		padding-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #1e1e1e;
		content: "\f130";
		display: inline-block;
		font: normal 20px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

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

	.sub-menu-toggle:before {
		content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

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

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #1e1e1e;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #e85555;
	}

	.content {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 8%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 8% 5%;
	}

	.footer-widgets-1,
	.page .entry-header,
	.single .entry-header {
		text-align: left;
	}

	.site-footer {
		padding: 20px;
	}

}

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

	.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -2px;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

}
body.page .widget_archive {display: none;}
body.search .widget_archive {display: none;}
body.error404 .widget_archive {display: none;}
/*SOURCES BOX STYLING*/
.sources {
	margin-top: 5em;
	font-size: 12px;
	background: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.1);
	padding: 1em;
	border-radius: 10px;
}
.sources h6 {
	margin-bottom: 10px;
}
.sources ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sources ul li + li {
	margin-top: 5px;
}
.sources ul li a {
	color: rgba(0,0,0,.7);
	transition: color .2s ease;
}
.sources ul li a:hover {
	color: #db533e;
}

.sidebar .gform_wrapper {
	padding: 0 20px 20px;
	margin-top: 20px;
	background: #2e5675 url(https://maritimeinjurycenter.com/wp-content/uploads/2016/05/wave-background.jpg) center bottom no-repeat;
}
.entry-content #gform_wrapper_2 {
	background: #2e5675 url(https://maritimeinjurycenter.com/wp-content/uploads/2016/05/wave-background.jpg) center bottom no-repeat;
}
.sidebar .gform_wrapper.gravity-theme .ginput_container_address span, .entry-content #gform_wrapper_2 .ginput_container_address span {
	flex: 0 0 100% !important;
}
.sidebar .gfield_html {
	position:relative; margin: 0 -20px; background: transparent;
}
.entry-content #gform_wrapper_2 .gfield_html {
	position: relative;
	background: transparent;
}
.sidebar .gfield_html + .gfield_html, .entry-content #gform_wrapper_2 .gfield_html + .gfield-html { margin: 0; color: #fff;background: transparent; font-size: 18px; line-height: 1.4;}
.sidebar .gfield_html + .gfield_html p, .entry-content #gform_wrapper_2 .gfield_html p {margin-bottom: 10px; }
.sidebar .gfield_html h2, .entry-content #gform_wrapper_2 .gfield_html h2 {position: absolute; bottom: 2rem; left: 0px; padding: 0 20px; color: #fff; font-weight: bold; font-size: 24px;text-shadow: 0 0 4px rgba(0,0,0,.7); z-index: 1;}
.sidebar .gfield_html img, .entry-content #gform_wrapper_2 .gfield_html img {opacity: .7;}
.sidebar #field_2_12, .entry-content #gform_wrapper_2 #field_2_12 {
	background: #FF9A00;
	margin: 30px -20px 25px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

.sidebar .gform_wrapper.gravity-theme .gfield_label, .sidebar .gform_wrapper .gfield_required, .sidebar .gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	color: #fff;
}
.sidebar .gform_wrapper.gravity-theme input[type="submit"] {background: #3ED56D; color: #fff; border-color: #fff;transition: all .2s ease;}
.sidebar .gform_wrapper.gravity-theme input[type="submit"]:hover {background: #fff;color: #54bae5;}

.sidebar .gform_heading, .entry-content #gform_wrapper_2 .gform_heading {
	margin: 0 -20px 1rem;
	background: #FF9A00;
	text-align: center;
}
.sidebar .gform_heading h2, .entry-content #gform_wrapper_2 .gform_heading h2 {
	padding: 30px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}
.sidebar .ninja-forms-all-fields-wrap, .single-form .ninja-forms-all-fields-wrap {
	padding: 0 20px 20px;
	margin-top: 20px;
	background: #2e5675 url(https://maritimeinjurycenter.com/wp-content/uploads/2016/05/wave-background.jpg) center bottom no-repeat;
}
.sidebar .ninja-forms-all-fields-wrap .ninja-forms-required-items, .single-form .ninja-forms-all-fields-wrap .ninja-forms-required-items{
	display: none;
}
#ninja_forms_form_9_cont {margin-top: -60px;}
.single-form #ninja_forms_form_9_cont {margin-top: 0;}
.sidebar .ninja-forms-all-fields-wrap .ninja-forms-req-symbol, .single-form .ninja-forms-all-fields-wrap .ninja-forms-req-symbol{color: #fff;}
.sidebar .ninja-forms-all-fields-wrap .nf-desc, .single-form .ninja-forms-all-fields-wrap .nf-desc{position:relative; margin: 0 -20px; background: transparent;}
.sidebar .ninja-forms-all-fields-wrap .nf-desc + .nf-desc, .single-form .ninja-forms-all-fields-wrap .nf-desc + .nf-desc{ margin: 0; color: #fff;background: transparent; font-size: 18px; line-height: 1.4;}
.sidebar .ninja-forms-all-fields-wrap .nf-desc + .nf-desc p, .single-form .ninja-forms-all-fields-wrap .nf-desc + .nf-desc p{margin-bottom: 10px; }
/*#ninja_forms_form_6_all_fields_wrap #ninja_forms_field_6_div_wrap.nf-desc::before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);content:'';}*/
.sidebar .ninja-forms-all-fields-wrap .nf-desc h2, .single-form .ninja-forms-all-fields-wrap .nf-desc h2{position: absolute; bottom: 0; left: 0px; padding: 0 20px; color: #fff; font-weight: bold; font-size: 24px;text-shadow: 0 0 4px rgba(0,0,0,.7); z-index: 1;}
.sidebar .ninja-forms-all-fields-wrap .nf-desc img, .single-form .ninja-forms-all-fields-wrap .nf-desc img {opacity: .7;}
.sidebar .ninja-forms-all-fields-wrap .text-wrap.label-above label, .sidebar .ninja-forms-all-fields-wrap .textarea-wrap.label-above label, .single-form .ninja-forms-all-fields-wrap .text-wrap.label-above label, .single-form .ninja-forms-all-fields-wrap .textarea-wrap.label-above label {font-size: 14px; color: #fff;}
.sidebar .ninja-forms-response-msg, .single-form .ninja-forms-response-msg {
	margin: 0 0 0 20px; background: #2e5675; padding: 0; color:#fff;font-size: 24px;
}
.sidebar .ninja-forms-response-msg p, .single-form .ninja-forms-response-msg p {margin: 0; padding: 1em;}
.sidebar .ninja-forms-all-fields-wrap #nf_submit_6,.sidebar .ninja-forms-all-fields-wrap #nf_submit_9, .sidebar .ninja-forms-all-fields-wrap #nf_submit_12, .single-form .ninja-forms-all-fields-wrap #nf_submit_9, .single-form .ninja-forms-all-fields-wrap #nf_submit_12 {text-align: center;}
.sidebar .ninja-forms-all-fields-wrap input[type="submit"], .single-form .ninja-forms-all-fields-wrap input[type="submit"] {background: #54bae5; color: #fff; border-color: #fff;transition: all .2s ease;}
.sidebar .ninja-forms-all-fields-wrap input[type="submit"]:hover, .single-form .ninja-forms-all-fields-wrap input[type="submit"]:hover {background: #fff;color: #54bae5;}
.sidebar .ninja-forms-all-fields-wrap .ninja-forms-field.orange-center.nf-desc, .single-form .ninja-forms-all-fields-wrap .ninja-forms-field.orange-center.nf-desc {background: #FF9A00; margin: 30px -20px 25px; padding: 20px;}
.sidebar .ninja-forms-all-fields-wrap .ninja-forms-field.orange-center.nf-desc p, .single-form .ninja-forms-all-fields-wrap .ninja-forms-field.orange-center.nf-desc p { margin: 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
}
.sidebar .ninja-forms-form .label-above label, .sidebar .ninja-forms-form .label-below label, .single-form .ninja-forms-form .label-above label, .single-form .ninja-forms-form .label-below label {color: #fff; font-size: 14px;}
.sidebar .ninja-forms-all-fields-wrap input[type="submit"].green-btn, .single-form .ninja-forms-all-fields-wrap input[type="submit"].green-btn {
	background: #3ED56D;
}
.sidebar .ninja-forms-all-fields-wrap input[type="submit"].green-btn:hover, .single-form .ninja-forms-all-fields-wrap input[type="submit"].green-btn:hover{
	background: #fff;
}
.sidebar #ninja_forms_form_9_cont .ninja-forms-all-fields-wrap .nf-desc h2, .single-form #ninja_forms_form_9_cont .ninja-forms-all-fields-wrap .nf-desc h2 {bottom: 20px;}
.sidebar .ninja-forms-all-fields-wrap .nf-desc.orange-title-bg, .single-form .ninja-forms-all-fields-wrap .nf-desc.orange-title-bg { background: #FF9A00; text-align: center; }
.sidebar .ninja-forms-all-fields-wrap .nf-desc.orange-title-bg h2, .single-form .ninja-forms-all-fields-wrap .nf-desc.orange-title-bg h2 {position: relative; text-shadow: none; padding: 30px 20px;}
.sidebar form input, .sidebar form select, .sidebar form textarea , .single-form form input, .single-form form select, .single-form form textarea{
	padding: 10px 20px;
}
ul.checkmark {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
ul.checkmark li {
	padding: 0 0 0 36px;
	font-size: 16px;
	list-style: none;
	line-height: 1.2;
	position: relative;
}
ul.checkmark li:before {
	font-size: 48px;
	vertical-align: middle;
	color: #fff;
	content: "\f3fd";
	display: inline-block;
	font-family: 'ionicons';
	width: 36px;
	position: absolute;
	top: -1.25rem;
	left: 0;
}



ul.checkmark li + li {
	margin-top: 1rem;
}
.page-id-541 .ninja-forms-cont{
	max-width: 520px;
	margin: 0 auto;
}
.header-image .nav-primary:not(button) {margin-top: 34px;}
.header-image .site-header.shrink .nav-primary:not(button) {margin-top: 36px;}
.call-us_header {
	position: fixed;
	top: 5px;
	right: 5rem;
	z-index: 1000;
	text-align: right;
	font-size: 21px;
}
.call-us_header a {color: #54bae5; border-bottom: none; cursor: text; font-weight: bold;}
.call-us_header small {    margin-right: 15px;
	text-transform: uppercase;
	font-family: sans-serif;}
.sticky-mobile { display: none; }
.sticky-mobile.clearfix {
	*zoom: 1; clear: both;
}
.sticky-mobile.clearfix:before, .sticky-mobile.clearfix:after { content: ""; display: table; }



.sticky-mobile.clearfix:after { clear: both; }
@media only screen and (max-width: 800px) {
	.call-us_header {
		position: absolute;
		top: 55px;
		left: auto;
		right: auto;
		width: 100%;
		text-align: center;
	}
	.call-us_header small {
		display: none;
	}
	.sticky-mobile {
		z-index: 1;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		-webkit-transition: bottom .25s;
		-moz-transition: bottom .25s;
		-o-transition: bottom .25s;
		transition: bottom .25s;
		text-align: center;
		display: block;
	}
	.sticky-mobile .stick-left a{
		background-color: #126f96;
		opacity: .95;
		padding: 13px 0;
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}
	.sticky-mobile .stick-right a {
		background-color: #f8912a;
		opacity: .95;
		padding: 13px 0;
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}

	.page-id-5413 .big-leader {display: none;}
	.site-footer {margin-bottom: 118px;}

	body .title-banner .title {
		font-size: 2.4rem;
	}
}
.site-inner .breadcrumb {
	max-width: 100%;
	margin-bottom: 5%;
}
.post-5413 .entry-header {display: none;}
.header-image .nav-primary:not(button) {
	z-index: 1;
}

.page-id-5899 .content-sidebar-wrap, .page-id-6837 .content-sidebar-wrap {margin-top: 15px;}

.liveChatFloatingButton, #ngageMobileInvite {
	display: none !important;
}
body .title-banner .title {
	letter-spacing: 0;
}
body .header-image .site-header {
	z-index: 100;
}
body .title-banner {
	z-index: 10;
}

.cta-mobile {
	position: relative;
	display: block;
	max-width: 375px;
	padding: 7rem 2.5rem;
	margin: 0 auto 20px auto;
	line-height: 1.2;
	background-image: url('https://www.maritimeinjurycenter.com/wp-content/uploads/2016/05/274429073-e1464783441401.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cta-mobile::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
}
.cta-mobile .title {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 70%);
	z-index: 1;
	font-family: 'Poppins', sans-serif;
}
.cta-mobile .title small {
	display: block;
	margin-top: 7px;
}
.cta-mobile .title,
.cta-mobile a {
	position: relative;
}

.cta-mobile a, .case-value-btn {
	background: #FF9A00;
	color: #000;
	transition: all 0.2s ease;
	font-size: 1.75rem;
	margin-top: 1rem;
	display: inline-block;
	padding: 16px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px;
	border: none;
	line-height: 1.2;
	text-align: center;
}
.cta-mobile a {
	margin-top: 2rem;
}
.cta-mobile a:hover {
	background: #fff;
	color: #000;
}
.case-value-btn:hover {
	background: #54bae5;
	color: #fff;
}
.sidebar #gform_widget-2, .sidebar #gform_widget-3 {
	display: none;
}
.page-id-5899 .case-value-btn, .page-id-5901 .case-value-btn {
	display: none;
}
@media only screen and (min-width: 800px) {
	.cta-mobile {
		display: none;
	}
	.sidebar #gform_widget-2, .sidebar #gform_widget-3 {
		display: block;
	}
}

.entry-content #gform_wrapper_3 {
	background: #2e5675 url(https://maritimeinjurycenter.com/wp-content/uploads/2016/05/wave-background.jpg) center bottom no-repeat;
}
.entry-content #gform_wrapper_3 .gform_heading {
	background: #FF9A00;
	text-align: center;
	padding: 2rem;
}
.entry-content #gform_wrapper_3 .gform_heading h2 {
	margin: 0;
	color: #fff;
}
.entry-content #gform_wrapper_3 #gform_fields_3 {
	padding: 3rem;
}
.entry-content #gform_wrapper_2 #gform_fields_2 {
	padding: 2rem;
}
.entry-content #gform_wrapper_3 #gform_fields_3 label, .entry-content #gform_wrapper_3 #gform_fields_3 .gfield_required_text, .entry-content #gform_wrapper_2, label, .entry-content #gform_wrapper_2 .gfield_required_text {
	color: #ffffff;
}
.entry-content #gform_wrapper_3 input[type="submit"], .entry-content #gform_wrapper_2 input[type="submit"] {
	width: auto;
	margin: -2rem auto 2rem;
	background: #3ED56D;
	transition: all .2s ease;
}
.entry-content #gform_wrapper_3 input[type="submit"]:hover, .entry-content #gform_wrapper_2 input[type="submit"]:hover {
	color: #54bae5;
	background: #ffffff;
}
.entry-content #field_2_10 {
	margin: -2rem;
	max-height: 350px;
	overflow: hidden;
}
.entry-content #gform_wrapper_2 .gfield_html h2 {
	font-size: 28px;
	line-height: 1.2;
}
.entry-content #gform_wrapper_2 .gfield_html h2 small {
	font-size: 18px;
}
.entry-content #gform_wrapper_2 #field_2_12 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0 -20px;
}
@media only screen and (min-width: 600px) {
	.entry-content #field_2_10 {
		margin: -2rem -2rem -1rem -2rem;
	}
}
@media only screen and (min-width: 800px) {
	.entry-content #gform_wrapper_2 .gfield_html h2 {
		font-size: 40px;
		max-width: 500px;
	}
	.entry-content #gform_wrapper_2 .gfield_html h2 small {
		font-size: 24px;
	}
	.entry-content #gform_wrapper_2 #field_2_12 {
		font-size: 24px;
	}
}
.source li a {
	display: block;
	/* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
	-ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	border-bottom: none;
}
.page-id-5806 .cta-mobile, .page-id-5806 .case-value-btn, .page-id-5888 .cta-mobile, .page-id-5888 .case-value-btn {
	display: none;
}
@media only screen and (max-width: 800px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.content-sidebar .sidebar {
		padding-left: 5%;
		padding-right: 5%;
	}
}
.search-wrapper table tbody, .search-wrapper table td, .search-wrapper .gsc-input-box{
	border: none;
}
.search-wrapper .gsst_a {
	border: none;
}
.search-wrapper table {
	margin: 0;
}
.search-wrapper table .gsib_a {
	padding: 0;
}
.search-wrapper input.gsc-input {
	padding: 1rem !important;
	height: auto !important;
}
.search-toggle {
	position: relative;
	/*position: absolute;*/
	cursor: pointer;
	/*height: 36px;*/
	/*width: 36px;*/
	/*display: inline-block;*/
	/*position: relative;*/
	/*right: 1rem;*/
	/*background: #ffb119;*/
	/*transition: all .25s linear;*/
	/*margin-left: 20px;*/
}
.search-toggle:hover {
	/*background: #29ae89;*/
}
.search-toggle svg {
	transition: all .2s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.search-toggle svg.search-open {
	opacity: 1;
}
.search-toggle svg.search-close {
	opacity: 0;
}
.search-toggle.active svg.search-open {
	opacity: 0;
}
.search-toggle.active svg.search-close {
	opacity: 1;
}
/*@media (min-width: 992px) {*/
/*	display: inline-block;*/
/*}*/


.search-wrapper {
	width: 100%;
}
.search-wrapper form {
	position: relative;
	transition: all .25s linear;
	z-index: 1;
}
.search-wrapper form button {
	width: 60px;
	height: 100%;
	background: #54bae5;
	padding: 19px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .25s linear;
	border: none;
	border-radius: 0;
}
table.gsc-search-box td.gsc-input {
	padding: 0;
}
.search-wrapper form button svg {
	fill: #ffffff;
	stroke-width:2px;
	stroke: #ffffff;
}
.search-wrapper form button:hover {
	color: #ffffff;
	background:#f5f5f5
}
.search-wrapper form button:hover svg {
	fill: #000;
	stroke-width:2px;
	stroke: #000;
}
#menu-item-6840 a {
	position: relative;
	top: 4px;
}
#menu-item-6840 span {
	display: none;
}
.gse-results h2 a {
	color: #000;
	text-decoration: none;
	transition: all .2s ease;
	border-bottom-color: #fff;
}
.gse-results h2 a:hover {
	color: #54bae5;
}
.gse-results section + section {
	margin-top: 2rem;
}
body .entry-content ul.gse_nav {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
body .entry-content ul.gse_nav > li {
	list-style: none;
}
@media only screen and (min-width: 801px) {
	.search-wrapper {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	#sitesearch {
		padding: 10px;
	}
	.search-wrapper form button svg {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
.cta_desktop_package {
	background: #2e5675 url(https://maritimeinjurycenter.com/wp-content/uploads/2016/05/wave-background.jpg) center bottom no-repeat;
	padding: 2rem;
	margin-bottom: 2rem;
	font-size: 1.125rem;
	box-shadow: 0 0 7px rgba(35, 31, 32, .25);
	display: none;
	align-items: center;
	color: #fff;
}

.cta_desktop_package .col:first-child {
	flex-grow: 1;

}
.cta_desktop_package h2 {
	margin-top: 0;
	color: #fff;
}
.cta_desktop_package .checkmark-list {
	padding: 0;
}
.cta_desktop_package .wp-block-button__link {
	background: #FF9A00;
	color: #000;
	transition: all 0.2s ease;
	font-size: 1.75rem;
	margin-top: 2rem;
	display: inline-block;
	padding: 16px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px;
	border: none;
	line-height: 1.2;
	text-align: center;
}
.cta_desktop_package .wp-block-button__link:visited, .cta_desktop_package .wp-block-button__link:focus {
	color: #000;
}
.cta_desktop_package .wp-block-button__link:hover {
	background: #fff;
	color: #54bae5;
}
@media (min-width: 767px) {
	.cta_desktop_package {
		display: flex;
	}
}
.page-id-5899 .cta_desktop_package, .page-id-5901 .cta_desktop_package {
	display: none;
}
.won-cases {
	padding: 0 1rem;
}
.won-cases .wp-block-columns .wp-block-column:not(:empty) {
	box-shadow: 0 0 5px #2e5675;
	padding: 2rem 1rem;
	border-radius: 5px;
}
.won-cases .wp-block-columns .wp-block-column .h3 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 1rem;
}
.won-cases .wp-block-columns .wp-block-column p:not(.h3) {
	line-height: 1.3;
	font-family: 'Poppins', sans-serif;
}
.footdis {
	line-height: 1.3;
	margin: 0;
	font-size: 13px;
	display: block;
}
body:not(.home) .footdis {
	display: none;
}
.page-id-7155 .breadcrumb {
	display: none;
}
.page-id-7155 .cta_desktop_package {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.page-id-7155 .cta-mobile  + .case-value-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	display: block;
}
