/*
Theme Name: WP RTT Syrve
Theme URI: https://...
Author: Codeway OÜ
Author URI: https://codeway.ee
Description:  rtt-syrve custom theme
Version: 0.0.1
License: private
License URI: LICENSE
Text Domain: wp-rtt-syrve
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
   font-family:"Figtree", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  background-color:#F5F5F6!important;
  border-radius:4px;
  border:none!important;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  background-color:#F5F5F6!important;
  border-radius:4px;
  border:none!important;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 10px;
  font-size:15px;
  line-height:1.8;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
ul {
	padding-left:35px;
}
li {
	line-height:2.4;
}
ul {
  list-style: none;
}

ul li::before {
  content:"\2022";  
  color:#FFE712; 
  font-weight:bold;
  display:inline-block; 
  width:1em; 
  margin-left:-1em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index:999;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav {
	list-style:none;
}
body:not(.theme-preset-active) #masthead .navbar-nav li:before {
	display:none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #18153D;
  padding: 10px 15px;
  font-weight: 500;
  text-transform:initial;
  font-size:13px;
  font-weight: 900;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #000;
  font-weight: 900;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}
.navbar-brand img {
	width:60px;
}

.navbar-toggler {
	border: 0;
	padding: 8px;
}

.navbar-toggler:focus {
	box-shadow: none;
	outline: 0;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: none;
	display: block;
	height: 22px;
	position: relative;
	width: 28px;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
	transition: transform 180ms ease, background-color 180ms ease, top 180ms ease;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
	background: var(--rtt-srv-white);
	border-radius: 999px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 28px;
}

.navbar-toggler .navbar-toggler-icon {
	background: linear-gradient(
		to bottom,
		transparent 0,
		transparent 10px,
		var(--rtt-srv-white) 12px,
		var(--rtt-srv-white) 12px,
		transparent 12px
	);
}

.navbar-toggler .navbar-toggler-icon::before {
	top: 2px;
}

.navbar-toggler .navbar-toggler-icon::after {
	top: 20px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
	top: 11px;
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
	top: 11px;
	transform: rotate(-45deg);
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

/* Keep the compact WPML language menu only as wide as its labels. */
.wpml-ls-menu-item > .dropdown-menu {
  min-width: 100%;
  width: max-content;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

/* The navbar uses navbar-expand-xl, so its burger layout runs below 1200px. */
@media screen and (max-width: 1199px) {
  #masthead .navbar-nav > .wpml-ls-menu-item {
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 0.75rem;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
	padding-left:12px;
  }

  #masthead .navbar-nav > .wpml-ls-menu-item > .dropdown-menu {
    display: contents !important;
  }

  #masthead .wpml-ls-menu-item .dropdown-toggle::after {
    display: none;
  }

  #masthead .navbar-nav > .wpml-ls-menu-item a {
    color: var(--rtt-srv-ink) !important;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 !important;
    padding: 0.313rem 0 !important;
    text-align: center;
    width: 2.25rem;
  }

  #masthead .navbar-nav > .wpml-ls-menu-item > .dropdown-menu > .wpml-ls-menu-item {
    margin: 0 !important;
    padding: 0 !important;
    width: 2.25rem;
  }

  #masthead .navbar-nav > .wpml-ls-current-language > a {
    color: var(--rtt-srv-teal) !important;
  }

  #masthead .wpml-ls-item-et,
  #masthead .wpml-ls-item-et > a {
    order: 1;
  }

  #masthead .wpml-ls-item-en,
  #masthead .wpml-ls-item-en > a {
    order: 2;
  }

  #masthead .wpml-ls-item-ru,
  #masthead .wpml-ls-item-ru > a {
    order: 3;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

input.form-control {
	height:50px;
	margin-bottom:6px;
	border-radius:2px;
}
textarea.form-control {
	height:100px;
	border-radius:2px!important;
}
.general-notices textarea {
	height:160px;
}
.wpcf7-list-item {
	margin-left:0;
	display:block;
}
.wpcf7-list-item-label {
	font-size:15px;
}
.agree-to-terms {
	color:white;
	padding-top:15px;
	text-align:left;
	padding-left:15px;
}
.agree-to-terms span {
	width:auto;
	display:inline-block;
	vertical-align:inherit;
	margin-top:-2px;
	color:white;
}
.agree-to-terms span a {
	color:white;
}
.agree-to-terms input {
	width:20px;
	height:20px;
	margin-right:10px;
	margin-top:5px;
}
.agree-to-terms .wpcf7-list-item-label {
	font-size:14px;
	font-weight:normal;
	color:black;
}
.agree-to-terms .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label:before {
	border:2px solid red;
}
.agree-to-terms .wpcf7-checkbox label input {
    position: absolute;
    width: auto;
    opacity: 0;
}

