html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}
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;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
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;
  line-height: 0px;
  font-size: 0px;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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;
}
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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
  margin-top: 0px;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
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;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #e6e6e6;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px;
  outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #afafaf;
  background: #afafaf;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #ccc;
  background: #e6e6e6;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #afafaf;
  background: #afafaf;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #b5bdff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  padding: 5px 10px;
}
textarea {
  width: 100%;
  resize: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
.clearfix:before,
.clearfix:after,
.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;
}
.clearfix:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.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;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
@media screen and (max-width: 750px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
    position: relative;
  }
}
#array-share ul,
#array-share li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}
#array-share li {
  margin-bottom: 10px;
}
#array-share li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #a7a5a5;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#array-share li svg {
  height: 35px;
  margin-right: 15px;
}
#array-share li path {
  fill: #404040;
}
.ajax-loader {
  display: block;
  position: relative;
  text-align: center;
  margin: 100px 0;
}
.ajax-loader .ajax-spinner {
  display: inline-block;
  border: 6px solid #3e6197;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 1s linear infinite;
}
.ajax-loader .ajax-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  color: #333;
  font-weight: 600;
  font-family: "Lato", "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.misha_loadmore {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
.misha_loadmore:hover {
  background-color: #767676;
  color: #fff;
}
.primary-heading {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 44px;
  font-weight: 900;
  margin: 0.8em 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.3em;
}
@media screen and (max-width: 1280px) {
  .primary-heading {
    font-size: 36px;
  }
}
@media screen and (max-height: 750px) {
  .primary-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .primary-heading {
    font-size: 30px;
  }
}
@media screen and (max-height: 650px) {
  .primary-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .primary-heading {
    font-size: 26px;
    margin: 0.5em 0px;
  }
}
.secondary-heading {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin: 0.8em 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.3em;
}
@media screen and (max-width: 1280px) {
  .secondary-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .secondary-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .secondary-heading {
    font-size: 18px;
  }
}
.small-heading {
  font-size: 16px;
  margin: 0px 0px 0.5em 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .small-heading {
    font-size: 14px;
  }
}
.back-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  color: #2d2d2d;
  cursor: pointer;
  padding: 10px 30px 10px 45px;
}
.back-link:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/wp-content/themes/tta/images/shell/back-arrow.svg");
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
}
.back-link:hover {
  color: #52b763;
}
.custom-link a,
.custom-link span {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  color: #2d2d2d;
  cursor: pointer;
  padding: 10px 38px 10px 0px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.custom-link a:before,
.custom-link span:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/wp-content/themes/tta/images/shell/back-arrow.svg");
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 12px;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}
.custom-link a:hover,
.custom-link span:hover {
  color: #52b763;
}
.custom-button {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.custom-button:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/tta/images/shell/circle.svg") center
    center no-repeat;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
}
.custom-button a,
.custom-button span {
  font-weight: 800;
  color: #312c2d;
  display: inline-block;
  padding: 10px 60px 10px 0px;
  position: relative;
  z-index: 3;
  -webkit-transition: padding 0.3s ease-out;
  -moz-transition: padding 0.3s ease-out;
  -ms-transition: padding 0.3s ease-out;
  -o-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}
