/*
* App Style
*/
@charset "utf-8";
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.woff') format('woff'),
	url('../fonts/Helvetica.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/HelveticaBold.woff') format('woff'),
	url('../fonts/HelveticaBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeueBd';
	src: url('../fonts/HelveticaNeueBd.woff') format('woff'),
	url('../fonts/HelveticaNeueBd.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeueLTStdBd';
	src: url('../fonts/HelveticaNeueLTStdBd.woff') format('woff'),
	url('../fonts/HelveticaNeueLTStdBd.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
:root {
	--sidebar-width: 278px;
}
html, body { width: 100%; padding: 0; margin: 0; font-family: 'Helvetica', 'Arial', sans-serif!important; font-size: 14px; line-height: 1.4; text-shadow: none; }
body { font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; outline: 0; margin: 0; }
body img { max-width: 100%; height: auto; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; user-select: none; }
a { text-decoration: none; -webkit-transition: 0.2s all; -o-transition: 0.2s all; transition: 0.2s all; color: #078bcc; }
a:hover, a:focus { text-decoration: none; color: #0379b4; }
p:empty { display: none; }
p {}
button, input, select, textarea, .form-control { border: 1px solid #ced4da; padding: 6px 10px; background-color: #fff; border-radius: 5px; max-width: 100%; height: 38px; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; font-family: 'Helvetica'; font-size: 14px; line-height: 1.4; color: #333; outline: 0 !important; -webkit-transition: border-color .15s ease-in-out; -o-transition: border-color .15s ease-in-out; transition: border-color .15s ease-in-out; }
/* input:not([type=button]):not([type=submit]):not([type=file]), select , textarea { max-width: 100%; width: 100%; } */
input:not([type=button]):not([type=submit]):focus, select:focus, textarea:focus { border-color: #078bcc; }
input[type=file] { max-width: 100%; }
select::-ms-expand { display: none; }
select { padding-right: 25px; background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E') no-repeat right 6px top 55%/16px; }
blockquote { font-size: 16px; font-weight: 400; font-style: italic; text-align: justify; padding: 10px 15px; }
blockquote::before, blockquote::after { color: #333; font-size: 45px; }
blockquote::before { content: open-quote; float: left; margin-right: 15px; }
blockquote::after { content: close-quote; float: right; line-height: 1; }
blockquote p:last-child { margin-bottom: 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 700; }
h1, .h1 { font-size: 1.875rem; }
h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.25rem; }
h5, .h5 { font-size: 1.125rem; }
/* utilities */
.flex-box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.color-primary { color: #078bcc; }
.bgcolor-primary { background-color: #078bcc; }
/* input placeholder */
::-webkit-input-placeholder { font-family: 'Helvetica'; font-weight: normal; font-size: 14px; color: #aaa; opacity: 1; }
::-moz-placeholder { font-family: 'Helvetica'; font-weight: normal; font-size: 14px; color: #aaa; opacity: 1; }
:-ms-input-placeholder { font-family: 'Helvetica'; font-weight: normal; font-size: 14px; color: #aaa; opacity: 1; }
:-moz-placeholder { font-family: 'Helvetica'; font-weight: normal; font-size: 14px; color: #aaa; opacity: 1; }
/* top header */
.top-header .top-bar-wrap { position: relative; margin: 0 auto; }
.top-header { background-color: #078bcc; padding: 5px 0; font-size: 12px; }
.info--item { display: inline-block; padding-top: 3px; padding-bottom: 3px; color: #fff; white-space: nowrap; }
a.info--item:hover { color: #fff; text-decoration: underline; }
.info--item .fa { font-size: 14px; margin-right: 3px; }
.info--item:not(:last-child) { margin-right: 12px; padding-right: 12px; border-right: 1px solid rgba(255,255,255,.35); }
.site-header { z-index: 1021; }
.site-branding { padding: 6px 0 20px; }
.header-right .status { 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; }
.header-right .status a { font-family: 'HelveticaNeueLTStdBd'; font-size: 15px; line-height: 1.2; font-weight: normal; color: #078bcc; display: inline-block; margin: 0; max-width: 100%; }
.header-right .status a:hover { color: #0379b4; }
.header-right .status br { display: none; }
.header-right .status span.linea { color: #078bcc; margin: 0 16px; vertical-align: top; font-size: 13px; }
.main-navigation .navbar-default { background-image: none; -webkit-box-shadow: none; box-shadow: none; border: 0; background-color: transparent; border: 0; margin-bottom: 0; }
.navbar-toggler { font-size: 13px; padding: 3px 4px; border: 0; margin: 6px auto!important; height: auto; color: #fff!important; }
.navbar-toggler .icon-bar { position: relative; }
.navbar-toggler .icon-bar::before, .navbar-toggler .icon-bar::after, .navbar-toggler .icon-bar span { background: #fff; content: ""; display: block; width: 35px; height: 3px; border-radius: 3px; margin: 1px auto 5px; }
.navbar-toggler .icon-bar+span { display: inline-block; margin-top: 2px; }
.main-navigation .navbar { background: #777; min-height: auto; }
.navbar .navbar-nav>li:not(:last-child) { border-right: 1px solid #5d5d5d;  }
.navbar .navbar-nav>li a.nav-link { background-image: none; display: block; text-align: center; font-family: 'HelveticaNeueBd'; font-size: 13px; font-weight: 700; color: #fff!important; text-transform: uppercase; text-decoration: none; padding: 15px 40px; }
.navbar .navbar-nav>li a.nav-link:hover { color: #2aaae1!important; }
/* login menu */
.header-right .login-menu { padding-top: 3px !important; }
.login-menu #login-link { color: #0b8946; padding: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.login-menu #login-link:hover { color: #079c4d; }
.login-menu a.inboxlink { padding: 0 8px; }
.login-menu .dwn { position: relative; width: 14px; margin-left: 3px; -webkit-transition: all 0.5s; transition: all 0.3s; }
.login-menu .toggle_opened .dwn { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.login-menu .menu.open-menu { right: 0; left: auto; max-width: 258px; margin-top: 28px; -webkit-box-shadow: 0 0 0 10000000px rgb(0,0,0,.3); box-shadow: 0 0 0 10000000px rgb(0,0,0,.3); }
.login-menu .menu a { padding: 8px 10px; }
.login-menu .menu div.up { margin: 5px auto 0; text-align: center; cursor: pointer; }
.login-menu .menu img.up { width: 40px; padding: 3px 10px; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
/* social link */
.social-links { list-style: none; padding-left: 0; margin-top: 0; margin-bottom: 0; display: block; width: 100%; }
.social-links li { display: inline-block; }
.social-links li a { display: inline-block; padding: 4px 8px; width: 32px; font-size: 14px; line-height: 24px; color: #fff; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-align: center; }
.social-links li a:hover { background-color: #066a9a; }
/* inner page header */
.page-hero { min-height: 260px; width: 100%; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; padding: 40px 0; margin: 0; }
.page-hero.overlay::before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); z-index: 0; }
.page-hero h2 { font-weight: 700; font-size: 24px; letter-spacing: .02rem; line-height: 1.25; color: #fff; position: relative; margin: 0 0 30px; z-index: 1; text-shadow: 2px 2px 2px rgba(0,0,0,.75); }
.breadcrumb { font-family: 'Helvetica'; font-size: 11px; font-weight: 400; line-height: 1.5; padding: 4px 10px 4px; border-radius: 3px; margin-top: 10px; margin-bottom: 0; display: inline-block; position: relative; z-index: 1; color: #fff; background: #222; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: #078bcc; }
.info-bar { position: relative; }
.info-bar h3 { margin-bottom: 0; }
.info-bar h3 a { background-color: #000; color: #fff; font-size: 18px; font-weight: 700; letter-spacing: .05rem; line-height: 1.4; display: block; padding: 15px; }
.info-bar h3 a:hover { background-color: #333; }
/* footer style */
#site-footer { padding: 0; border-top: 0; background: #222; }
.top-footer { padding: 35px 0 10px; background: #222; }
.top-footer .footer-description { font-size: 12px; color: #fff; margin-top: 20px; }
.top-footer .widget { margin-bottom: 25px; }
.top-footer .widget ul { list-style: none; padding-left: 0; margin-bottom: 0; }
.top-footer .widget ul li { line-height: 1.4; letter-spacing: .02rem; color: #b3b3b3; display: block; margin-bottom: 6px; }
.top-footer .widget ul li a { color: inherit; }
.top-footer .widget ul li a:hover { color: #078bcc; }
.bottom-footer { font-family: 'Helvetica', sans-serif; font-size: 12px; line-height: 1.25; padding: 25px 0 20px; border-top: 2px solid #191919; color: #7a7a7a; }
.bottom-footer a { color: #7a7a7a; }
.bottom-footer a:hover { color: #44bff4; }
.bottom-footer p { margin-bottom: 0; }
.website-by p { text-align: right; }
/* Contact form 7 UI fixes */
span.wpcf7-not-valid-tip { /* display: none; */ color: #b51a2a; margin-top: 3px; font-size: 0.875em; }
div.wpcf7-response-output { margin-top: 5em; text-align: center; }
div.wpcf7-response-output { font-size: 1em; line-height: 1.4em; color: #666; text-align: center; border-width: 1px; border-radius: 2px; padding: 8px 10px; margin: 12px 0 12px; }
div.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-response-output.wpcf7-acceptance-missing { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }
div.wpcf7-response-output.wpcf7-spam-blocked { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }
div.wpcf7-response-output.wpcf7-mail-sent-ng, div.wpcf7-response-output.wpcf7-mail-sent-ok { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }
.wpcf7-form .wpcf7-form-control-wrap { display: block; margin-bottom: 15px; width: 100%; position: relative; }
.wpcf7-form .wpcf7-form-control-wrap input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), .wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .wpcf7-form-control-wrap textarea { display: block; width: 100%; }
.wpcf7-form label { margin-bottom: 5px; display: inline-block; }
.wpcf7-form label em { color: #b51a2a; }
.wpcf7-form input.wpcf7-submit {}
.wpcf7-form input.wpcf7-submit:hover {}
/* Gravity form UI fixes */
.gform_wrapper { margin: 0; }
.gform_wrapper ul.gform_fields { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gform_wrapper ul.gform_fields li.input-field { width: 100%; }
.gform_wrapper label.gfield_label { /* display: none; */ }
.gform_wrapper .top_label div.ginput_container { margin-top: 0 !important; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 8px 20px; border-radius: 2px; font-size: 14px; margin-bottom: 0 !important; }
.gform_wrapper .gform_footer { padding: 0 13px; text-align: center; }
.gform_wrapper div.validation_error { width: 100%; background-color: #b51a2a; border-radius: 3px; padding: 10px; margin: 10px 0px 30px; font-weight: normal; color: #fff; clear: both; text-align: center; }
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { padding-top: 0; padding-bottom: 0; margin-bottom: 0 !important; background: transparent; border: 0; }
.gform_wrapper .validation_message { padding-top: 3px !important; padding-right: 0 !important; font-size: 12px; font-weight: normal; }
.gform_wrapper .gfield-error input { margin-bottom: 0 !important; }
.gform_confirmation_wrapper { text-align: center; color: #fff; }
.gform_confirmation_wrapper .gform_confirmation_message { padding: 15px 15px 15px; background: rgba(0, 0, 0, 0.2); font-size: 20px; line-height: 1.4; }
/* sidebar */
#sidebar-left .widget, #sidebar-right .widget { padding: 0; border: 0; font-size: 12px; line-height: 1.2; color: #333; margin-bottom: 30px; }
#sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title { color: #078bcc; padding: 6px; margin-bottom: 20px; font-family: 'HelveticaNeueBd'; font-size: 14px; font-weight: 700; line-height: 1.3; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: url(../img/sidebar_bg.png) repeat-x #eee; }
#sidebar-left .widget ul, #sidebar-right .widget ul { padding-left: 0; }
.sidebar .widget ul { list-style: none; margin-bottom: 0; }
.sidebar .widget ul li { margin-bottom: 20px; }
.sidebar .widget ul li:last-child { margin-bottom: 0; }
.sidebar .widget ul li a:hover { color: #000; }
.sidebar .widget select { width: 100%; }
.ad-spots .ad-item { position: relative; margin-bottom: 10px; }
.ad-spots .ad-item:last-child { margin-bottom: 0; }
.ad-spots .ad-item img { display: block; padding: 5px; border: 1px solid #cdcdcd; border-radius: 3px; margin: 0 auto; }
.rpwwt-widget ul li img { display: inline; float: left; margin: 0 6px 0 0; border: 2px solid #dfdfdf; border-radius: 3px; -o-object-fit: cover; object-fit: cover; }
.rpwwt-widget ul li .rpwwt-post-author { color: #000; margin: 5px 0; font-size: 11px; }
.comment-author-link { font-weight: 700; }
.comment-author-link a { color: inherit; }
.widget .infusion-form .infusion-field { margin-bottom: 15px; }
.widget .infusion-form .infusion-field-input, .widget .infusion-form .infusion-submit button { width: 100%; }
.widget .infusion-form .infusion-submit button { font-family: 'HelveticaNeueLTStdBd'; font-weight: 700; letter-spacing: 0.05rem; padding: 8px 25px; border: none; color: #fff; background-color: #078bcc; }
.widget .infusion-form .infusion-submit button:hover { background-color: #066a9a; }
.widget_calendar .calendar_wrap table caption { font-weight: 700; color: #555; }
.widget_calendar .calendar_wrap table th { color: #333; }
/* common page style */
.page-header { padding-bottom: 0; margin-top: 0; margin-bottom: 10px; }
.page-header .page-title { color: #666; font-family: 'HelveticaNeueLTStdBd'; font-size: 15px; font-weight: 700; line-height: 1.3; padding: 10px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: url(../img/post_bg.png) repeat-x #eee; }
.btn.btn-primary { background-color: #078bcc; border-color: #078bcc; }
.btn.btn-primary:hover { background-color: #066a9a!important; border-color: #066a9a!important; }
/* post */
#main .post, #main .page, #main article.attachment { padding: 10px; border-color: #dfdfdf; border-radius: 2px; margin-bottom: 15px; position: relative; -webkit-box-shadow: 1px 1px 0 0 rgba(34,53,86,.5); box-shadow: 1px 1px 0 0 rgba(34,53,86,.5); }
#main article.attachment { border: 1px solid #eee; overflow-x: auto; }
#main .post .entry-header .entry-meta { color: #333; }
#main .post article, #main .page article { -webkit-box-shadow: none; box-shadow: none; border: 0; padding: 0; margin: 0; overflow: initial; overflow: unset; }
#main article .row { margin: 0!important; display: block; }
#main article .container, #main article .row>[class*=col] { padding: 0!important; max-width: 100%!important; }
article h1, article h2, article h3, article h4, article h5, article h6 { font-family: 'HelveticaNeueBd'; color: #444; margin-bottom: 15px; }
article .entry-header { padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 10px; }
article .entry-header a { color: inherit; }
article .entry-title { color: #078bcc; font-family: 'HelveticaNeueLTStdBd', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 0; }
article .entry-content strong { color: #000; }
article .entry-content, article .entry-summary { font-size: 14px; line-height: 20px; color: #000; position: relative; padding-bottom: 10px; }
article .entry-content h1 { color: #000; }
article .entry-content h5 { color: #0b8946; }
article .entry-content ul, article .entry-content p { margin-bottom: 20px; }
article .entry-content ul:last-child, article .entry-content p:last-child { margin-bottom: 0; }
article .entry-content blockquote { font-size: 14px; }
article .entry-content .wp-post-image { border: 2px solid #dfdfdf; }
article .entry-content img { margin: 3px 10px 6px 0; }
article .entry-content table { border-collapse: collapse; border-spacing: 0; border: 1px solid #ddd; margin: 0 0 20px; width: 100%; }
article .entry-content tr th { color: #555; padding: 8px 12px; }
article .entry-content tr th h4, article .entry-content tr th h5, article .entry-content tr th h6 { margin-bottom: 0; }
article .entry-content tr td { border-top: 1px solid #ddd; padding: 8px 12px; }
article .entry-content tr.odd td { background: #eee; }
article .entry-content .text-white { color: inherit!important; }
article .post-date { background-color: #e8e8e8; font-family: sans-serif; line-height: 1.2; padding: 6px; min-width: 94px; text-align: center; }
article .post-date * { vertical-align: middle; }
article .post-day { font-size: 18px; font-weight: 700; margin-right: 5px; }
article .post-year { font-size: 12px; }
article .entry-content .entry-meta { font-family: 'HelveticaNeueBd'; font-size: 15px; font-weight: 700; line-height: 1.25; color: #333; margin-top: 15px; }
article .entry-footer .entry-meta { font-size: 11px; line-height: 1.3; padding: 5px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 15px; background: url(../img/sidebar_bg.png) repeat-x #eee; }
article .more-link { display: inline-block; font-family: 'HelveticaNeueBd'; font-size: 12px; font-weight: 700; font-style: normal; letter-spacing: .02rem; background-color: #078bcc; padding: 5px 20px; color: #fff!important; border-radius: 3px; }
article .more-link:hover { background-color: #066a9a; }
article .btn.post-edit-link { position: absolute; top: 10px; right: 10px; visibility: hidden; opacity: 0; z-index: 1; padding: 3px 6px; -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.3); box-shadow: 1px 1px 1px 0 rgba(0,0,0,.3); }
article:hover .btn.post-edit-link { visibility: visible; opacity: 1; }
article .gallery { margin-bottom: 15px; }
article .gallery .gallery-item { padding: .8%; }
article .gallery .gallery-icon img { margin: 0 auto; border: 2px solid #cfcfcf; }
article .wp-caption-text { color: #333; font-family: 'Helvetica'; font-size: 12px; line-height: 1.4; padding: 0.5em 0; margin-bottom: 0; }
.more-posts .post_links { font-size: 12px; }
.sharedaddy h3.sd-title { font-family: 'HelveticaNeueBd'; width: 100%; }
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button { min-width: 32px; min-height: 32px; text-align: center; }
#om-ocyhgwddd4po3ewc-holder, #demos { display: none; }
/* page */
.page article .entry-title { color: #666; font-size: 2em; }
.page article .entry-header { margin-bottom: 15px; }
.page article .entry-content { padding-bottom: 0; }
/* single post */
.single article .entry-content>.entry-meta:not(.post-views) { margin-bottom: 20px; }
.single article .entry-content .post-views { font-family: 'Helvetica'; font-weight: 400; }
article .cab-author { margin-top: 15px; }
article .cab-author>p:last-child, article .cab-author-inner>p { margin-bottom: 0; }
article .cab-author-inner { padding: 15px 15px 10px 15px; min-height: 117px; }
article .cab-author .cab-author-info { padding-left: 100px; word-break: break-word; }
article .cab-author .cab-author-image { width: 87px; min-height: 87px; padding: 0; }
article .cab-author .cab-author-image img { -o-object-fit: cover; object-fit: cover; width: 75px!important; height: 75px!important; }
.widget.awac h5 { margin-bottom: 6px; }
.widget.awac form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 15px; }
.widget.awac form .infusion-field { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 100%; padding-right: 15px; }
.widget.awac form .infusion-submit { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 225px; }
/* search form style */
form.search-form input[type="search"] { width: 100%; height: 38px; padding: 6px 40px 6px 12px; border-radius: 5px!important; }
form.search-form input[type="search"]:focus { border-color: #078bcc; background-color: #fff; }
form.search-form .input-group-btn { display: inline-block; position: absolute; top: 3px; right: 3px; bottom: 3px; width: 35px; text-align: right; z-index: 9; }
form.search-form .input-group-btn button { font-size: 16px; line-height: 1.5; width: 100%; height: 100%; padding: 4px 8px; border: 0; border-radius: 3px; background: #ebebeb; color: #322f31; text-align: center; text-shadow: none; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
form.search-form .input-group-btn button:hover { background: #078bcc; color: #fff; }
/* Comments*/
#comments { margin-top: 15px; }
#comments .comments-title { font-family: 'HelveticaNeueBd'; font-size: 18px; font-weight: 700; color: #666; }
#comments .comment-author { padding-left: 45px; position: relative; }
#comments .comment-author .author-avatar { position: absolute; top: 0; left: 0; display: inline-block; }
#comments .comment-author .author-name { font-family: 'HelveticaNeueBd'; font-size: 14px; line-height: 1.2; color: #333; margin-bottom: 3px; }
#comments .comment-author a { color: inherit; }
#comments .comment-author a:hover { text-decoration: underline; }
#comments .comment-content { border-radius: 5px; }
#comments .comment-content h5 { color: #0b8946; }
#comments .comment-content p { margin-bottom: 10px; }
#comments .comment-content p:last-child { margin-bottom: 0; }
#comments .comment-body { padding-top: 15px; border-top: 2px solid #4caf50; }
#comments .media-list ul.children, #comments .comment-reply { margin-left: 5%; }
#comments .comment-reply-title { padding: 8px 10px; margin-bottom: 15px; font-family: 'HelveticaNeueBd'; font-size: 14px; font-weight: 700; line-height: 1.3; color: #333; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: url(../img/sidebar_bg.png) repeat-x #eee; }
#comments .comment-respond { margin-top: 15px; }
.comment-reply-link { font-family: 'HelveticaNeueBd'; color: #078bcc; }
.comment-form { margin-bottom: 0; }
.comment-form .form-submit { margin-top: 15px; margin-bottom: 0; }
/* pagination */
.pagination { margin: 0 auto; border-radius: 0; }
.pagination a { font-size: 14px; display: inline-block; color: #fff; min-width: 38px; height: 38px; line-height: 1.4; margin: 0 3px; text-align: center; border: 2px solid #eaeaea; border-radius: 2px !important; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.pagination a { color: #424242; vertical-align: middle; }
.page-item.active .page-link { background: transparent; border-color: #424242; color: #424242; }
.pagination a:hover { background-color: #424242; border-color: transparent; color: #fff; }
.pagination a > i { font-size: 15px; }
/* edit link */
.btn.post-edit-link, .comments-link a { display: inline-block; color: #fff; border: 0; background: #424242; padding: 5px 8px }
.btn.post-edit-link .fa { vertical-align: middle; line-height: .8; }
.btn.post-edit-link:hover, .comments-link a:hover { background-color: #656565!important; color: #fff!important; }
/* 404 style */
.error-404 { padding-bottom: 40px; }
.error-404 .w-col { padding-right: 0; padding-left: 0; }
.error-404 h1 { font-size: 160px; line-height: 1.2; color: #078bcc; margin-top: 0; }
.error-404 h2 { color: #333; font-family: 'HelveticaNeueBd'; font-weight: 400; font-size: 24px; margin-bottom: 20px; margin-top: 0; }
.error-404 a, .error-404 p { font-size: 15px; }
.error-404 p { margin-bottom: 20px; }
.error-404 form { max-width: 400px; margin: 30px auto 0; }
.error-404 aside .search { max-width: 500px; margin: 0 auto; }
/* floating cta */
.floating-cta { position: fixed; top: 50%; right: 0; z-index: 99; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.floating-cta ul { list-style: none; padding: 0; margin: 0; }
.floating-cta ul li a { background: transparent url('../img/cta-bg.svg') no-repeat center left/auto 100%; font-family: sans-serif; font-size: 20px; font-weight: 700; color: #fff; display: inline-block; width: 100%; padding: 20px 10px 20px 20px; text-align: center; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.floating-cta ul li a i { font-size: 22px; margin-bottom: 15px; }
.floating-cta ul li a span { position: relative; background-color: #078bcc; text-transform: uppercase; text-shadow: 2px 2px 2px #056c9e; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#wpfront-scroll-top-container i { width: 38px; height: 38px; font-size: 16px; font-weight: 400; line-height: 36px; text-align: center; outline: medium none; background: #fff; border-color: #fff; border-radius: 3px; color: #444; }
/* Global Search */
.tc-search-form .global-form-parent{max-width: 735px;margin: 0 auto;position: relative;}
.tc-search-form .global-form-parent .input-group{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;max-width: 100%;}
.tc-search-form .tc-custom-select {position: relative;font-size: 14px;font-weight: 700;color: #fff;-webkit-box-flex: 0;-ms-flex: 0 0 225px;flex: 0 0 225px;max-width: 225px;}
.tc-search-form .tc-custom-select.iemarginright{margin:0 -1px 0 0;}
.tc-search-form .tc-custom-select select {font-weight: 700;text-align: center;width: 100%;height: 50px;border: 0;background-image: none;}
.tc-search-form .tc-custom-select select, .tc-search-form .select-selected{line-height:1.5;color: #fff;padding: 15px 32px 14px 15px;border-radius: 5px 0 0 5px;background-color: #078bcc;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.tc-search-form .select-selected::after {position: absolute;content: "";top: 23px;right: 10px;width: 0;height: 0;border: 6px solid transparent;border-color: #fff transparent transparent transparent;}
.tc-search-form .select-selected.select-arrow-active {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.tc-search-form .select-selected.select-arrow-active::after {border-color: transparent transparent #fff transparent;top: 15px;}
.tc-search-form .select-items {position: absolute;top: 100%;right: 0;left: 0;z-index: 99;min-width: 225px;background-color: #078bcc;border-radius: 0 0 5px 5px;}
.tc-search-form .select-items div {padding: 12px 0;border-bottom: 1px solid #fff;margin: 0 8px;cursor: pointer;}
.tc-search-form .select-items div:hover, .same-as-selected {background-color: rgba(0, 0, 0, 0.1);}
.tc-search-form .select-items div:last-child {border-bottom: 0;}
.tc-search-form .select-hide {display: none;}
.tc-search-form .global-form-parent input[type=text] {font-size: 14px;display: block;padding: 10px 15px;border: solid 2px #078bcc;border-radius: 0;height: 50px;position: relative; opacity:1;outline: 0;-webkit-box-shadow: none;box-shadow: none;}
.tc-search-form .global-form-parent input[type="submit"] {background: #078bcc url(../img/icon-search.svg) no-repeat center center/24px;display: block;width: 46px;height: 50px;position: relative;padding: 0;border: solid 2px #078bcc;border-radius: 0 5px 5px 0;font-size: 0;cursor: pointer;}
.tc-search-form .error {background-color: rgba(0,0,0,0.8);text-align: center;width: 100%;padding: 10px 0;margin: 0;font-size: 14px;font-weight: 700;color: red;display:none;}
/* Newsletter */
.newsletter-optin h2 { color: #fff; font-family: 'HelveticaNeueLTStdBd'; font-size: 17px; font-weight: 700; letter-spacing: 1px; -webkit-text-shadow: 2px 2px 1px #026798; text-shadow: 2px 2px 1px #026798; }
.newsletter-optin h4 { font-family: 'HelveticaNeueBd'; font-size: 16px; font-weight: 700; color: #003b58; }
.newsletter-optin .sep { background-color: rgba(255,255,255,.52); width: 300px; max-width: 100%; height: 4px; margin: 10px auto; }
.newsletter-optin .form-container { max-width: 890px; padding: 20px 0 20px; margin: 0 auto; }
.newsletter-optin .form-container form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.newsletter-optin .infusion-field, .newsletter-optin .infusion-submit { display: block; padding: 0 5px; }
.newsletter-optin .infusion-field input.infusion-field-input { width: 205px; height: 40px; border: 2px solid #066a9a; }
.newsletter-optin .infusion-submit button { font-family: 'HelveticaNeueLTStdBd'; font-size: 15px; font-weight: 700; letter-spacing: .05rem; height: 40px; padding: 10px 30px; border: none; color: #fff; background-color: #066a9a; }
.newsletter-optin .infusion-submit button:hover { background-color: #3aaae0; }
.newsletter-optin a.update { display: block; font-size: 20px; letter-spacing: .02rem; color: #b5dcfb; -webkit-text-shadow: 1px 1px 0 #016ca0; text-shadow: 1px 1px 0 #016ca0; width: 300px; max-width: 100%; margin: 0 auto; }
.newsletter-optin a.update:hover { color: #fff; }
/* cookie consent */
.cookie-consent-widget { position: fixed; right: 0; bottom: 0; left: 0; background-color: #078bcc; padding: 10px; z-index: 999; overflow: hidden; -webkit-box-shadow: 0 2px 8px 2px rgb(0,0,0,.6); box-shadow: 0 2px 8px 2px rgb(0,0,0,.6); }
.cookie-consent-widget .cookie-consent-content { font-size: 12px; line-height: 1.5; color: #fff; }
.cookie-consent-widget a { color: inherit; text-decoration: underline; }
.cookie-consent-widget p { max-width: 625px; margin-bottom: 0; }
.cookie-consent-widget p:last-child { margin-bottom: 0; }
.cookie-consent-widget button { padding: 8px 8px 8px 15px; border: 0; border-radius: 30px; font-weight: 700; color: #fff; max-width: 130px; height: auto; cursor: pointer; background-color: #066a9a; }
.cookie-consent-widget button:hover { background-color: #03547a; }
.cookie-consent-widget button .fa { background-color: rgb(255,255,255,.38); padding: 8px; border-radius: 50%; margin-left: 12px; }
/* ------------------------------- */
/* --------- media query --------- */
/* ------------------------------- */
@media (min-width: 576px) {
	article .entry-content > .entry-meta:last-child { padding-right: 112px; margin-top: 22px; }
	article .more-link { position: absolute; right: 0; bottom: 10px; }
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	.header-right .status { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
	.main-navigation .navbar { -webkit-box-shadow: inset 0 11px 8px -10px #171717; box-shadow: inset 0 11px 8px -10px #171717; }
	#main-column { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - var(--sidebar-width)); flex: 0 0 calc(100% - var(--sidebar-width)); max-width: calc(100% - var(--sidebar-width)); }
	#sidebar-right { -webkit-box-flex: 0; -ms-flex: 0 0 var(--sidebar-width); flex: 0 0 var(--sidebar-width); max-width: var(--sidebar-width); }
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 990px; }
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {
	.navbar .navbar-nav { -webkit-box-shadow: inset 0 11px 8px -10px #171717; box-shadow: inset 0 11px 8px -10px #171717; padding: 12px 0; }
	.navbar .navbar-nav>li { border-right: 0; }
	.header-right .login-menu { text-align: center; padding-top: 0!important; width: 100%; }
	.login-menu .menu.open-menu { left: -10px; right: -10px; max-width: initial; }
	.login-menu .menu a { margin: 2px 0 !important; }
	.error-404 h1 { font-size: 120px; }
	.error-404 h2 { font-size: 24px; }
	.newsletter-optin .form-container form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.newsletter-optin .infusion-field { margin-bottom: 15px; }
	.newsletter-optin .infusion-field, .newsletter-optin .infusion-submit { padding: 0; }
	.newsletter-optin .infusion-field, .newsletter-optin .infusion-submit, .newsletter-optin .infusion-submit button, .newsletter-optin .infusion-field input.infusion-field-input { width: 100%; }
	.floating-cta { display: none; }
	#main-column { margin-bottom: 40px; }
}
@media (max-width: 767px) {
	.header-right .status a { font-size: 13px; }
	.page-hero h2 { font-size: 20px; line-height: 1.4; margin-bottom: 20px; }
	.cookie-consent-widget button { font-size: 12px; }
}
@media (max-width: 600px) {
	/* article .alignright, article .alignleft { display: block; float: none; width: auto; margin-top: 20px; }
	article .alignright { margin-left: 0; }
	article .alignleft { margin-right: 0; } */
}
@media (max-width: 575px) {
	.header-right .status a { font-size: 14px; text-align: center; width: 100%; margin: 4px 0; }
	.header-right .status span.linea { display: none; }
	.login-menu #login-link { margin-bottom: 28px; display: inline-block; position: relative; }
	.login-menu a.inboxlink { position: absolute; right: 0; bottom: -28px; left: 0; width: 80px; padding: 4px 0; margin: 0 auto; }
	.page-hero h2 { font-size: 4vw; font-size: min(max(4vw, 14px), 20px); }
	.tc-search-form .tc-custom-select { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 10px; }
	.tc-search-form .select-selected { border-radius: 5px; }
	.tc-search-form .global-form-parent input[type=text] { border-radius: 5px; }
	.info-bar h3 a { font-size: 14px; font-size: min(max(3vw, 14px), 16px); }
	.copyrights p, .website-by p { text-align: center; }
	.widget.awac form .infusion-field, .widget.awac form .infusion-submit { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-right: 0; }
	article .cab-author .cab-author-image { position: relative; float: left; margin-right: 10px; }
	article .cab-author .cab-author-info { padding-left: 0; }
	article .more-link { display: block; width: 106px; margin-top: 12px; }
	article .entry-title { font-size: 16px; }
	article .entry-content .entry-meta { font-size: 14px; }
	#at-custom-sidebar { display: none!important; }
}