.agree-to-terms .wpcf7-checkbox label span.wpcf7-list-item-label:before {
    content: ' ';
    width: 16px;
    height: 16px;
    border: 2px solid #029c4b;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 4px;
	border-radius:50%;
	width:20px;
	height:20px;
}

.agree-to-terms .wpcf7-checkbox input:checked+span.wpcf7-list-item-label:before {
    background-color: #029c4b;
    border: 2px solid #029c4b;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
	border-radius:50%;
	width:20px;
	height:20px;
}
.agree-to-terms .privacy-notice a {
	color:rgba(0,0,0,0.8);
	text-decoration:underline;
	font-size:14px;
	margin-left:5px;
	display:block;
	margin-top:-6px;
	font-weight:normal;
}
.privacy-agree .form-control {
	background-color:transparent;
	border-color:transparent;
	padding:0;
}

.footer-submit .btn {
	width: 202px;
    height: 60px;
    background-color: #FFE712!important;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    float: left;
    color: black;
    margin-top: 20px;
    font-weight: bold;
}
form .form-control {
	font-size:13px;
	padding-left:20px;
}
textarea.form-control {
	padding-top:16px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color:white;
	color:white;
}
.wpcf7-not-valid-tip {
	color:#ababab;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,.8);
    font-weight: bold;
    cursor: pointer;
    color: black;
    font-size: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    z-index: 1005;
    padding: 4px;
    border-radius: 50px;
}
#back-to-top:hover {
     background: rgba(255,255,255,1);
}
#back-to-top.show {
    opacity: 1;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media (min-width: 576px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width:992px) {
	.container {
		max-width:960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width:1120px;
	}
}
@media (min-width: 1330px) {
  .container {
    max-width: 1280px;
  }
 
}
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
 
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {

}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
 
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {

}

/*--------------------------------------------------------------
# RTT Syrve Landing
--------------------------------------------------------------*/
:root {
	--rtt-srv-navy: #00062b;
	--rtt-srv-ink: #322f49;
	--rtt-srv-muted: #656565;
	--rtt-srv-teal: #00c0c2;
	--rtt-srv-aqua: #dff8f7;
	--rtt-srv-cloud: #f5f7f8;
	--rtt-srv-line: #dce5e8;
	--rtt-srv-white: #ffffff;
	--rtt-srv-radius: 8px;
}

body {
	color: var(--rtt-srv-ink);
	font-family: "Figtree", Arial, sans-serif;
}

.site-content {
	/* overflow: hidden; */
}

.section {
	position: relative;
	width: 100%;
	padding: 80px 0;
}

.section h1,
.section h2,
.section h3,
.section p {
	margin-top: 0;
}

.section h1 {
	color: inherit;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.05;
	margin-bottom: 22px;
	padding: 0;
}

.section h2 {
	color: var(--rtt-srv-ink);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.14;
	margin-bottom: 22px;
	padding: 0;
}

.section h3 {
	color: var(--rtt-srv-ink);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
}

.section p {
	color: var(--rtt-srv-muted);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 0;
}

.site-header {
	background: var(--rtt-srv-white);
	border-bottom: 1px solid rgba(0, 6, 43, 0.08);
	padding: 18px 0;
}

.site-header .site-title {
	color: var(--rtt-srv-ink);
	font-size: 22px;
	font-weight: 700;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: var(--rtt-srv-white);
	font-size: 15px;
	font-weight: 400;
	padding: 10px 14px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:focus,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
	color: var(--rtt-srv-teal);
	font-weight: 400;
}

@media screen and (min-width: 1200px) {
	header#masthead .nav-n-logo {
		left: 50%;
		position: fixed;
		top: 20px;
		transform: translateX(-50%);
		z-index: 999;
	}
	header#masthead .nav-n-logo {
		border-radius:12px;
	}
	header#masthead .nav-n-logo.is-scrolled {
		background: var(--rtt-srv-white);
		box-shadow: 0 8px 24px rgba(0, 6, 43, 0.08);
    border-radius:12px;
	}
    .nav-n-logo.is-scrolled .navbar-brand img {
		width: 41px;
		margin-left: 10px; 
	}
	.nav-n-logo.is-scrolled .navbar-brand img {
		filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(1413%) hue-rotate(136deg) brightness(99%) contrast(101%);
	}
	body:not(.theme-preset-active) header#masthead .nav-n-logo.is-scrolled .navbar-nav > li > a {
		color: var(--rtt-srv-ink);
		font-weight: 400;
	}
	
	body:not(.theme-preset-active) header#masthead .nav-n-logo.is-scrolled .navbar-nav > li > a:hover,
	body:not(.theme-preset-active) header#masthead .nav-n-logo.is-scrolled .navbar-nav > li > a:focus,
	body:not(.theme-preset-active) header#masthead .nav-n-logo.is-scrolled .navbar-nav > li.current-menu-item > a,
	body:not(.theme-preset-active) header#masthead .nav-n-logo.is-scrolled .navbar-nav > li.current_page_item > a,
	body:not(.theme-preset-active) header#masthead .nav-n-logo.is-scrolled .navbar-nav > li.active > a {
		color: var(--rtt-srv-teal);
		font-weight: 400;
	}
}
.nav-n-logo {
  margin-top:20px;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}