.custom-button a:hover,
.custom-button span:hover {
  color: #52b763;
  padding: 10px 55px 10px 5px;
}
.custom-button a:hover:after,
.custom-button span:hover:after {
  width: 17px;
  right: 8px;
}
.custom-button a:hover:before,
.custom-button span:hover:before {
  transform: scaleY(0);
}
.custom-button a:after,
.custom-button span:after {
  content: "";
  width: 40px;
  height: 32px;
  background: url("/wp-content/themes/tta/images/shell/arrow.svg") right center
    no-repeat;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.custom-button a:before,
.custom-button span:before {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 18px;
  top: 17px;
  background: #fff;
  z-index: 3;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -ms-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.simple-button {
  position: relative;
  display: inline-block;
}
.simple-button a,
.simple-button span {
  font-weight: 800;
  color: #312c2d;
  display: inline-block;
  padding: 10px 60px 10px 0px;
  position: relative;
}
.simple-button a:after,
.simple-button span:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/tta/images/shell/link.svg");
  position: absolute;
  right: 0px;
  top: 12px;
  background-size: 40px;
  background-repeat: no-repeat;
}
.simple-button-white {
  position: relative;
  display: inline-block;
}
.simple-button-white a,
.simple-button-white span {
  font-weight: 800;
  color: #fff;
  display: inline-block;
  padding: 10px 60px 10px 0px;
  position: relative;
}
.simple-button-white a:hover,
.simple-button-white span:hover {
  color: #52b763;
}
.simple-button-white a:after,
.simple-button-white span:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/tta/images/shell/link-white.svg");
  position: absolute;
  right: 0px;
  top: 12px;
  background-size: 40px;
  background-repeat: no-repeat;
}
#navbar {
  background: #fff;
  padding: 0;
  margin: 0 auto;
  height: 80px;
  padding: 0 9.5%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #navbar {
    padding: 0px 7%;
  }
}
@media screen and (max-width: 1020px) {
  #navbar {
    height: 77px;
  }
}
@media screen and (max-width: 800px) {
  #navbar {
    padding: 0 15px;
    height: 60px;
  }
}
#navbar:after {
  display: none;
}
#navbar:before {
  display: none;
}
#navbar .search-toggle {
  width: 25px;
  height: 80px;
  background: red;
  background: url("/wp-content/themes/tta/images/shell/search-blue.svg") center
    center no-repeat;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  right: 0;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 1020px) {
  #navbar .search-toggle {
    height: 77px;
  }
}
@media screen and (max-width: 800px) {
  #navbar .search-toggle {
    height: 60px;
    width: 40px;
  }
}
#navbar .search-form {
  display: none;
  position: absolute;
  z-index: 999;
  top: 80px;
  right: 0px;
}
@media screen and (max-width: 1020px) {
  #navbar .search-form {
    top: 77px;
  }
}
@media screen and (max-width: 800px) {
  #navbar .search-form {
    top: 60px;
  }
}
#navbar .search-form input {
  border: none;
  height: 50px;
  padding: 0px 125px 0px 25px;
  background: #f7f6f1;
}
@media screen and (max-width: 800px) {
  #navbar .search-form input {
    height: 44px;
    padding: 0px 110px 0px 18px;
  }
}
#navbar .search-form input:focus {
  outline: none;
}
#navbar .search-form input.search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #3e6197;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  margin-right: 0px;
  padding: 0px 25px;
}
@media screen and (max-width: 800px) {
  #navbar .search-form input.search-submit {
    font-weight: 600;
    padding: 0px 18px;
    font-size: 14px;
  }
}
.top-bar {
  width: 100%;
  background: #3e6197;
  position: relative;
}
.top-bar .texture-bg {
  background-size: cover !important;
}
.top-bar .top-bar-inner {
  padding: 0px 9.5%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1280px) {
  .top-bar .top-bar-inner {
    padding: 0px 7%;
  }
}
@media screen and (max-width: 800px) {
  .top-bar .top-bar-inner {
    padding: 0px 15px;
  }
}
.top-bar .top-bar-inner .menu-top-bar-nav-container {
  display: flex;
  justify-content: flex-end;
}
.top-bar .top-bar-inner #top_bar_nav {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 -25px 0px 0px;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 1020px) {
  .top-bar .top-bar-inner #top_bar_nav {
    margin: 0px -15px 0px 0px;
  }
}
@media screen and (max-width: 800px) {
  .top-bar .top-bar-inner #top_bar_nav {
    margin: 0px;
  }
}
.top-bar .top-bar-inner #top_bar_nav li {
  color: #fff;
  line-height: 0px;
  padding: 0px;
}
.top-bar .top-bar-inner #top_bar_nav li a {
  line-height: 32px;
  font-size: 12px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 25px;
  display: inline-block;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.top-bar .top-bar-inner #top_bar_nav li a:hover {
  background: #2f4a73;
}
@media screen and (max-width: 1020px) {
  .top-bar .top-bar-inner #top_bar_nav li a {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 800px) {
  .top-bar .top-bar-inner #top_bar_nav li a {
    font-size: 11px;
    font-weight: 400;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 500px) {
  .top-bar .top-bar-inner #top_bar_nav li a {
    font-size: 9px;
    padding: 0px 8px;
  }
}
.top-bar .top-bar-inner #top_bar_nav .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.top-bar .top-bar-inner #top_bar_nav .menu-item-has-children .sub-menu {
  position: absolute;
  top: 28px;
  left: 0px;
  z-index: 9999999;
  display: none;
  flex-direction: column;
  align-items: start;
  padding: 25px;
  width: 100%;
  background: #3e6197;
}
.top-bar .top-bar-inner #top_bar_nav .menu-item-has-children .sub-menu li a {
  line-height: 1.8em;
  padding: 0;
  color: #000;
}
.top-bar .top-bar-inner #top_bar_nav .sub-menu {
  display: none;
}
#page {
  min-height: 100%;
  margin: 0 auto;
}
.site-branding {
  display: inline-block;
  line-height: 0px;
  font-size: 0px;
}
.site-logo {
  height: 55px;
}
@media screen and (max-width: 800px) {
  .site-logo {
    height: 46px;
    max-width: 500px;
  }
}
nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#site-navigation {
  height: 80px;
  display: flex;
}
@media screen and (max-width: 1020px) {
  #site-navigation {
    height: 77px;
  }
}
@media screen and (max-width: 800px) {
  #site-navigation {
    height: 60px;
  }
}
.menu-main-nav-container {
  float: left;
}
#header_nav {
  margin: 0px;
  padding: 0px;
  display: flex;
}
@media screen and (max-width: 800px) {
  #header_nav {
    display: none;
  }
}
#header_nav li {
  padding: 0px;
}
@media screen and (max-width: 800px) {
  #header_nav li {
    float: none;
  }
}
#header_nav li:hover > a {
  border-bottom-color: #3e6197;
}
#header_nav li a {
  line-height: 3em;
  color: #3e6197;
  text-decoration: none;
  border-top: 6px solid transparent;
  padding: 13px 20px;
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 6px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header_nav li a:hover {
  border-bottom: 6px solid #3e6197;
}
@media screen and (max-width: 1020px) {
  #header_nav li a {
    padding: 13px 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  #header_nav li a {
    display: block;
    width: 100%;
  }
}
#header_nav li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 9999999;
  display: none;
  flex-direction: column;
  align-items: start;
  width: 700px;
  background: #fff;
}
@media screen and (max-width: 1020px) {
  #header_nav li.menu-item-has-children .sub-menu {
    top: 77px;
    width: calc(100% - 200px);
    margin-left: 200px;
  }
}
#header_nav li.menu-item-has-children .sub-menu:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 50%;
  background: #eaeaea;
}
#header_nav li.menu-item-has-children .sub-menu:before {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  left: -300px;
  top: 0px;
  background: url("/wp-content/uploads/2019/06/cta-art.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1020px) {
  #header_nav li.menu-item-has-children .sub-menu:before {
    left: -200px;
    width: 200px;
  }
}
#header_nav li.menu-item-has-children .sub-menu li {
  width: 100%;
  border-left: 6px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header_nav li.menu-item-has-children .sub-menu li a {
  line-height: 1.8em;
  padding: 20px 30px !important;
  padding: 0;
  border-bottom: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: 0px;
}
@media screen and (max-width: 1020px) {
  #header_nav li.menu-item-has-children .sub-menu li a {
    padding: 15px 20px !important;
  }
}
#header_nav li.menu-item-has-children .sub-menu li:hover {
  background-color: #efefef;
  border-left: 6px solid #3e6197;
}
#header_nav li.menu-item-has-children .sub-menu li li {
  background: #efefef;
}
#header_nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu {
  display: flex;
}
#header_nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > a {
  border-bottom: none;
}
#header_nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  .sub-menu {
  display: none;
  top: 0px;
  right: 0;
  width: 50%;
  background: #eaeaea;
  z-index: 9;
  height: 100%;
}
#header_nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  .sub-menu:before,
#header_nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  .sub-menu:after {
  display: none;
}
@media screen and (max-width: 800px) {
  #header_nav {
    display: none;
  }
}
.site-footer {
  padding: 0;
  background: #333;
  height: auto;
}
.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner {
    padding: 5% 5% 4% 5%;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .footer-inner {
    flex-wrap: wrap;
    position: relative;
    padding: 6%;
  }
}
.site-footer .footer-inner .footer-contact {
  width: 50%;
}
.site-footer .footer-inner .footer-contact > span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 7px;
}
.site-footer .footer-inner .footer-contact a {
  color: #a7a5a5;
}
.site-footer .footer-inner .footer-contact a:hover {
  color: #fff;
}
.site-footer .footer-inner .footer-social {
  width: 50%;
  padding: 0px 20px;
}
.site-footer .footer-inner .footer-social span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 7px;
}
.site-footer .footer-inner .footer-social > a {
  text-decoration: none;
  color: #a7a5a5;
  text-transform: none;
  font-size: 12px;
  display: inline-block;
  padding: 10px 0px 10px 40px;
  font-weight: 600;
  letter-spacing: 1px;
}
.site-footer .footer-inner .footer-social > a:hover {
  color: #fff;
}
.site-footer .footer-inner .footer-social .facebook {
  background: url("/wp-content/themes/tta/images/shell/facebook-white.svg") left
    center no-repeat;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 28px;
}
.site-footer .footer-inner .footer-social .instagram {
  background: url("/wp-content/themes/tta/images/shell/instagram.svg") left 1px
    center no-repeat;
  -webkit-background-size: 25px;
  -moz-background-size: 25px;
  -o-background-size: 25px;
  background-size: 25px;
}
.site-footer .footer-inner .footer-social .youtube {
  background: url("/wp-content/themes/tta/images/shell/youtube.svg") left center
    no-repeat;
  -webkit-background-size: 28px;
  -moz-background-size: 28px;
  -o-background-size: 28px;
  background-size: 28px;
}
.site-footer .footer-inner .footer-social .simple-button a {
  color: #fff;
}
.site-footer .footer-inner .footer-social .simple-button a:hover {
  color: #3e6197;
}
.site-footer .footer-inner .footer-social .simple-button a:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/tta/images/shell/link-white.svg");
  position: absolute;
  right: 0px;
  top: 12px;
  background-size: 40px;
  background-repeat: no-repeat;
}
.site-footer .footer-inner .footer-right {
  width: 75%;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner .footer-right {
    width: 80%;
  }
}
@media screen and (max-width: 1050px) {
  .site-footer .footer-inner .footer-right {
    width: 75%;
  }
}
@media screen and (max-width: 950px) {
  .site-footer .footer-inner .footer-right {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .footer-inner .footer-right {
    width: 100%;
  }
}
.site-footer .footer-inner .footer-right .search-form {
  display: block;
  position: relative;
  width: 100%;
}
.site-footer .footer-inner .footer-right .search-form input {
  border-radius: 10px;
  background: #ebeaea;
  border: none;
  height: 46px;
  padding: 0px 22px;
}
.site-footer .footer-inner .footer-right .search-form input:focus {
  outline: none;
  background-color: #fff;
}
.site-footer .footer-inner .footer-right .search-form .search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: red;
  font-size: 0px;
  padding: 0px;
  width: 46px;
  height: 46px;
  background: url("/wp-content/themes/tta/images/shell/search.svg") center
    center no-repeat;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}
