/*!
	Theme Name: NPO Wordpress theme 2021
	Theme URI: https://novumproductions.com
	Author: NOVUM Productions
	Author URI: https://novumproductions.com
	Version: 3.2
	Template: nmhn
	Description: Wordpress theme created for Northern Physicians Organization [ child theme of nmhn ]
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

b {font-weight:bold;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

#header {
	color: white;
	position: relative;
	position: relative;
	background: #002F6C;
}

#header a.mobile-menu.close {
	position: absolute;
	z-index: 20;
	top: -5px;
	right: -2px;
	height: 55px;
	width: 60px;
	background: #01527a;
	color: #fff;
	text-align: center;
	line-height: 0px;
	text-decoration: none;
	font-size: 0px
}
#header a.mobile-menu {
	position: absolute;
	z-index: 20;
	top: -20px;
	right: -2px;
	height: 70px;
	width: 60px;
	background: #01527a;
	color: #fff;
	text-align: center;
	line-height: 0px;
	text-decoration: none;
	font-size: 0px
}

#header a.mobile-menu:after {
	content: "\2261";
	font-size: 60px;
	display: block;
	line-height: 70px;
	font-family: 'Lato',sans-serif;
}

#header a.mobile-menu.close:after {
	content: "\00d7";
	line-height: 55px;
	font-family: 'Lato',sans-serif;
}

#header #inner-header {
	background: #fff;
	height: 70px
}

@media (min-width: 768px) {
	#header {
		background: url(images/header_bg_content-blue.png) repeat-y #d9e0e9;
		height: 97px
	}
	#header a.mobile-menu {
		display: none
	}
}

@media (min-width: 1200px) {
	#header #inner-header {
		width:1210px;
	}
}

#header #inner-header {
	position: relative;
	z-index: 3;
	margin: auto;
	display: block;
}

#header #gradient {
	display: none
}

#header #gradient {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: white;
}

#header img#logo {
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 100;
	width: 160px;
	height: auto
}

@media (min-width: 768px) {
	#header img#logo {
		width: auto;
		left: 16px;
		top: 16px;
	}
}

@media (min-width: 1025px) {
	div#main-inner {margin:auto; display:block; width:1210px;}
}

#header #left-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 43px;
	background-color: #D9E0E9
}

#header h1 {
	position: absolute;
	top: 127px;
	left: 535px;
	width: 480px;
	text-transform: uppercase;
	color: #fff;
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 100;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25)
}

#header #search_box {
	position: relative;
	background: #002F6C
}

#header #search_box input[type=text] {
	border: 1px solid #002F71;
	padding: 4px;
	padding-right: 25px;
	font-size: 12px;
	background-color: transparent;
	background-image: url("images/search_glass.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	color: #002F71
}

.content-page #header #search_box input[type=text] {
	background-color: transparent
}

#header #search_box input[type=text].placeholder {
	background-color: transparent;
	color: #002F71
}

#header #search_box input[type=text]:-moz-placeholder {
	background-color: transparent;
	color: #002F71
}

#header #search_box input[type=text]::-moz-placeholder {
	background-color: transparent;
	color: #002F71
}

#header #search_box input[type=text]:-ms-input-placeholder {
	background-color: transparent;
	color: #002F71
}

#header #search_box input[type=text]::-webkit-input-placeholder {
	background-color: transparent;
	color: #002F71
}

#header #search_box input[type=text]:focus {
	background-color: rgba(0, 0, 0, 0.25);
	outline: none
}

@media (max-width: 767px) {
	#header #search_box {
		display: none
	}
	#header #gradient {
		height:71px;
	}
}

@media (min-width: 768px) {
	#header #search_box {
		position: absolute;
		top: 39px;
		background: transparent;
		right: 6px
	}
}

#menubar {
	position: relative;
	color: #002F6C;
	background-color: white;
	display: none;
	font-size: 16px
}

@media (min-width: 768px) {
	#menubar {
		height: 60px;
		padding-left: calc(100% - 810px);
		padding-top: 23px;
		display: block
	}
}

#menubar li a {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit
}

#menubar li a:active,
#menubar li a:focus {
	outline: none
}

#menubar li.current_page_item a,
#menubar li.current-menu-item a,
#menubar li.current_page_parent a,
#menubar li.current-page-ancestor a {
	color: #337AB8
}

#menubar>ul>li:hover {
	color: #337AB8;
	background-color: white;
	cursor: pointer;
	border-bottom: solid #08c 5px;
}

@media (min-width: 768px) {
	#menubar>ul>li:hover>ul {
		visibility: visible;
		width: auto;
		height: auto;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 100;
		width: 150px;
		background-color: white;
		border: 1px solid rgba(0,0,0,.15);
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);		
	}
	#menubar>ul>li:hover>ul>li {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		padding: 5px 10px;
	}
	#menubar>ul>li:hover>ul>li a {
		color: #01527a;
		text-decoration: inherit;
		cursor: inherit;
		font-size:14px;
	}
	#menubar>ul>li:hover>ul>li a:active,
	#menubar>ul>li:hover>ul>li a:focus {
		outline: none
	}
	#menubar>ul>li:hover>ul>li:hover {
		color: #08c;
	}
}

#menubar>ul>li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	display: block;
	float: left;
	position: relative;
	height: 54px;
	width: 71px;
	min-width: 41px;
	max-width: 80px;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 5px
}

#menubar>ul>li.last {
	margin-right: 0px
}

#menubar>ul>li>a {
	display: table;
	height: 54px
}

#menubar>ul>li>a>span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#menubar>ul>li>ul {
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute
}

#menubar #login_container {
	display: table;
	float: left;
	background-color: #01527a;
	border-bottom: solid #08c 3px;
	width: 100px;
	height: 34px;
	margin: 10px 0;
	text-align: center;
	margin-left: 20px;
}

.logged-in #menubar #login_container, a.elementor-button {
	background-color: #01527a !important;
	border-bottom: solid #08c 3px;
}

a.elementor-button {width: fit-content;}

.logged-in #menubar #login_container #login_button a {
	color: #fff;
	width: fit-content;
}

#menubar #login_container #login_button {
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 12px;
	color: #99ACC4;
	background-color: #01527C;
}

#menubar #login_container #login_button a {
	color: white;
	text-decoration: inherit;
	cursor: inherit
}

#menubar #login_container #login_button a:active,
#menubar #login_container #login_button a:focus {
	outline: none
}

@media (max-width: 767px) {
	#menubar.open {
		display: block;
/* 		padding-top: 55px; */
		background: #99ACC4;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0
	}
	#menubar.open * {
		box-sizing: border-box
	}
	#menubar.open ul {
		padding-left: 0;
		margin-left: 0
	}
	#menubar.open ul li {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}
	#menubar.open ul li a {
