/*
Theme Name: Nfb
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nfb
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.header .top-nav,
.icon-list,
.content-holder .top-nav,
.sidebar .nav ul .sub-menu,
.sidebar .top-nav,
ul,
.breadcrumb,
.imp-links,
.social-networks {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.content-holder .txt:after,
.sidebar:after,
.quote:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #f1f1f1;
	font: 13px/1.4615 "Trebuchet MS", "Arial", "Helvetica", Sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.4615em;
}

blockquote {
	border-left: 4px solid #e7e6e6;
	padding-left: .5em;
	margin-left: 1.4615em;
}

th,
td {
	border: 1px solid #e7e6e6;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #6a1967;
	padding: 3px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #002f6d;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content {
	padding: 30px 10px;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	color: #fff;
	background: #002f6d;
	padding: 30px 10px;
}

#sidebar select,
#sidebar input[type="text"],
#sidebar input[type="email"],
#sidebar input[type="tel"],
#sidebar input[type="password"],
#sidebar input[type="search"] {
	color: #333;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	color: #fff;
}

#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	color: #d3461e;
}

#sidebar ul li:before {
	background: #fff;
}

.widget {
	margin-bottom: 1.4615em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.search-form input {
	height: 23px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 126px;
	height: 24px;
}

.post-password-form input {
	float: left;
	height: 24px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #d3461e;
	color: #fff;
	height: 24px;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #a63718;
}

.commentlist {
	margin: 0 0 1.4615em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.4615em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.4615em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.4615em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #d3461e;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.4615em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #d3461e;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #e7e6e6;
	padding: .4em;
	margin-bottom: 1.4615em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.4615em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 6px 12px 4px 10px;
}

.alignright {
	float: right;
	margin: 6px 12px 4px 10px;
}

.mejs-container {
	margin-bottom: 1.4615em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #e7e6e6;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 7px;
	color: #1f66c3;
}

.column h1,
.column .h1,
.column
  h2,
.column .h2,
.column
  h3,
.column .h3,
.column
  h4,
.column .h4,
.column
  h5,
.column .h5,
.column
  h6,
.column .h6,
.column
  .h {
	margin-bottom: 15px;
	color: #fff;
}

h1,
.h1 {
	color: #002f6d;
	font-size: 22px;
	letter-spacing: -.05em;
}

.column h1,
.column .h1 {
	color: #fad7cd;
}

h2,
.h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 11px;
	letter-spacing: -.05em;
}

h3,
.h3 {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 19px;
	letter-spacing: -.02em;
	font-size: 19px;
}

.column h3,
.column .h3 {
	color: #b2dbf7;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 13px;
}

p {
	margin: 0 0 15px;
}

a {
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out, transform .3s ease-in-out;
	color: #1f66c3;
	text-decoration: none;
}

.column a {
	color: #fbf9c1;
}

a:hover {
	color: #035d2f;
	text-decoration: underline;
}

.column a:hover {
	color: #1f66c3;
}

.header {
	width: 100%;
	position: relative;
	z-index: 999;
	font-family: "Verdana", "Geneva", "Tahoma", sans-serif;
	background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 99%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 0%, #f1f1f1 99%, #f2f2f2 100%);
}

.header .wrap {
	overflow: hidden;
}

.header .search-form {
	margin-bottom: 0;
}

.header .search-form input[type="search"] {
	font: 11px/1.2 "Verdana", "Geneva", "Tahoma", sans-serif;
	margin: 0 10px 0 0;
	background: #fff;
	padding: 0 10px;
	height: 23px;
	display: block;
	width: 132px;
}

.header .search-form input[type="submit"] {
	font: 13px/1.2 "Verdana", "Geneva", "Tahoma", sans-serif;
	padding: 3px 5px 5px;
	border-radius: 2px;
	display: block;
	height: 23px;
	border: none;
	width: 62px;
	margin: 0;
}

.header .top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 1.2;
	padding: 15px 20px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .top-nav li {
	margin: 0 10px 10px;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.header .top-nav li:before {
	display: none;
}

.header .top-nav li.active a {
	color: #d3461e !important;
	background-color: transparent !important;
}

.header .top-nav a {
	text-decoration: none;
	color: #0745a1;
}

.header .top-nav a:hover {
	color: #d3461e;
	background-color: transparent;
}

.header-wrap {
	float: right;
	width: calc(100% - 145px);
}

.top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	background: #ecebeb;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 9px 10px 8px;
	position: relative;
}

.top-bar > * {
	position: relative;
	z-index: 99;
}

.top-bar:before {
	content: "";
	top: -10px;
	left: 8px;
	width: 20px;
	height: 290px;
	position: absolute;
	-webkit-transform: rotate(-11deg);
	-ms-transform: rotate(-11deg);
	transform: rotate(-11deg);
	background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 99%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 0%, #f1f1f1 99%, #f2f2f2 100%);
}

.logo {
	width: 30%;
	z-index: 99;
	float: left;
	width: 147px;
	margin-right: -20px;
	text-align: center;
	position: relative;
	padding: 10px 0 5px 10px;
}

.logo:after {
	left: 100%;
	top: 0;
	content: "";
	width: 125px;
	height: 261px;
	bottom: -100px;
	z-index: 99;
	pointer-events: none;
	position: absolute;
	background: url("images/shadow.png") no-repeat 0 0;
}

.logo img {
	border: none !important;
}

.btn-list {
	display: table;
	padding: 13px 10px 7px;
	margin-left: auto;
	position: relative;
}

.btn-list .btn {
	padding: 0;
	margin-bottom: 6px;
	text-decoration: none;
}

.btn-list .btn a {
	display: block;
	padding: 8px 10px 10px;
	text-decoration: none;
}

.nav {
	background: #fff;
}

.nav ul {
	padding: 0 0 1px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.2;
	text-align: center;
	background: url("images/icon-sept-m.png") repeat-x 0 100%;
}

.nav ul li.active > a {
	color: #fff;
	background: #d3461e;
}

.nav ul li:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-radius: 0;
	background: url("images/icon-sept-m.png");
}

.nav ul a {
	padding: 11px 10px;
	display: block;
	color: #002f6d;
}

.nav ul a:hover {
	text-decoration: none;
	color: #fff;
	background: #d3461e;
}

.nav .top-nav {
	background: none;
}

.nav .top-nav a {
	padding: 0;
}

.nav .search-form {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.nav .search-form input[type="search"] {
	color: #333;
}

.nav-opener {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #002f6d;
	position: relative;
	z-index: 2;
}

.nav-opener:hover {
	background-color: #d3461e;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:after {
	-webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out;
	transition: transform .4s ease-in-out, opacity .4s ease-in-out;
	background-color: #fff;
	position: absolute;
	border-radius: 2px;
	top: 50%;
	left: 20%;
	right: 20%;
	height: 4px;
	content: "";
	margin-top: -2px;
}

.nav-opener:before,
.nav-opener:after {
	top: 30%;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener span:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

noscript div {
	padding: 10px;
	text-align: center;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.btn {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #fff;
	background: #002f6d;
	padding: 8px 10px 10px;
	text-decoration: none;
	text-align: center;
	box-shadow: 3px 4px 5px rgba(0, 0, 0, .31);
}

.btn:hover {
	color: #fff;
	background: #d3461e;
	text-decoration: none;
}

#main > .post,
#main > .banner,
#main > .content-holder {
	width: 100%;
}

#main img {
	border: 1px solid #000;
}

#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 781px;
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
}

.banner img {
	width: 100%;
	height: auto;
	border: none !important;
}

.row {
	color: #fff;
	background: #d3461e;
	text-align: center;
}

.column {
	padding: 30px 15px;
	position: relative;
}

.column.add {
	background: #002f6d;
}

.column.add h2 {
	line-height: 22px;
}

.column.add h2 + h2 {
	padding-top: 9px;
	margin-bottom: 18px;
}

.column.add h3 {
	color: #fff;
	margin-bottom: 8px;
}

.column.add h1 {
	color: #9fb3d6;
}

.column.add a {
	color: #fcd5af;
}

.column.add a:hover {
	color: #1c9bfd;
}

.column h2 {
	margin-bottom: 11px;
}

.column time {
	display: block;
	padding-top: 6px;
}

.txt {
	margin-bottom: 22px;
}

.copy {
	margin: 0 0 10px;
}

.icon-list {
	font-size: 0;
	line-height: 0;
	padding-top: 2px;
}

.icon-list li {
	font-size: 12px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px 10px 10px;
}

.icon-list li:before {
	display: none;
}

.icon-list a:hover {
	opacity: .7;
}

.icon-list img {
	border: none !important;
}

.content-holder {
	position: relative;
	background: #fff;
}

.content-holder .top-bar {
	border-bottom: 4px solid #fff;
	padding: 9px 10px 8px;
	margin-left: -28px;
}

.content-holder .top-bar:before {
	display: none;
}

.content-holder:before {
	top: 0;
	left: 0;
	right: 0;
	height: 455px;
	content: "";
	position: absolute;
	background: -webkit-linear-gradient(top, #d1d1d1 0%, #fff 100%);
	background: linear-gradient(to bottom, #d1d1d1 0%, #fff 100%);
}

.content-holder > * {
	z-index: 2;
	position: relative;
}

.content-holder img {
	max-width: 55%;
}

.content-holder .txt {
	margin-bottom: 45px;
}

.content-holder .top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 20px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 13px/1.2 "Verdana", "Geneva", "Tahoma", sans-serif;
}

.content-holder .top-nav li {
	margin: 0 10px 10px;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.content-holder .top-nav li:before {
	display: none;
}

.content-holder .top-nav li.active a {
	color: #d3461e !important;
	background-color: transparent !important;
}

.content-holder .top-nav a {
	text-decoration: none;
	color: #0745a1;
}

.content-holder .top-nav a:hover {
	color: #d3461e;
	background-color: transparent;
}

.content-holder .search-form {
	margin-bottom: 0;
}

.content-holder .search-form input[type="search"] {
	font: 11px/1.2 "Verdana", "Geneva", "Tahoma", sans-serif;
	margin: 0 10px 0 0;
	background: #fff;
	padding: 0 10px;
	height: 23px;
	display: block;
	width: 132px;
}

.content-holder .search-form input[type="submit"] {
	font: 13px/1.2 "Verdana", "Geneva", "Tahoma", sans-serif;
	padding: 3px 5px 5px;
	border-radius: 2px;
	display: block;
	height: 23px;
	border: none;
	width: 62px;
	margin: 0;
}

.sidebar {
	color: #fff;
	position: relative;
	z-index: 99;
	background: #fff;
}

.sidebar > .widget {
	float: right;
	margin-bottom: 0;
}

.sidebar .nav-opener {
	float: right;
	z-index: 999;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}

.sidebar .logo {
	width: 150px;
	padding: 25px 20px 20px;
	z-index: 1;
	position: relative;
}

.sidebar .logo img {
	max-width: 100%;
	border: none !important;
}

.sidebar .nav {
	padding: 0 0 17px;
}

.sidebar .nav ul > li.hover > a,
.sidebar .nav ul > li.active > a {
	color: #fff;
	background: #d3461e;
}

.sidebar .nav ul > li.hover > .sub-menu,
.sidebar .nav ul > li.active > .sub-menu {
	padding: 5px 21px 4px;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	height: auto;
}

.sidebar .nav ul .sub-menu {
	-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out, height .25s ease-in-out;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out, height .25s ease-in-out;
	background: #f26036;
	padding: 0 21px;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.sidebar .nav ul .sub-menu li {
	border: none;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.sidebar .nav ul .sub-menu li.hover > a,
.sidebar .nav ul .sub-menu li.active > a {
	color: #002f6d;
	background-color: transparent;
}

.sidebar .nav ul .sub-menu li.hover > .sub-menu,
.sidebar .nav ul .sub-menu li.active > .sub-menu {
	padding: 5px 12px 1px;
}

.sidebar .nav ul .sub-menu li:last-child {
	margin-bottom: 0;
}

.sidebar .nav ul .sub-menu li:before {
	display: none;
}

.sidebar .nav ul .sub-menu li .sub-menu {
	padding: 0 12px;
}

.sidebar .nav ul .sub-menu a {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	color: #fff;
}

.sidebar .nav ul .sub-menu a:hover {
	color: #002f6d;
	background-color: transparent;
}

.sidebar .top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 20px 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 13px/1.2 "Verdana", "Geneva", "Tahoma", sans-serif;
}

.sidebar .top-nav li {
	margin: 0 10px 10px;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.sidebar .top-nav li:before {
	display: none;
}

.sidebar .top-nav li.active a {
	color: #d3461e !important;
	background-color: transparent !important;
}

.sidebar .top-nav a {
	text-decoration: none;
	color: #0745a1;
}

.sidebar .top-nav a:hover {
	color: #d3461e;
	background-color: transparent;
}

.btn-wrap {
	z-index: 99;
	padding: 60px 0 1px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	width: 130px;
	float: right;
}

.btn-wrap .btn {
	background: #d3461e;
	margin: 0 9px 10px;
	padding: 10px 7px;
	width: 100%;
	font: 12px/14px "Verdana", "Geneva", "Tahoma", sans-serif;
	box-shadow: 3px 4px 5px rgba(0, 0, 0, .64);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-wrap .btn:hover {
	background: #903014;
}

.content-wrap > .post-edit-link {
	display: table;
	margin: 0 0 15px 15px;
}

ul {
	padding-left: 25px;
}

ul > li {
	position: relative;
}

ul > li:before {
	position: absolute;
	border-radius: 5px;
	background: #000;
	content: "";
	top: 7px;
	width: 5px;
	height: 5px;
	left: -12px;
}

.breadcrumb {
	margin-bottom: 3px;
	padding: 13px 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb li:before {
	content: "»";
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 1px;
	border-radius: 0;
	height: auto;
	width: auto;
	background-color: transparent;
}

.breadcrumb a {
	color: #d3461e;
}

.breadcrumb a:hover {
	color: #035d2f;
}

.quote {
	padding: 0;
	border: none;
	margin: -3px 0 45px;
}

.quote cite {
	font-style: normal;
}

.quote cite a {
	color: #333;
}

.quote cite a:hover {
	color: #d3461e;
}

.quote q {
	quotes: none;
	display: block;
	margin-bottom: 14px;
}

.quote .img {
	float: left;
	padding-top: 4px;
	margin-right: -1px;
}

.quote .text {
	overflow: hidden;
}

.imp-links {
	margin-bottom: 12px;
}

.imp-links li {
	font-weight: 700;
}

.imp-links li:before {
	display: none;
}

.txt-wrap {
	padding: 15px 15px;
}

.footer {
	padding: 23px 20px 9px;
	background: #002f6d;
	text-align: center;
	position: relative;
	z-index: 91;
}

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks li {
	font-size: 20px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px;
}

.social-networks li:before {
	display: none;
}

.social-networks a {
	display: block;
}

.social-networks a:hover {
	opacity: .7;
}

.social-networks img {
	border: none !important;
}

@media (min-width: 768px) {
	#content {
		float: right;
		width: calc(100% - 246px);
	}

	#sidebar {
		float: left;
		width: 246px;
	}

	#sidebar #wp-calendar {
		width: 100%;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 25px;
	}

	h2,
	.h2 {
		font-size: 22px;
	}

	h3,
	.h3 {
		font-size: 19px;
	}

	.header {
		overflow: hidden;
	}

	.header .search-form input[type="search"] {
		height: 19px;
	}

	.header .search-form input[type="submit"] {
		font-size: 11px;
	}

	.header .top-nav {
		font-size: 10px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: calc(100% - 226px);
		padding: 0;
	}

	.header .top-nav li {
		margin: -1px 32px 0 4px;
	}

	.header-wrap {
		width: calc(100% - 275px);
	}

	.top-bar {
		padding: 9px 23px 8px;
	}

	.top-bar:before {
		background: #fff;
	}

	.logo {
		width: 277px;
		padding: 15px 8px 10px 29px;
	}

	.btn-list {
		padding: 38px 24px 31px;
	}

	.btn-list .btn {
		margin-bottom: 10px;
	}

	.btn-list .btn a {
		padding: 11px 10px 12px;
	}

	.nav {
		padding: 13px 0;
	}

	.nav ul {
		font-size: 13px;
		background: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 0;
	}

	.nav ul li:first-child:before {
		display: none;
	}

	.nav ul li.active > a {
		color: #d3461e;
		background-color: transparent;
	}

	.nav ul li:before {
		background: url("images/icon-sept.png");
		width: 1px;
		right: auto;
		height: 100%;
	}

	.nav ul a {
		padding: 0;
		display: inline;
	}

	.nav ul a:hover {
		color: #d3461e;
		background-color: transparent;
	}

	.nav ul li {
		padding: 11px 10px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.nav-opener {
		display: none;
	}

	.visible-mobile {
		display: none !important;
	}

	.btn {
		padding: 11px 10px 12px;
	}

	#main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.row {
		overflow: hidden;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.column {
		width: 53.8%;
		padding: 18px 15px 30px 15px;
	}

	.column.add {
		background: #002f6d url("images/icon-sept02.png") no-repeat 100% 0;
		width: 46.2%;
	}

	.copy a {
		display: table;
	}

	.content-holder {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-holder .top-bar {
		padding: 9px 23px 8px;
	}

	.content-holder .top-nav {
		font-size: 10px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: calc(100% - 226px);
		padding: 0;
	}

	.content-holder .top-nav li {
		margin: -1px 32px 0 4px;
	}

	.content-holder .search-form input[type="search"] {
		height: 19px;
	}

	.content-holder .search-form input[type="submit"] {
		font-size: 11px;
	}

	.sidebar {
		width: 246px;
	}

	.sidebar > .widget {
		width: 100%;
	}

	.sidebar > * {
		z-index: 999;
		position: relative;
	}

	.sidebar {
		background-color: transparent;
	}

	.sidebar:before {
		background: #002f6d;
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: 158px;
		z-index: 991;
		bottom: 0;
	}

	.sidebar .logo {
		float: none;
		width: 100%;
		padding: 9px 64px 10px 44px;
	}

	.sidebar .logo:after {
		box-shadow: 8px 0 11px rgba(209, 209, 209, .5);
		background: #fff;
		border-radius: 0 580px / 255px;
		-webkit-transform: rotate(71deg);
		-ms-transform: rotate(71deg);
		transform: rotate(71deg);
		position: absolute;
		height: 347px;
		content: "";
		right: -46px;
		width: 380px;
		z-index: -1;
		left: auto;
	}

	.sidebar .logo:before {
		background: #fff;
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		right: 40px;
		bottom: 0;
		z-index: -1;
	}

	.sidebar .nav {
		position: relative;
		margin-bottom: 27px;
		padding-bottom: 0;
		background-color: transparent;
	}

	.sidebar .nav ul {
		display: block;
		background: #002f6d;
	}

	.sidebar .nav ul > li {
		padding: 0;
		text-align: left;
		font: 17px/1.2 "Verdana", "Geneva", "Tahoma", sans-serif;
		border-bottom: 1px solid #1f66c3;
	}

	.sidebar .nav ul > li:before {
		display: none;
	}

	.sidebar .nav ul a {
		color: #fff;
		padding: 8px 13px;
		display: block;
	}

	.sidebar .nav ul a:hover {
		color: #fff;
		background: #d3461e;
	}

	.sidebar .top-nav {
		font-size: 11px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: calc(100% - 226px);
		padding: 0;
	}

	.sidebar .top-nav li {
		margin: -3px 36px 0 0;
	}

	.btn-wrap {
		width: auto;
		padding-top: 0;
		margin: 0 3px;
	}

	.btn-wrap .btn {
		font-size: 11px;
		line-height: 12px;
		width: calc(50% - 18px);
		margin-bottom: 23px;
		padding: 5px;
	}

	.content-wrap {
		width: calc(100% - 246px);
	}

	.breadcrumb {
		padding-top: 3px;
	}

	.txt-wrap {
		padding: 10px 20px 10px 15px;
	}
}

@media (min-width: 769px) {
	.content-holder img {
		max-width: none;
	}
}

@media (min-width: 1024px) {
	#wrapper {
		border: 5px solid #fff;
		border-width: 0 5px 5px;
		min-height: 0;
	}
}

@media (min-width: 1025px) {
	a[href^="tel"],
	a[href*="tel"] {
		color: inherit;
		pointer-events: none;
		cursor: default;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.nav {
		-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
		transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
		box-shadow: 0 13px 11px rgba(0, 0, 0, .2);
		padding: 0 20px 13px;
		position: absolute;
		visibility: hidden;
		right: -20px;
		left: -20px;
		opacity: 0;
		top: 100%;
	}

	.nav-active .nav {
		opacity: 1;
		visibility: visible;
	}

	.hidden-mobile {
		display: none !important;
	}
}