.site-footer .footer-inner .footer-right .search-toggle {
  display: none;
  width: 0;
  height: 0;
}
.site-footer .footer-inner .footer-right .flex-fix {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  color: #a7a5a5;
  font-size: 15px;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner .footer-right .flex-fix {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1050px) {
  .site-footer .footer-inner .footer-right .flex-fix {
    margin-bottom: 25px;
  }
}
.site-footer .footer-inner .footer-right .footer-col-1,
.site-footer .footer-inner .footer-right .footer-col-2 {
  width: 45%;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .site-footer .footer-inner .footer-right .footer-col-1,
  .site-footer .footer-inner .footer-right .footer-col-2 {
    width: 100%;
  }
}
.site-footer .footer-inner .footer-right .footer-col-1 {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .site-footer .footer-inner .footer-right .footer-col-1 {
    padding-top: 20px;
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 1050px) {
  .site-footer .footer-inner .footer-right .footer-col-1 .footer-col {
    width: 50%;
    padding-right: 10px;
  }
}
.site-footer .footer-inner .footer-right .footer-col-2 {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .site-footer .footer-inner .footer-right .footer-col-2 {
    order: 1;
  }
}
.site-footer .footer-inner .footer-right .footer-search {
  width: 100%;
}
.site-footer .footer-inner .footer-right .credits,
.site-footer .footer-inner .footer-right .bc-treaty {
  color: #a7a5a5;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
  letter-spacing: 1px;
  font-weight: bold;
}
.site-footer .footer-inner .footer-right .credits a,
.site-footer .footer-inner .footer-right .bc-treaty a {
  color: #a7a5a5;
}
.site-footer .footer-inner .footer-right .credits a:hover,
.site-footer .footer-inner .footer-right .bc-treaty a:hover {
  color: #fff;
}
.site-footer .footer-inner .footer-right .bc-treaty {
  margin: 0;
}
.site-footer .footer-inner .footer-right .bc-treaty img {
  float: left;
  margin-right: 15px;
}
.site-footer .footer-inner .footer-right .credits {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner .footer-right .credits {
    display: block;
  }
}
.site-footer .footer-inner .footer-right .credits div {
  width: 46%;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner .footer-right .credits div {
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner .footer-right .credits .credit-links {
    padding-top: 20px;
  }
}
.site-footer .footer-inner .footer-branding {
  display: inline-block;
  float: left;
  line-height: 0px;
  font-size: 0px;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner .footer-branding {
    width: 20%;
    text-align: left;
  }
}
@media screen and (max-width: 1050px) {
  .site-footer .footer-inner .footer-branding {
    width: 25%;
  }
}
@media screen and (max-width: 950px) {
  .site-footer .footer-inner .footer-branding {
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .footer-inner .footer-branding {
    width: auto;
    padding-bottom: 35px;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 40px;
    left: 40px;
    opacity: 0.1;
  }
}
.site-footer .footer-inner .footer-branding .footer-logo {
  height: 250px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-inner .footer-branding .footer-logo {
    height: 150px;
  }
}
@media screen and (max-width: 950px) {
  .site-footer .footer-inner .footer-branding .footer-logo {
    height: 130px;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .footer-inner .footer-branding .footer-logo {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .menu-footer-navigation-container {
    width: 100%;
  }
}
#footer_nav {
  float: right;
  list-style-type: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  height: 210px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #footer_nav {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #footer_nav > li {
    float: none;
    width: 50%;
  }
}
#footer_nav li {
  position: relative;
  padding: 0px 30px 0px 0px;
}
#footer_nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer_nav li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  #footer_nav li a {
    display: block;
    width: 100%;
  }
}
#footer_nav li .sub-menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#footer_nav li .sub-menu li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  color: #a7a5a5;
  text-transform: none;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#footer_nav li .sub-menu li a:hover {
  opacity: 1;
  color: #fff;
}
.mobile-wrap {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
}
.mobile-wrap .menu-main-nav-container {
  float: none;
}
#mobile_nav {
  clear: both;
  text-align: left;
  width: 100%;
  float: none;
  background: #3e6197;
}
#mobile_nav li {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
#mobile_nav li.menu-item-has-children.active > .arrow {
  transform: rotate(-90deg);
}
#mobile_nav li.menu-item-has-children .arrow {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url("/wp-content/themes/tta/images/shell/next-arrow.png") center
    center no-repeat;
  -webkit-background-size: 6px;
  -moz-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#mobile_nav li.menu-item-has-children .sub-menu {
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
#mobile_nav li.menu-item-has-children .sub-menu li a {
  padding-left: 35px;
}
#mobile_nav li.menu-item-has-children .sub-menu li .sub-menu li a {
  padding-left: 50px;
}
#mobile_nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-toggle {
  display: none;
  float: right;
  padding: 21px 11px 21px 11px;
  border: none;
  background: none !important;
}
@media screen and (max-width: 800px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle {
  width: 40px;
  height: 60px;
  display: none;
  right: 0px;
  top: 0px;
  background: none;
  position: relative;
  z-index: 9999999;
  padding: 0px;
  border: none;
}
@media screen and (max-width: 800px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle:hover {
  background: none;
}
.nav-toggle:active {
  background: none;
}
.nav-toggle:focus {
  background: none;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  background-color: #3e6197;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  transition: 0.2s;
}
.nav-toggle span::before {
  transform: translateY(-5px);
}
.nav-toggle span::after {
  transform: translateY(5px);
}
.nav-toggle.active span {
  height: 0;
}
.nav-toggle.active span:before {
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  transform: rotate(-45deg);
}
html {
  background: #f7f7f7;
}
body {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-display: swap;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  font-weight: 400;
  max-width: 1600px;
  margin: 0 auto;
  color: #2d2d2d;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-height: 650px) {
  body {
    font-size: 16px;
  }
}
.content-area {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #3e6197;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #2f4a73;
}
ul {
  margin: 0px 0px 1.5em 0px;
  padding: 0px 0px 0px 17px;
}
ul li {
  padding: 2px 0px;
}
.text-content {
  max-width: 980px;
  padding: 5.7% 7%;
  font-size: 18px;
  line-height: 1.8em;
}
@media screen and (max-width: 850px) {
  .text-content {
    padding: 4% 7%;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .text-content {
    padding: 4% 6%;
    font-size: 16px;
  }
}
.text-content img {
  margin: 10px 0px 0px 0px;
}
.page-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.25%;
}
.page-banner-wrap {
  width: 100%;
  position: relative;
}
.page-banner-wrap .page-banner {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #92a19a;
  overflow: hidden;
}
.page-banner-wrap .page-banner .banner-image {
  opacity: 0.22;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page-banner-wrap .page-banner .banner-logo {
  right: 25px;
  position: absolute;
  z-index: 3;
  bottom: -165px;
  right: -40px;
}
@media screen and (max-width: 1280px) {
  .page-banner-wrap .page-banner .banner-logo {
    max-width: 550px;
  }
}
@media screen and (max-width: 800px) {
  .page-banner-wrap .page-banner .banner-logo {
    max-width: 50%;
    bottom: auto;
    top: -10%;
  }
}
.page-banner-wrap .page-banner .banner-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.page-banner-wrap .page-banner .banner-text-wrap {
  max-width: 1000px;
  z-index: 5;
  padding: 12% 9.5% 3.5% 9.5%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .page-banner-wrap .page-banner .banner-text-wrap {
    padding: 12% 7% 2.5% 7%;
  }
}
@media screen and (max-width: 800px) {
  .page-banner-wrap .page-banner .banner-text-wrap {
    padding: 13% 6% 4% 6%;
  }
}
.page-banner-wrap .page-banner .banner-text-wrap .primary-heading {
  color: #fff;
}
.bread-wrap {
  background: #f7f6f1;
  font-size: 12px;
  margin: 0;
  padding-left: calc(9.5% - 5px);
  color: #3e6197;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .bread-wrap {
    padding-left: calc(7% - 5px);
  }
}
@media screen and (max-width: 800px) {
  .bread-wrap {
    padding: 0px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 600px) {
  .bread-wrap {
    overflow-x: scroll;
    min-height: 37px;
  }
}
#breadcrumbs {
  margin: 0px;
}
@media screen and (max-width: 800px) {
  #breadcrumbs {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 600px) {
  #breadcrumbs {
    position: absolute;
    top: 0px;
    left: 0px;
    white-space: nowrap;
  }
}
#breadcrumbs span {
  display: inline-block;
}
#breadcrumbs a {
  margin: 0 5px;
  font-size: 12px;
  color: #8a8a8a;
}
#breadcrumbs a:hover {
  color: #2f4a73;
}
#breadcrumbs .breadcrumb_last {
  margin: 0px 5px;
  display: inline-block;
}
.content-section {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .content-section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 850px) {
  .blue {
    display: none;
  }
}
.blue {
  background: #3e6197;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.blue.mobile {
  display: none;
}
@media screen and (max-width: 850px) {
  .blue.mobile {
    display: block;
  }
}
.blue.mobile .secondary-heading {
  padding-left: 40px;
  color: #fff;
}
.blue a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 15px 40px 10px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blue a:hover {
  background: rgba(47, 74, 115, 0.5);
}
.blue a.active {
  background: #2f4a73;
  border-left: 5px solid #fff;
}
.blue li {
  display: block;
  list-style-type: none;
  padding: 0px;
  position: relative;
  z-index: 9;
}
.blue li .current_page_item a {
  background: #2f4a73;
  border-left: 5px solid #fff;
}
.blue ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.blue ul a {
  position: relative;
  z-index: 4;
  color: #fff;
  padding: 10px 45px;
  display: block;
  border-left: 5px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.employee-sidebar .blue ul li a{
    padding: 15px 34px 10px;
   
}
@media screen and (max-width: 850px) {
  .blue ul a {
    padding: 9px 7%;
  }
}
@media screen and (max-width: 800px) {
  .blue ul a {
    padding: 9px 6%;
  }
}
.blue ul a:hover {
  background: rgba(47, 74, 115, 0.5);
}
.negotiations-sidebar {
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 7%;
  flex: 0 0 280px;
}
@media screen and (max-width: 850px) {
  .negotiations-sidebar {
    order: 2;
    flex: 0 0 100%;
    justify-content: flex-start;
    padding: 0px;
  }
}
.negotiations-sidebar .back-link {
  padding: 17% 30px 17% 45px;
  clear: both;
  margin-left: 45px;
}
@media screen and (max-width: 1280px) {
  .negotiations-sidebar .back-link {
    padding: 12% 30px 12% 40px;
  }
}
@media screen and (max-width: 850px) {
  .negotiations-sidebar .back-link {
    padding: 20px 30px 30px 40px;
    text-align: left;
    margin-left: 7%;
  }
}
.negotiations-sidebar .grey {
  padding: 30px 60px 30px 50px;
  background: #9caaa4;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 900;
  z-index: 5;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.negotiations-sidebar .grey:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/tta/images/shell/arrow-circle-white.svg")
    center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.negotiations-sidebar .grey:hover {
  color: #fff;
  background: #52b763;
}
.negotiations-sidebar .grey span {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .negotiations-sidebar .grey {
    width: 100%;
    display: block;
    margin: 5px 0px;
    padding: 25px 7%;
  }
}
@media screen and (max-width: 800px) {
  .negotiations-sidebar .grey {
    padding: 25px 9% 25px 6%;
  }
}
.texture-bg {
  position: absolute;
  z-index: 1;
  background-image: url("/wp-content/themes/tta/images/shell/tta-texture.svg");
  background-size: 350%;
  background-position: center center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
}
.cta {
  display: flex;
  justify-content: space-between;
  height: auto;
  border: 1.5px solid #fff;
  border-left: 0px;
  border-right: 0px;
}
@media screen and (max-width: 850px) {
  .cta {
    border-top: 0px;
  }
}
.cta .left-cta,
.cta .right-cta {
  width: 50%;
  padding: 7% 7%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1.5px solid #fff;
}
@media screen and (max-width: 850px) {
  .cta .left-cta,
  .cta .right-cta {
    border-top: 0px;
  }
}
@media screen and (max-width: 800px) {
  .cta .left-cta,
  .cta .right-cta {
    padding: 6%;
  }
}
@media screen and (max-width: 500px) {
  .cta .left-cta,
  .cta .right-cta {
    padding: 5%;
  }
}
.cta .left-cta:hover .cta-overlay,
.cta .right-cta:hover .cta-overlay {
  opacity: 0.97;
}
.cta .left-cta .cta-overlay,
.cta .right-cta .cta-overlay {
  background-color: #3e6197;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.cta .left-cta .cta-text,
.cta .right-cta .cta-text {
  text-align: center;
  position: relative;
  z-index: 3;
}
.cta .left-cta .cta-text h2,
.cta .right-cta .cta-text h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  .cta .left-cta .cta-text h2,
  .cta .right-cta .cta-text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .cta .left-cta .cta-text h2,
  .cta .right-cta .cta-text h2 {
    font-size: 18px;
  }
}
.cta .left-cta {
  border-left: 0px;
}
.cta .right-cta {
  border-right: 0px;
}
.email-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #92a19a;
  position: relative;
  border-bottom: 8px solid #3e6197;
}
@media screen and (max-width: 1000px) {
  .email-bar {
    padding: 28px 6% 20px 6%;
  }
}
.email-bar .texture-bg {
  background-size: 110%;
}
.email-bar .email-inner {
  max-width: 905px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .email-bar .email-inner {
    max-width: none;
    flex-wrap: wrap;
  }
}
.email-bar .email-inner .email-col-1 {
  width: 35%;
  letter-spacing: 1px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .email-bar .email-inner .email-col-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .email-bar .email-inner .email-col-1 h5 {
    margin: 0px 0px 15px 0px;
  }
}
.email-bar .email-inner .email-col-2 {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .email-bar .email-inner .email-col-2 {
    width: 100%;
  }
}
.email-bar .email-inner .email-col-2 #mce-EMAIL {
  height: 50px;
  padding: 10px 20px;
  border-radius: 10px;
}
.email-bar .email-inner .email-col-2 #mc_embed_signup form {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .email-bar .email-inner .email-col-2 #mc_embed_signup form {
    flex-wrap: wrap;
  }
}
.email-bar .email-inner .email-col-2 #mc_embed_signup input {
  border: none;
}
@media screen and (max-width: 1000px) {
  .email-bar .email-inner .email-col-2 #mc_embed_signup input {
    width: 100%;
  }
}
.email-bar .email-inner .email-col-2 #mc_embed_signup input:focus {
  outline: none;
}
.email-bar .email-inner .email-col-2 #mc_embed_signup #mc-embedded-subscribe {
  background: url("/wp-content/themes/tta/images/shell/submit.png") right 2px
    center no-repeat;
  border: none;
  color: #fff;
  font-weight: 900;
  padding: 10px 63px 10px 30px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 1000px) {
  .email-bar .email-inner .email-col-2 #mc_embed_signup #mc-embedded-subscribe {
    width: auto;
    padding-left: 0px;
    margin-top: 10px;
  }
}
.email-bar
  .email-inner
  .email-col-2
  #mc_embed_signup
  #mc-embedded-subscribe:hover {
  color: #3e6197;
}
.cta-banner {
  background: #3e6197;
  width: 100%;
  padding: 4% 6%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .cta-banner {
    padding: 5% 6%;
  }
}
.cta-banner .texture-bg {
  background-size: cover;
}
.cta-banner .inner {
  color: #fff;
  font-size: 26px;
  text-align: center;
  max-width: 850px;
  line-height: 1.65;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .cta-banner .inner {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .cta-banner .inner {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .cta-banner .inner {
    font-size: 16px;
  }
}
.center-intro {
  max-width: 900px;
  padding: 4% 7% 5% 7%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .center-intro {
    padding: 4% 6% 5% 6%;
  }
}
.search-item {
  padding: 3% 9.5% 4.5% 9.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .search-item {
    padding: 3% 7% 4% 7%;
  }
}
@media screen and (max-width: 800px) {
  .search-item {
    padding: 3% 6% 4% 6%;
  }
}
.search-item:nth-child(odd) {
  background: #f7f6f1;
}
.search-item .search-inner {
  max-width: 850px;
}
.posts-navigation {
  text-align: center;
}
.posts-navigation .screen-reader-text {
  display: none;
}
.posts-navigation .nav-links {
  padding: 20px;
}
.posts-navigation .nav-links .nav-next {
  display: inline-block;
}
.posts-navigation .nav-links .nav-next a {
  display: inline-block;
  padding: 20px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #333;
  font-size: 14px;
}
.posts-navigation .nav-links .nav-next a:hover {
  color: #3e6197;
}
.posts-navigation .nav-links .nav-previous {
  display: inline-block;
}
.posts-navigation .nav-links .nav-previous a {
  display: inline-block;
  padding: 20px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #333;
  font-size: 14px;
}
.posts-navigation .nav-links .nav-previous a:hover {
  color: #3e6197;
} /*# sourceMappingURL=styles.css.map */