/* 		width: 100%; */
		padding-left: 13px;
/* 		padding-right: 13px */
	}
	#menubar>ul>li>a {height:45px;}
	#menubar.open ul li>ul {
		display: block;
		position: relative;
		visibility: visible;
		width: 100%;
		height: auto;
		font-size: 80%;
		max-width: 100%
	}
	#menubar.open ul li>ul li {
		display: block
	}
	#menubar.open ul li>ul li a {
		background-color: #01527a;
		padding: 10px;
		color: #fff;
		display: block
	}
}

/* #main-inner {
 	padding-top: 60px;
	padding-bottom: 60px;
	background: #d9e0e9
} */

 @media (min-width: 768px) {
	#main-inner {
/* 		background: url(images/main_bg_content-blue.png) repeat-y #d9e0e9 */
	}
} 

.homepage #main-inner {
	background-position: 312px 0
}

.logged-in-nav .name-plate {
	height: 35px;
	background-color: #01527a;
	border-bottom: solid #08c 3px;
	margin-top: -6px
}

.logged-in-nav .name-plate>div {
	padding: 6px 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	color:white;
}

.logged-in-nav .name-plate span {
	text-transform: capitalize;
	color: #fff;
	font-size: 13px;
	white-space: nowrap
}

.logged-in-nav ul {
	list-style: none
}