#main-content {
  background: #f1f4f7;
}
.hero-holder {
	color: var(--rtt-srv-white);
	min-height: 850px;
	padding: 110px 0 95px;
  padding-top:200px;
  margin-top:-115px;
}

.subpage-hero-holder {
	align-items: center;
	color: var(--rtt-srv-white);
	display: flex;
	margin-top: -115px;
	min-height: 620px;
	padding: 190px 0 110px;
}

.rtt-srv-hero__background {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.rtt-srv-hero__background::after {
	background: linear-gradient(90deg, rgba(0, 6, 43, 0.82), rgba(0, 6, 43, 0.26));
	content: "";
	inset: 0;
	position: absolute;
}

.rtt-srv-hero__background img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.rtt-srv-hero {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	position: relative;
	z-index: 1;
}
.rtt-srv-hero__content {
	max-width: 590px;
}
.rtt-srv-subpage-hero {
	position: relative;
	text-align: center;
	z-index: 1;
}

.rtt-srv-subpage-hero__content {
	margin: 0 auto;
	max-width: 900px;
}

.rtt-srv-hero h1,
.rtt-srv-hero p,
.rtt-srv-subpage-hero h1,
.rtt-srv-subpage-hero p {
	color: var(--rtt-srv-white);
}

.rtt-srv-subpage-hero h1 {
	margin-bottom: 22px;
}

.rtt-srv-hero__content > p {
	font-size: 24px;
	line-height: 1.5;
	max-width: 530px;
  font-weight:bolder;
}

.rtt-srv-subpage-hero__text {
	margin: 0 auto;
	max-width: 760px;
}

.rtt-srv-subpage-hero__text > *:last-child {
	margin-bottom: 0;
}

.rtt-srv-subpage-hero__text p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.rtt-srv-button {
	align-items: center;
	background: var(--rtt-srv-teal);
	border-radius: 4px;
	color: var(--rtt-srv-ink);
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 34px;
	min-height: 54px;
	padding: 0 28px;
	text-decoration: none;
}

.rtt-srv-button:hover,
.rtt-srv-button:focus {
	background: var(--rtt-srv-aqua);
	color: var(--rtt-srv-ink);
	text-decoration: none;
}
.rtt-srv-accordion__trigger:focus {
	outline:none!important;
}

.rtt-srv-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	margin-top: 42px;
}

.rtt-srv-stat strong {
	color: var(--rtt-srv-teal);
	display: block;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
}

.rtt-srv-stat span {
	font-size: 0.7em;
}

.rtt-srv-stat p {
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
}

.rtt-srv-hero__media img {
	display: block;
	margin-left: auto;
	width: min(100%, 560px);
}

.logos-holder {
	background: var(--rtt-srv-white);
	padding: 42px 0;
}

