/*
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: 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: 30px 0; clear: both;}
sub,
sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0; max-width: 100%;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* 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;}

.searchform > div {display: flex;}
.searchform input#s {flex-grow: 1; width: auto; margin: 0;}
.searchform #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; border: 0; background: #0B91EA; color: #fff;}

/* 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 elements */

.entry-content img,
.comment-content img,
.widget img,
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*/

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a, .nav-single a {display: inline-block; margin: 0 8px; font-weight: bold; color: #ccc;}
.wp-pagenavi > span.current {color: #aaa;}

#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: 1px solid #ddd; clear: both; margin: 30px 0 0; padding: 30px 0 0;}
.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 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;}

/* Basic structure
-------------------------------------------------------------- */

html {font-size: 90.5%;}
body {
	line-height: 1.5;
	font-size: 15px;
	font-family: 'Red Hat Display', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #2c3842;
}

a {
	outline: none;
	color: #235b92;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {text-decoration: underline;}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {}
.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%;}

/* 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: inherit;}
.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,
p.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: 1.2;
}

.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child {font-weight: 600; font-size: 30px; line-height: 1.3; text-transform: uppercase;}
.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title, p.h2 {font-size: 26px; text-transform: uppercase; font-weight: 700;}
.entry-content h2:not(:first-child) {padding-top: 15px;}
.entry-content hr + h2 {padding-top: 0!important;}
.entry-content h3, .comment-content h3, h3 {font-size: inherit; text-transform: uppercase; margin: 0;}
.entry-content h4, .comment-content h4, h4 {font-size: 16px;}
.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: #eee; margin-bottom: 25px; padding: 25px;}
.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: 20px;}
.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 {margin: 24px 0;}
.entry-content td,
.comment-content td {vertical-align: top; padding: 0 5px;}

article.post {margin: 0 0 30px;}
article.post::after {content: " "; display: block; clear: both;}
h2.entry-title {text-transform: none; font-weight: 600;}
.es-img {width: 33%; position: relative;}
.es-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.es-img a {display: block; padding: 70% 0 0;}
article.post .read-more {display: block; margin: 10px 0 0;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta, .archive-meta {margin-top: 24px; font-size: 13px; color: #757575;}
.entry-meta > span a {color: #333333; padding: 2px; text-decoration: none;}

/* 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
-------------------------------------------------------------- */

.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;}
.comments-area article header time {text-decoration: none;}
.comments-area article header h4 {position: absolute; top: 0; right: 0; padding: 6px 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;}
a.comment-reply-link, a.comment-edit-link {color: #686868; font-size: 13px;}
a.comment-reply-link:hover, a.comment-edit-link:hover {color: #21759b;}
.commentlist .pingback {margin-bottom: 24px;}

/* Comment form */

#respond {margin-top: 30px;}
#respond h3#reply-title {font-size: 16px;}
#respond h3#reply-title #cancel-comment-reply-link {margin-left: 10px; font-weight: normal;}
#respond form {margin: 24px 0;}
#respond form p {margin: 12px 0;}
#respond form p.logged-in-as {margin-bottom: 24px;}
#respond form label {display: block;}
#respond form input[type="text"], #respond form textarea {box-sizing: border-box; padding: 10px; width: 100%;}
#respond form p.form-allowed-tags {margin: 0; 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: 1024px;}
	.home .site {max-width: 1100px;}
	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; position: relative;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav ul.nav-menu {display: flex; justify-content: space-between;}
.themonic-nav .nav-menu > li {}
.themonic-nav .nav-menu > li > a {color: #fff; text-transform: uppercase; font-size: 13px; padding: 18px 0; letter-spacing: 0.05em;}
.themonic-nav .nav-menu > li > a:hover {}

.themonic-nav .nav-menu > li.current-menu-item > a {}

.themonic-nav .sub-menu {position: absolute; top: 100%; left: 0; z-index: 10; text-align: left; max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: rgba(245,245,245,0.8);}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 240px; padding: 6px 0;}
.themonic-nav .sub-menu > li {}
.themonic-nav .sub-menu > li > a {line-height: 1.4; padding: 3px 12px; width: 190px; font-size: 14px; color: #2c3842; font-weight: 600;}
.themonic-nav .sub-menu > li > a:hover {}

.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}
.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 30px;}
.home #page-wrap {margin-top: 0!important;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 60px 0 30px;  box-sizing: border-box; flex-grow: 1; max-width: 100%;}
.home .site-content {padding-top: 40px;}
.widget-area {margin: 0 0 0 25px; padding: 50px 0 50px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}
.entry-content > .gallery:not(:last-child) {margin: 0 0 20px!important;}
.entry-content > div:not(:last-child):not(.expand):not(.collapse):not(.pad) {margin-bottom: 20px;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%; margin: 0 0 20px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {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;}

.assistive-text {display: none;}
span.excerpt-dash {display: none;}

#aurora-nav-btn {position: absolute; left: 20px; top: 20px; padding: 5px;}
.anb-line {border-top: 7px solid #587294; width: 42px; margin: 0 auto 5px;}
#aurora-mobile-menu {background: #2c3842;}

.limit {max-width: 1024px; margin: 0 auto;}
.home .limit {max-width: 1100px;}
.limit-m {max-width: 900px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; gap: 20px;}
.flex.g0 {gap: 0;}
.flex.g1 {gap: 40px;}
.flex.g2 {gap: 50px;}
.flex.g3 {gap: 60px;}
.flex.g4 {gap: 70px;}
.flex.g5 {gap: 80px;}
.flex.g6 {gap: 90px;}
.entry-content .flex:not(:last-child) {margin-bottom: 20px;}
.flex.rows {flex-flow: row wrap;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child),
.sub-col > div:not(:last-child) {margin: 0 0 20px;}
.flex > * {flex-grow: 1; box-sizing: border-box;}
.flex.fg0 > * {flex-grow: 0;}
.flex.rows > * {width: 33.33%;}
.flex.f0 > *, .flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex.f1 > * {flex: 1;}
.flex.f2 > * {width: calc(50% - 30px);}
.flex.f3 > * {width: calc(33.33% - 30px);}
.flex.f4 > * {width: calc(25% - 30px);}
.flex.f5 > * {width: calc(20% - 30px);}
.flex .f2 {width: calc(50% - 30px); flex-grow: 2;}
.flex .f3 {width: calc(33.33% - 30px);}
.flex .f4 {width: calc(25% - 30px);}
.flex .f5 {width: calc(20% - 30px);}
.flex .f40 {width: calc(40% - 30px);}
.flex .f60 {width: calc(60% - 30px);}
.flex .f23 {width: calc(66.66% - 30px); flex-grow: 2;}
.flex .f34 {width: calc(75% - 30px); flex-grow: 3;}
.flex.p15 > * {padding: 15px;}
.flex.p20 > * {padding: 20px;}
.flex.p25 > * {padding: 25px;}
.flex.p30 > * {padding: 30px;}
.flex.p40 > * {padding: 40px;}
.flex.p50 > * {padding: 50px;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.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:first-child {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.full {position: relative; left: 50%; width: 100vw; transform: translate(-50%,0); padding: 50px 15px; box-sizing: border-box; margin: 50px 0; background: #eee;}
.entry-content .full:first-child {margin-top: -50px;}
.entry-content .full:last-child {margin-bottom: -50px;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}

a.btn {display: inline-block; text-decoration: none; padding: 10px 30px; background: #aaa; color: #fff;}
a.btn:hover {background: #ccc;}
a.btn-img {background: url(//spsspindle.com/wp-content/uploads/img-btn.png) no-repeat center center / 100% 100%; color: #fff; text-transform: uppercase; font-weight: bold; padding: 10px 22px; display: inline-block; text-decoration: none;}

.grid.flex {gap: 22px;}
.grid h2, .grid h3 {text-transform: uppercase; font-size: inherit; margin: 0 0 3px;}
.grid p:not(:last-child) {margin: 0 0 10px;}

#head-wrap {position: fixed; left: 0; top: 0; width: 100%; z-index: 999;}
#header {background: url(//spsspindle.com/wp-content/uploads/bg-header.jpg) no-repeat center center / cover; padding: 35px 15px 20px; -webkit-transition: .3s; transition: .3s;}
#header .limit {display: flex; justify-content: space-between; align-items: flex-end;}
.site-logo {text-align: center;}
.site-logo a {text-decoration: none;}
.site-logo img {width: 220px; -webkit-transition: .3s; transition: .3s;}
.site-logo h1, .site-logo h2, .site-logo h3 {line-height: 1; font-family: 'Open Sans'; text-transform: uppercase; font-size: 21px; font-weight: 800; margin: 0; -webkit-transition: .3s; transition: .3s;}
.site-logo span {display: block; letter-spacing: -0.04em;}

#h-right h3 {text-transform: uppercase; margin: 0 0 5px; font-size: 17px;}
.h-contacts {justify-content: space-between;}
.h-contacts > div {flex-grow: 0;}
.h-contacts a {color: inherit;}
.hc-item {display: flex; align-items: center; gap: 5px;}
.hci-ico {line-height: 0; flex-grow: 0; flex-shrink: 0;}
.hci-ico img {width: 24px; opacity: 0.7;}

#site-nav {background: #00457c; padding: 0 15px;}

.banner {height: 40vw; min-height: 600px; position: relative;}
.b-over {position: absolute; left: 0; bottom: 50px; width: 100%; padding: 0 15px; box-sizing: border-box;}
.bo-box {display: inline-block; background: rgba(0,0,0,0.5); color: #e8eef3; padding: 30px 20px; font-family: 'Oswald'; text-transform: uppercase; font-size: 30px; letter-spacing: -0.025em;}
.bo-box h2 {font-family: 'Anton'; font-size: 192%; letter-spacing: 0; font-weight: normal; margin: 0; line-height: 1;}
.bo-box a {color: inherit;}
.bo-btn {margin: 10px 0 0 12px;}

.intro {padding: 40px 15px;}
.intro .limit > h2:first-child {font-size: 30px; font-weight: 600;}
img#spindle-reflection {max-width: 300px; margin: 0 0 -33%;}
.flex.f-list {justify-content: space-between; text-transform: uppercase; font-family: 'Oswald'; font-weight: 500; letter-spacing: 0.05em; margin: 30px 0 0;}
.flex.f-list > div {flex-grow: 0;}
.flex.f-list strong {font-weight: inherit;}

.f-head {font-family: 'Oswald'; text-transform: uppercase; font-size: 32px; font-weight: 500; color: #235b92; padding: 0 0 20px;}
.home .f-head {padding-top: 15px;}

#features {background: #e8eef3; padding: 20px 20px 30px;}
#features .h2 {margin: 0 0 10px;}
.fs-thumb {position: relative; padding: 60% 0 0; margin: 0 0 10px;}
.fs-thumb > iframe, .fs-thumb > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.fs-label {text-transform: uppercase; font-weight: bold;}
.fs-inner .fs-label {color: #25629d;}
.fs-txt h3 {text-transform: uppercase; margin: 0 0 2px;}
.fs-txt p:not(:last-child) {margin: 0;}
a.fs-link {display: inline-block; text-transform: uppercase; font-weight: bold; font-size: 87.5%;}
#contact {border: 1px solid #2c3842; padding: 15px;}
p.sup-head {font-size: 112.5%; color: #25629d; text-transform: uppercase; font-weight: bold; margin: 0; line-height: 1;}

#footer1 {background: #587294; color: #fff; padding: 30px 15px; font-size: 13px;}
#footer1 .flex {justify-content: space-between;}
#footer1 .site-logo {display: inline-block; margin: 0 0 10px; transform: translate(-5.5%,0);}
#footer1 .site-logo img {width: 130px;}
#footer1 .site-logo h3 {font-size: 13px; color: #fff; font-weight: 700;}
.f1-contacts {text-transform: uppercase;}
.f1-contacts a {color: inherit;}
.soc a {display: inline-block; background: #e8eef3; color: #587294; width: 30px; line-height: 28px; padding: 2px 0 0; text-align: center; border-radius: 100px; font-size: 18px; margin: 0 3px;}
.soc a:first-child {margin-left: 0;}
.soc a:last-child {margin-right: 0;}
.soc a:hover {color: #235b92;}

#footer2 {text-align: center; padding: 20px 15px 40px;}
#footer2 p {text-transform: uppercase; font-weight: bold;}
.logos {display: flex; align-items: center; gap: 4%;}
.logos img {max-height: 110px;}

.entry-content a {font-weight: 500;}

.sc1 {float: left; width: calc(57% - 20px); margin: 0 0 25px!important;}
.sc2 {float: right; width: calc(43% - 20px);}
.sc3 {float: left; width: calc(57% - 20px); clear: left; margin: 0!important;}
.sc3.sc-full {float: none; width: 100%; clear: both;}

.hb-img {line-height: 0;}
.hb-img img {width: 100%;}
.hb-txt {background: #474747; padding: 20px; color: #e8eef3;}
.hb-txt h1 {font-family: 'Anton'; font-size: 75px; text-transform: uppercase; font-weight: normal; margin: 0; line-height: 1; letter-spacing: -0.02em;}
.hb-txt p {font-family: 'Oswald'; text-transform: uppercase; font-size: 30px; letter-spacing: -0.025em; line-height: 1;}
.hb-txt a {color: inherit;}

.sps-cols.entry-content h2 {font-weight: 600; font-size: 30px; line-height: 1.3;}

.flex .video-wrap, .flex .video-wrap iframe {margin: 0;}

.read-more a {text-transform: uppercase; font-weight: bold; font-size: 0;}
.read-more a:after {content: "Read more"; font-size: 16px;}
.category .read-more a:after {content: "Read the story";}

.pg-img {position: relative; padding: 70% 0 0; margin: 0 0 15px;}
.pg-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.pg-post h2 a {color: inherit;}
.read-more {display: block;}
.sh-img img {width: 100%; height: auto;}
.sh-txt {display: flex; flex-flow: column; justify-content: space-between;}
.post-soc .heateor_sss_svg {background: #fff!important;}
.post-soc .heateor_sss_svg svg {background: #fff;}
.post-soc .heateor_sss_svg path {fill: #ccc; -webkit-transition: .3s; transition: .3s;}
.post-soc .heateor_sss_svg:hover path {fill: #00457c;}

a.ari-fancybox[href*="youtube.com"]:not(.fs-link) {position: relative; display: inline-block; line-height: 0; -webkit-transition: 0s; transition: 0s;}
a.ari-fancybox[href*="youtube.com"]:not(.fs-link):before {content: ""; display: block; position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background: radial-gradient(transparent 50%, black); opacity: 0.5; -webkit-transition: .3s; transition: .3s;}
a.ari-fancybox[href*="youtube.com"]:not(.fs-link):hover:before {opacity: 0;}
a.ari-fancybox[href*="youtube.com"]:not(.fs-link):after {content: ""; position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; background: url(//spsspindle.com/wp-content/uploads/ico-yt-play.svg) no-repeat center center / contain; transform: translate(-50%,-50%); z-index: 3;}

dd.gallery-caption {display: none;}
.gallery-item a {margin: 0 0 3px;}
.fancybox-caption-wrap {text-align: center; background: #00457c!important; padding: 0!important;}
.fancybox-caption {border: 0!important;}

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 50px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}
}
@media screen and (min-width : 851px){
	.scroll #header {padding: 15px;}
	.scroll #header .site-logo img {width: 130px;}
	.scroll #header .site-logo h1, .scroll .site-logo h2 {font-size: 12px;}
	.scroll .themonic-nav .nav-menu > li > a {padding: 12px 0;}

	#page-home, #page-wrap {margin-top: 245px; -webkit-transition: .3s; transition: .3s;}
	.scroll #page-home, .scroll #page-wrap {margin-top: 147px;}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	#head-wrap {position: static;}
	#page-home, #page-wrap {margin: 0;}

	#header {padding: 20px 15px 10px;}
	#header .limit {display: block; text-align: center;}
	#header .site-logo {margin: 0 0 20px;}
	#h-right h3 {margin: 0 0 8px;}
	.h-contacts {display: inline-flex; gap: 80px;}

	.banner {min-height: 0; height: 450px;}
	.b-over {bottom: 50%; transform: translate(0,50%);}

	.f-head {font-size: 3.6vw;}

	.sc1,
	.sc2 {float: none; width: 100%; max-width: 550px; margin: 0 auto 20px!important;}
	.sc3 {float: none; width: 100%; max-width: 550px; margin: 0 auto!important;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 20px!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: calc(50% - 30px)!important; flex: auto!important;}

	.banner {min-height: 0; height: 400px;}

	.intro > .limit > h2:first-child {text-align: center;}
	img#spindle-reflection {max-width: 300px; margin: 0 0 -15%;}
	.flex.f-list {flex-flow: row wrap; gap: 0.6em 0;}
	.flex.f-list > div {flex-grow: 1; text-align: center; width: 33%;}

	.home .f-head {padding-top: 0;}

	#features {padding: 20px 12% 30px;}
	.fs-home,
	.fs-inner .f23,
	.fs-inner + p.h2 {display: none;}

	#page-wrap {padding: 0 4.7vw;}
	.sc1, .sc2, .sc3 {max-width: none;}
	.hb-txt {padding: 20px 3.1vw;}
	.hb-txt h1 {font-size: 11vw;}
	.hb-txt p {font-size: 5vw;}
	.sps-cols.entry-content h2 {font-size: 6.5vw;}
}
@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%;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 20px!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: 20px!important;}

	.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title, p.h2 {font-size: 20px;}

	#header {padding: 20px 0 10px;}
	#h-right h3 {font-size: 2.9vw;}
	.h-contacts {gap: 15px; font-size: 2.9vw;}
	.hc-item {white-space: nowrap;}
	.hci-ico img {width: 5vw;}

	.banner {height: 70vw;}
	.bo-box {font-size: 5vw;}
	.banner a.btn-img {font-size: 3vw; padding: 2vw 4vw;}

	.intro {padding: 25px 15px 25px;}

	.f-list {font-size: 2.9vw;}

	#footer2 p {font-size: 2.6vw;}
}
@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(1) {width: 100%!important; margin: 0 0 20px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	#features {padding: 20px 8% 30px;}

	#footer1 .flex {display: block;}
	#footer1 .soc {margin: 10px 0 0;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}