.logged-in-nav ul>li {
	display: block
}

.logged-in-nav ul>li.first a {
	border-left: none
}

.logged-in-nav ul ul li {
	float: none;
	width: inherit
}

.logged-in-nav ul ul li a {
	border-left: none;
	color: #99ACC4
}

.logged-in-nav ul a {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #002F6C
}

@media (min-width: 768px) {
	.logged-in-nav .name-plate {
		width: 25%;
		float: left
	}
	.logged-in-nav .nav {
		width: 75%;
		float: right;
		padding-bottom: 50px
	}
	.logged-in-nav ul li {
		float: left;
		max-width: 200px
	}
	.logged-in-nav ul a {
		padding-top: 0;
		padding-bottom: 0;
		border-left: 2px solid #002F6C
	}
}

.homepage #header {
	background-image: url("images/hero1.jpg");
	-webkit-transition: background-image 1s;
	-moz-transition: background-image 1s;
	-ms-transition: background-image 1s;
	transition: background-image 1s;
	background-position: 50% 25px;
	background-size: calc(100% + 150px);
	padding-bottom: 41.59%;
	height: 0px
}

@media (min-width: 1024px) {
	.homepage #header {
		height: calc(100vw / 2.5);
		padding-bottom: 0px;
		background-repeat: no-repeat;
		background-position: 50% 28px;
		background-size: calc(100% + 150px);
	}
}

.homepage #header div#inner-header {
	background: transparent
}

@media (max-width: 768px) {
	.homepage #header {
		background-repeat: no-repeat;
		background-position: 52% 10px;
		background-size: calc(100% + 150px);
		padding-bottom: 35%;
		height: auto
	}
	.homepage #header div#inner-header {
		position: relative;
		background: #fff;
		height: 50px;
	}
	.homepage #header div#gradient {
		display: none
	}
}

.homepage #right-pane {
	background-color: #fff;
	color: #333;
	padding-top: 20px
}

.homepage #right-pane .copy {
	line-height: 1.1em;
	margin: 30px 20px
}

.homepage #right-pane .copy p {
	margin-bottom: 1.25em;
	line-height: 1.4em
}

.homepage #right-pane .copy p strong {
	font-size: 1.25em;
	color: #01527a;
	letter-spacing: 2px;
	font-weight: normal
}

.homepage #right-pane .copy .call-to-action {
	text-transform: uppercase;
	color: #01527a;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 30px 0 30px 75px;
	margin-bottom: 0px;
	background-image: url("images/call-to-action_arrow.png");
	background-position: 2% 36%;
	background-repeat: no-repeat
}

.homepage #left-pane {
	padding-top: 20px
}

.homepage #left-pane .row {
	overflow: hidden;
	*zoom: 1;
	margin: 0 auto
}

.homepage #left-pane .links {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit;
	float: left;
	width: 33.33333%;
	text-align: center;
	font-size: 85%;
	color: #01527a
}

.homepage #left-pane .links:active,
.homepage #left-pane .links:focus {
	outline: none
}

.homepage #left-pane .links img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 15px
}

.homepage #left-pane .links caption {
	display: block
}

.homepage #left-pane .highlight {
	color: #01527a;
	margin: 30px 20px;
	padding: 20px 0 10px 0;
	border-top: 1px solid #002F6C;
	border-bottom: 1px solid #002F6C
}

.homepage #left-pane .highlight h2 {
	font-size: 1.15em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	line-height: 1.25em
}

.homepage #left-pane .highlight p {
	margin-bottom: 1.1em;
	line-height: 1.25em
}

.homepage #left-pane .highlight ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px
}

.homepage #left-pane .highlight ul li {
	line-height: 1.4em
}

.homepage #left-pane .highlight #home_login_container {
	display: table;
	float: right;
	background-color: #01527a;
	border-bottom: solid #08c 3px;
	width: 100px;
	height: 34px;
	text-align: center;
	margin: 20px 0 20px
}

.homepage #left-pane .highlight #home_login_container #home_login_button {
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 12px;
	color: white;
	text-transform:uppercase;
}