.rtt-srv-logo-grid {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.rtt-srv-logo-grid__item {
	align-items: center;
	display: flex;
	height: 96px;
	justify-content: center;
	padding: 18px;
}

.rtt-srv-logo-grid__item img {
	display: block;
	filter: saturate(0.9);
	max-height: 64px;
	object-fit: contain;
	width: auto;
}

.control-holder,
.growth-holder,
.why-holder {
	background: var(--rtt-srv-cloud);
}

.rtt-srv-media {
	align-items: center;
	display: grid;
	gap: 62px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rtt-srv-media--image-left .rtt-srv-media__image {
	order: -1;
}

.rtt-srv-media__content {
	max-width: 560px;
}

.rtt-srv-media__image {
	aspect-ratio: 16 / 10;
	border-radius: var(--rtt-srv-radius);
	overflow: hidden;
}

.rtt-srv-media__image img,
.rtt-srv-consult__media img,
.rtt-srv-accordion__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.consult-holder {
	background: var(--rtt-srv-cloud);
}

.rtt-srv-consult {
	background: transparent;
	border-radius: var(--rtt-srv-radius);
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
	overflow: hidden;
}

.rtt-srv-consult__media {
	min-height: 520px;
}

.rtt-srv-consult__form {
	background: var(--rtt-srv-white);
	padding: 56px;
}

.rtt-srv-form-placeholder {
	background: var(--rtt-srv-white);
	border-radius: var(--rtt-srv-radius);
	color: var(--rtt-srv-muted);
	font-size: 15px;
	margin-top: 28px;
	min-height: 270px;
}

.rtt-srv-consult form,
.rtt-srv-consult form p,
.rtt-srv-consult label,
.rtt-srv-consult .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.rtt-srv-consult label {
	color: var(--rtt-srv-ink);
	font-weight: 700;
	margin-bottom: 8px;
}

.rtt-srv-consult input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
.rtt-srv-consult select,
.rtt-srv-consult textarea,
.rtt-srv-consult .form-control {
	border: 1px solid #d0d0d3 !important;
	border-radius: 4px !important;
	box-sizing: border-box;
	margin-bottom: 16px;
	max-width: 100%;
	width: 100% !important;
  margin-top:3px;
}

.rtt-srv-consult input[type="submit"],
.rtt-srv-consult button,
.rtt-srv-consult .wpcf7-submit,
.rtt-srv-consult .btn {
	background-color: #00062b !important;
	border-color: #00062b !important;
	color: #ffffff !important;
	width: auto;
}

.features-holder {
	background: var(--rtt-srv-white);
}

.features-section {
	background: var(--rtt-srv-white);
}

.rtt-srv-solutions-category {
	margin-top: 56px;
}

.rtt-srv-solutions-category:first-of-type {
	margin-top: 36px;
}

.rtt-srv-solutions-category > h3 {
	margin-bottom: 24px;
}

.rtt-srv-solutions-tabs {
	background: var(--rtt-srv-cloud);
	border-radius: var(--rtt-srv-radius);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	overflow: hidden;
}

.rtt-srv-solutions-tabs__nav {
	border-right: 1px solid rgba(50, 47, 73, 0.12);
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px;
}

.rtt-srv-solutions-pill {
	background: transparent;
	border: 0;
	border-radius: 8px 50px 50px 8px;
	color: var(--rtt-srv-ink);
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	padding: 13px 14px;
	text-align: left;
	transition: background-color 180ms ease, color 180ms ease;
	width: 100%;
}

.rtt-srv-solutions-pill:hover,
.rtt-srv-solutions-pill:focus,
.rtt-srv-solutions-pill.is-active {
	background: var(--rtt-srv-teal);
	color: var(--rtt-srv-ink);
	outline: 0;
  font-weight:700;
}
.rtt-srv-solutions-pill:hover  {
  font-weight:400;
}

.rtt-srv-solutions-tabs__panels {
	padding: 34px;
}

.rtt-srv-solutions-panel {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
}

.rtt-srv-solutions-panel[hidden] {
	display: none;
}

.rtt-srv-solutions-panel h4 {
	font-size: 28px;
	margin-bottom: 16px;
  line-height:1.2;
}

.rtt-srv-solutions-panel p {
	margin-bottom: 0;
}

.rtt-srv-solutions-panel__media {
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	overflow: hidden;
}

.rtt-srv-solutions-panel__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.self-driving-holder {
	background: var(--rtt-srv-cloud);
}

.rtt-srv-solutions-media {
	align-items: center;
	display: grid;
	gap: 62px;
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
}

.rtt-srv-solutions-media__content {
	max-width: 560px;
}

.rtt-srv-solutions-media__video {
	aspect-ratio: 16 / 9;
	background: var(--rtt-srv-ink);
	border-radius: var(--rtt-srv-radius);
	overflow: hidden;
}

.rtt-srv-solutions-media__video iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.achievements-holder {
	background: var(--rtt-srv-ink);
	color: var(--rtt-srv-white);
}

.rtt-srv-solutions-stats {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
}

.rtt-srv-solutions-stats h2 {
	color: var(--rtt-srv-white);
}

.rtt-srv-solutions-stats__items {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rtt-srv-solutions-stat {
	background: rgba(255, 255, 255, 0.08);
	border-radius: var(--rtt-srv-radius);
	padding: 32px;
}

.rtt-srv-solutions-stat strong {
	color: var(--rtt-srv-teal);
	display: block;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}

.rtt-srv-solutions-stat strong span {
	font-size: 0.55em;
}

.rtt-srv-solutions-stat p {
	color: var(--rtt-srv-white);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
}

.rtt-srv-solutions-stat small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
}

.rtt-srv-card-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rtt-srv-card {
	background: var(--rtt-srv-cloud);
	border-radius: var(--rtt-srv-radius);
	padding: 30px;
}

.rtt-srv-card__icon {
	align-items: center;
	background: var(--rtt-srv-teal);
	border-radius: 50%;
	display: flex;
	height: 52px;
	justify-content: center;
	margin-bottom: 22px;
	width: 52px;
}

.rtt-srv-card__icon img {
	height: 28px;
	width: 28px;
}

.why-holder {
	padding-bottom: 32px;
	text-align: center;
}

.rtt-srv-section-title h2 {
	margin-bottom: 0;
}

.accordion-holder {
	background: var(--rtt-srv-cloud);
	padding-top: 32px;
}

.rtt-srv-accordion {
	align-items: start;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.rtt-srv-accordion__items {
	background: transparent;
}

.rtt-srv-accordion__item {
	border-top: 1px solid var(--rtt-srv-line);
}

.rtt-srv-accordion__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--rtt-srv-ink);
	display: flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.35;
	padding: 22px 24px;
	text-align: left;
	width: 100%;
}

.rtt-srv-accordion__trigger::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 10px;
	margin-left: 18px;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	width: 10px;
}

