/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2024 | 15:29:52 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2021 | 23:59:43 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25em;
  text-transform: none !important;
}
h1 {
  font-size: 60px;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
li {
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 150% !important;
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 100px;
  }
}
h2 {
  font-size: 40px;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
h3 {
  font-size: 32px;
  font-weight: bold !important;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
p {
  line-height: 1.5em !important;
  font-weight: 300 !important;
}
.av-subheading p {
  font-size: 16px !important;
}
/*Helper Classes*/
.container_wrap {
  border-top-style: none !important;
}
blockquote {
  padding-top: 20px;
  padding-bottom: 20px;
}
blockquote p {
  font-style: italic;
}
.tab_content,
.tab_inner_content {
  background-color: #fff !important;
}
.tab.active_tab {
  color: #fff !important;
  background-color: #57618f;
}
.toggle_content {
  background-color: #fff !important;
}
.activeTitle {
  background-color: #57618f !important;
  color: #fff !important;
}
.toggler:hover {
  background-color: #57618f !important;
  color: #fff !important;
}
.lightblue_text {
  color: #7ebde1 !important;
}
.full_width_callout p {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 30px;
  line-height: 1.3em;
}
tr {
  background-color: #fff !important;
}
tr td {
  color: #3f3f3f !important;
}
form input,
form textarea,
form select {
  background-color: #fff !important;
  border: 3px solid #57618f !important;
  color: #57618f !important;
}
form input.button {
  margin-left: 0 !important;
  border: 2px solid #57618f !important;
}
.caption_fix .av-image-caption-overlay {
  position: relative;
  height: auto;
}
.caption_fix .av-caption-image-overlay-bg {
  display: none !important;
}
.image_row {
  display: flex !important;
  flex-wrap: nowrap;
  width: 100% !important;
  align-items: center;
  margin-left: 0 !important;
}
.image_row img,
.image_row svg {
  margin: 0 auto!important;
}
.image_row.three_images .avia-image-container {
  width: 33%;
  width: calc(100% / 3);
}
.image_row .avia-image-container {
  margin-bottom: 0 !important;
}
.image_row .avia-image-overlay-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.image_row .avia-image-overlay-wrap > div {
  order: 2;
}
.image_row .avia-image-overlay-wrap > img {
  order: 1;
}
.image_row .av-image-caption-overlay-center {
  color: #57618f !important;
  padding-top: 30px;
}
.image_row .av-image-caption-overlay-center p {
  font-size: 16px;
}
.image_row .add_padding {
  padding: 5%;
}
/*Nav*/
header#header .logo {
  max-height: 90px !important;
}
header#header .logo a {
  padding: 10px 0;
}
header#header .logo a svg {
  width: 100% !important;
  height: 100% !important;
}
header#header .avia-menu span {
  color: #FFF !important;
}
nav li a {
  text-transform: uppercase !important;
}
nav li.current-menu-item .avia-menu-fx {
  display: block !important;
}
#menu-ir ul li:before {
  display: none !important;
}
#menu-ir li.active-ir-menu a {
  color: #6ea92f !important;
  text-decoration: underline !important;
}
/*Inside Header*/
#inside_header {
  position: relative;
  overflow: hidden;
}
#inside_header .container {
  max-width: 100%;
}
#inside_header h1 {
  font-size: 80px;
}
#inside_header p {
  font-size: 22px !important;
}
#inside_header img {
  max-height: 600px;
  width: auto;
}
#inside_header .gray_header_triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate3d(-10%, 2%, 0);
  width: 100%;
}
#inside_header .colored_header_triangle {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translate3d(0, 15px, 0);
  width: 100%;
}
#header_image {
  height: 100vh;
  position: absolute;
  right: -52px;
  bottom: 0;
  width: 50%;
}
.purple_header h1 {
  color: #57618f !important;
}
.purple_header .colored_header_triangle #light {
  fill: #8085ab !important;
}
.purple_header .colored_header_triangle #dark {
  fill: #57618f !important;
}
.blue_header h1 {
  color: #7ebde1 !important;
}
.blue_header .colored_header_triangle #light {
  fill: #7ebde1 !important;
}
.blue_header .colored_header_triangle #dark {
  fill: #609dd5 !important;
}
.green_header h1 {
  color: #6ea92f !important;
}
.green_header .colored_header_triangle #light {
  fill: #a2c373 !important;
}
.green_header .colored_header_triangle #dark {
  fill: #6ea92f !important;
}
/*Footer*/
footer#socket .container {
  text-align: center !important;
}
footer#socket .copyright {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  opacity: .6;
  float: none;
}
footer#socket .copyright span {
  font-style: normal !important;
}
.trial_social {
  margin-top: 0;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: 15px;
}
.trial_social br {
  display: none !important;
}
.trial_social > span {
  float: none !important;
  width: 30px;
  height: 30px;
  border: 2px solid #011046;
  border: none !important;
  background: #011046;
  background: none !important;
  border-radius: 100%;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 5px;
}
.trial_social > span a {
  font-size: 20px !important;
  line-height: 1em !important;
}
/*Investors*/
.page-id-80 h1,
.page-id-80 h2,
.page-id-80 h3 {
  color: #57618f;
}
.page-id-80 h4,
.page-id-80 h5,
.page-id-80 h6 {
  color: #6ea92f;
}
.page-id-80 .av-icon-char {
  color: #6ea92f;
}
/*Careers Post*/
#careers_post li {
  font-weight: 300 !important;
}