.homepage #left-pane .highlight #home_login_container #home_login_button a {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit;
	text-decoration: none
}

.homepage #left-pane .highlight #home_login_container #home_login_button a:active,
.homepage #left-pane .highlight #home_login_container #home_login_button a:focus {
	outline: none
}

@media (min-width: 768px) {
	.homepage #left-pane .highlight #home_login_container {
		margin: -20px 0 10px
	}
}

.homepage #main-inner:after {
	content: '';
	display: table;
	clear: both
}

@media (min-width: 768px) {
	.homepage #left-pane,
	.homepage #right-pane {
		width: 50%;
		float: left;
		min-height: 440px
	}
	.homepage #right-pane .copy {
		padding-left: 20px;
		padding-right: 15px;
		margin: 0 0
	}
	.homepage #left-pane .links {
		font-size: 100%
	}
	.homepage #left-pane .highlight {
		margin: 50px 30px
	}
}

a.mobile-sub-menu {
	display: block;
	padding: 10px 20px;
	font-size: 24px
}

a.mobile-sub-menu:after {
	width: 25px;
	height: 25px;
	line-height: 20px;
	font-size: 40px;
	text-align: center;
	content: '+';
	float: right;
	display: block;
	transform: rotate(0);
	transform-origin: center center;
	transition: transform 250ms ease-out
}

.expanded a.mobile-sub-menu:after {
	transform: rotate(45deg)
}

@media (min-width: 768px) {
	a.mobile-sub-menu {
		display: none
	}
}

.content-page #right-pane {
	background-color: #fff;
	color: #333;
	padding-top: 40px;
	padding-bottom: 30px
}

.content-page #right-pane .copy {
	padding-left: 20px;
	padding-right: 15px;
	line-height: 1.5em
}

.content-page #right-pane .copy h2 {
	text-transform: uppercase;
	color: #01527a;
	line-height: 1.5em
}

.content-page #right-pane .copy h2.title {
	font-size: 1.6em;
	color: #01527a
}

.content-page #right-pane .copy p {
	margin-top: 1em;
	line-height: 1.5em
}

.content-page #right-pane .copy iframe {
	max-width: 100%
}

.content-page #left-pane {
	border-right: solid #01527a 5px;
}

.content-page #left-pane>div {
	padding-left: 0px;
	padding-right: 20px;
	line-height: 2em
}

@media (max-width: 767px) {
	.content-page #left-pane>div {
		display: none
	}
	.content-page #left-pane>div h2 {
		display: none
	}
	.content-page #left-pane.expanded>div {
		display: block
	}
	.content-page #left-pane.expanded>div ul li a {
		display: block
	}
}

.content-page #left-pane h2 {
	padding-left: 30px;
	margin-bottom: 1.2em;
	color: #61779F;
	line-height: 1.1em
}

.content-page #left-pane a {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit;
	color: #01527a
}

.content-page #left-pane a:active,
.content-page #left-pane a:focus {
	outline: none
}

.content-page #left-pane a:hover {
	color: #002F6C
}

.content-page #left-pane li {
	padding-left: 30px;
	line-height: 1.2em;
	margin-bottom: 10px
}

.content-page #left-pane li.current-cat,
.content-page #left-pane li.current_page_item {
	background: url(images/side_nav_active.png) no-repeat transparent;
	background-position: 12px 3px
}

.content-page #left-pane li.current-cat>a:hover,
.content-page #left-pane li.current_page_item>a:hover {
	color: #01527a
}

@media (min-width: 768px) {
	.content-page #left-pane {
		width: 200px;
		float: left;
		margin-top: 35px
	}
	.content-page #right-pane {
		width: calc( 100% - 200px);
		float: left
	}
}

@media (min-width: 1024px) {
	.content-page #right-pane {
		width: 824px
	}
}

#footer>p {
	text-align: center;
	margin: 20px auto
}

#footer .mobile-search {
	display: block;
	padding: 10px;
	background: #01527a
}

@media (min-width: 768px) {
	#footer .mobile-search {
		display: none
	}
}

