/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
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-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}
.wpcf7-checkbox, .wpcf7-radio {display: block; margin: 0 0 10px;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input.wpcf7-file {margin: 0 0 20px;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

#searchsubmit {background: #649641; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 5px solid #888; background: #f2f2f2; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.6;
	font-size: 16px;
	font-family: 'Inter', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
}

a {
	outline: none;
	color: #649641;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px; background: #f2f2f2; padding: 25px; font-size: 15px; border-left: 2px solid #649641;}
.widget-area .widget:nth-child(even) {border: 0; background: #185742; color: #fff;}
.widget-area .widget:nth-child(even) a.button3 {color: #fff;}
.widget-area .widget:nth-child(even) a.button3:hover {color: #F6F3A9;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {font-size: 20px;}
.widget-area .widget:nth-child(even) .widget-title {color: #F6F3A9;}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title a {color: #333; text-decoration: none;}
.entry-title a:hover {color: #649641;}

.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title {
	font-size: 32px;
}
.entry-content h1:not(.noline):after {content: ""; display: block; width: 50px; height: 3px; background: #649641; margin: 8px 0 20px;}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title {
	font-size: 26px;
	font-weight: bold;
}
.entry-content h2:not(:first-child) {padding-top: 15px;}
.entry-content h3,
.comment-content h3,
h3 {
	font-size: 20px;
}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 18px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 20px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
}
.entry-content ol:last-child, .entry-content ul:last-child {margin-bottom: 0;}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #f8f8f8;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 20px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 30px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	margin: 0 0 30px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 20px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1200px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: center;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: 7px; z-index: 10; -webkit-transition: .5s; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {}
.themonic-nav .nav-menu > li > a {line-height: 3; color: #333; font-weight: 500; font-size: 16px; display: inline-block; position: relative; padding: 10px 0 5px;}
.themonic-nav .nav-menu > li > a:hover {color: #649641;}

.themonic-nav .nav-menu > li.current-menu-item > a:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: #649641;}

.themonic-nav .sub-menu {max-height: 0; overflow: hidden; width: 212px; text-align: left; -webkit-transition: .5s; transition: .5s; background: #fff;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 240px; padding: 6px 0;}
.themonic-nav .sub-menu > li {padding: 0 0 0 20px; display: block;}
.themonic-nav .sub-menu > li > a {color: #333; font-weight: 500; line-height: 1.4; padding: 0 0 5px; overflow: hidden; text-align: left; position: relative; display: inline-block; font-size: 14px;}
.themonic-nav .sub-menu > li > a:after {content: ""; display: block; position: absolute; left: -1px; bottom: 0; width: 0; height: 2px; background: #649641; -webkit-transition: .3s; transition: .3s;}
.themonic-nav .sub-menu > li > a:hover {}
.themonic-nav .sub-menu > li > a:hover:after {width: 100%;}

.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}

}

#page-wrap {padding: 0 15px;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 40px 0;  box-sizing: border-box; flex-grow: 1;}
.widget-area {margin: 0 0 0 25px; padding: 40px 0 40px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}

img {max-width: 100%;}

.assistive-text {display: none;}

#aurora-nav-btn {padding: 15px 0 7px; width: 100%;}
#aurora-mobile-menu {background: #222;}

.expand {margin: 0 0 10px; background: #f2f2f2; position: relative; -webkit-transition: .3s; transition: .3s;}
.expand .ex-title {padding: 15px 20px; font-size: 18px; margin: 0; position: relative; cursor: pointer;}
.expand .ex-title:after {content: "+"; font-size: 22px; font-weight: 600; position: absolute; right: 20px; top: 50%; line-height: 1; transform: translate(0,-50%) rotate(0); -webkit-transition: .3s; transition: .3s;}
.expand.expand-on .ex-title:after {transform: translate(0,-50%) rotate(-135deg);}
.expand .collapse {display: none; padding: 0 20px 12px; margin: 0 0 10px;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}

.limit {max-width: 1200px; margin: 0 auto;}
.limit-m {max-width: 950px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.clear {clear: both;}
.center {text-align: center;}
.tal {text-align: left;}
.right {float: right; margin-left: 20px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 20px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.entry-content .flex:not(:last-child):not(.pl-ico) {margin-bottom: 20px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.subcols > div {display: flex; flex-flow: column; justify-content: space-between;}
.flex.subcols > div > *:not(:last-child) {margin-bottom: 20px;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.flex.column {-webkit-box-orient: vertical; flex-direction: column;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-child, .flex:not(.rows).p2 > *:first-child, .flex:not(.rows).p3 > *:first-child, .flex:not(.rows).p4 > *:first-child, .flex:not(.rows).p5 > *:first-child, .flex:not(.rows).p6 > *:first-child {padding-left: 0;}
.flex:not(.rows).p1 > *:last-child, .flex:not(.rows).p2 > *:last-child, .flex:not(.rows).p3 > *:last-child, .flex:not(.rows).p4 > *:last-child, .flex:not(.rows).p5 > *:last-child, .flex:not(.rows).p6 > *:last-child {padding-right: 0;}
.flex:not(.rows) > *:first-child {margin-left: 0;}
.flex:not(.rows) > *:last-child {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.mb50 {margin-bottom: 50px!important;}

a.button {display: inline-block; text-decoration: none; background: #185742; color: #fff; font-weight: 600; padding: 10px 30px; border-radius: 3px;}
a.button:hover {background: #649641;}
a.button2 {display: inline-block; text-decoration: none; border: 2px solid #649641; color: #649641; font-weight: 600; padding: 8px 28px; border-radius: 3px;}
a.button2:hover {background: #649641; color: #fff;}
a.button3,
span.read-more a {display: inline-block; color: #333; font-weight: bold; border-bottom: 2px solid #649641; font-size: 15px; text-decoration: none;}
a.button3:hover,
span.read-more a:hover {color: #649641;}
.feat-img {position: relative; line-height: 0; width: calc(100% - 12px); margin: 0 0 32px 12px;}
.feat-img:after {content: ""; display: block; position: absolute; left: -12px; bottom: -12px; width: 100%; height: 100%; background: url(//nhboa.net/wp-content/uploads/img-behind-1.jpg) no-repeat left bottom / cover;}
.feat-img img {width: 100%; position: relative; z-index: 2;}
.shaded.flex > div, .shaded:not(.flex) {background: #f2f2f2; padding: 20px;}
.small {font-size: 14px;}
.has-btns a.button {min-width: 150px; width: 190px; margin: 0 auto; text-align: center;}
.indent {margin: 0 0 30px 25px;}

.entry-content > .button2,
.entry-content > p .button2 {margin: 0 0 15px;}
.shaded h4 {color: #185742;}

#announcement {background: #649641; text-align: center; padding: 10px 15px 15px; color: #fff;}
#announcement .home-head1 {color: #f6f3a9; margin: 0;}
#announcement a.button {padding: 6px 20px; font-size: 85%;}
#announcement a.button:hover {background: #fff; color: #649641;}

#header {padding: 0 15px;}
#logo {max-width: 125px; margin: 0 50px 0 0; line-height: 0;}
#h-top {border-bottom: 1px solid #e0e0e0; padding: 10px 0 18px;}
#ht-left h1, #ht-left h2 {font-size: 16px; font-weight: 600; line-height: 1.2; margin: 0;}
#ht-left h1 span, #ht-left h2 span {color: #649641; text-transform: uppercase; letter-spacing: 5.7px; display: block; font-weight: 700; font-size: 115%;}
#ht-right {line-height: 0;}
#ht-right > div {display: inline-block; vertical-align: middle; margin: 0 0 0 50px;}
#ht-right > div:first-child {margin-left: 0;}
#htr-phone a {color: #333; font-size: 13px; text-decoration: none; line-height: 1.3; background: url(//nhboa.net/wp-content/uploads/ico-phone.svg) no-repeat left center / contain; display: block; padding: 0 0 0 30px;}
#htr-phone a span {color: #649641; font-weight: bold; font-size: 16px; display: block;}
#ht-right .htr-logo img {max-height: 55px;}
#ht-right .f-soc {border-left: 1px solid #e0e0e0; margin: 0 0 0 15px; padding: 8px 0 8px 15px; font-size: 24px;}

#menu-top {display: flex;}
#menu-top > li {flex-grow: 1;}
#menu-top > li:first-child {flex-grow: 0; margin-right: 3%;}
#menu-top > li:last-child {flex-grow: 0; margin-left: 3%;}
#menu-item-20 .sub-menu {width: 265px;}

#slider {height: 600px;}
#slider .metaslider {height: 100%;}
#slider .metaslider > div {height: 100%;}
#slider .flexslider {height: 100%;}
#slider .slides {height: 100%;}
#slider .slides li {height: 100%;}
#slider img {height: 100%; width: 100%; object-fit: cover;}

#slider .metaslider .caption-wrap {bottom: auto; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 1;}
#slider .metaslider .caption {padding: 0; width: 100%; height: 100%;}
#slider .limit {max-width: 700px;}
#slider .s-over {line-height: 1.4; text-align: center; position: absolute; left: 0; top: 50%; width: 100%; transform: translate(0,-50%); padding: 0 15px; box-sizing: border-box;}
#slider .s-over h2 {font-size: 40px; margin: 0 0 40px; line-height: 1.2;}
#slider .s-over p:not(:last-child) {margin: 0 0 20px;}
#slider a.button {background: #649641;}
#slider a.button:hover {background: #185742;}

#slider .metaslider .flexslider:hover .flex-next,
#slider .metaslider .flexslider:hover .flex-prev {opacity: 1;}
#slider .metaslider .flexslider .flex-direction-nav li a {border: 2px solid #fff; width: 60px; height: 60px!important; transition: .5s, background-color .3s;}
#slider .metaslider .flexslider .flex-direction-nav .flex-next {right: -60px;}
#slider .metaslider .flexslider:hover .flex-next {right: 30px;}
#slider .metaslider .flexslider .flex-direction-nav .flex-prev {left: -60px;}
#slider .metaslider .flexslider:hover .flex-prev {left: 30px;}
#slider .metaslider .flexslider .flex-direction-nav li a.flex-next {background: url(//nhboa.net/wp-content/uploads/ico-rsaquo.svg) no-repeat center center / auto 40%!important;}
#slider .metaslider .flexslider .flex-direction-nav li a.flex-prev {background: url(//nhboa.net/wp-content/uploads/ico-lsaquo.svg) no-repeat center center / auto 40%!important;}
#slider .metaslider .flexslider .flex-direction-nav li a.flex-next:hover {background-image: url(//nhboa.net/wp-content/uploads/ico-rsaquo-on.svg)!important; background-color: #fff!important;}
#slider .metaslider .flexslider .flex-direction-nav li a.flex-prev:hover {background-image: url(//nhboa.net/wp-content/uploads/ico-lsaquo-on.svg)!important; background-color: #fff!important;}

.home #page-wrap,
.page-id-134 #page-wrap {display: none;}
.home-head1 {font-size: 24px;}
.home-head2 {font-size: 125%; padding: 10px 0 0;}
.home-subhead1 {font-size: 15px; max-width: 840px; margin: -30px auto 45px; text-align: center;}

#ctas {color: #fff;}
#ctas > .flex > div {padding: 75px 0 50px;}
#ctas .cta-inner {position: relative; z-index: 2; display: inline-block; width: 100%;}
#c-training {background: url(//nhboa.net/wp-content/uploads/bg-training.jpg) no-repeat center center / cover; position: relative; width: calc(50% + 80px); margin: 0; padding-left: 15px!important; text-align: right;}
#c-training:after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(100,150,65,0.9);}
#c-training .cta-inner {max-width: 680px; text-align: left; padding-right: 75px; box-sizing: border-box;}
.ct-post:not(:first-child) {border-top: 1px solid rgba(255,255,255,0.5); margin: 35px 0 0; padding: 45px 0 0;}
.ctp-header {display: flex; margin: 0 0 25px;}
#c-training .home-head1 {background: url(//nhboa.net/wp-content/uploads/ico-calendar.svg) no-repeat left center / contain; padding: 0 0 0 50px; line-height: 1.4; margin: 0 0 50px;}
.ctp-header .ctp-date {background: #f6f3a9; color: #185742; padding: 12px 10px; line-height: 1.3; position: relative; right: -12px; top: -12px; margin: 0 0 0 -12px; max-height: 64px;}
.ctp-header .ctp-date > span {display: block;}
.ctp-header .ctp-date .ctpd-date {font-weight: 700;}
.ctp-header .ctp-date .ctpd-suff {position: relative; font-size: 75%; top: -4px; left: 1px;}
.ctp-header .ctp-date .ctpd-year {font-size: 90%;}
.ctp-header .ctp-title {margin: 0; background: #fff; color: #649641; font-weight: bold; font-size: 20px; padding: 20px 20px 20px 25px; line-height: 1.2;}
.ct-post .ctp-text {margin: 0 0 25px;}
.ct-post a.button {border: 2px solid #fff; background: transparent; color: #f6f3a9; padding: 8px 20px; margin: 0 10px 0 0;}
.ct-post a.button:last-child {margin: 0;}
.ct-post a.button:hover {background: #fff; color: #649641;}
.ct-post .read-more {display: none;}
#c-member {width: calc(50% - 80px); margin: 0; padding-right: 15px!important; background: #185742;}
#c-member .cta-inner {max-width: 520px; padding-left: 75px; box-sizing: border-box;}
#c-member .home-head1 {background: url(//nhboa.net/wp-content/uploads/ico-membership.svg) no-repeat left center / contain; padding: 0 0 0 50px; line-height: 1.6; color: #f6f3a9; margin: 0 0 26px;}
#c-member li {background: url(//nhboa.net/wp-content/uploads/ico-bullet.svg) no-repeat left 2px / 24px auto; padding: 0 0 0 40px; margin: 0 0 15px; min-height: 26px;}
.cm-buttons {margin: 30px 0 0;}
.cm-buttons a.button {background: #f6f3a9; color: #185742; min-width: 100px; text-align: center;}
.cm-buttons a.button:hover {background: #fff;}

#edu {background: url(//nhboa.net/wp-content/uploads/bg-edu.jpg) no-repeat center center / contain; padding: 75px 15px;}
#edu li {background: url(//nhboa.net/wp-content/uploads/ico-bullet2.svg) no-repeat left 2px / 24px auto; padding: 0 0 0 40px; margin: 0 0 15px; min-height: 26px;}
#edu .home-head1 {background: url(//nhboa.net/wp-content/uploads/ico-education.svg) no-repeat left top / auto 44px; color: #649641; padding: 4px 0 7px 60px; line-height: 1.4; margin: 0 0 30px;}
#e-buttons {margin: 35px 0 0;}
#edu a.button {border: 2px solid #649641; color: #649641; background: transparent; min-width: 100px; text-align: center;}
#edu a.button {margin: 0 10px 10px 0;}
#edu a.button:hover {background: #649641; color: #fff;}

#code {background: url(//nhboa.net/wp-content/uploads/bg-code.jpg) no-repeat center center / cover; padding: 50px 15px;}
#code .home-head1 {text-align: center;}
#code .home-head1:after {content: ""; display: block; width: 205px; height: 2px; background: #c4c4c4; margin: 10px auto 50px;}
#codes {margin: 0 0 30px;}
#code .code {background: #fff; padding: 25px;}
#code .c-head1 {font-size: 24px; font-weight: bold; line-height: 1.2; margin: 0 0 5px;}
#code .c-head1 a {color: #649641; text-decoration: none;}
#code .c-date {font-size: 14px; font-weight: bold; color: #185742;}
#code .c-excerpt {font-size: 15px; line-height: 1.5; margin: 0 0 15px;}
#code span.read-more {display: none;}
#code .c-btn a {display: inline-block; color: #333; font-weight: bold; border-bottom: 2px solid #649641; font-size: 15px; text-decoration: none;}
#code .c-btn a:hover {color: #649641;}
#code a.button {border: 2px solid #649641; color: #649641; background: transparent;}
#code a.button:hover {background: #649641; color: #fff;}

#footer {background: #000; color: #bdbdbd; padding: 30px 15px 15px;}
#f-top {border-top: 1px solid #4f4f4f; padding: 0 0 25px;}
#footer #menu-nav {display: flex; text-align: center;}
#footer #menu-nav > li {flex-grow: 1;}
#footer #menu-nav a {color: #bdbdbd; font-weight: 500; display: inline-block; text-decoration: none; border-top: 4px solid transparent; padding: 16px 0 0;}
#footer #menu-nav a:hover {color: #fff;}
#footer #menu-nav .current-menu-item a {border-top: 4px solid #fff;}
#f-top .sub-menu {display: none;}
#f-logo {white-space: nowrap; font-size: 14px;}
#fl-ico {margin: 0 15px 0 0;}
#fl-ico img {max-width: 75px;}
#fl-text h4 {font-size: 16px; font-weight: 600; line-height: 1.2; margin: 0; white-space: nowrap; color: #fff;}
#fl-text h4 span {text-transform: uppercase; letter-spacing: 5.7px; display: block; font-weight: 700; font-size: 115%;}
#fb-cts {text-align: center;}
#fb-cts > div, #fb-cred > div {display: inline-block; vertical-align: middle; margin: 0 0 0 20px;}
#fb-cts > div:first-child, #fb-cred > div:first-child {margin-left: 0;}
#fb-cts > div:not(:first-child) {border-left: 1px solid #4f4f4f; padding: 0 0 0 15px; margin: 0 0 0 15px;}
#fr-phone a {color: #bdbdbd; font-size: 13px; text-decoration: none; line-height: 1.3; background: url(//nhboa.net/wp-content/uploads/ico-phone-w.svg) no-repeat left center / contain; display: inline-block; padding: 0 0 0 30px;}
#fr-phone a span {color: #fff; font-weight: bold; font-size: 16px; display: block;}
#fr-logo {line-height: 0;}
#fr-logo img {max-width: 44px;}
#fb-cred {text-align: right; line-height: 1.4; font-size: 13px;}
#fb-cred a {color: #fff; text-decoration: none;}
#fb-cred a:hover {color: #649641;}
.f-soc {font-size: 24px;}
#footer .f-soc a {color: #fff;}
#footer .f-soc a:hover {color: #649641;}

#banner-inner .nk-awb {height: 265px; position: relative;}
#banner-inner .nk-awb:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
#bi-over {position: absolute; left: 0; top: 50%; transform: translate(0,-50%); width: 100%; text-align: center; z-index: 2; color: #fff;}
#bi-over h1, #bi-over h2 {font-size: 40px; margin: 0;}

.entry-content h3 {font-size: 22px; color: #649641; text-transform: uppercase; letter-spacing: 1px;}

#training-first {background: #f2f2f2; padding: 25px 30px; margin: 0 0 30px;}
#training-first h3 {font-size: 20px; margin: 0;}
#tf-date {font-weight: 600;}
#t-older span.to-date {display: inline-block; min-width: 70px;}
#tf-btn a.button {background: none; border: 2px solid #649641; color: #649641; padding: 6px 20px; font-size: 90%;}
#tf-btn a.button:hover {background: #649641; color: #fff;}

.breadcrumbs {border-left: 3px solid #649641; padding: 5px 0 5px 15px; margin: 0 0 20px; color: #999; font-size: 14px;}
.breadcrumbs > div {display: inline-block;}
.breadcrumbs > div:not(:last-child):after {content: ">"; display: inline-block; font-weight: bold; transform: scale(0.8,1); padding: 0 2px; font-size: 90%;}
.breadcrumbs a {font-weight: bold; text-decoration: none;}
.breadcrumbs a:hover {color: #185742;}

article.post, article.courses {background: #f2f2f2; padding: 25px 30px; margin: 0 0 30px;}
article.post h2.entry-title {font-size: 20px; margin: 0 0 15px;}
article.post .entry-header:only-child h2 {margin: 0;}
span.read-more {display: block; margin: 10px 0 0;}
span.read-more a {font-weight: 600;}

.side-training .title {color: #fff; display: block; font-weight: bold; text-decoration: none; margin: 0 0 15px;}
.side-training span.excerpt {font-size: 14px; display: block; margin: 0 0 15px;}
span.excerpt-dash {display: none;}
.side-training span.excerpt-more {display: none;}
.side-training span.read-more {display: none; margin: 15px 0 0;}
.side-training span.read-more a {color: #fff;}
.side-training span.read-more a:hover {color: #649641;}

.logos h4 {color: #333;}
.logos img {max-height: 100px;}

table.jobs tr:first-child {font-weight: bold;}
table.jobs tr:nth-child(odd) {background: #f6f6f6;}
table.jobs td {font-size: 14px; padding: 5px 10px;}
table.jobs tr:first-child td {font-size: 16px;}
table.jobs a.button2 {border-width: 1px; font-size: 13px; padding: 1px 10px; font-weight: normal;}

article.category-governing-board-meeting-minutes {background: none; padding: 0; display: list-item; list-style: disc outside; margin: 0 0 0 20px;}
article.category-employment-opportunities h2.entry-title {margin: 0;}

.category-code-official-of-the-year #content {display: flex; flex-flow: row wrap;}
.category-code-official-of-the-year #content article.post {background: #f2f2f2; padding: 15px 25px; margin: 0 0 30px; width: 48%; margin: 0 1% 30px; box-sizing: border-box;}
article.category-code-official-of-the-year h2.cooty-name {margin: 0;}
article.category-code-official-of-the-year img.wp-post-image {margin-bottom: 0; max-width: 50%; height: auto;}
p.cooty-year {margin: 0;}
p.emp-date {font-size: 14px;}

article.category-past-presidents {background: none; padding: 0; margin: 0 0 15px 17px; display: list-item; font-size: 14px;}
article.category-past-presidents h2.entry-title {margin: 0; font-size: inherit; font-size: 16px;}
article.category-past-presidents p.pp-years {margin: 0;}
article.category-former-presidents {background: none; padding: 0; margin: 0 0 15px 17px; display: list-item; font-size: 14px;}
article.category-former-presidents h2.entry-title {margin: 0; font-size: inherit; font-size: 16px;}
article.category-former-presidents p.pp-years {margin: 0;}

.cl-info {margin: 0 0 20px;}
.cl-info p {margin: 0;}
.cl-info p:last-child {margin: 0;}
.cl-info span {display: inline-block; min-width: 120px; font-weight: bold;}
.cl-ex {font-size: 14px;}
.cl-ex span.read-more {display: inline;}
.cl-ex span.read-more a {font-weight: normal; font-size: inherit; border: none; color: #649641;}
.cl-ex span.read-more a:hover {text-decoration: underline;}

.pl-past {opacity: 0.45; position: relative;}
.pl-past:before {content: "Training Past"; display: block; position: absolute; z-index: 2; right: 0; top: 0; background: #fff; padding: 8px 10px; font-weight: 600;}

.pl-post {background: #f2f2f2; padding: 50px 30px 30px; font-size: 14px; position: relative;}
.pl-month {position: absolute; left: 0; top: 0;}
.pl-month a {display: inline-block; background: #649641; color: #fff; padding: 8px 10px; font-weight: bold; text-decoration: none;}
.pl-post h2 {line-height: 1.2; font-size: 22px;}
.pl-post h2 a, .pl-post h3 a, .pl-post h4 a {text-decoration: none; color: #185742;}
.pl-ico.flex {gap: 15px; margin: 0 0 5px; align-items: center;}
.pli-img {width: 20px; text-align: center; font-size: 16px; color: #185742;}
.pl-txt {margin: 20px 0 0;}
.pl-txt span.read-more {display: none;}
.pl-more {margin: 20px 0 0;}
.pl-more a {display: inline-block; color: #333; font-weight: bold; border-bottom: 2px solid #649641; font-size: 15px; text-decoration: none;}
.pl-more a:hover {color: #649641;}

.single-trainings h1.entry-title {text-align: center;}
.single-trainings h1.entry-title:after {margin: 10px auto 50px;}
.pl-tix {margin: 20px 0 0;}
.ps-past .pl-tix {display: none;}
.ps-info {background: #f2f2f2; padding: 30px; border-left: 2px solid #649641;}
.ps-info a.button {padding: 6px 15px; font-size: 90%;}
.psc-inner {padding: 30px;}

.trainings-list-simple {margin: 0 0 20px;}
.trainings-list-simple > div {display: flex;}
.t-date {width: 115px;}
.t-title a {color: inherit; text-decoration: none;}

.trainings-current-month > div {background: #f2f2f2; padding: 25px 30px; margin: 0 0 20px;}
.cm-info {margin: 0 0 20px;}
.cm-cont {margin: 0 0 20px; font-size: 14px;}
.cm-link {color: #aaa;}
.cm-link a.button {padding: 8px 15px; font-size: 14px;}

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

	#slider {height: 475px;}

	#c-training .cta-inner {padding-right: 50px;}
	#c-member .cta-inner {padding-left: 50px;}

	#banner-inner .nk-awb {height: 200px;}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	#logo {max-width: 110px;}
	#h-bottom {text-align: right;}

	#slider {height: 425px;}
	#slider .s-over h2 {font-size: 35px;}
	#slider .metaslider .flexslider .flex-direction-nav li a {width: 45px; height: 45px!important;}
	#slider .metaslider .flexslider .flex-direction-nav li a.flex-prev {left: auto; top: auto; right: 67px; bottom: 20px;}
	#slider .metaslider .flexslider .flex-direction-nav li a.flex-next {top: auto; right: 20px; bottom: 20px;}

	#ctas > .flex {display: block;}
	#c-training {width: 100%; padding: 50px 30px!important;}
	#c-training .cta-inner {padding: 0; max-width: 100%;}
	#c-training .home-head1 {margin: 0 0 40px;}
	#c-member {width: 100%; padding: 50px 30px!important;}
	#c-member .cta-inner {padding: 0; max-width: 100%;}
	#c-member li {margin: 0 0 5px; font-size: 15px;}

	#edu {padding: 50px 15px;}
	#edu {background-position: center bottom;}
	#edu .limit > .flex {display: block;}
	#edu a.button {display: block; width: 100%; box-sizing: border-box; margin: 0 auto 10px;}
	#edu a.button:not(:first-child) {margin: 0;}
	#e-img {display: none;}

	#footer {padding: 30px 15px;}
	#f-top {border-top: 0; border-bottom: 1px solid #4f4f4f; padding: 0 0 20px; margin: 0 0 25px;}
	#footer #menu-nav {display: block;}
	#footer #menu-nav a {padding: 2px 0; border: 0;}
	#footer #menu-nav .current-menu-item a {border: 0; color: #fff;}
	#f-bottom {display: block; text-align: center;}
	#f-logo {display: block; margin: 0 0 25px;}
	#fl-ico {margin: 0 0 5px;}
	#fl-text {margin: 0;}
	#fl-text h4 {display: inline-block; text-align: left;}
	#fb-cts {margin: 0 0 15px;}
	#fb-cred {margin: 0; text-align: center;}
	#fb-cred > div {display: block; margin: 15px 0 0;}

	#banner-inner .nk-awb {height: 150px;}
	#bi-over h1, #bi-over h2 {font-size: 30px;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-last-child (-n+2) {margin-bottom: 0!important;}

	#header {padding: 15px 15px 0;}
	#header .limit > .flex {display: block; text-align: center;}
	#logo {max-width: 100%; margin: 0;}
	#logo img {max-width: 100px;}
	#ht-left {flex-grow: 0; text-align: left;}
	#ht-right {flex-grow: 1; text-align: right;}
	#htr-phone a {text-align: left;}
	#h-bottom {text-align: center;}

	.category-code-official-of-the-year #content {display: block;}
	.category-code-official-of-the-year #content article.post {width: 100%; margin: 0 0 30px;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-last-child(2) {margin-bottom: 15px!important;}

	#h-top {display: block; text-align: center; padding: 15px 0;}
	#ht-left {text-align: center; margin: 0 0 15px;}
	#ht-left h1, #ht-left h2 {display: inline-block; text-align: left;}
	#ht-right {margin: 0; text-align: center;}
	.htr-logo {display: none!important;}

	.home-head1 {font-size: 22px;}

	.ctp-header .ctp-title {padding: 15px 15px 15px 25px; font-size: 18px;}

	#edu img.left {float: left; margin: 0 20px 0 0; max-width: 115px!important;}

	#code .c-head1 {font-size: 18px; line-height: 1.4;}

	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title {font-size: 28px; line-height: 1.2;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-last-child(2), .fbreak3.f4-break > *:nth-last-child {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	#slider .s-over h2 {font-size: 28px; margin: 0 0 20px;}

	#edu .home-head1 {background-size: auto 50px; background-position: left 5px;}

	#banner-inner .nk-awb {height: 120px;}
	#bi-over h1, #bi-over h2 {font-size: 25px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}