.rtt-srv-accordion__trigger[aria-expanded="true"]::after {
	transform: rotate(225deg);
}

.rtt-srv-accordion__panel {
	padding: 0 24px 24px;
}

.rtt-srv-accordion__media {
	aspect-ratio: 16 / 10;
	align-self: start;
	border-radius: var(--rtt-srv-radius);
	overflow: hidden;
}

.site-footer {
	background: var(--rtt-srv-navy);
	color: var(--rtt-srv-white);
}

.site-footer .site-info {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 64px;
}

@media screen and (max-width: 1199px) {
  #main-nav {
    position: absolute;
    background: white;
    border-radius: 12px;
    right: 0;
    top: 50px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color:var(--rtt-srv-ink);
    padding:6px 20px;
  }
	.section h1 {
		font-size: 44px;
	}

	.section h2 {
		font-size: 34px;
	}

	.rtt-srv-logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 991px) {
	.section {
		padding: 64px 0;
	}

	.hero-holder {
		min-height: 0;
		padding: 78px 0;
	}
  .hero-holder {
    color: var(--rtt-srv-white);
    min-height: 850px;
    padding: 110px 0 95px;
    padding-top: 200px;
    margin-top: -115px;
}

	.subpage-hero-holder {
		min-height: 480px;
		padding: 150px 0 80px;
	}

	.rtt-srv-hero,
	.rtt-srv-media,
	.rtt-srv-solutions-media,
	.rtt-srv-solutions-stats,
	.rtt-srv-consult,
	.rtt-srv-accordion {
		grid-template-columns: 1fr;
	}

	.rtt-srv-solutions-tabs,
	.rtt-srv-solutions-panel {
		grid-template-columns: 1fr;
	}

	.rtt-srv-solutions-tabs__nav {
		border-bottom: 1px solid rgba(50, 47, 73, 0.12);
		border-right: 0;
		flex-direction: row;
		overflow-x: auto;
	}

	.rtt-srv-solutions-pill {
		flex: 0 0 auto;
		white-space: nowrap;
		width: auto;
	}

	.rtt-srv-hero__media img {
		margin: 0;
		width: min(100%, 460px);
	}

	.rtt-srv-media--image-left .rtt-srv-media__image {
		order: 0;
	}

	.rtt-srv-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rtt-srv-consult__media {
		min-height: 360px;
	}
}

@media screen and (max-width: 767px) {
	.section h1 {
		font-size: 36px;
	}

	.section h2 {
		font-size: 30px;
	}

	.rtt-srv-logo-grid,
	.rtt-srv-solutions-stats__items,
	.rtt-srv-card-grid {
		grid-template-columns: 1fr;
	}

	.rtt-srv-logo-grid__item {
		height: 84px;
	}

	.rtt-srv-consult__form,
	.rtt-srv-solutions-stat,
	.rtt-srv-card {
		padding: 26px;
	}

	.rtt-srv-solutions-tabs__panels {
		min-height: 0;
		padding: 26px;
	}

	.rtt-srv-stats {
		gap: 24px;
	}

	.rtt-srv-stat strong {
		font-size: 36px;
	}

	.rtt-srv-subpage-hero__text p {
		font-size: 19px;
	}

	.rtt-srv-solutions-panel h4 {
		font-size: 22px;
	}

	.rtt-srv-solutions-stat strong {
		font-size: 54px;
	}
}