#footer .mobile-search input {
	display: block;
	width: 100%;
	font-family: 'Lato',sans-serif;
	box-sizing: border-box;
	padding: 5px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff
}

#footer .mobile-search input.placeholder {
	background-color: transparent;
	color: white;
	font-family: 'Lato',sans-serif;
}

#footer .mobile-search input:-moz-placeholder {
	background-color: transparent;
	color: white;
	font-family: 'Lato',sans-serif;
}

#footer .mobile-search input::-moz-placeholder {
	background-color: transparent;
	color: white;
	font-family: 'Lato',sans-serif;
}

#footer .mobile-search input:-ms-input-placeholder {
	background-color: transparent;
	color: white;
	font-family: 'Lato',sans-serif;
}

#footer .mobile-search input::-webkit-input-placeholder {
	background-color: transparent;
	color: white;
	font-family: 'Lato',sans-serif;
}

#footer #quote {
	overflow: hidden;
	*zoom: 1;
	background-color: #01527a;
	clear: both;
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-style: italic;
	font-size: 18px;
	position: relative
}

#footer #quote img {
	display: block;
	width: 50%;
	max-width: 50%;
	height: auto;
	border-radius: 50%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 15px auto
}

#footer #quote p {
	margin: 20px;
	line-height: 1.4em
}

#footer #quote p.attribution {
	font-size: 0.7em
}

#footer #quote p.attribution:before {
	content: "\2014\00a0"
}

#footer #contact {
	background-color: #fff;
	color: #333;
	font-size: 13px;
	position: relative;
	padding: 20px 20px 0
}

#footer #contact img {
	margin: 0 15px;
	float: left
}

#footer #contact h2 {
	padding-top: 11px;
	text-transform: uppercase;
	color: #01527a
}

@media (max-width: 768px) {
	#footer #contact p span {
		display: block
	}
}

#footer #contact p a {
	color: #002F6C
}

#footer #contact>p {
	clear: left;
	margin: 0 0;
	text-align: center;
	padding: 18px 0
}

#footer #contact #partner-link {
	line-height: 1.2em;
	font-size: 12px;
	width: 100%;
	text-align: right
}

#footer #contact #partner-link img {
	float: right;
	margin-top: -5px
}

#footer #contact #partner-link a {
	text-decoration: none;
	display: block;
	background-color: #002F6C;
	color: #fff;
	margin: 0 -20px;
	padding: 5px 0
}

@media (min-width: 768px) {
	#footer>p {
		text-align: left;
		margin: 10px auto;
		padding-left: 10px;
		font-size: 75%
	}
	#footer #quote {
		height: 210px
	}
	#footer #quote img {
		width: 230px;
		height: auto;
		float: left;
		margin: 0 40px 0 0;
		position: relative;
		border-radius: 0px
	}
	#footer #quote p {
		margin: 40px;
		padding-left: 0
	}
	#footer #contact {
		padding: 0;
		padding-top: 15px;
		height: 85px
	}
	#footer #contact img {
		float: left;
		margin-top: 6px;
	}
	#footer #contact>p {
		clear: none;
		margin: 9px 0 0;
		padding: 0 0;
		text-align: left
	}
	#footer #contact p {
		margin-top: 9px
	}
	#footer #contact #partner-link {
		position: absolute;
		top: 16px;
		right: 30px;
		width: 250px
	}
	#footer #contact #partner-link a {
		background: transparent;
		color: #002F6C;
		margin: 0 0 0 0;
		padding: 0;
		display: inline
	}
	#footer #contact #partner-link img {
		margin-top: 0px
	}
}

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase
}

.comment-list .reply {
	margin-top: 24px
}

.comment-author .fn {
	font-weight: 900
}

.comment-author a {
	color: #2b2b2b
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px
}

.comment-list>li:first-child>article,
.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child {
	border-top: 0
}

.comment-author {
	position: relative
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px
}

.bypostauthor>article .fn:before {
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px
}

.says {
	display: none
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px
}

.comment-edit-link {
	margin-left: 10px
}

