.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em; }
.slicknav_menu {
*zoom: 1; }
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left; }
.slicknav_menu .slicknav_icon {
float: left;
width: 1.125em;
height: 0.875em;
margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_icon:before {
background: transparent;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute; }
.slicknav_menu .slicknav_no-text {
margin: 0; }
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_menu:before {
content: " ";
display: table; }
.slicknav_menu:after {
content: " ";
display: table;
clear: both; }
.slicknav_nav {
clear: both; }
.slicknav_nav ul {
display: block; }
.slicknav_nav li {
display: block; }
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
cursor: pointer; }
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block; }
.slicknav_nav .slicknav_parent-link a {
display: inline; }
.slicknav_brand {
float: left; }
.slicknav_menu {
font-size: 16px;
box-sizing: border-box;
background: #4c4c4c;
padding: 5px; }
.slicknav_menu * {
box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {
background-color: #fff; }
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #222; }
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 0.875em;
list-style: none;
overflow: hidden; }
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 0 20px; }
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px; }
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #fff; }
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
text-decoration: none;
color: #fff; }
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222; }
.slicknav_nav .slicknav_txtnode {
margin-left: 15px; }
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0; }
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0; }
.slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px; }html { -webkit-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
body { background: #fff; }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
ul, ol { margin: 0 0 1.5em 3em; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }
img { height: auto; max-width: 100%; }
figure { margin: 1em 0; }
table { margin: 0 0 1.5em; width: 100%; } button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }
select { border: 1px solid #ccc; }
textarea { width: 100%; }  a { color: #0C5C78; }
a:hover, a:focus, a:active { color: #2688AA; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; } .main-navigation { display: block; }
.main-navigation ul { list-style: none; margin: 0; padding-left: 0; }
.main-navigation ul ul { -webkit-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.1); box-shadow: 0 2px 4px rgba(50, 50, 50, 0.1); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; background: #f5f6f7; }
.main-navigation ul ul ul { left: -999em; top: 0; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; }
.main-navigation ul ul a { width: 200px; }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; }
.main-navigation li { position: relative; display: inline-block; }
.main-navigation a { display: block; text-decoration: none; } .menu-toggle, .main-navigation.toggled ul { display: block; }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }  .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #50556c; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } #content[tabindex="-1"]:focus { outline: 0; } .alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } .widget { margin: 0 0 1.5em; }
.widget select { max-width: 100%; }  .sticky { display: block; }
.post, .page { margin: 0 0 1.5em; }
.updated:not(.published) { display: none; }
.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }
.page-links { clear: both; margin: 0 0 1.5em; } .comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer { display: block; } .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } embed, iframe, object { max-width: 100%; } .custom-logo-link { display: inline-block; } .wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.wp-caption-text { text-align: center; } .gallery { margin-bottom: 1.5em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; }   body { background: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 400; line-height: 1.618; color: #50556c; word-wrap: break-word; letter-spacing: 0.01em; font-size: 18px; line-height: 32px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Barlow", sans-serif; font-weight: 600; line-height: 1.25; color: #50556c; }
a, button, input { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
a { color: #0C5C78; }
a:hover, a:focus, a:active { color: #2688AA; text-decoration: none; }
a:focus { outline: #c2c2c2 dotted 1px; }
a:hover, a:active { outline: 0; }
.container { max-width: 1260px; } .site-header { padding: 25px 0; background: rgba(255, 255, 255, 0.98); }
.site-header.sticky-top { border-bottom: 1px solid #f2f3f4; }
.admin-bar .site-header.sticky-top { top: 32px; }
.site-branding { font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.site-branding .h1 { font-size: 32px; margin-bottom: 5px; }
.site-branding .site-description { margin-bottom: 0; line-height: 18px; color: #8d95a6; }
.main-navigation li { text-align: left; }
.main-navigation li a { padding: 5px 15px; font-size: 15px; color: #50556c; font-weight: 600; -webkit-font-smoothing: antialiased; }
.main-navigation li a:hover { color: #0C5C78; }
.main-navigation li:last-child a { padding-right: 0; }
.main-navigation li ul { line-height: 22px; }
.main-navigation li ul li { margin-bottom: 6px; margin-top: 5px; }
.main-navigation .current_page_item > a { color: #0C5C78; }
.page-header { padding-bottom: 50px; }
.page-header p { color: #8d95a6; }
.slicknav_menu { display: none; }
.slicknav_menu { background: #fff; }
.slicknav_btn { background: #f5f6f7; float: none; display: inline-block; padding: 0.5rem 1rem; }
.slicknav_menu .slicknav_menutxt { color: #50556c; text-shadow: none; }
.slicknav_menu .slicknav_icon-bar { background-color: #50556c; -webkit-box-shadow: none; box-shadow: none; }
.slicknav_nav { font-weight: 600; font-size: 15px; text-align: left; position: absolute; left: 0; background: #f5f6f7; width: 100%; z-index: 2; -webkit-box-shadow: 2px 4px 6px rgba(20, 20, 20, 0.1); box-shadow: 2px 4px 6px rgba(20, 20, 20, 0.1); }
.slicknav_nav a { color: #50556c; } .cover-section-wrap { min-height: 500px; margin-top: 35px; background: #f5f6f7; background-size: cover; text-align: center; border-radius: 6px; }
.cover-section-wrap .cover-section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 500px; border-radius: 6px; }
.cover-section-wrap .cover-content-wrap { width: 100%; padding: 0 90px; height: 100%; }
.cover-section-wrap .cover-desc { color: #8d95a6; font-size: 20px; line-height: 32px; }
.cover-section-wrap.cover-section-bg-img .cover-section { background: rgba(25, 25, 25, 0.5); }
.cover-section-wrap.cover-section-bg-img h2, .cover-section-wrap.cover-section-bg-img .cover-desc { color: #fff; } .content-area { padding-top: 50px; }
.post, .page { margin-bottom: 60px; }
.post .entry-title a, .page .entry-title a { color: #50556c; font-size: 32px; }
.post .entry-title a:hover, .page .entry-title a:hover { color: #0C5C78; }
.post .post-thumbnail, .page .post-thumbnail { margin-top: 15px; display: inline-block; }
.post .post-thumbnail img, .page .post-thumbnail img { border-radius: 4px; }
.post .entry-meta, .post .entry-footer, .page .entry-meta, .page .entry-footer { font-size: 15px; font-style: italic; color: #8d95a6; }
.post .entry-meta .cat-links, .post .entry-meta .tags-links, .post .entry-meta .comments-link, .post .entry-footer .cat-links, .post .entry-footer .tags-links, .post .entry-footer .comments-link, .page .entry-meta .cat-links, .page .entry-meta .tags-links, .page .entry-meta .comments-link, .page .entry-footer .cat-links, .page .entry-footer .tags-links, .page .entry-footer .comments-link { margin-right: 15px; }
.post .entry-content p, .page .entry-content p { margin-bottom: 30px; }
.single .post .post-thumbnail { margin-top: 25px; }
body.page { margin-bottom: 0; }
body.single .post { margin-bottom: 50px; }
.bg-show-error { font-size: 98px; line-height: 100px; color: #0C5C78; font-weight: 600; text-align: center; padding-bottom: 5px; }
.error-404.not-found { min-height: 65vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }
.error-404.not-found > div { width: 100%; }
.error404 .content-area { padding-top: 20px; }
.error404 .content-area .searchform { max-width: 400px; margin: auto; }
.post .entry-content blockquote, .page .entry-content blockquote { font-size: 18px; padding: 10px 30px; font-style: italic; border-left: 4px solid #0C5C78; }
.post .entry-content blockquote p, .page .entry-content blockquote p { margin-bottom: 0; }
.post .entry-content blockquote cite, .page .entry-content blockquote cite { font-size: 16px; }
.post .entry-content blockquote cite::before, .page .entry-content blockquote cite::before { content: "\2014"; margin-right: 5px; }
.post .entry-content blockquote[style*="text-align:right"], .post .entry-content blockquote[style*="text-align: right"], .page .entry-content blockquote[style*="text-align:right"], .page .entry-content blockquote[style*="text-align: right"] { border-right: 4px solid #0C5C78; border-left: 0; }
cite, .wp-block-pullquote cite { color: #8d95a6; }
.post .entry-content .wp-block-pullquote, .page .entry-content .wp-block-pullquote { border-top: 3px solid #0C5C78; border-bottom: 3px solid #0C5C78; padding: 15px 0; margin-top: 12px; }
.post .entry-content .wp-block-pullquote blockquote, .page .entry-content .wp-block-pullquote blockquote { border-left-width: 0; padding: 15px 10px; }
.post .entry-content .wp-block-pullquote blockquote p, .page .entry-content .wp-block-pullquote blockquote p { font-size: 20px; }
.post .entry-content .wp-block-pullquote.is-style-solid-color, .page .entry-content .wp-block-pullquote.is-style-solid-color { border-width: 0; background: #f5f6f7; }
.post .entry-content .wp-block-pullquote.is-style-solid-color blockquote, .page .entry-content .wp-block-pullquote.is-style-solid-color blockquote { max-width: 80%; }
.post .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color { background-color: #fff; }
.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-purple-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-purple-background-color { background-color: #0C5C78; }
.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-pink-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-pink-background-color { background-color: #2688AA; }
.post .entry-content .wp-block-pullquote.is-style-solid-color.has-light-black-background-color, .page .entry-content .wp-block-pullquote.is-style-solid-color.has-light-black-background-color { background-color: #50556c; }
ul, ol { margin-left: 1rem; }
ul li, ol li { margin-bottom: 10px; }
.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-huge-font-size { line-height: 1.25; }
.entry-content h1 { margin-top: 50px; }
.entry-content h2 { margin-top: 40px; }
.entry-content h3 { margin-top: 30px; }
.entry-content h4 { margin-top: 20px; }
.entry-content h5, .entry-content h6 { margin-top: 15px; }
.aligncenter twitter-widget { margin: auto; }
.entry-content figcaption { line-height: 1.168; margin-bottom: 30px; }
.wp-caption .wp-caption-text { font-size: 14px; color: #8d95a6; margin-top: 10px; }
.site-content .container { background: #fff; }
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { margin-bottom: 0; } button, input[type="button"], input[type="reset"], input[type="submit"] { border-color: #0C5C78; background-color: #0C5C78; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff; padding: 10px 25px; font-size: 16px; }
button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus { background-color: #2688AA; border-color: #2688AA; color: #fff; }
.btn-primary { border-color: #0C5C78; background-color: #0C5C78; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; padding: 10px 20px; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #2688AA; border-color: #2688AA; color: #fff; }
.btn-primary.cont-btn { padding: 5px 14px; }
.wp-block-button__link { background-color: #50556c; color: #fff; }
.has-white-color { color: #fff; }
.has-white-color cite { color: #fff; }
.has-light-purple-color { color: #0C5C78; }
.has-light-purple-color cite { color: #0C5C78; }
.has-light-pink-color { color: #2688AA; }
.has-light-pink-color cite { color: #2688AA; }
.has-light-black-color { color: #50556c; }
.has-light-black-color cite { color: #50556c; }
.has-white-background-color { background-color: #fff; }
.has-light-purple-background-color { background-color: #0C5C78; }
.has-light-pink-background-color { background-color: #2688AA; }
.has-light-black-background-color { background-color: #50556c; }
.wp-block-button.is-style-outline .wp-block-button__link { background-color: #fff; color: #50556c; border-color: #50556c; }
.wp-block-button.is-style-outline .has-light-purple-color { color: #0C5C78; border-color: #0C5C78; }
.wp-block-button.is-style-outline .has-light-pink-color { color: #2688AA; border-color: #2688AA; }
.wp-block-button.is-style-outline .has-light-black-color { color: #50556c; border-color: #50556c; }
.wp-block-button.is-style-outline .has-white-background-color { background-color: #fff; }
.wp-block-button.is-style-outline .has-light-purple-background-color { background-color: #0C5C78; }
.wp-block-button.is-style-outline .has-light-pink-background-color { background-color: #2688AA; }
.wp-block-button.is-style-outline .has-light-black-background-color { background-color: #50556c; }
.form-control { height: 50px; }
.form-control.s, .searchform { max-width: 400px; }
.navigation.pagination { text-align: center; }
.navigation.pagination .nav-links { width: 100%; }
.navigation.pagination .page-numbers { width: 40px; height: 40px; display: inline-block; line-height: 40px; }
.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev { width: 60px; }
.navigation.pagination .page-numbers.current { background: #f5f6f7; border-radius: 4px; }
input[type="submit"] { border-color: #0C5C78; background-color: #0C5C78; padding: 0.5rem 1.25rem; color: #fff; font-size: 18px; line-height: 1.5; border-radius: 4px; display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; letter-spacing: 0.75px; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus { color: #0C5C78; background-color: #fff; border-color: #0C5C78; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { display: block; padding: 0.375rem 0.75rem; font-size: 18px; line-height: 1.5; color: #50556c; background-color: #fff; background-clip: padding-box; border: 1px solid #dfdfdf; border-radius: 4px; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #50556c; background-color: #fff; border-color: #0C5C78; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }
select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 18px; line-height: 1.5; color: #50556c; background-color: #fff; background-clip: padding-box; border: 1px solid #dfdfdf; border-radius: 4px; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; } .site-footer { padding: 50px 0; background: #f5f6f7; margin-top: 50px; font-size: 16px; }
.site-footer .goto-top { position: fixed; bottom: -50px; right: 20px; width: 40px; height: 40px; background: #0C5C78; font-size: 26px; line-height: 40px; color: #fff; border-radius: 4px; text-align: center; opacity: 0.75; cursor: pointer; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.site-footer .goto-top::before { content: '\2191'; }
.site-footer .goto-top:hover { opacity: 1; } .comments-area { margin-top: 50px; margin-bottom: 50px; background: #f5f6f7; padding: 30px 100px; border-radius: 4px; }
.comments-area .comments-title { font-size: 22px; }
.comments-area .comment-list { list-style: none; margin-left: 0; padding-left: 0; }
.comments-area .comment-list li.comment { padding: 30px 0; border-bottom: 1px dotted #dfdfdf; }
.comments-area .comment-list li.comment p:last-child { margin-bottom: 0; }
.comments-area .comment-list li.comment .children { list-style: none; }
.comments-area .comment-list li.comment .children li.comment { border-bottom: 0px; padding-bottom: 0; }
.comments-area .comment-list .comment-metadata { font-size: 14px; font-style: italic; margin-bottom: 10px; line-height: 18px; }
.comments-area .comment-list .comment-metadata .edit-link { margin-left: 10px; }
.comments-area .comment-list .comment-metadata a { color: #8d95a6; }
.comments-area .comment-list .reply { font-size: 14px; font-style: italic; margin-top: 10px; }
.comments-area .comment-list .comment-author.vcard img { margin-right: 5px; margin-bottom: 5px; }
.comments-area .comment-reply-title { font-size: 20px; margin-top: 30px; }
.comments-area .comment-reply-title small { font-size: 14px; margin-left: 15px; }
.comments-area .comment-reply-title small a { color: #8d95a6; }
.comments-area .comment-notes { font-size: 16px; line-height: 20px; color: #8d95a6; }
.comments-area .comment-form p label { display: block; color: #50556c; margin-bottom: 0.25rem; }
.comments-area .comment-form .form-submit { padding-top: 10px; } #secondary.widget-area { padding-top: 50px; padding-left: 30px; font-size: 16px; line-height: 22px; }
#secondary.widget-area .widget { margin-bottom: 60px; }
body.left-sidebar #secondary.widget-area { padding-left: 0px; padding-right: 30px; }
.widget { color: #8d95a6; }
.widget ul { margin-left: 0; padding-left: 0; list-style: none; }
.widget ul li { margin-bottom: 12px; }
.widget .widget-title { font-size: 16px; text-transform: uppercase; letter-spacing: 0.75px; -webkit-font-smoothing: antialiased; }
body.hide-sidebar .content-area, body.hide-sidebar #secondary.widget-area { padding-top: 60px; }
body.hide-sidebar .post, body.hide-sidebar .page { margin-bottom: 80px; }
body.hide-sidebar .post .alignwide, body.hide-sidebar .page .alignwide { margin-left: -100px; margin-right: -100px; max-width: 100vw; }
body.hide-sidebar .post .alignfull, body.hide-sidebar .page .alignfull { margin-left: calc(-100vw / 2 + 100% / 2); margin-right: calc(-100vw / 2 + 100% / 2); max-width: 100vw; width: 100vw; }
body.hide-sidebar .post .alignfull:not(.wp-block-media-text) img, body.hide-sidebar .page .alignfull:not(.wp-block-media-text) img { width: 100vw; }
body.hide-sidebar .post .alignwide.wp-block-cover, body.hide-sidebar .page .alignwide.wp-block-cover { width: 1010px; }
body.hide-sidebar .post .post-thumbnail, body.hide-sidebar .page .post-thumbnail { margin-left: -100px; margin-right: -100px; }
body.hide-sidebar .page-header { text-align: center; }
body.hide-sidebar .comments-area { margin-left: -100px; margin-right: -100px; }
body.hide-sidebar .navigation.post-navigation { margin-left: -100px; margin-right: -100px; }
@media (max-width: 320px) { input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { max-width: 230px; } }
@media (max-width: 576px) { .comments-area { padding: 30px; }
.cover-section { margin-top: 25px; }
.cover-section .cover-content-wrap { padding: 0 15px; }
#secondary.widget-area { padding-left: 0 !important; padding-right: 0 !important; }
body.hide-sidebar .content-area, body.hide-sidebar #secondary.widget-area { padding-top: 40px; }
body.hide-sidebar .post, body.hide-sidebar .page { margin-bottom: 40px; }
body.hide-sidebar .post .alignwide, body.hide-sidebar .page .alignwide { margin-left: 0px; margin-right: 0px; max-width: 100vw; }
body.hide-sidebar .post .alignfull, body.hide-sidebar .page .alignfull { margin-left: calc(-100vw / 2 + 100% / 2); margin-right: calc(-100vw / 2 + 100% / 2); max-width: 100vw; width: 100vw; }
body.hide-sidebar .post .alignfull img, body.hide-sidebar .page .alignfull img { width: 100vw; }
body.hide-sidebar .post .alignwide.wp-block-cover, body.hide-sidebar .page .alignwide.wp-block-cover { width: 100%; }
body.hide-sidebar .post .post-thumbnail, body.hide-sidebar .page .post-thumbnail { margin-left: 0px; margin-right: 0px; }
body.hide-sidebar .page-header { text-align: center; }
body.hide-sidebar .comments-area { margin-left: 0px; margin-right: 0px; }
body.hide-sidebar .navigation.post-navigation { margin-left: 0px; margin-right: 0px; } }
@media (max-width: 767px) { .slicknav_menu { display: block; }
.main-navigation ul { display: none; } }