.comment-reply-link:before,
.comment-reply-login:before {
	margin-right: 2px
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px
}

.comment-content li>ul,
.comment-content li>ol {
	margin-bottom: 0
}

.comment-content>:last-child {
	margin-bottom: 0
}

.comment-list .children {
	list-style: none;
	margin-left: 15px
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0
}

.comment .comment-respond {
	margin-top: 24px
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase
}

.comment-form label {
	display: block
}

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

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5
}

.required {
	color: #c0392b
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px
}

.comment-reply-title small a:hover {
	color: #41a62a
}

.comment-reply-title small a:before {
	font-size: 32px
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block
}

.comment-navigation .nav-previous a {
	margin-right: 10px
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0
}

.search div.copy>div {
	border-bottom: 3px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.blog p {
	font-family: 'Lato',sans-serif;
}

.blog .blog-content,
.blog .search-title {
	padding-bottom: 20px
}

.blog h2 #right-pane {
	font-size: 1.5em
}

.blog h2 a {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit;
	color: #99ACC4
}

.blog h2 a:active,
.blog h2 a:focus {
	outline: none
}

.blog h2 a:hover {
	color: #01527a
}

.blog.archive h2 {
	float: left;
	margin: 0 0
}

@media (max-width: 768px) {
	.blog.archive h2 {
		float: none
	}
}

.blog span.post-meta {
	display: inline-block;
	padding: 5px;
	width: auto;
	margin: 10px 0;
	font-size: 0.75em;
	text-align: right;
	float: right
}

.blog span.post-meta a {
	color: #01527a
}

@media (max-width: 768px) {
	.blog span.post-meta {
		display: block;
		float: none;
		text-align: left
	}
}

.blog div.copy>div {
	border-bottom: 3px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 60px
}

.blog div.copy>div>div {
	padding-top: 10px;
	clear: both;
	border-top: 3px solid #E5E5E5
}

.blog div.copy>div:after {
	display: table;
	clear: both;
	content: ' '
}

.blog div.copy>div a img {
	float: left;
	margin-right: 10px
}

.blog div.copy>div img.post-featured-image {
	margin: 20px 0
}

.blog div.copy>div .post-content {
	clear: both
}

.blog div.copy>div .post-content p,
.blog div.copy>div .post-content li,
.blog div.copy>div .post-content td,
.blog div.copy>div .post-content th {
	font-family: 'Lato',sans-serif;
}

.blog div.copy h2.post-title {
	font-size: 24px
}

.blog #commentform p {
	margin-bottom: 10px
}

.blog .post-lower>div {
	padding: 20px
}

.blog .post-lower h3 {
	margin-bottom: 15px;
	color: #99ACC4
}

.blog .post-lower ol.commentlist li {
	background: #E5E5E5;
	margin-bottom: 10px
}

.blog .post-lower ol.commentlist li>div {
	padding: 10px;
	clear: both
}

.blog .post-lower ol.commentlist li .comment-author {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #99ACC4
}

.blog .post-lower ol.commentlist li .commentmetadata {
	font-size: 0.91em;
	font-style: italic;
	margin-bottom: 10px
}

.blog .post-lower ol.commentlist li .commentmetadata a {
	color: #01527a
}

.blog .post-lower ol.commentlist li .reply {
	height: 24px
}

.blog .post-lower ol.commentlist li a.comment-reply-link {
	background: #01527a;
	color: #fff;
	text-decoration: none;
	float: right;
	display: block;
	padding: 5px
}

.blog .post-lower input[type=text],
.blog .post-lower input[type=email],
.blog .post-lower textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	resize: none;
	border: 1px solid #E5E5E5;
	margin: 5px 0
}

.blog #posts-dir-nav {
	text-align: center;
	margin-top: 20px
}

.blog #posts-dir-nav:after {
	display: table;
	clear: both;
	content: ' '
}

.blog #posts-dir-nav a {
	color: #fff;
	padding: 5px;
	background: #01527a;
	text-decoration: none
}

.blog #posts-dir-nav span {
	color: #E5E5E5;
	display: block;
	padding: 5px;
	background-color: transparent;
	line-height: 1
}

.blog #posts-dir-nav div.older-posts {
	float: right
}

.blog #posts-dir-nav div.newer-posts {
	float: left
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox_sprite.png")
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/blank.gif");
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("images/fancybox_sprite@2x.png");
		background-size: 44px 152px
	}
	#fancybox-loading div {
		background-image: url("images/fancybox_loading@2x.gif");
		background-size: 24px 24px
	}
}

.wpcf7,
#login-box {
	width: 250px;
	padding: 20px
}

.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
#login-box input[type="password"],
#login-box input[type="email"],
#login-box input[type="text"] {
	width: 98%;
	display: block;
	padding: 5px 1%;
	outline: none;
	border-radius: 2px;
	border: 1px solid #01527a;
	margin-bottom: 10px
}

.wpcf7 input[type="submit"],
#login-box input[type="submit"] {
	font-family: 'Lato',sans-serif;
	color: #fff;
	background: #01527a;
	font-size: 1.3em;
	padding: 5px;
	border: none;
	border-radius: 2px;
	outline: none;
	float: right
}

.gform_wrapper textarea,
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
	border: none;
	padding: 5px 1%;
	outline: none;
	border-radius: 2px;
	border: 1px solid #99ACC4;
	font-size: 1.0em;
	width: 99.5% !important
}

.gform_wrapper select {
	display: block;
	width: 100%;
	height: 28px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #99ACC4;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-family: 'Lato',sans-serif;
	color: #fff;
	background: #01527a;
	font-size: 1.3em;
	padding: 5px;
	border: none;
	border-radius: 2px;
	outline: none;
	float: right;
	cursor: pointer
}

body {
	font-family: 'Lato',sans-serif;
	background-color: #E5E5E5;
	background-image: url("images/page-bg.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 16px
}

body a {
	cursor: pointer !important
}

#container {
	background-color: white;
}

.clear {
	display: block;
	clear: both
}

a {
	color: #01527a
}

a:hover {
	color: #002F6C
}

p {
	line-height: 1.4em
}

/* .dots {
	display: block;
	height: 36px;
	width: auto;
	background: url(images/dotted-bg.png?v=2) transparent;
	position: relative;
	z-index: 2;
	margin-top: -36px
} */
div.dots {display:none;}
.dots.top {
	display:none
} 

.search-title {
	margin-bottom: 20px;
	padding: 0 20px
}

h1,
h2,
h3,
h4,
h5,
.call-to-action,
a.links span,
ul.page-sublist li a {
	font-family: 'Lato',sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	letter-spacing: 1px;
	margin: 10px 0
}

h1 {
	font-size: 2em;
	line-height: 1em;
}

h4.subheading {
	font-size: 16px;
	text-transform: none;
	margin-top: 20px;
	color: #01527a
}

img {
	max-width: 100%;
	height: auto
}

img.alignnone {
	margin: 0 10px
}

img.alignleft {
	margin: 0 10px 0 0
}

img.alignright {
	margin: 0 0 0 10px
}

p#lost-pass, p#lost-username {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: center
}

.homepage.single-pane {
	min-width:500px;
	width:50%;
	margin:150px auto;
}
.homepage.single-pane p {
	margin-bottom:1.25em;
}
.homepage.four-pane {
	width:20%;
	min-width:175px;
	float:left;
	margin-left: calc(1vw *3.75);
}
.homepage.four-pane h3 {
	font-size:22px;
	text-transform:uppercase;
}
.homepage.double-pane {
	width:44%;
	min-width:300px;
	float:left;
	margin: 150px 0 150px calc(1vw *3.75);
}
.homepage div.button {
	display:block;
	vertical-align:middle;
	text-transform:uppercase;
	background-color: #01527a;
	border-bottom: solid #08c 3px;
	width:125px;
	margin-top:15px;
	text-align:center;
	padding:10px;
}
.homepage div.button a {
	padding-top:30px;
	font-size:12px;
	color:white;
	text-decoration:none;
}
