html {
  font-size: 18px;
}
* {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  line-height: 1.45em;
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  color: #01A9ED;
  text-decoration: none;
}
p {
  margin-bottom: 32px;
}
figure {
  margin: 0;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
.p-4 {
  padding: 32px;
}
.appearance-none {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.t_a-center {
  text-align: center;
}
.t_a-left {
  text-align: left;
}
.t_a-right {
  text-align: right;
}
.t_a-justify {
  text-align: justify;
}
.t_a-none {
  text-align: inherit;
}
.t_a-initial {
  text-align: initial;
}
.v_a-top {
  vertical-align: top;
}
.v_a-top > * {
  vertical-align: top;
}
.v_a-mid {
  vertical-align: middle;
}
.v_a-bottom {
  vertical-align: bottom;
}
.v_a-bottom > * {
  vertical-align: bottom;
}
.v_a-midddle {
  vertical-align: midddle;
}
.v_a-midddle > * {
  vertical-align: midddle;
}
.m_b-none {
  margin-bottom: 0;
}
.f_c-white {
  color: #FFF;
}
.f_c-blue {
  color: #01A9ED;
}
.f_c-blue-dark {
  color: #01263C;
}
.f_c-blue-dark2 {
  color: #2b5487;
}
.f_c-green {
  color: #2AD587;
}
.f_c-turquoise {
  color: #58C5CC;
}
.f_c-red {
  color: #D61600;
}
.f_c-tangaroa {
  color: #01263C;
}
.f_c-gull-grey {
  color: #9FA7A9;
}
.f_c-grey,
.f_c-dark-grey {
  color: #7B7B7B;
}
.b_c-white {
  background-color: #FFF;
}
.b_c-blue {
  background-color: #01A9ED;
}
.b_c-tangaroa {
  background-color: #01263C;
}
.b_c-gray-light {
  background-color: #EAEDEE;
}
.t_t-upper-case {
  text-transform: uppercase;
}
.t_t-lower-case {
  text-transform: lowercase;
}
.t_t-none {
  text-transform: inherit;
}
.t_d-none a:hover,
.t_d-none a:hover:not(.btn) {
  text-decoration: none;
}
.m_a {
  margin: 0 auto;
}
.m_a-h {
  left: 50%;
  transform: translateX(-50%);
}
.m_a-v {
  top: 50%;
  transform: translateY(-50%);
}
.m_a-vh {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.m_a-r {
  top: auto;
  transform: inherit;
}
.full-size {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.f_f-el {
  font-weight: 200;
}
.f_f-l {
  font-weight: 300;
}
.f_f-r {
  font-weight: 400;
}
.f_f-sb {
  font-weight: 600;
}
.f_f-b {
  font-weight: 700;
}
.t_r-inf {
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.o_h-r {
  clear: both;
  content: '';
  display: block;
}
.d_n {
  display: none;
}
.d_b {
  display: block;
}
.d_t {
  display: table;
}
.d_i {
  display: inline;
}
.d_i-b {
  display: inline-block;
}
.d_t-c {
  display: table-cell;
}
@media only screen and (min-width: 601px) {
  .mobile {
    display: none;
  }
}
.desktop {
  display: none;
}
@media only screen and (min-width: 601px) {
  .desktop {
    display: block;
  }
}
.cite:before {
  color: #01A9ED;
  content: "\201C";
  display: block;
  line-height: 1px;
}
.h100 {
  min-height: 100vh;
}
.default-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.safary-bg-fix {
  background-attachment: initial;
}
.static-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: local;
}
.row:after {
  clear: both;
  content: '';
  display: block;
}
.col {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.col .row:last-child {
  margin-bottom: -16px;
}
@media only screen and (max-width: 767px) {
  .col.col_m-joined {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.column {
  vertical-align: top;
  float: left;
  padding: 8px;
}
.column > * {
  vertical-align: top;
}
.row_m .col {
  vertical-align: top;
  float: left;
  padding: 8px;
}
.row_m .col > * {
  vertical-align: top;
}
.row_m .col6 {
  width: 50%;
}
.row_m.row_b {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row_m.row_b .col {
  vertical-align: bottom;
  display: table-cell;
  float: none;
}
.row_m.row_b .col > * {
  vertical-align: bottom;
}
.row_m:after {
  clear: both;
  content: '';
  display: block;
}
@media only screen and (min-width: 601px) {
  .row.row_b {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .row.row_b .btn {
    margin-top: 0;
  }
  .col {
    vertical-align: top;
    float: left;
    padding: 8px;
  }
  .col > * {
    vertical-align: top;
  }
  .row_b .col {
    vertical-align: bottom;
    display: table-cell;
    float: none;
  }
  .row_b .col > * {
    vertical-align: bottom;
  }
  .col .row {
    margin: 0 -8px;
    width: calc(100% + 8px * 2);
  }
  .col .row:first-child {
    margin-top: -8px;
  }
  .col .row:last-child {
    margin-bottom: -16px;
  }
  .col.col_r {
    float: right;
  }
  .col1 {
    width: 8.33333333333%;
  }
  .col2 {
    width: 16.6666666667%;
  }
  .col3 {
    width: 25%;
  }
  .col4 {
    width: 33.3333333333%;
  }
  .col5 {
    width: 41.6666666667%;
  }
  .col6 {
    width: 50%;
  }
  .col7 {
    width: 58.3333333333%;
  }
  .col8 {
    width: 66.6666666667%;
  }
  .col9 {
    width: 75%;
  }
  .col10 {
    width: 83.3333333333%;
  }
  .col11 {
    width: 91.6666666667%;
  }
  .col12 {
    width: 100%;
  }
  .col_m-auto {
    float: none;
    margin: 0 auto;
  }
  .col_e_s-l {
    padding-left: 16px;
  }
  .col_e_s-r {
    padding-right: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 300;
  margin-bottom: 16px;
}
h1,
.h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 1.556em;
}
h3,
.h3 {
  font-size: 1.222em;
}
h4,
.h4 {
  font-size: 1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.777em;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 0.556em;
  font-weight: 600;
}
.small {
  font-size: 0.777em;
}
.p {
  font-size: 1em;
}
@media only screen and (min-width: 601px) {
  h1,
  .h1 {
    font-size: 2.667em;
  }
  h2,
  .h2 {
    font-size: 2em;
  }
  h3,
  .h3 {
    font-size: 1.556em;
  }
  h4,
  .h4 {
    font-size: 1.222em;
  }
  h5,
  .h5 {
    font-size: 1em;
  }
  h6,
  .h6 {
    font-size: 0.556em;
  }
}
.icon {
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 40px;
  display: inline-block;
}
.icon.icon-glass {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_glass.svg");
  width: 55px;
}
.icon.icon-location_marker {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_location-marker.svg");
  width: 21px;
}
html.js {
  margin-top: 0 !important;
}
#wpadminbar {
  display: none;
}
.toggle-top-menu {
  background: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_top-navigation-blue.svg") no-repeat;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 28px;
  width: 32px;
  z-index: 1;
}
body:not(.scrolled) .whiteSchema .toggle-top-menu {
  background: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_top-navigation-white.svg") no-repeat;
}
.navigation-content {
  display: none;
}
.show-topNav .navigation-content {
  display: block;
}
.main-nav {
  font-size: 2em;
  font-weight: 400;
}
.sub-nav {
  font-size: 1.222em;
  font-weight: 300;
}
#footer .sub-nav a {
  color: #9E9EA6;
}
.main-nav li,
.sub-nav li {
  margin-bottom: 4px;
}
.sub-nav-small {
  font-size: 0.777em;
}
.sub-nav-small li {
  display: inline-block;
  margin-right: 8px;
}
.sub-nav a,
.sub-nav-small a {
  color: rgba(255, 255, 255, 0.8);
}
#header-navigation {
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#header-navigation .menu-header-menu-container {
  display: none;
}
#header-navigation #top-menu {
  padding-top: 64px;
}
#header-navigation #top-menu li {
  margin-bottom: 8px;
}
#header-navigation #top-menu li a {
  color: #FFF;
}
.show-topNav #header-navigation {
  min-height: 100vh;
  background-color: #01A9ED;
  bottom: 0;
}
.show-topNav #header-navigation .menu-header-menu-container {
  color: #FFF;
  display: block;
}
.show-topNav #header-navigation .toggle-top-menu {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_close-white.svg");
  width: 24px;
}
.sign-in-nav {
  font-weight: 600;
}
.sign-in-nav a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 0.777em;
  text-transform: uppercase;
  padding: 4px 8px;
}
.sign-in-nav.header-sign-in a:hover,
.sign-in-nav.header-sign-in a:hover:not(.btn) {
  text-decoration: none;
}
.sign-in-nav.header-sign-in a {
  border-color: #FFF;
  color: #FFF;
}
.sign-in-nav.header-sign-in a:hover {
  border-color: #01263C;
  color: #01263C;
}
#footer .footer-sign-in a {
  display: inline-block;
  border: 1px solid #01A9ED;
  margin-top: 12px;
}
@media only screen and (max-width: 601px) {
  #footer .footer-sign-in a {
    position: absolute;
    right: 24px;
    top: 60px;
  }
}
#footer .footer-sign-in a:hover {
  text-decoration: none;
}
#footer .footer-socials-nav {
  padding-top: 16px;
}
#footer .footer-socials-nav li {
  display: inline-block;
  margin-right: -2px;
  padding-right: 8px;
}
@media only screen and (min-width: 601px) {
  .toggle-top-menu {
    display: none;
  }
  .navigation-content {
    display: block;
  }
  #header .sub-nav {
    display: none;
  }
  #footer .sub-nav {
    margin-top: 8px;
  }
  body:not(.scrolled) .whiteSchema #header-navigation #top-menu li a,
  body:not(.scrolled) .whiteSchema #header-navigation .header-sign-in a {
    color: #FFF;
  }
  body:not(.scrolled) .whiteSchema #header-navigation #top-menu li a:hover,
  body:not(.scrolled) .whiteSchema #header-navigation .header-sign-in a:hover {
    color: #01A9ED;
  }
  body:not(.scrolled) .whiteSchema #header-navigation #top-menu li:hover a,
  body:not(.scrolled) .whiteSchema #header-navigation #top-menu li.current_page_item a,
  body:not(.scrolled) .whiteSchema #header-navigation #top-menu li.current_page_parent a {
    color: #01263C;
  }
  body:not(.scrolled) .whiteSchema #header-navigation .header-sign-in a {
    border-color: #FFF;
  }
  body:not(.scrolled) .whiteSchema #header-navigation .header-sign-in a:hover {
    border-color: #01A9ED;
  }
  #header-navigation {
    left: auto;
  }
  #header-navigation .menu-header-menu-container {
    display: block;
  }
  #header-navigation .main-nav,
  #header-navigation .header-sign-in {
    float: left;
  }
  #header-navigation #top-menu {
    font-size: 0.5em;
    padding-top: 0;
  }
  #header-navigation #top-menu li {
    display: inline-block;
    margin-bottom: 0;
  }
  #header-navigation #top-menu li a {
    color: #01263C;
    padding: 4px 8px;
  }
  #header-navigation #top-menu li:hover a,
  #header-navigation #top-menu li.current_page_item a,
  #header-navigation #top-menu li.current_page_parent a {
    color: #01A9ED;
  }
  #header-navigation .header-sign-in a {
    border-color: #01263C;
    color: #01263C;
  }
  #header-navigation .header-sign-in a:hover {
    border-color: #01A9ED;
    color: #01A9ED;
  }
  .show-topNav #header-navigation {
    background-color: transparent;
    height: auto;
  }
  #footer .footer-sign-in a {
    position: static;
  }
  #footer .footer-social-nav {
    text-align: center;
  }
  #footer .footer-social-nav .footer-socials {
    margin-top: 32px;
  }
  #footer .footer-social-nav .footer-socials li {
    padding-right: 4px;
  }
}
#header .header-color-bar {
  width: 100%;
  height: 10px;
}
#header .header-color-bar:nth-child(1) {
  background-color: #81D4F6;
}
#header .header-color-bar:nth-child(2) {
  background-color: #50C3F1;
}
#header .header-color-bar:nth-child(3) {
  background-color: #01A9ED;
}
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #01A9ED;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.111em;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  min-width: 190px;
  padding: 12px 16px;
  text-decoration: none;
}
.btn:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  background-color: rgba(1, 169, 237, 0.7);
}
.btn:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #0185ba;
}
.btn:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.btn.btn-small {
  font-size: 1em;
}
.btn.btn-large {
  text-align: center;
  font-size: 1.222em;
  padding-bottom: 20px;
  padding-top: 20px;
}
.btn.btn-long {
  width: 100%;
}
.btn.btn-loading {
  background-color: #F4B21F;
  color: transparent;
  position: relative;
}
.btn.btn-loading:after {
  animation: rotate 2s linear infinite;
  background: url('../../../wp-content/themes/amy.v2/assets/images//icons/icon_loading.svg');
  content: '';
  height: 28px;
  left: calc(50% - 28px / 2);
  position: absolute;
  top: calc(50% - 28px / 2);
  width: 28px;
}
.btn.btn-lg {
  background-color: #58C5CC;
}
.btn.btn-lg:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  background-color: rgba(88, 197, 204, 0.7);
}
.btn.btn-lg:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #38b1b9;
}
.btn.btn-lg:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
[type=text],
[type=email],
[type=search],
textarea,
.select select,
.stripe-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px -2px #979797;
  -moz-box-shadow: inset 0 1px 2px -2px #979797;
  box-shadow: inset 0 1px 2px -2px #979797;
  border: 1px solid #c8c5d1;
  color: #01263C;
  font-size: 1em;
  font-weight: 300;
  padding: 12px 16px;
  width: 100%;
}
[type=text]:hover,
[type=email]:hover,
[type=search]:hover,
textarea:hover,
.select select:hover,
.stripe-input:hover {
  border-color: #928ca4;
}
[type=text]:focus,
[type=email]:focus,
[type=search]:focus,
textarea:focus,
.select select:focus,
.stripe-input:focus {
  border-color: #01A9ED;
}
[type=text]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.stripe-input::-webkit-input-placeholder {
  color: rgba(1, 38, 60, 0.3);
}
[type=text]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=search]::-moz-placeholder,
textarea::-moz-placeholder,
.select select::-moz-placeholder,
.stripe-input::-moz-placeholder {
  color: rgba(1, 38, 60, 0.3);
}
[type=text]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.stripe-input:-ms-input-placeholder {
  color: rgba(1, 38, 60, 0.3);
}
[type=text]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=search]:-moz-placeholder,
textarea:-moz-placeholder,
.select select:-moz-placeholder,
.stripe-input:-moz-placeholder {
  color: rgba(1, 38, 60, 0.3);
}
[type=text].txt-lg,
[type=email].txt-lg,
[type=search].txt-lg,
textarea.txt-lg,
.select select.txt-lg,
.stripe-input.txt-lg {
  border-color: #58C5CC;
}
[type=text].txt-lg:hover,
[type=email].txt-lg:hover,
[type=search].txt-lg:hover,
textarea.txt-lg:hover,
.select select.txt-lg:hover,
.stripe-input.txt-lg:hover {
  border-color: #2c8b92;
}
textarea {
  border-bottom-color: rgba(200, 197, 209, 0.3);
  min-height: 5.3em;
  resize: vertical;
}
textarea.txtarea-large {
  min-height: 10em;
}
label {
  display: inline-block;
  font-size: 0.777em;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  vertical-align: top;
}
label .required {
  color: #D61600;
  vertical-align: top;
}
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}
.select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  padding-right: 32px;
}
.select select::-ms-expand {
  display: none;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select:after {
  background: url('../../../wp-content/themes/amy.v2/assets/images//icons/icon_arrow-bottom.svg');
  content: '';
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  width: 12px;
}
.control {
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 300;
  padding-bottom: 8px;
  position: relative;
  text-transform: inherit;
}
.control input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.control input:focus ~ .control-view {
  border-color: #01263C;
  outline: solid 2px #76abff;
}
.control input:checked ~ .control-view:after {
  display: block;
}
.control input:disabled ~ .control-view {
  background: none;
  border-color: #c8c5d1 !important;
  pointer-events: none;
}
.control .control-view {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFF;
  border: 1px solid #01A9ED;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  position: relative;
  vertical-align: text-bottom;
  width: 20px;
}
.control .control-view:after {
  background: url('../../../wp-content/themes/amy.v2/assets/images//icons/icon_check.svg') no-repeat 35%;
  background-size: 90%;
  content: '';
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.col12 > .control {
  margin-bottom: 0;
  padding-bottom: 0;
}
.control.radio input:disabled ~ .control-view:after {
  background: #c8c5d1;
}
.control.radio .control-view {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.control.radio .control-view:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #01A9ED;
  height: 10px;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  width: 10px;
}
.error,
.error ~ .control-view,
.StripeElement--invalid {
  border-color: #D61600;
}
.text-component p {
  margin-bottom: 32px;
}
.option-selector {
  margin-bottom: -1px;
}
.option-selector > li {
  border: 1px solid #01A9ED;
  overflow: hidden;
  padding: 8px 16px;
}
.option-selector > li:first-child {
  border-bottom: none;
}
.option-selector > li.active {
  background-color: #01A9ED;
  color: #FFF;
  padding-top: 16px;
  padding-bottom: 16px;
}
.option-selector > li .control {
  overflow: hidden;
}
.option-selector > li .control strong {
  font-weight: 600;
}
.option-selector .col {
  margin-bottom: 0;
}
.option-selector .control {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip:before {
  background: url('../img/icons/icon_info.svg');
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.tooltip .tooltip-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(1, 38, 60, 0.7);
  color: #FFF;
  display: none;
  font-size: 0.6475em;
  font-weight: 200;
  left: 30px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  width: 145px;
}
.tooltip .tooltip-content.tooltip-top {
  top: auto;
  transform: inherit;
  bottom: 30px;
  left: -62.5px;
}
.tooltip:hover .tooltip-content {
  display: block;
}
.register-msg {
  display: none;
}
.success {
  background-color: #2AD587;
}
.fail {
  background-color: #D61600;
}
.success .col,
.fail .col {
  margin-bottom: 0;
}
.modal-wrapper {
  display: none;
}
.modal-wrapper .overlay {
  background-color: #01263C;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-wrapper .modal {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  width: 100%;
}
.modal-wrapper .modal .close-modal {
  background: url('../../../wp-content/themes/amy.v2/assets/images/icons/icon_close.svg');
  height: 20px;
  position: absolute;
  right: 36px;
  top: 20px;
  width: 20px;
}
.modal-wrapper.show-modal {
  display: block;
}
@media only screen and (min-width: 768px) {
  .modal-wrapper .modal {
    left: calc(50% - 480px / 2);
    width: 480px;
  }
}
.hero-image {
  position: relative;
}
.hero-image.heroDefault,
.hero-image.heroParallax {
  min-height: 100vh;
}
.hero-image.heroDefault .hero-image-wrapper,
.hero-image.heroParallax .hero-image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-image.heroDefault .hero-content-wrapper,
.hero-image.heroParallax .hero-content-wrapper {
  padding-top: 25vh;
  padding-bottom: 15vh;
  width: 100%;
}
.hero-image.heroDefault.driven-by-artificial-intelligence-and-human-empathy .hero-content-wrapper,
.hero-image.heroParallax.driven-by-artificial-intelligence-and-human-empathy .hero-content-wrapper {
  padding-top: 120px;
}
.hero-image.heroDefault.staticHero .hero-image-wrapper,
.hero-image.heroParallax.staticHero .hero-image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: local;
}
.hero-image.heroDefault {
  min-height: 50vh;
}
.hero-image.section {
  padding: 0;
}
.hero-image.heroLeft .hero-image-wrapper,
.hero-image.heroRight .hero-image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: local;
}
.hero-image .hero-image-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}
.hero-image .hero-content-wrapper {
  padding: 80px 16px;
  position: relative;
}
.hero-image .hero-content-wrapper .h1,
.hero-image .hero-content-wrapper p {
  margin-bottom: 32px;
}
.hero-image .hero-content-wrapper #quotablecontent > p {
  font-size: 1.556em;
}
.hero-image .hero-content-wrapper .hero-col {
  position: relative;
}
@media only screen and (min-width: 601px) {
  .hero-image .hero-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hero-image.heroDefault .hero-image-wrapper,
  .hero-image.heroParallax .hero-image-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .hero-image.heroSmall .hero-image-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
  }
  .hero-image.heroSmall .hero-content-wrapper {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .hero-image.heroLeft .hero-content-wrapper,
  .hero-image.heroRight .hero-content-wrapper {
    min-height: 50vh;
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .hero-image.heroLeft .hero-image-wrapper {
    left: 0;
  }
  .hero-image.heroRight .hero-image-wrapper {
    right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .hero-image.heroLeft .hero-image-wrapper,
  .hero-image.heroRight .hero-image-wrapper {
    z-index: 1;
    width: 50%;
  }
}
@media (hover: none) {
  .hero-image.heroDefault .hero-image-wrapper,
  .hero-image.heroParallax .hero-image-wrapper {
    background-attachment: initial;
  }
}
@media only screen and (min-width: 601px) {
  .hero-col.col6 {
    width: 83.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .hero-col.col6 {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width: 980px) {
  .hero-col.col6 {
    width: 41.6666666667%;
  }
}
.love-notes {
  color: #FFF;
  overflow: hidden;
}
.love-notes .owl-carousel {
  padding-bottom: 40px;
}
.love-notes .new-love-title {
  font-size: 30px;
  font-weight: 600;
  font-family: av-demi;
}
.love-notes .twitter-tweet {
  -webkit-box-shadow: 16px 16px 4px 0 rgba(1, 38, 60, 0.1);
  -moz-box-shadow: 16px 16px 4px 0 rgba(1, 38, 60, 0.1);
  box-shadow: 16px 16px 4px 0 rgba(1, 38, 60, 0.1);
  background-color: #FFF;
  color: #01263C;
  margin: 0 auto !important;
}
.love-notes .twitter-tweet .main {
  padding: 20px;
}
.love-notes .twitter-tweet .main .header {
  line-height: 1.4;
  margin-bottom: 16px;
  overflow: hidden;
}
.love-notes .twitter-tweet .main .header .avatar {
  float: left;
  height: 40px;
  margin-right: 16px;
  width: 40px;
}
.love-notes .twitter-tweet .main .header .avatar img {
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.love-notes .twitter-tweet .main .header .name {
  float: left;
}
.love-notes .twitter-tweet .main .entry {
  clear: both;
  margin-bottom: 16px;
  min-height: 160px;
}
.love-notes .twitter-tweet .main .entry p:last-child {
  margin-bottom: 0;
}
.love-notes p {
  text-align: center;
}
.love-notes a,
.love-notes a:hover {
  color: #FFF !important;
}
.love-notes a {
  font-family: av-reg;
}
.love-notes.section {
  background-color: #01A9ED;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.love-notes .white .sa_owl_theme .owl-nav {
  opacity: 0;
}
.love-notes #slider_5593,
.love-notes #slider_notes {
  padding: 0 20px 40px;
}
.love-notes #slider_5593 .owl-stage-outer,
.love-notes #slider_notes .owl-stage-outer {
  overflow: inherit;
}
.love-notes #slider_5593 .owl-stage-outer .owl-item,
.love-notes #slider_notes .owl-stage-outer .owl-item {
  padding: 0 10px;
}
@media only screen and (min-width: 601px) {
  .love-notes #slider_5593,
  .love-notes #slider_notes {
    padding: 0 40px 80px;
  }
  .love-notes #slider_5593 .owl-stage-outer .owl-item,
  .love-notes #slider_notes .owl-stage-outer .owl-item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .love-notes.section {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .love-notes .white .sa_owl_theme .owl-nav {
    opacity: 1;
  }
  .love-notes .white .sa_owl_theme .owl-nav .owl-prev,
  .love-notes .white .sa_owl_theme .owl-nav .owl-next {
    background: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_arrow-l-large-white.svg") no-repeat 16px 50%, linear-gradient(to right, #01a9ed 0%, rgba(255, 255, 255, 0) 100%) !important;
    bottom: 0 !important;
    height: auto !important;
    margin-top: 0 !important;
    max-width: 400px;
    top: 0 !important;
    width: 49% !important;
  }
  .love-notes .white .sa_owl_theme .owl-nav .owl-prev.disabled,
  .love-notes .white .sa_owl_theme .owl-nav .owl-next.disabled {
    display: none;
  }
  .love-notes .white .sa_owl_theme .owl-nav .owl-prev:hover,
  .love-notes .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
  }
  .love-notes .white .sa_owl_theme .owl-nav .owl-prev {
    left: 0 !important;
  }
  .love-notes .white .sa_owl_theme .owl-nav .owl-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
    right: 0 !important;
  }
  .love-notes #slider_5593,
  .love-notes #slider_notes {
    padding: 0 0 40px;
  }
  .love-notes #slider_5593 .owl-stage-outer .owl-item,
  .love-notes #slider_notes .owl-stage-outer .owl-item {
    padding: 0 30px;
  }
}
.customer-logos #slider_5601 .owl-stage-outer .owl-item,
.customer-logos-pricing #slider_5601 .owl-stage-outer .owl-item {
  text-align: center;
  padding: 0 10px;
}
.customer-logos #slider_5601 .owl-stage-outer .owl-item p,
.customer-logos-pricing #slider_5601 .owl-stage-outer .owl-item p {
  margin: 0;
}
.customer-logos #slider_5601 .owl-stage-outer .owl-item img,
.customer-logos-pricing #slider_5601 .owl-stage-outer .owl-item img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .customer-logos #slider_5601,
  .customer-logos-pricing #slider_5601 {
    padding: 0;
  }
  .customer-logos #slider_5601 .owl-stage-outer,
  .customer-logos-pricing #slider_5601 .owl-stage-outer {
    overflow: hidden;
  }
  .customer-logos #slider_5601 .owl-stage-outer .owl-item,
  .customer-logos-pricing #slider_5601 .owl-stage-outer .owl-item {
    padding: 0;
  }
}
.customer-logos.section,
.customer-logos-pricing.section {
  background-color: #01A9ED;
  padding-bottom: 40px;
  padding-top: 40px;
}
[id='10070'], [id='9876'] {
  background-color: #018BC2 !important;
}
[id='10690'] {
  background-color: #FFFFFF !important;
  padding-top: 0px !important;
}
[id*="_slide_centered"] .owl-item {
  text-align: center;
}
[id*="_slide_centered"] .owl-item img {
  display: inline-block;
  vertical-align: middle;
}
.xdotai-invite-form {
  text-align: left;
  padding: 8px 0;
}
.xdotai-invite-form .xdotai-invite {
  padding-top: 8px;
}
.xdotai-invite-form .input-group {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  display: table;
  width: 100%;
}
.xdotai-invite-form [type=email],
.xdotai-invite-form [type=search] {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  border: none;
  padding-bottom: 16px;
  padding-top: 16px;
}
.xdotai-invite-form [type=email],
.xdotai-invite-form [type=search],
.xdotai-invite-form .input-group-btn {
  display: table-cell;
  height: 56px;
}
.xdotai-invite-form .input-group-btn {
  min-width: 90px;
  vertical-align: top;
}
.xdotai-invite-form .input-group-btn .btn {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
  font-size: 0.777em;
  height: 56px;
  margin-top: 0;
  min-width: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .xdotai-invite-form {
    max-width: 538px;
  }
  .col_m-auto .xdotai-invite-form {
    margin: 0 auto;
  }
  .hero-content-wrapper .hero-col.col6 .xdotai-invite-form {
    max-width: 80%;
  }
}
.lists h2 {
  margin-bottom: 0;
}
.lists img {
  max-width: 100%;
}
.lists h4 {
  margin-bottom: 32px;
}
.lists .ico {
  max-height: 60px;
  margin-bottom: 32px;
}
.lists .ico img {
  max-height: 60px;
}
.checked-list {
  margin-bottom: 32px;
}
.checked-list li {
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.checked-list li:before {
  background: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_check-blue.svg") no-repeat;
  display: inline-block;
  content: '';
  height: 10px;
  left: 0;
  margin-right: 8px;
  position: absolute;
  top: 8px;
  width: 13px;
}
.grid-list {
  clear: both;
  overflow: hidden;
  padding-top: 32px;
}
.grid-list > li {
  margin-bottom: 32px;
}
.grid-list > li ul {
  margin-bottom: 32px;
  margin-bottom: 0;
}
.grid-list > li ul li {
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.grid-list > li ul li:before {
  background: url("../../../wp-content/themes/amy.v2/assets/images/icons/icon_check-blue.svg") no-repeat;
  display: inline-block;
  content: '';
  height: 10px;
  left: 0;
  margin-right: 8px;
  position: absolute;
  top: 8px;
  width: 13px;
}
@media only screen and (min-width: 601px) {
  .grid-list > li {
    display: inline-block;
    /*float: none;*/
    padding-right: 32px;
  }
  .grid-list > li p:last-child {
    margin-bottom: 0;
  }
}
.grid-list.items2 > li:nth-child(2n+1) {
  clear: both;
}
.grid-list.items3 > li:nth-child(3n+1) {
  clear: both;
}
.grid-list.items4 > li:nth-child(4n+1) {
  clear: both;
}
h5 + .grid-list {
  padding-top: 0;
}
.xai_investors-list {
  text-align: center;
}
.xai_investors-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 3%;
}
.xai_investors-list li img {
  max-width: 140px;
}
.introducing-amy-and-andrew .grid-list > li {
  margin-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}
.roi {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  border-top: 6px solid #01A9ED;
  padding-bottom: 16px;
}
.roi .row {
  padding: 0 16px;
}
.roi label {
  text-transform: inherit;
  font-size: 1em;
  white-space: nowrap;
}
@media only screen and (min-width: 601px) {
  .roi label {
    display: block;
    text-align: right;
  }
}
.roi [type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  border: none;
  border-bottom: 1px dashed #01A9ED;
  color: #01A9ED;
  padding: 0 8px 4px;
}
.roi .per-hour-cost {
  display: block;
  text-align: center;
  opacity: .25;
}
.roi .roi-header {
  padding-top: 32px;
}
.roi .roi-header strong {
  font-weight: 600;
}
.roi .roi-footer {
  background-color: #01263C;
  color: #FFF;
  font-weight: 200;
}
.roi .roi-footer strong {
  font-weight: 600;
}
@media only screen and (min-width: 601px) {
  .roi {
    max-width: 498px;
  }
  .roi .per-hour-cost {
    display: inline;
  }
}
.questions h2 {
  text-align: center;
}
.questions h4 {
  font-weight: 300;
}
.plans.section {
  padding: 0 16px;
}
.plans .plan {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 3px 8px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 8px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 8px 30px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  border-top: 6px solid #01A9ED;
  float: none;
  padding: 16px;
}
@media only screen and (max-width: 980px) {
  .plans .plan {
    width: auto;
  }
}
.plans .plan .plan-header {
  text-align: center;
  margin-bottom: 32px;
}
.plans .plan .plan-header h3 {
  font-weight: 600;
}
.plans .plan .plan-header .plan-price {
  padding-top: 16px;
}
.plans .plan .plan-header .plan-price sup {
  font-size: 1.444em;
  display: inline-block;
  vertical-align: top;
}
.plans .plan .plan-header .plan-price .price {
  font-size: 3.333em;
  font-weight: 600;
  line-height: 0.65;
}
.plans .plan .plan-header .plan-price .info {
  display: block;
  font-weight: 300;
  margin: 16px 0 40px;
}
.plans .plan p {
  margin-bottom: 32px;
}
.plans .price-grid-list {
  padding-bottom: 20px;
}
.plans .price-grid-v2 {
  width: 1096px;
  position: relative;
  float: left;
  left: 50%;
  transform: translate(-50%, 0%);
}
.plans .price-grid-v2 .price-mobile-container {
  display: none;
}
.plans .price-grid-v2 .pcs-indv {
  color: #FFE3DB;
}
.plans .price-grid-v2 .pn-indv,
.plans .price-grid-v2 .pd-indv {
  color: #56494C;
}
.plans .price-grid-v2 .pl-indv {
  color: #FF8F6D;
}
.plans .price-grid-v2 .pcs-team {
  color: #B3E5F9;
}
.plans .price-grid-v2 .pn-team,
.plans .price-grid-v2 .pd-team {
  color: #01263C;
}
.plans .price-grid-v2 .pl-team {
  color: #01A9ED;
}
.plans .price-grid-v2 .pcs-entp {
  color: #F0DDFD;
}
.plans .price-grid-v2 .pn-entp,
.plans .price-grid-v2 .pd-entp {
  color: #513C51;
}
.plans .price-grid-v2 .pl-entp {
  color: #A05166;
}
.plans .price-grid-v2 .pb-indv,
.plans .price-grid-v2 .pmh-indv {
  background-color: #FF8F6D;
  color: #FFE3DB;
}
.plans .price-grid-v2 .pb-team,
.plans .price-grid-v2 .pmh-team {
  background-color: #01A9ED;
  color: #B3E5F9;
}
.plans .price-grid-v2 .pb-entp,
.plans .price-grid-v2 .pmh-entp {
  background-color: #513C51;
  color: #F0DDFD;
}
.plans .price-grid-v2 .pbp-indv p,
.plans .price-grid-v2 .pmb-indv p {
  color: #56494C;
}
.plans .price-grid-v2 .pbp-indv p strong,
.plans .price-grid-v2 .pmb-indv p strong {
  color: #FF8F6D;
}
.plans .price-grid-v2 .pbp-team p,
.plans .price-grid-v2 .pmb-team p {
  color: #015277;
}
.plans .price-grid-v2 .pbp-team p strong,
.plans .price-grid-v2 .pmb-team p strong {
  color: #01A9ED;
}
.plans .price-grid-v2 .pbp-entp p,
.plans .price-grid-v2 .pmb-entp p {
  color: #513C51;
}
.plans .price-grid-v2 .pbp-entp p strong,
.plans .price-grid-v2 .pmb-entp p strong {
  color: #F08FA5;
}
.plans .price-grid-v2 .pmb-indv {
  background-color: #FFE3DB;
}
.plans .price-grid-v2 .pmb-team {
  background-color: #B3E5F9;
}
.plans .price-grid-v2 .pmb-entp {
  background-color: #F0DDFD;
}
.plans .price-grid-v2 .price-header-num {
  position: relative;
  left: 50%;
  width: 100px;
  transform: translate(-50%, 0%);
}
.plans .price-grid-v2 .price-header-num .price-number {
  text-align: center;
  font-weight: normal;
  font-size: 5.334em;
  margin-bottom: 30px;
}
.plans .price-grid-v2 .price-header-num .price-label {
  position: absolute;
  bottom: -6px;
  left: 118px;
  line-height: 1.2em;
  font-size: 0.75em;
}
.plans .price-grid-v2 .price-header-num .price-dollar {
  position: absolute;
  top: 15px;
  left: -22px;
}
.plans .price-grid-v2 .price-grid-button-w {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.plans .price-grid-v2 .price-grid-button-w a:hover {
  text-decoration: none;
}
.plans .price-grid-v2 .price-grid-button-w .price-grid-button {
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.plans .price-grid-v2 .price-grid-header {
  position: relative;
}
.plans .price-grid-v2 .price-grid-header img {
  display: block;
  width: 100%;
}
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side,
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-mid {
  float: left;
  min-height: 1px;
}
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side h3,
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-mid h3 {
  text-align: center;
  line-height: 65px;
  font-weight: bold;
}
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side {
  width: 30%;
}
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side h3 {
  margin-top: 75px;
}
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-mid {
  width: 40%;
}
.plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-mid h3 {
  margin-bottom: 32px;
}
.plans .price-grid-v2 .price-grid-body {
  position: relative;
  min-height: 100px;
  overflow: hidden;
  padding-top: 10px;
}
.plans .price-grid-v2 .price-grid-body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.plans .price-grid-v2 .price-grid-body .price-body-side {
  width: 30%;
  float: left;
}
.plans .price-grid-v2 .price-grid-body .price-body-side p {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2em;
  font-size: 0.75em;
}
.plans .price-grid-v2 .price-grid-body .price-body-mid {
  width: 40%;
  margin-top: 42px;
  float: left;
}
.plans .price-grid-v2 .price-grid-body .price-body-mid .price-grid-button-w {
  padding-left: 60px;
  padding-right: 60px;
}
.plans .price-grid-v2 .price-grid-body .price-body-mid p {
  padding-left: 60px;
  padding-right: 60px;
  line-height: 1.2em;
  font-size: 0.9em;
}
.plans .price-grid-v2 .price-grid-footer {
  position: relative;
}
.plans .price-grid-v2 .price-grid-footer img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1136px) {
  .plans .price-grid-v2 {
    width: 908px;
  }
  .plans .price-grid-v2 .price-header-num .price-number {
    font-size: 4.0005em;
    margin-bottom: 30px;
  }
  .plans .price-grid-v2 .price-header-num .price-label {
    bottom: -6px;
    left: 96px;
    line-height: 1.2em;
    font-size: 0.75em;
  }
  .plans .price-grid-v2 .price-header-num .price-dollar {
    left: -22px;
    font-size: 2.4003em;
  }
  .plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side h3,
  .plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-mid h3 {
    line-height: 65px;
  }
  .plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side h3 {
    margin-top: 60px;
  }
  .plans .price-grid-v2 .price-grid-body .price-body-mid .price-grid-button-w {
    padding-left: 40px;
    padding-right: 40px;
  }
  .plans .price-grid-v2 .price-grid-body .price-body-mid p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 970px) {
  .plans .price-grid-v2 {
    width: 715px;
  }
  .plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side h3,
  .plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-mid h3 {
    line-height: 44px;
  }
  .plans .price-grid-v2 .price-grid-header .price-grid-abs-wrapper .price-col-side h3 {
    margin-top: 46px;
  }
  .plans .price-grid-v2 .price-grid-body .price-grid-button-w {
    margin-top: 30px;
  }
  .plans .price-grid-v2 .price-grid-body .price-grid-button-w .price-grid-button {
    font-size: 0.8em;
  }
  .plans .price-grid-v2 .price-grid-body .price-body-mid {
    margin-top: 30px;
    float: left;
  }
  .plans .price-grid-v2 .price-grid-body .price-body-mid .price-grid-button-w {
    padding-left: 30px;
    padding-right: 30px;
  }
  .plans .price-grid-v2 .price-grid-body .price-body-mid p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .plans .price-grid-v2 {
    max-width: 500px;
    width: auto;
  }
  .plans .price-grid-v2 .price-grid-header,
  .plans .price-grid-v2 .price-grid-body,
  .plans .price-grid-v2 .price-grid-footer {
    display: none;
  }
  .plans .price-grid-v2 .price-header-num .price-number {
    font-size: 5.8674em;
  }
  .plans .price-grid-v2 .price-header-num .price-label {
    bottom: -6px;
    left: 120px;
  }
  .plans .price-grid-v2 .price-header-num .price-dollar {
    left: -28px;
    font-size: 2.4003em;
  }
  .plans .price-grid-v2 .price-mobile-container {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .plans .price-grid-v2 .price-mobile-container .price-mobile-header {
    width: 100%;
    height: 60px;
  }
  .plans .price-grid-v2 .price-mobile-container .price-mobile-header h3 {
    text-align: center;
    font-weight: bold;
    line-height: 60px;
  }
  .plans .price-grid-v2 .price-mobile-container .price-mobile-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .plans .price-grid-v2 .price-mobile-container .price-mobile-body .price-grid-button-w {
    padding-left: 30px;
    padding-right: 30px;
  }
  .plans .price-grid-v2 .price-mobile-container .price-mobile-body p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .plans.section {
    padding: 0 32px;
  }
  .plans .price-grid-list {
    border-spacing: 20px;
    display: table;
    margin: 0 -12px -15vh;
    padding-bottom: 0;
    position: relative;
    top: -15vh;
  }
  .plans .price-grid-list .plan {
    display: table-cell;
    float: none;
    padding: 32px;
    position: relative;
  }
}
.hero-content-wrapper .plan-price .h1 {
  line-height: inherit;
}
.hero-content-wrapper .plan-price sup {
  vertical-align: top;
  font-weight: 400;
  position: relative;
  top: -5px;
}
.hero-content-wrapper .plan-price sup > * {
  vertical-align: top;
}
.pricing-plans.hero-image.heroDefault {
  min-height: 0px;
}
.pricing-plans.hero-image.heroDefault .hero-content-wrapper {
  padding-bottom: 0vh;
  padding-top: 14vh;
}
.pricing-plans.hero-image.heroDefault .hero-content-wrapper .content-wrapper {
  max-width: 1116px;
}
@media only screen and (max-width: 1136px) {
  .pricing-plans.hero-image.heroDefault .content-wrapper {
    width: 920px;
  }
}
@media only screen and (max-width: 970px) {
  .pricing-plans.hero-image.heroDefault .content-wrapper {
    width: 736px;
  }
}
@media only screen and (max-width: 750px) {
  .pricing-plans.hero-image.heroDefault .content-wrapper {
    width: 518px;
  }
}
.owl-carousel {
  text-align: initial;
}
/* Home page */
.amy-is-always-an-email-away {
  overflow: hidden;
  position: relative;
}
.amy-is-always-an-email-away.section {
  padding-bottom: 215px;
}
@media only screen and (max-width: 768px) {
  .amy-is-always-an-email-away.section .t_a-center {
    text-align: inherit;
  }
  .amy-is-always-an-email-away.section .col7 {
    width: auto;
  }
}
.amy-is-always-an-email-away .active {
  position: relative;
}
.amy-is-always-an-email-away .active-first {
  z-index: 1;
}
.amy-is-always-an-email-away #slider_5611 {
  margin-top: -215px;
  top: 100%;
  left: 0;
  position: absolute;
  right: 0;
  padding: 0 15px;
}
.amy-is-always-an-email-away #slider_5611 .owl-stage-outer {
  overflow: inherit;
}
.amy-is-always-an-email-away #slider_5611 .owl-stage-outer .owl-item {
  padding: 0 5px;
}
.amy-is-always-an-email-away .message-box {
  height: 215px;
}
@media only screen and (min-width: 768px) {
  .amy-is-always-an-email-away.section {
    padding-bottom: 260px;
  }
  .amy-is-always-an-email-away #slider_5611 {
    margin-top: -260px;
    padding: 0;
  }
  .amy-is-always-an-email-away #slider_5611 .owl-stage-outer {
    overflow: hidden;
  }
  .amy-is-always-an-email-away #slider_5611 .owl-stage-outer .owl-item {
    padding: 0;
  }
  .amy-is-always-an-email-away .message-box {
    height: 260px;
  }
  .amy-is-always-an-email-away .active {
    margin-right: -20px;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
  }
  .amy-is-always-an-email-away .active-first {
    margin-left: 20px;
    top: 40px;
    z-index: -1;
  }
  .amy-is-always-an-email-away .active-first + .owl-item {
    top: 0;
    z-index: 0;
  }
  .amy-is-always-an-email-away .active-first + .owl-item + .owl-item {
    margin-right: 20px;
    top: 40px;
    z-index: -1;
  }
}
@media only screen and (min-width: 980px) {
  .amy-is-always-an-email-away .active-first {
    margin-left: 30px;
    top: 40px;
    z-index: -1;
  }
  .amy-is-always-an-email-away .active-first + .owl-item {
    top: 20px;
    z-index: 0;
  }
  .amy-is-always-an-email-away .active-first + .owl-item + .owl-item {
    margin-right: 0;
    top: 0;
    z-index: 1;
  }
  .amy-is-always-an-email-away .active-first + .owl-item + .owl-item + .owl-item {
    top: 20px;
    z-index: 0;
  }
  .amy-is-always-an-email-away .active-first + .owl-item + .owl-item + .owl-item + .owl-item {
    top: 40px;
    z-index: -1;
    margin-right: 30px;
  }
}
/* About page  */
#slider_5793 {
  margin-bottom: -10vh;
  padding-top: 32px;
}
#slider_5793 .sa_hover_container {
  border: 1px solid #c8c5d1;
}
@media only screen and (min-width: 601px) {
  #slider_5793 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 601px) {
  #slider_5793 .owl-item {
    margin-bottom: 16px;
    width: 100% !important;
  }
}
/* Press page  */
#slider_posts .owl-item,
#slider_posts_2 .owl-item,
#slider_posts_3 .owl-item,
#slider_posts_4 .owl-item {
  padding: 16px 8px;
}
@media only screen and (max-width: 768px) {
  #slider_posts .owl-item.active,
  #slider_posts_2 .owl-item.active {
    margin-right: -144px;
    padding-right: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #slider_posts_3 .owl-item.active,
  #slider_posts_4 .owl-item.active {
    margin-right: -32px;
    padding-right: 48px;
  }
}
.message-box,
.message-box-large {
  text-align: left;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 3px 8px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 8px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 8px 30px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
.message-box .message-box-info,
.message-box-large .message-box-info {
  font-weight: 200;
  padding: 8px 16px;
}
.message-box .message-box-info.message-box-header,
.message-box-large .message-box-info.message-box-header {
  text-align: center;
}
.message-box .message-box-info.message-box-title strong,
.message-box-large .message-box-info.message-box-title strong {
  font-weight: 600;
}
.message-box .message-box-info.message-box-footer,
.message-box-large .message-box-info.message-box-footer {
  font-size: 0.777em;
  font-weight: 400;
}
.message-box .message-box-info:last-child,
.message-box-large .message-box-info:last-child {
  border-bottom: none;
}
.message-box {
  border-top: 6px solid #01A9ED;
}
.message-box .message-box-info {
  border-bottom: 1px solid #EAEDEE;
}
.message-box .message-box-info.message-box-content {
  padding: 12px 16px;
}
.message-box .message-box-info.message-box-content p {
  margin-bottom: 8px;
}
.message-box-large {
  border: 2px solid #01A9ED;
  padding: 16px 40px;
}
.message-box-large .message-box-info.message-box-footer {
  border-top: 2px solid #EAEDEE;
}
.message-box-large .message-box-info.message-box-content {
  padding: 12px 16px;
}
.xai_people-grid-list:after {
  clear: both;
  content: '';
  display: block;
}
.xai_people-grid-list a {
  color: #FFF;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .xai_people-grid-list .col4 {
    float: left;
    padding: 0 8px 8px;
    width: 50%;
  }
}
.xai_people-grid-list .xai_people-content {
  background-color: #FFF;
  height: 256px;
  overflow: hidden;
  position: relative;
}
.xai_people-grid-list .xai_people-content p {
  margin-bottom: 0;
}
.xai_people-grid-list .xai_people-content figure {
  height: 180px;
  overflow: hidden;
}
.xai_people-grid-list .xai_people-content figure img {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  position: relative;
}
.xai_people-grid-list .xai_people-content .figcaption {
  padding: 16px;
}
.xai_people-grid-list .xai_people-content .figcaption h4,
.xai_people-grid-list .xai_people-content .figcaption .h4,
.xai_people-grid-list .xai_people-content .figcaption p {
  line-height: 1;
  margin-bottom: 8px;
}
.xai_people-grid-list .xai_people-content .figcaption h4 {
  font-weight: 400;
}
.xai_people-grid-list .xai_people-content .figcaption p {
  color: #9FA7A9;
}
.xai_people-grid-list .xai_people-content .xai_people-info {
  background-color: rgba(1, 38, 60, 0.9);
  color: #FFF;
  font-weight: 300;
  height: 180px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .xai_people-grid-list .xai_people-content:hover .xai_people-info {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
  }
}
@media only screen and (max-width: 601px) {
  .xai_people-grid-list .xai_people-content .figcaption {
    padding: 16px 8px;
  }
  .xai_people-grid-list .xai_people-content .figcaption h4 {
    font-size: 0.777em;
  }
  .xai_people-grid-list .xai_people-content .figcaption p {
    font-size: 0.667em;
  }
}
@media only screen and (min-width: 601px) {
  .xai_people-grid-list .xai_people-content {
    height: 560px;
  }
  .xai_people-grid-list .xai_people-content figure {
    height: 430px;
  }
  .xai_people-grid-list .xai_people-content figure img {
    left: 50%;
    transform: translateX(-50%);
    min-height: 100%;
    top: 0;
    width: auto;
  }
  .xai_people-grid-list .xai_people-content .xai_people-info {
    height: 430px;
  }
}
@media only screen and (min-width: 980px) {
  .xai_people-grid-list .xai_people-content .xai_people-info {
    font-size: 1em;
    padding: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .xai_people-grid-list .xai_people-content .xai_people-info {
    padding: 16px 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .xai_people-grid-list .xai_people-content .xai_people-info {
    font-size: 1.222em;
    padding: 24px;
  }
}
.data-science-advisory-board .xai_people-grid-list .xai_people-content {
  height: 256px;
}
.data-science-advisory-board .xai_people-grid-list .xai_people-content figure {
  height: 180px;
}
.data-science-advisory-board .xai_people-grid-list .xai_people-content .xai_people-info {
  height: 180px;
  font-size: 0.85em;
}
@media only screen and (min-width: 601px) {
  .data-science-advisory-board .xai_people-grid-list {
    margin: 0 10%;
  }
  .data-science-advisory-board .xai_people-grid-list .xai_people-content {
    height: 415px;
  }
  .data-science-advisory-board .xai_people-grid-list .xai_people-content figure {
    height: 340px;
  }
  .data-science-advisory-board .xai_people-grid-list .xai_people-content .xai_people-info {
    height: 340px;
  }
}
.mail-users {
  font-size: 0.777em;
  font-weight: 400;
}
.mail-users em,
.mail-users strong,
.mail-users span {
  display: inline-block;
  padding: 2px 8px;
}
.mail-users em {
  color: #7B7B7B;
  font-style: normal;
  padding-left: 0;
}
.mail-users em.r-aligned {
  text-align: right;
  float: left;
  width: 60px;
}
.mail-users .meeting-info {
  display: block;
  font-size: 1em;
  overflow: hidden;
}
.mail-users.ai-user {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #01A9ED;
  display: inline-block;
  line-height: normal;
  letter-spacing: 1px;
}
.mail-users.ai-user em {
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  background-color: #01A9ED;
  color: #FFF;
  padding-left: 8px;
}
.mail-users.ai-user strong {
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
  font-weight: 200;
  color: #01A9ED;
}
.heroParallax .mail-users.ai-user {
  font-size: 0.5em;
}
.mail-users:after {
  clear: both;
  content: '';
  display: block;
}
.blog-header {
  padding: 40px 0;
}
.post-thumbnail {
  background: #01263C url("../../../wp-content/themes/amy.v2/assets/images//logo_x.ai-blue.svg") no-repeat 50%;
  min-height: 114px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .post-thumbnail {
    height: 150px;
  }
}
@media only screen and (min-width: 980px) {
  .post-thumbnail {
    height: 165px;
  }
}
@media only screen and (min-width: 1280px) {
  .post-thumbnail {
    height: 230px;
  }
}
.post-thumbnail.thumbnail-small {
  height: 114px;
}
.post-thumbnail.thumbnail-large {
  height: 230px;
}
.post-thumbnail.thumbnail-nodefault {
  background-color: transparent;
}
.post-thumbnail img {
  display: block;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .post-thumbnail img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    position: relative;
    min-height: 100%;
  }
}
.owl-carousel .owl-item .post-thumbnail img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: relative;
  min-height: 100%;
  max-width: initial;
}
.blog-content {
  background-color: #FFF;
  padding: 16px;
}
.blog-content h2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 1.222em;
}
.blog-content h2 a {
  color: #01263C;
}
.blog-content h5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.blog-content h5 a {
  color: #01263C;
}
.blog-content figure {
  max-width: 100%;
}
.blog-content img {
  display: block;
  height: auto;
  margin: 10px auto;
  max-width: 100%;
}
@media only screen and (min-width: 601px) {
  .blog-content .alignright {
    float: right;
    margin-left: 8px;
  }
  .blog-content .alignleft {
    float: left;
    margin-right: 8px;
  }
}
.blog-content.blog-content-small {
  height: 140px;
  overflow: hidden;
}
.blog-content:after {
  clear: both;
  content: '';
  display: block;
  height: 1px;
}
.blog-item-full .blog-content {
  position: relative;
}
.entry-date {
  color: #9E9EA6;
}
.entry-categories {
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
.entry-meta {
  padding: 8px 0 0;
}
.entry-meta img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.entry-meta p {
  margin: 8px 0;
}
.entry-meta .entry-author {
  font-size: 0.750em;
  font-weight: 600;
}
.entry-meta .entry-author-bio {
  color: #9E9EA6;
}
.entry-meta.top-meta {
  margin-top: -75px;
}
@media only screen and (min-width: 768px) {
  .entry-meta.top-meta {
    margin-top: -100px;
    margin-bottom: 65px;
  }
}
.entry-meta.top-meta p {
  margin: 4px 0;
}
.entry-meta.bottom-meta {
  border-top: 2px solid #EAEDEE;
  padding: 40px 0 0;
}
@media only screen and (min-width: 980px) {
  .entry-meta.bottom-meta {
    padding-top: 68px;
  }
}
.entry-meta.bottom-meta .entry-author-avatar,
.entry-meta.bottom-meta .entry-author-info {
  float: left;
  padding: 8px;
}
.entry-meta.bottom-meta .entry-author-info {
  width: 75%;
}
.entry-meta.bottom-meta p {
  margin-top: 0;
}
.blog-item-full {
  margin: 0 auto 16px;
  max-width: 1100px;
}
.blog-item-full .post-image {
  min-height: 70px;
}
@media only screen and (min-width: 768px) {
  .blog-item-full .post-image {
    height: calc(100vw / 3);
    margin: 0 -3%;
    overflow: hidden;
  }
  .blog-item-full .post-image a {
    display: block;
    height: 100%;
  }
  .blog-item-full .post-image picture {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
}
@media only screen and (min-width: 980px) {
  .blog-item-full .post-image {
    margin: 0 -3%;
  }
}
.blog-item-full .post-image img {
  display: block;
  width: 100%;
}
.blog-item-full.section {
  background-color: transparent;
}
@media only screen and (min-width: 1280px) {
  .blog-item-full.section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog-item-full .blog-content {
    margin: -120px 0 0;
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 980px) {
  .blog-item-full .blog-content {
    margin: -120px 0 0;
  }
}
.blog-item-full .blog-content p span {
  font-weight: 300 !important;
}
.blog-item-full .blog-content h2 {
  margin-top: 80px;
}
.blog-item-full .blog-content #quotablecontent {
  margin: 0 auto;
  max-width: 860px;
}
#blog {
  padding: 80px 8px;
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (min-width: 601px) {
  #blog {
    padding: 96px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  #blog {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #blog h5 {
    margin: 0 1%;
  }
}
@media only screen and (min-width: 980px) {
  #blog h5 {
    margin: 0 3%;
  }
}
#blog .blog-item {
  background-color: #FFF;
  margin-bottom: 16px;
  overflow: hidden;
}
#blog .blog-item .blog-content p {
  line-height: 1.3;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  #blog .blog-item {
    display: inline-block;
    float: left;
    height: 525px;
    margin: 1%;
    position: relative;
    width: calc(33% - 1% * 2);
  }
  #blog .blog-item .entry-meta {
    bottom: 0;
    padding: 8px 0;
    position: absolute;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 980px) {
  #blog .blog-item {
    margin: 3%;
    width: calc(33% - 3% * 2);
  }
}
#blog .blog-item.blog-sidebar {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  #blog .blog-item.blog-sidebar {
    float: right;
    overflow: initial;
  }
}
#blog .blog-item.blog-sidebar .blog-search-form {
  border-bottom: 2px solid #01263C;
  margin: 32px 0 24px;
  padding-bottom: 48px;
}
#blog .blog-item.blog-sidebar .blog-search-form label {
  text-transform: inherit;
  font-size: 1em;
  margin-bottom: 16px;
}
#blog .no-results {
  min-height: 40vH;
}
#blog .no-results .page-content {
  margin-bottom: 32px;
}
#blog h1 a {
  color: #01263C;
}
#blog .entry-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
#blog .blog-item-sticky .icon,
#blog .blog-item-sticky .icon-thumb-tack {
  display: none;
}
#blog:after {
  clear: both;
  content: '';
  display: block;
}
#blog.related {
  padding-bottom: 0;
  padding-top: 0;
}
#blog.related .yarpp-related {
  margin: 0 0 80px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #blog.related .yarpp-related {
    margin-bottom: 96px;
  }
}
#blog.related .yarpp-related.yarpp-related-none {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #blog.related .yarpp-related.yarpp-related-none .blog-sidebar {
    float: left;
  }
}
#blog .xdotai-invite-form {
  padding: 0 0 20px;
}
.blog-categories-list {
  padding: 16px 0;
}
.blog-categories-list li.categories {
  font-weight: 600;
}
.blog-categories-list li.categories ul {
  padding-top: 16px;
}
.blog-categories-list li.cat-item {
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  font-size: 0.675em;
  padding-right: 2%;
  width: 48%;
}
.blog-categories-list li.cat-item > * {
  vertical-align: top;
}
.blog-categories-list li.cat-item a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.pagination {
  text-align: center;
  clear: both;
  font-weight: 600;
  padding: 40px 0 80px;
}
.pagination a {
  color: #01263C;
}
.pagination .current,
.pagination .nextpostslink,
.pagination .previouspostslink {
  color: #01A9ED;
}
.pagination .page,
.pagination .current {
  vertical-align: middle;
  margin: 0 8px;
}
.pagination .extend:after {
  content: "\2026";
  display: inline-block;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FFF;
  display: inline-block;
  font-weight: 200;
  height: 36px;
  line-height: 1.5;
  width: 36px;
}
.pagination.blue-nav .nextpostslink,
.pagination.blue-nav .previouspostslink {
  background-color: #01A9ED;
  color: #FFF;
}
@media only screen and (min-width: 601px) {
  .pagination .page,
  .pagination .current {
    margin: 0 20px;
  }
}
.share-social li {
  display: inline-block;
  margin: 0 -4px;
  padding: 8px;
}
@media only screen and (min-width: 980px) {
  .social-share-top .share-social {
    left: auto;
    margin-left: -114px;
    position: absolute;
    top: 150px;
  }
  .social-share-top .share-social.fixed {
    position: fixed;
  }
  .social-share-top .share-social.bottom {
    bottom: 0;
    top: auto;
  }
  .social-share-top .share-social li {
    display: block;
  }
}
.social-share-bottom .share-social {
  margin-bottom: -36px;
}
.social-share-bottom .share-social li {
  background-color: #FFF;
}
@media only screen and (min-width: 980px) {
  .social-share-bottom .share-social {
    display: none;
  }
}
.social-share-underlined .share-social {
  border-bottom: 2px solid #D0D8DB;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.scenarios .scenarios-sidebar {
  padding: 96px 16px 40px;
}
.scenarios .scenarios-sidebar .scenarios-nav-slide {
  display: none;
}
.scenarios .scenarios-content .scenario {
  margin: 0 auto;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative;
  max-width: 800px;
}
.scenarios .scenarios-content .scenario .scenario-description {
  padding: 0 16px 40px;
}
.scenarios .scenarios-content .scenario .steps {
  clear: both;
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .scenarios .scenarios-content .scenario .steps {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.scenarios .scenarios-content .scenario .steps .step {
  left: auto;
  position: absolute;
  right: auto;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .scenarios .scenarios-content .scenario .steps .step {
    width: calc(100% - 16px);
  }
}
.scenarios .scenarios-content .scenario .steps .step .message-box-large {
  padding: 8px 20px;
}
.scenarios .scenarios-content .scenario .steps .step .message-box-large .message-box-info {
  padding: 0 8px;
}
.scenarios .scenarios-content .scenario .steps .step .message-box {
  min-height: 370px;
}
.scenarios .scenarios-content .scenario .steps .step .message-box .message-box-info {
  font-size: 0.9em;
}
.scenarios .scenarios-content .scenario .steps .step .message-box .message-box-info p:last-child {
  margin-bottom: 0;
}
.scenarios .scenarios-content .scenario .steps .step.invitee .message-box {
  border-color: #F4B21F;
}
.scenarios .scenarios-content .scenario .steps .step.host .message-box {
  border-color: #58C5CC;
}
.scenarios .scenarios-content .scenario .steps .step-num {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  background-color: #01A9ED;
  color: #FFF;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  width: 32px;
}
.scenarios .scenarios-content .scenario .steps .step-num.invitee {
  background-color: #F4B21F;
}
.scenarios .scenarios-content .scenario .steps .step-num.host {
  background-color: #58C5CC;
}
.scenarios .scenarios-content .scenario:after {
  clear: both;
  content: '';
  display: block;
}
@media only screen and (min-width: 768px) {
  .scenarios .scenarios-sidebar {
    float: left;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    width: 25%;
  }
  .scenarios .scenarios-sidebar .scenarios-select {
    display: none;
  }
  .scenarios .scenarios-sidebar .scenarios-nav-slide {
    display: block;
  }
  .scenarios .scenarios-sidebar .scenarios-nav-slide .scenarios-navigation a {
    display: inline-block;
    padding: 8px 16px;
    border-left: 2px solid transparent;
  }
  .scenarios .scenarios-sidebar .scenarios-nav-slide .scenarios-navigation a.active {
    border-left: 2px solid #01A9ED;
  }
  .scenarios .scenarios-content {
    float: left;
    padding-left: 2%;
    width: 73%;
  }
  .scenarios .scenarios-content .scenario-description {
    padding-right: 0;
    padding-left: 0;
  }
  .scenarios .scenarios-content .scenario .steps {
    position: relative;
    width: auto;
  }
  .scenarios .scenarios-content .scenario .steps .step {
    display: inline-block;
    width: auto;
  }
  .scenarios .scenarios-content .scenario .steps .step .message-box {
    width: 400px;
    margin: 12px;
    min-height: 320px;
  }
  .scenarios .scenarios-content .scenario .steps .step .message-box-large {
    margin: 12px;
    padding: 40px;
    width: 526px;
  }
  .scenarios .scenarios-content .scenario .steps h4 {
    margin: 0 20px;
  }
  .scenarios .scenarios-content .scenario .steps.col_r h4 {
    text-align: right;
  }
  .scenarios .scenarios-content .scenario .steps.col_m-auto h4 {
    text-align: center;
  }
  .scenarios .clear {
    clear: both;
    width: 100%;
  }
}
.scenario-trigger {
  height: 1px;
  position: relative;
  top: 210px;
}
@media only screen and (min-height: 768px) {
  .scenario-trigger {
    top: 310px;
  }
}
.right-scenario {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .right-scenario {
    right: -60px;
  }
  .right-scenario .step-1 {
    right: 0;
  }
}
.center-scenario {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .center-scenario .step-1 {
    left: calc(50% - 263px);
  }
}
.center-scenario-3 {
  opacity: 0;
}
.center-scenario-3 .step {
  opacity: 0;
}
.center-scenario-3 .step-2 {
  margin-top: 20px;
}
.center-scenario-3 .step-3 {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .center-scenario-3 .step-1 {
    left: -60px;
  }
  .center-scenario-3 .step-2 {
    left: calc(50% - 240px);
  }
  .center-scenario-3 .step-3 {
    right: -60px;
  }
}
#networking-coffee-scenario .steps-2 {
  opacity: 0;
  top: -20px;
}
@media only screen and (min-width: 768px) {
  #networking-coffee-scenario .steps-2 {
    right: -60px;
  }
  #networking-coffee-scenario .steps-2 .step-1 {
    right: 0;
  }
}
#networking-coffee-scenario .steps-3 {
  opacity: 0;
  top: -40px;
}
#networking-coffee-scenario .steps-3 .step {
  opacity: 0;
}
#networking-coffee-scenario .steps-3 .step-2 {
  margin-top: 20px;
}
#networking-coffee-scenario .steps-3 .step-3 {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #networking-coffee-scenario .steps-3 .step-1 {
    left: -60px;
  }
  #networking-coffee-scenario .steps-3 .step-2 {
    left: calc(50% - 240px);
  }
  #networking-coffee-scenario .steps-3 .step-3 {
    right: -60px;
  }
}
#networking-coffee-scenario .steps-4 {
  opacity: 0;
  top: -20px;
}
@media only screen and (min-width: 768px) {
  #networking-coffee-scenario .steps-4 .step-1 {
    left: calc(50% - 263px);
  }
}
#candidate-screen-scenario .steps-2 {
  opacity: 0;
  top: -20px;
}
#candidate-screen-scenario .steps-2 .step {
  opacity: 0;
}
#candidate-screen-scenario .steps-2 .step-2 {
  margin-top: 20px;
}
#candidate-screen-scenario .steps-2 .step-3 {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #candidate-screen-scenario .steps-2 .step-1 {
    left: -60px;
  }
  #candidate-screen-scenario .steps-2 .step-2 {
    left: calc(50% - 240px);
  }
  #candidate-screen-scenario .steps-2 .step-3 {
    right: -60px;
  }
}
#candidate-screen-scenario .steps-3 {
  opacity: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #candidate-screen-scenario .steps-3 .step-1 {
    left: calc(50% - 263px);
  }
}
#pitch-meeting-scenario .steps-2 {
  opacity: 0;
}
#pitch-meeting-scenario .steps-2 .step {
  opacity: 0;
}
#pitch-meeting-scenario .steps-2 .step-2 {
  margin-top: 20px;
}
#pitch-meeting-scenario .steps-2 .step-3 {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #pitch-meeting-scenario .steps-2 .step-1 {
    left: -60px;
  }
  #pitch-meeting-scenario .steps-2 .step-2 {
    left: calc(50% - 240px);
  }
  #pitch-meeting-scenario .steps-2 .step-3 {
    right: -60px;
  }
}
#pitch-meeting-scenario .steps-3 {
  opacity: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #pitch-meeting-scenario .steps-3 .step-1 {
    left: calc(50% - 263px);
  }
}
.scenario-steps {
  min-height: 500px;
}
.events {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.events .content {
  color: #01263C;
}
.events.section {
  padding-top: 96px;
}
.events.dark {
  color: #FFF;
}
.events .calendar-icon,
.events .calendar-info {
  float: left;
  margin-bottom: 40px;
  margin-left: 8px;
}
.events .calendar-icon {
  background: url('../../../wp-content/themes/amy.v2/assets/images//icons/icon_calendar-empty.svg') no-repeat;
  color: #4085DE;
  font-weight: 600;
  height: 54px;
  line-height: 1;
  padding-top: 4px;
  width: 54px;
}
.events .presenters {
  padding-bottom: 32px;
}
.events .presenters .person_info {
  height: 50px;
}
.events .presenters .presenter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100px;
}
.events .presenters .presenter img {
  height: 100%;
}
.events .powered-by img {
  vertical-align: middle;
}
.events .webinar_subtitle {
  margin-left: 16px;
}
.events .list li {
  background: url('../../../wp-content/themes/amy.v2/assets/images//icons/icon_check-blue.png') no-repeat top left;
  padding-left: 24px;
}
.content p,
.register-msg p {
  margin: 0;
}
.w-user-info p {
  margin-bottom: 4px;
}
.control p {
  display: inline;
}
.signup .content-wrapper.content {
  margin-bottom: -220px;
  position: relative;
  top: -140px;
}
.signup .one-price {
  text-align: center;
}
.signup .one-price .h1 {
  font-size: 6.6675em;
}
.signup .one-price .small {
  font-size: 1.9425em;
}
.signup .one-price sup {
  font-size: 1.9425em;
  vertical-align: text-bottom;
  line-height: 150px;
}
.signup .one-price.teams.coupon-hidden.plan-price {
  margin-top: 19px;
}
.signup .one-price.teams.coupon-hidden.trial {
  margin-top: 19px;
  margin-bottom: 56px;
}
.signup .one-price.teams.coupon-present.plan-price {
  margin-top: 64px;
}
.signup .one-price.teams.coupon-present.trial {
  margin-top: 49px;
  margin-bottom: 85px;
}
.signup .one-price.individual.coupon-hidden.plan-price {
  margin-top: -21px;
}
.signup .one-price.individual.coupon-hidden.trial {
  margin-top: 0px;
  margin-bottom: 0px;
}
.signup .one-price.individual.coupon-present.plan-price {
  margin-top: 24px;
}
.signup .one-price.individual.coupon-present.trial {
  margin-top: 33px;
  margin-bottom: 35px;
}
.signup .two-price.teams.coupon-hidden.trial {
  margin-bottom: 51px;
}
.signup .two-price.teams.coupon-present.trial {
  margin-bottom: 155px;
}
.signup .two-price.individual.coupon-hidden.trial {
  margin-bottom: -20px;
  margin-top: -7px;
}
.signup .two-price.individual.coupon-present.trial {
  margin-bottom: 76px;
}
.signup .option-selector {
  margin-bottom: -1px;
}
.signup .option-selector > li {
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  padding: 8px 16px;
}
.signup .option-selector > li:first-child {
  border-bottom: none;
}
.signup .option-selector > li.active {
  color: #FFF;
}
.signup .option-selector > li .control {
  overflow: hidden;
}
.signup .option-selector > li .control strong {
  font-weight: 600;
}
.signup .option-selector .col {
  margin-bottom: 0;
}
.signup .option-selector .control {
  margin-bottom: 0;
  padding-bottom: 0;
}
.signup .plan-price .col .row:first-child {
  margin-top: -18px;
}
.signup .plan-price .col.two-person {
  vertical-align: middle;
}
.signup .plan-price .col .sixty-percent {
  vertical-align: 60%;
}
.slack-button p {
  font-size: 1.556em;
}
.slack-button img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  margin-left: 16px;
}
.slack-integration {
  padding-bottom: 16px;
}
.slack-integration .slack-integration-pic img {
  display: block;
  max-width: 100%;
}
.slack-integration .slack-integration-info {
  line-height: initial;
}
@media only screen and (min-width: 601px) {
  .slack-integration {
    padding-bottom: 64px;
  }
  .slack-integration .slack-integration-pic {
    left: -24px;
    margin-bottom: -90px;
    position: relative;
    top: -90px;
  }
  .slack-integration .slack-integration-info {
    max-width: 400px;
  }
}
.partners-logo {
  color: #FFF;
  font-size: 1.556em;
  left: 72px;
  position: absolute;
  top: 20px;
  z-index: 1;
}
.partners-logo img {
  vertical-align: middle;
  margin-left: 16px;
}
.newsletter-signup-msg {
  background-color: transparent;
}
.newsletterSubscribed .content-wrapper .col h2,
.newsletterSubscribed .content-wrapper .col p {
  display: none;
}
.newsletterSubscribed .content-wrapper .col .xdotai-invite {
  display: none;
}
.newsletterSubscribed .content-wrapper .col .xdotai-invite-form .newsletter-signup-msg p {
  display: block;
}
.repeater-list h2 {
  margin-bottom: 0;
}
.repeater-list .repeater,
.repeater-list .sub-repeater {
  padding-top: 80px;
}
.repeater-list .sub-repeater {
  border-bottom: 2px solid #EAEDEE;
  padding-bottom: 80px;
}
.repeater-list .sub-repeater:after {
  clear: both;
  content: '';
  display: block;
}
.repeater-list .sub-repeater .description p:last-child {
  margin-bottom: 0;
}
.repeater-list .sub-repeater .description img {
  height: auto;
  max-width: 100%;
}
.repeater-list .sub-repeater .extra {
  padding-top: 80px;
}
@media only screen and (min-width: 1280px) {
  .repeater-list .repeater .description,
  .repeater-list .sub-repeater .description {
    float: left;
    padding-right: 64px;
    width: calc(100% - 310px);
  }
  .repeater-list .repeater .extra,
  .repeater-list .sub-repeater .extra {
    float: right;
    padding-top: 0;
    width: 310px;
  }
}
.repeater-sidebar {
  padding-top: 80px;
}
.repeater-sidebar .repeater-navigation {
  padding-top: 50px;
}
.repeater-sidebar .repeater-navigation a {
  display: inline-block;
  color: rgba(1, 38, 60, 0.5);
  padding: 8px;
  font-size: 1.222em;
  font-weight: 700;
}
.repeater-sidebar .repeater-navigation .repeater {
  border-left: 2px solid transparent;
}
.repeater-sidebar .repeater-navigation .repeater.active {
  border-left: 2px solid #01A9ED;
}
.repeater-sidebar .repeater-navigation .repeater .repeater-sub-navigation {
  display: none;
  padding-left: 16px;
}
.repeater-sidebar .repeater-navigation .repeater.active .repeater-sub-navigation {
  display: block;
}
.repeater-sidebar .repeater-navigation .sub-repeater a {
  font-size: 1em;
  font-weight: 400;
}
.repeater-sidebar .repeater-navigation .sub-repeater.active a {
  color: #01A9ED;
}
.repeater-sidebar .repeater-navigation.sticky {
  max-width: 420px;
  position: fixed;
  top: 80px;
  width: 30%;
}
.repeater-sidebar .repeater-select select {
  color: #01A9ED;
}
.perfect-pullquote.quote-reset {
  border-width: 3px;
  margin: 8px !important;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
.perfect-pullquote.quote-reset h5 {
  color: #01263C;
}
.press .press-sidebar {
  text-align: center;
  background-color: #EAEDEE;
  padding: 50px;
}
.press .press-sidebar p {
  margin-bottom: 16px;
}
.press .press-sidebar.press-contacts li {
  padding-top: 40px;
}
.press .press-sidebar.press-contacts li:first-child {
  padding-top: 0;
}
.press .press-content .press-post {
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
}
.press .press-content .press-post .press-img {
  margin: 0 auto;
  height: 40px;
  margin-bottom: 16px;
  width: 40px;
}
.press .press-content .press-post .press-img img {
  display: block;
  width: 100%;
}
.press .press-content .press-post .press-info {
  overflow: hidden;
}
.press .press-content .press-post .press-info .press-header {
  margin-bottom: 16px;
}
.press .press-content .press-post .press-info .press-header .press-title {
  margin-bottom: 0;
}
.press .press-content .press-post .press-info p {
  margin-bottom: 16px;
}
.press .press-content .press-post .press-info p.view-link {
  margin-bottom: 0;
}
@media only screen and (min-width: 601px) {
  .press .press-content .press-post {
    text-align: inherit;
    border-top: 2px solid #EAEDEE;
  }
  .press .press-content .press-post:first-child {
    border-top: 0;
  }
  .press .press-content .press-post .press-img {
    float: left;
    height: 120px;
    margin-right: 16px;
    width: 120px;
  }
  .press .press-content .press-post .press-info .press-title {
    display: inline-block;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 980px) {
  .press .press-sidebar {
    float: right;
    width: 315px;
  }
  .press .press-content {
    float: left;
    padding-right: 10%;
    width: calc(100% - 315px);
  }
}
.cite-description {
  padding: 16px 32px;
}
.cite-description:before {
  color: #01A9ED;
  content: "\201C";
  display: block;
  font-size: 3em;
  line-height: 1px;
}
.hero-image .hero-content-wrapper .cite-description {
  margin-bottom: 0;
}
.persona {
  margin-top: 48px;
  width: 100%;
}
.persona .cite {
  background-color: #FFF;
  padding: 24px;
}
.persona .cite p {
  font-size: 1.333em;
  margin: 8px 0;
}
.persona .cite:before {
  font-size: 8em;
}
.persona .persona-photo {
  display: none;
}
.persona .persona-info {
  padding: 16px 0;
}
.persona .persona-info .persona-thumbnail {
  float: left;
  height: 80px;
  margin-right: 16px;
  width: 80px;
}
.persona .persona-info .persona-logo {
  height: 16px;
  margin-top: 8px;
}
@media only screen and (min-width: 980px) {
  .persona {
    margin-top: 0;
    position: relative;
    width: 50%;
  }
  .persona .cite p {
    margin: 24px 0 8px;
  }
  .persona .persona-l {
    bottom: 8px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 25%;
  }
  .persona .persona-r {
    margin-left: 25%;
    float: right;
    width: 75%;
  }
  .persona .persona-photo {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    position: relative;
  }
  .persona .persona-info {
    text-align: center;
    background-color: #FFF;
  }
  .persona .persona-info .persona-thumbnail {
    display: none;
  }
  .persona .persona-info .persona-logo {
    height: 26px;
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .persona .persona-l {
    width: 33.3333333333%;
  }
  .persona .persona-r {
    margin-left: 33.3333333333%;
    width: 66.6666666667%;
  }
}
.image-tiles.section {
  padding: 0;
}
.image-tiles .images-set {
  overflow: hidden;
}
.image-tiles .images-set .img-t {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.image-tiles .images-set .img-big,
.image-tiles .images-set .img-small,
.image-tiles .images-set .img-square {
  height: 56.25vw;
  margin-bottom: 12px;
  width: 100vw;
  position: relative;
}
.image-tiles .images-set .img-big .download,
.image-tiles .images-set .img-small .download,
.image-tiles .images-set .img-square .download {
  display: none;
}
.image-tiles .images-set .img-big .image-square-hover,
.image-tiles .images-set .img-small .image-square-hover,
.image-tiles .images-set .img-square .image-square-hover {
  opacity: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.image-tiles .images-set .img-big:hover .image-square-hover,
.image-tiles .images-set .img-small:hover .image-square-hover,
.image-tiles .images-set .img-square:hover .image-square-hover {
  opacity: 1;
}
@media only screen and (min-width: 601px) {
  .image-tiles .images-set .img-cell {
    float: left;
    margin-right: -12px;
  }
  .image-tiles .images-set .img-big,
  .image-tiles .images-set .img-small,
  .image-tiles .images-set .img-square {
    margin-bottom: 0;
  }
  .image-tiles .images-set .img-big .download,
  .image-tiles .images-set .img-small .download,
  .image-tiles .images-set .img-square .download {
    display: block;
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .image-tiles .images-set .img-big {
    height: 37.490625vw;
    width: 66.65vw;
  }
  .image-tiles .images-set .img-small {
    height: 18.7453125vw;
    width: 33.325vw;
  }
  .image-tiles .images-set .img-square {
    height: 50vw;
    width: 50vw;
  }
}
.jobs-area {
  padding-top: 80px;
}
.jobs-area .job-list {
  border-top: 1px solid #D0D8DB;
}
.jobs-area .job-list li.job {
  border-bottom: 1px solid #D0D8DB;
}
.jobs-area .job-list li.job .job-description ul {
  list-style: initial;
  margin: 0 32px 32px;
}
.jobs-area .job-list li.job .job-description ul ul {
  margin-bottom: 0;
}
.accordion .accordion-item {
  padding-bottom: 16px;
  position: relative;
}
.accordion .accordion-item .accordion-header {
  margin-top: 16px;
  position: relative;
}
.accordion .accordion-item .accordion-header h3 {
  margin-bottom: 0;
  padding-right: 48px;
}
.accordion .accordion-item .accordion-toggle {
  background: url('../../../wp-content/themes/amy.v2/assets/images//icons/icon_arrow-bottom-blue.svg') no-repeat center;
  content: '';
  height: 15px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}
.accordion .accordion-item .accordion-body {
  display: none;
  padding-top: 40px;
}
.accordion .accordion-item .accordion-hash {
  position: absolute;
  top: -80px;
}
.accordion .accordion-item.active .accordion-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}
.input-group-form {
  text-align: left;
  padding: 8px 0;
}
.input-group-form .input-group-wrapper {
  padding-top: 8px;
}
.input-group-form .input-group {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  display: table;
  width: 100%;
}
.input-group-form [type=email],
.input-group-form [type=search] {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  border: none;
  padding-bottom: 16px;
  padding-top: 16px;
}
.input-group-form [type=email],
.input-group-form [type=search],
.input-group-form .input-group-btn {
  display: table-cell;
  height: 56px;
}
.input-group-form .input-group-btn {
  min-width: 90px;
  vertical-align: top;
}
.input-group-form .input-group-btn .btn {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
  font-size: 0.777em;
  height: 56px;
  margin-top: 0;
  min-width: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .input-group-form {
    max-width: 538px;
  }
  .col_m-auto .input-group-form {
    margin: 0 auto;
  }
  .hero-content-wrapper .hero-col.col6 .input-group-form {
    max-width: 80%;
  }
}
#intercom-container {
  z-index: 1000 !important;
}
.contact .contact-content:after {
  clear: both;
  content: '';
  display: block;
}
.contact .contact-content .contact-sidebar:after {
  clear: both;
  content: '';
  display: block;
}
.contact .contact-content .contact-sidebar .contact-sales,
.contact .contact-content .contact-sidebar .visit-us {
  float: left;
  height: 227px;
  padding: 16px;
  width: 50%;
}
.contact .contact-content .contact-sidebar .contact-sales .m_a-v,
.contact .contact-content .contact-sidebar .visit-us .m_a-v {
  position: relative;
}
.contact .contact-content .contact-sidebar .contact-sales {
  background-color: #B8E3F3;
}
.contact .contact-content .contact-sidebar .visit-us {
  background: #9FA7A9 url("../../../wp-content/themes/amy.v2/assets/images/bg/bg_map.jpg") no-repeat center;
  background-size: cover;
}
.contact .contact-content .contact-form textarea {
  max-height: 153px;
}
@media only screen and (min-width: 980px) {
  .contact .contact-content .contact-sidebar {
    float: right;
    width: 244px;
  }
  .contact .contact-content .contact-sidebar .contact-sales,
  .contact .contact-content .contact-sidebar .visit-us {
    height: 238px;
    width: 100%;
  }
  .contact .contact-content .contact-form {
    overflow: hidden;
    height: 1%;
  }
}
.navigation-blue-bar-1 {
  height: 80px;
  width: 100%;
  background-color: #01A9ED;
}
.navigation-blue-bar-2 {
  background-color: #50C3F1;
}
.navigation-blue-bar-3 {
  background-color: #81D4F6;
}
.navigation-blue-bar-4 {
  background-color: #B3E5F9;
}
.navigation-blue-bar-2,
.navigation-blue-bar-3,
.navigation-blue-bar-4 {
  height: 10px;
  width: 100%;
}
.large-header-content-wrapper {
  text-align: center;
}
.large-header-content-wrapper .large-header-icon-wrapper {
  width: 200px;
  height: 200px;
  margin: auto;
  margin-bottom: 8px;
}
.large-header-content-wrapper .large-header-icon-wrapper img {
  max-width: 100%;
}
.large-header-content-wrapper .large-header-title-text {
  display: inline-block;
}
@media only screen and (min-width: 980px) {
  .large-header.section {
    padding: 96px 100px;
  }
  .large-header .large-header-content-wrapper {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .large-header .large-header-content-wrapper .large-header-icon-wrapper {
    display: inline-flex;
    align-items: center;
    margin: inherit;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .large-header .large-header-content-wrapper .large-header-icon-wrapper img {
    max-width: 100%;
  }
  .large-header .large-header-content-wrapper .large-header-title-text {
    display: inline-block;
  }
}
.search.section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.search.section .search-content-wrapper {
  width: 100%;
  overflow: hidden;
  padding-left: 100px;
  padding-right: 100px;
}
.search.section .search-content-wrapper .search-input-wrapper {
  float: left;
  width: 60%;
}
.search.section .search-content-wrapper .search-input-wrapper form {
  position: relative;
  width: 100%;
}
.search.section .search-content-wrapper .search-input-wrapper form input {
  width: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 0px;
  border: 2px solid #01A9ED;
  border-radius: 20px;
}
.search.section .search-content-wrapper .search-input-wrapper form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  padding-top: 6px;
  padding-bottom: 7px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid #01A9ED;
  border-radius: 20px;
}
.search.section .search-content-wrapper .search-suggestions-wrapper {
  float: left;
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search.section .search-content-wrapper .search-suggestions-wrapper .search-item-w {
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.search.section .search-content-wrapper .search-suggestions-wrapper .search-item-w span {
  background-color: #01A9ED;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}
@media only screen and (min-width: 1400px) {
  .search.section .search-content-wrapper {
    width: 1320px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.lesson-item h2 span.blue-1,
.lesson-nav h4 span.blue-1,
.lesson-nav h4.active.blue-1 {
  color: #B3E5F9;
}
.lesson-item h2 span.blue-2,
.lesson-nav h4 span.blue-2,
.lesson-nav h4.active.blue-2 {
  color: #81D4F6;
}
.lesson-item h2 span.blue-3,
.lesson-nav h4 span.blue-3,
.lesson-nav h4.active.blue-3 {
  color: #50C3F1;
}
.lesson-item h2 span.blue-4,
.lesson-nav h4 span.blue-4,
.lesson-nav h4.active.blue-4 {
  color: #01A9ED;
}
.lesson-item h2 span.blue-5,
.lesson-nav h4 span.blue-5,
.lesson-nav h4.active.blue-5 {
  color: #017DB2;
}
.lesson-item h2 span.blue-6,
.lesson-nav h4 span.blue-6,
.lesson-nav h4.active.blue-6 {
  color: #015277;
}
.lesson-item h2 span.pink-1,
.lesson-nav h4 span.pink-1,
.lesson-nav h4.active.pink-1 {
  color: #F0DDFD;
}
.lesson-item h2 span.pink-2,
.lesson-nav h4 span.pink-2,
.lesson-nav h4.active.pink-2 {
  color: #F0C0E0;
}
.lesson-item h2 span.pink-3,
.lesson-nav h4 span.pink-3,
.lesson-nav h4.active.pink-3 {
  color: #F08FA5;
}
.lesson-item h2 span.pink-4,
.lesson-nav h4 span.pink-4,
.lesson-nav h4.active.pink-4 {
  color: #F0677B;
}
.lesson-item h2 span.pink-5,
.lesson-nav h4 span.pink-5,
.lesson-nav h4.active.pink-5 {
  color: #A05166;
}
.lesson-item h2 span.pink-6,
.lesson-nav h4 span.pink-6,
.lesson-nav h4.active.pink-6 {
  color: #513C51;
}
.lesson-item h2 span.orange-1,
.lesson-nav h4 span.orange-1,
.lesson-nav h4.active.orange-1 {
  color: #FFE3DB;
}
.lesson-item h2 span.orange-2,
.lesson-nav h4 span.orange-2,
.lesson-nav h4.active.orange-2 {
  color: #FFC7B6;
}
.lesson-item h2 span.orange-3,
.lesson-nav h4 span.orange-3,
.lesson-nav h4.active.orange-3 {
  color: #FFAB92;
}
.lesson-item h2 span.orange-4,
.lesson-nav h4 span.orange-4,
.lesson-nav h4.active.orange-4 {
  color: #FF8F6D;
}
.lesson-item h2 span.orange-5,
.lesson-nav h4 span.orange-5,
.lesson-nav h4.active.orange-5 {
  color: #AA6C5D;
}
.lesson-item h2 span.orange-6,
.lesson-nav h4 span.orange-6,
.lesson-nav h4.active.orange-6 {
  color: #56494C;
}
.lesson-item h2 span.yellow-1,
.lesson-nav h4 span.yellow-1,
.lesson-nav h4.active.yellow-1 {
  color: #FFF9ED;
}
.lesson-item h2 span.yellow-2,
.lesson-nav h4 span.yellow-2,
.lesson-nav h4.active.yellow-2 {
  color: #FFEECC;
}
.lesson-item h2 span.yellow-3,
.lesson-nav h4 span.yellow-3,
.lesson-nav h4.active.yellow-3 {
  color: #FFCC66;
}
.lesson-item h2 span.yellow-4,
.lesson-nav h4 span.yellow-4,
.lesson-nav h4.active.yellow-4 {
  color: #F4B220;
}
.lesson-item h2 span.yellow-5,
.lesson-nav h4 span.yellow-5,
.lesson-nav h4.active.yellow-5 {
  color: #A38329;
}
.lesson-item h2 span.yellow-6,
.lesson-nav h4 span.yellow-6,
.lesson-nav h4.active.yellow-6 {
  color: #525533;
}
.lesson-item h2 span.green-1,
.lesson-nav h4 span.green-1,
.lesson-nav h4.active.green-1 {
  color: #CEECDD;
}
.lesson-item h2 span.green-2,
.lesson-nav h4 span.green-2,
.lesson-nav h4.active.green-2 {
  color: #A2DEC1;
}
.lesson-item h2 span.green-3,
.lesson-nav h4 span.green-3,
.lesson-nav h4.active.green-3 {
  color: #75D0A4;
}
.lesson-item h2 span.green-4,
.lesson-nav h4 span.green-4,
.lesson-nav h4.active.green-4 {
  color: #49C287;
}
.lesson-item h2 span.green-5,
.lesson-nav h4 span.green-5,
.lesson-nav h4.active.green-5 {
  color: #318E6E;
}
.lesson-item h2 span.green-6,
.lesson-nav h4 span.green-6,
.lesson-nav h4.active.green-6 {
  color: #195A55;
}
.lesson-item h2 span.gray-1,
.lesson-nav h4 span.gray-1,
.lesson-nav h4.active.gray-1 {
  color: #f9f9f9;
}
.lesson-item h2 span.gray-2,
.lesson-nav h4 span.gray-2,
.lesson-nav h4.active.gray-2 {
  color: #C0C9CE;
}
.lesson-item h2 span.gray-3,
.lesson-nav h4 span.gray-3,
.lesson-nav h4.active.gray-3 {
  color: #80939E;
}
.lesson-item h2 span.gray-4,
.lesson-nav h4 span.gray-4,
.lesson-nav h4.active.gray-4 {
  color: #5C717C;
}
.lesson-item h2 span.gray-5,
.lesson-nav h4 span.gray-5,
.lesson-nav h4.active.gray-5 {
  color: #01263C;
}
.lesson-item h2 span.gray-6,
.lesson-nav h4 span.gray-6,
.lesson-nav h4.active.gray-6 {
  color: #000000;
}
.top-lesson-plans,
.lesson-plan-switch,
.lesson-plan-matrix,
.glossary-matrix,
.lesson-container,
.glossary-header {
  padding-left: 100px;
  padding-right: 100px;
}
.help-center-header.large-header.section {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 100px;
  padding-right: 100px;
}
.top-lesson-plans {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top-lesson-plans .top-lesson-c {
  width: 30%;
}
.top-lesson-plans .top-lesson-c .top-lesson-header {
  position: relative;
  padding: 20px;
}
.top-lesson-plans .top-lesson-c .top-lesson-header h5 {
  color: white;
  margin-bottom: 0px;
}
.top-lesson-plans .top-lesson-c .top-lesson-header img {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid white;
  width: 40px;
  height: 40px;
}
.top-lesson-plans .top-lesson-c .top-lesson-row {
  width: 100%;
  margin-bottom: 0px;
  padding: 5px;
  color: white;
}
.top-lesson-plans .top-lesson-c.getting-started .top-lesson-header {
  background-color: #01A9ED;
}
.top-lesson-plans .top-lesson-c.getting-started .tl-1 {
  background-color: #50C3F1;
}
.top-lesson-plans .top-lesson-c.getting-started .tl-2 {
  background-color: #81D4F6;
}
.top-lesson-plans .top-lesson-c.getting-started .tl-3 {
  background-color: #B3E5F9;
}
.top-lesson-plans .top-lesson-c.getting-started .tl-4 {
  background-color: #01A9ED;
}
.top-lesson-plans .top-lesson-c.getting-started .tl-5 {
  background-color: #017DB2;
}
.top-lesson-plans .top-lesson-c.getting-started .tl-6 {
  background-color: #015277;
}
.top-lesson-plans .top-lesson-c.setting-preferences .top-lesson-header {
  background-color: #F4B220;
}
.top-lesson-plans .top-lesson-c.setting-preferences .tl-1 {
  background-color: #FFCC66;
}
.top-lesson-plans .top-lesson-c.setting-preferences .tl-2 {
  background-color: #FFEECC;
}
.top-lesson-plans .top-lesson-c.setting-preferences .tl-3 {
  background-color: #FFF9ED;
}
.top-lesson-plans .top-lesson-c.setting-preferences .tl-4 {
  background-color: #F4B220;
}
.top-lesson-plans .top-lesson-c.setting-preferences .tl-5 {
  background-color: #A38329;
}
.top-lesson-plans .top-lesson-c.setting-preferences .tl-6 {
  background-color: #525533;
}
.top-lesson-plans .top-lesson-c.aa-skills .top-lesson-header {
  background-color: #49C287;
}
.top-lesson-plans .top-lesson-c.aa-skills .tl-1 {
  background-color: #75D0A4;
}
.top-lesson-plans .top-lesson-c.aa-skills .tl-2 {
  background-color: #A2DEC1;
}
.top-lesson-plans .top-lesson-c.aa-skills .tl-3 {
  background-color: #CEECDD;
}
.top-lesson-plans .top-lesson-c.aa-skills .tl-4 {
  background-color: #49C287;
}
.top-lesson-plans .top-lesson-c.aa-skills .tl-5 {
  background-color: #318E6E;
}
.top-lesson-plans .top-lesson-c.aa-skills .tl-6 {
  background-color: #195A55;
}
.lesson-plan-switch {
  overflow: hidden;
  display: none;
}
.lesson-plan-switch h3 {
  float: left;
  width: 25%;
}
.lesson-plan-matrix {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lesson-plan-matrix .lesson-plan-outer {
  display: block;
  width: 24%;
  padding-bottom: 18%;
  margin-bottom: 10px;
  position: relative;
}
.lesson-plan-matrix .lesson-plan-outer.is-empty {
  margin-bottom: 0px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0px;
  padding-bottom: 0px;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.blue-1 {
  background-color: #B3E5F9;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.blue-2 {
  background-color: #81D4F6;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.blue-3 {
  background-color: #50C3F1;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.blue-4 {
  background-color: #01A9ED;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.blue-5 {
  background-color: #017DB2;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.blue-6 {
  background-color: #015277;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.pink-1 {
  background-color: #F0DDFD;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.pink-2 {
  background-color: #F0C0E0;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.pink-3 {
  background-color: #F08FA5;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.pink-4 {
  background-color: #F0677B;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.pink-5 {
  background-color: #A05166;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.pink-6 {
  background-color: #513C51;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.orange-1 {
  background-color: #FFE3DB;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.orange-2 {
  background-color: #FFC7B6;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.orange-3 {
  background-color: #FFAB92;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.orange-4 {
  background-color: #FF8F6D;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.orange-5 {
  background-color: #AA6C5D;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.orange-6 {
  background-color: #56494C;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.yellow-1 {
  background-color: #FFF9ED;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.yellow-2 {
  background-color: #FFEECC;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.yellow-3 {
  background-color: #FFCC66;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.yellow-4 {
  background-color: #F4B220;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.yellow-5 {
  background-color: #A38329;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.yellow-6 {
  background-color: #525533;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.green-1 {
  background-color: #CEECDD;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.green-2 {
  background-color: #A2DEC1;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.green-3 {
  background-color: #75D0A4;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.green-4 {
  background-color: #49C287;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.green-5 {
  background-color: #318E6E;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.green-6 {
  background-color: #195A55;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.gray-1 {
  background-color: #f9f9f9;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.gray-2 {
  background-color: #C0C9CE;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.gray-3 {
  background-color: #80939E;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.gray-4 {
  background-color: #5C717C;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.gray-5 {
  background-color: #01263C;
}
.lesson-plan-matrix .lesson-plan-outer .lesson-plan-inner.gray-6 {
  background-color: #000000;
}
.glossary-matrix {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.glossary-matrix .glossary-item {
  width: 30%;
  min-height: 100px;
  margin-bottom: 20px;
}
.glossary-matrix .glossary-item.is-empty {
  margin-bottom: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0px;
}
.glossary-matrix .glossary-item.gm-blue ul {
  border-left: 4px solid #01A9ED;
}
.glossary-matrix .glossary-item.gm-blue ul li span:first-child {
  color: #01A9ED;
}
.glossary-matrix .glossary-item.gm-pink ul {
  border-left: 4px solid #F0677B;
}
.glossary-matrix .glossary-item.gm-pink ul li span:first-child {
  color: #F0677B;
}
.glossary-matrix .glossary-item.gm-orange ul {
  border-left: 4px solid #FF8F6D;
}
.glossary-matrix .glossary-item.gm-orange ul li span:first-child {
  color: #FF8F6D;
}
.glossary-matrix .glossary-item.gm-green ul {
  border-left: 4px solid #49C287;
}
.glossary-matrix .glossary-item.gm-green ul li span:first-child {
  color: #49C287;
}
.glossary-matrix .glossary-item.gm-yellow ul {
  border-left: 4px solid #F4B220;
}
.glossary-matrix .glossary-item.gm-yellow ul li span:first-child {
  color: #F4B220;
}
.glossary-matrix .glossary-item h3 {
  margin-bottom: 20px;
}
.glossary-matrix .glossary-item ul {
  padding-left: 20px;
}
.glossary-matrix .glossary-item ul li a {
  color: inherit;
  overflow: hidden;
  display: block;
}
.glossary-matrix .glossary-item ul li a span:first-child {
  float: left;
  width: 15px;
}
.glossary-matrix .glossary-item ul li a span:last-child {
  float: left;
  width: calc(85%);
}
.lesson-container {
  overflow: hidden;
}
.lesson-container .lesson-left {
  float: left;
  width: 60%;
}
.lesson-container .lesson-left .lesson-item {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 16px;
}
.lesson-container .lesson-left .lesson-item h2 {
  font-weight: bold;
}
.lesson-container .lesson-left .lesson-item img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lesson-container .lesson-left .lesson-item .video-wrapper {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 20px;
}
.lesson-container .lesson-left .lesson-item .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lesson-container .lesson-nav {
  position: fixed;
  top: 96px;
  left: 60%;
}
.lesson-container .lesson-nav h4 {
  font-weight: bold;
  cursor: pointer;
}
.help-center-header.large-header.section .large-header-content-wrapper .larger-header-title-text #quotablecontent p {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1400px) {
  .top-lesson-plans,
  .lesson-plan-switch,
  .lesson-plan-matrix,
  .glossary-matrix,
  .lesson-container,
  .glossary-header {
    width: 1320px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .help-center-header.large-header.section .large-header-content-wrapper {
    width: 1150px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media only screen and (max-width: 979px) {
  .help-center-header.large-header.section {
    padding-bottom: 30px;
  }
}
#header {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  height: 80px;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  z-index: 2;
}
.scrolled #header {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
.logo_xai {
  background: url("../../../wp-content/themes/amy.v2/assets/images/logo_x.ai-blue.svg") no-repeat;
  height: 40px;
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 1;
  width: 34px;
}
.logo_xai a {
  display: block;
  height: 100%;
}
.scrolled #header .logo_xai {
  background: url("../../../wp-content/themes/amy.v2/assets/images/logo_x.ai-blue.svg") no-repeat;
}
.show-topNav #header .logo_xai,
.scrolled #partners-header.whiteSchema .logo_xai {
  background: url("../../../wp-content/themes/amy.v2/assets/images/logo_x.ai.svg") no-repeat;
}
body:not(.scrolled) .whiteSchema .logo_xai {
  background: url("../../../wp-content/themes/amy.v2/assets/images/logo_x.ai.svg") no-repeat;
}
.content-title {
  color: #FFF;
  padding: 32px;
}
.content-title h4 {
  margin-bottom: 0;
}
.content {
  background-color: #FFF;
  box-shadow: 3px 8px 30px rgba(0, 0, 0, 0.3);
  border-radius: 3px 3px 0 0;
  margin: 0 16px;
  padding: 32px;
}
@media only screen and (min-width: 601px) {
  .content-wrapper {
    margin: 0 auto;
    max-width: 1280px;
  }
  .content-wrapper.content-wrapper-s {
    max-width: 1088px;
  }
  .content-wrapper:after {
    clear: both;
    content: '';
    display: block;
  }
}
footer {
  background-color: #01263C;
  color: #9E9EA6;
  font-size: 1em;
  padding: 60px 24px;
  position: relative;
}
footer a {
  color: #01A9ED;
}
footer a:hover {
  color: #0185ba;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer a:focus {
  color: #0185ba;
  outline: none;
  text-decoration: underline;
}
footer .logo_xai {
  display: inline-block;
  margin-top: 12px;
}
@media only screen and (min-width: 601px) {
  footer {
    padding-top: 92px;
  }
}
.product-info h2,
.pricing-info h2,
.love-notes h2,
.customer-logos h2,
.customer-logos-pricing h2,
.plans h2 {
  display: none;
}
.leadership h2,
.data-science-advisory-board h2,
.our-investors h2,
.join-the-team h2,
.articles-about-us-and-our-process h2,
.press-releases h2,
.brand-assets h2,
.media-photographs h2,
.download-presskit h2,
.general-application h2 {
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 1.222em;
  font-weight: 600;
  text-align: center;
}
.professional-edition h2 {
  color: #01A9ED;
}
.team-edition h2 {
  color: #58C5CC;
}
.enterprise-edition h2 {
  color: #2b5487;
}
.how-can-we-help h2,
.amy-andrew-can-now-schedule-over-slack-too h2,
.join-us-to-build-the-future-of-applied-ai h2,
.x-ai-pledge h2 {
  color: #FFF;
}
.get-in-touch h2 {
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 601px) {
  .get-in-touch h2 {
    font-size: 2.667em;
  }
}
.amy-andrew-can-now-schedule-over-slack-too label {
  color: #FFF;
}
.team-edition p,
.enterprise-edition p,
.professional-edition p,
.amy-andrew-can-now-schedule-over-slack-too p,
.x-ai-pledge p {
  color: #FFF;
  font-weight: 400;
}
.section.get-your-own-ai-personal-assistant,
.section.get-your-own-ai-personal-assistant-pricing,
.section.leadership,
.section.data-science-advisory-board,
.section.join-the-team,
.section.get-your-ai-assistant,
.section.get-your-ai-assistant-2,
.section.get-your-own-ai-scheduling-assistant,
.section.articles-about-us-and-our-process,
.section.press-releases,
.section.brand-assets,
.section.media-photographs,
.section.general-application,
.section.general-application-pledge,
.section.get-in-touch,
.section.contact-form {
  background-color: #EAEDEE;
}
.section.introducing-amy-and-andrew,
.section.quotes-about-dennis {
  background-color: #01263C;
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/bg/bg_2.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #FFF;
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 180px;
}
.section.introducing-amy-and-andrew h6,
.section.quotes-about-dennis h6 {
  margin-bottom: 0;
}
.section.the-future-is-here {
  background-color: #FFF;
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/bg/bg_3.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
  overflow: hidden;
}
.blog-content .section.the-future-is-here {
  clear: both;
  padding-top: 0;
}
.section.get-in-touch {
  padding-bottom: 0;
}
.section.scenarios,
.section.repeated-content,
.section.contact {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .section.repeated-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section.leadership,
.section.articles-about-us-and-our-process,
.section.press-releases,
.section.brand-assets {
  padding-bottom: 0;
  padding-top: 40px;
}
.section.data-science-advisory-board,
.section.media-photographs {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 980px) {
  .section.brand-assets .col7 {
    width: auto;
  }
}
.section[class*="_b_c-white"] {
  background-color: #FFF;
}
.section[class*="_b_c-blue"] {
  background-color: #01A9ED;
}
.section[class*="_b_c-tangaroa"] {
  background-color: #01263C;
}
.section[class*="_b_c-gray-light"] {
  background-color: #EAEDEE;
}
.your-trusty-gatekeeper .content-wrapper {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/bg/bg_1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 70%;
}
@media only screen and (min-width: 601px) {
  .your-trusty-gatekeeper .content-wrapper {
    background-position: calc(50% - 156px) 0;
    background-size: 535px auto;
    padding-top: 176px;
    min-height: 400px;
  }
}
.your-trusty-gatekeeper .content-wrapper p {
  margin-bottom: 0;
}
.how-amy-andrew-work {
  color: #FFF;
}
.how-amy-andrew-work .ai-user strong {
  color: #FFF;
}
.hero-image.press-cite {
  background-color: #EAEDEE;
}
.press-cite .hero-content-wrapper,
.join-us-to-build-the-future-of-applied-ai .hero-content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.press-cite .hero-image-wrapper:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(1, 38, 60, 0.3);
  content: '';
  position: absolute;
}
@media only screen and (max-width: 601px) {
  .idea {
    display: none;
  }
}
.press-cite .hero-content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
body {
  background-color: #FFFFFF;
  color: #3c3c3c;
  font: 300 1em/1.45em "sofia-pro", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a:hover:not(.btn) {
  color: #0185ba;
  text-decoration: underline;
}
.section {
  background-color: #FFF;
  padding: 40px 8px;
}
@media only screen and (min-width: 601px) {
  .section {
    padding: 96px 40px;
  }
}
#quotablecontent + .section:not(.hero-image) {
  padding-top: 96px;
}
@media only screen and (min-width: 1088px) {
  .wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1088px;
  }
  main .wrapper {
    max-width: 1016px;
  }
  main .wrapper.wrapper-s {
    width: 480px;
  }
}
/*
  stolen from original theme, must override if necessary :3
*/
@font-face {
  font-family: av-reg;
  src: url("_new-design/styles/fonts/Linotype-AvenirNextLTPro-Regular.otf");
}
@font-face {
  font-family: av-demi;
  src: url("_new-design/styles/fonts/Linotype-AvenirNextLTPro-Demi.otf");
}
@font-face {
  font-family: av-bold;
  src: url("_new-design/styles/fonts/Linotype-AvenirNextLTPro-Bold.otf");
}
.theme-redesign h1,
.theme-redesign .h1,
.theme-redesign h2,
.theme-redesign .h2,
.theme-redesign h3,
.theme-redesign .h3,
.theme-redesign h4,
.theme-redesign .h4,
.theme-redesign h5,
.theme-redesign .h5,
.theme-redesign h6,
.theme-redesign .h6 {
  font-weight: 300;
  margin-bottom: 0px;
}
.theme-redesign h1,
.theme-redesign .h1 {
  font-family: av-demi;
  font-size: 120px;
  line-height: 110px;
}
.theme-redesign h2,
.theme-redesign .h2,
.theme-redesign h2 a {
  font-family: av-reg;
  font-size: 22px;
  line-height: 25px;
}
.theme-redesign h3,
.theme-redesign .h3 {
  font-family: av-demi;
  font-size: 45px;
  line-height: 50px;
}
.theme-redesign h4,
.theme-redesign .h4 {
  font-size: 20px;
  font-family: av-reg;
  line-height: 30px;
}
.theme-redesign h5,
.theme-redesign .h5 {
  font-size: 25px;
  font-family: av-reg;
}
.theme-redesign.small {
  font-size: 0.777em;
}
.theme-redesign p,
.theme-redesign .p {
  font-size: 1em;
  margin-bottom: 20px;
  font-family: av-reg;
}
.theme-redesign li,
.theme-redesign .li,
.theme-redesign h6,
.theme-redesign .h6,
.theme-redesign a {
  font-size: 18px;
  line-height: 30px;
  font-family: av-reg;
}
@media only screen and (max-width: 900px) {
  .theme-redesign h1,
  .theme-redesign .h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .theme-redesign h2,
  .theme-redesign .h2,
  .theme-redesign h2 a {
    font-size: 18px;
    line-height: 22px;
  }
  .theme-redesign h4,
  .theme-redesign .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .theme-redesign h5,
  .theme-redesign .h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .theme-redesign p,
  .theme-redesign .p {
    font-size: 14px;
    line-height: 20px;
  }
  .theme-redesign li,
  .theme-redesign .li,
  .theme-redesign h6,
  .theme-redesign .h6,
  .theme-redesign a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 650px) {
  .theme-redesign h1,
  .theme-redesign .h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .theme-redesign h2,
  .theme-redesign .h2,
  .theme-redesign h2 a {
    font-size: 18px;
    line-height: 22px;
  }
  .theme-redesign h3,
  .theme-redesign .h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .theme-redesign p,
  .theme-redesign .p {
    font-size: 16px;
    line-height: 20px;
  }
}
.new-email {
  width: 100%;
  overflow: hidden;
  height: 46px;
}
.new-email.align-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.new-email input {
  float: left;
  width: calc(100% - 140px);
  height: 100%;
  background-color: #ffffff;
  border-radius: 6px;
}
.new-email button {
  float: left;
  width: 135px;
  height: 100%;
  margin-left: 5px;
  cursor: pointer;
  border: 0;
  border-radius: 23px;
}
.c-Blue button {
  background-color: #01A9ED;
}
.c-Pink button {
  background-color: #A05166;
}
.c-Orange button {
  background-color: #FF8F6D;
}
.c-Yellow button {
  background-color: #F4B220;
}
.c-Green button {
  background-color: #49C287;
}
.c-Gray button {
  background-color: #5C717C;
}
.theme-redesign {
  background-color: white;
  width: 100%;
  position: relative;
  min-width: 375px;
}
.theme-redesign .theme-redesign-inner {
  width: 100%;
  max-width: 1100px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 650px) {
  .theme-redesign {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#new-nav {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: white;
}
#new-nav .new-nav-content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
#new-nav .new-nav-content .logo-xai {
  width: 100px;
  height: 100px;
  float: left;
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/logo-lockup.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#new-nav .new-nav-content .nav-menu-c {
  height: 100px;
  float: right;
  position: relative;
  overflow: hidden;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items {
  height: 100px;
  overflow: hidden;
  position: relative;
  left: 100%;
  transition: all 0.4s;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items.active {
  left: 0%;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container {
  float: left;
  overflow: hidden;
  height: 100%;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu {
  height: 100%;
  overflow: hidden;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu li {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  text-transform: lowercase;
  font-family: av-reg;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu li a {
  color: #01A9ED;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu li.current_page_item a {
  color: black;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container {
  float: left;
  height: 100%;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link {
  height: 100%;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item {
  height: 100%;
  float: left;
  margin-left: 20px;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item a {
  position: relative;
  display: block;
  top: 50%;
  transform: translate(0%, -50%);
  padding: .1em 10px;
  text-transform: lowercase;
  padding-bottom: 2px;
  font-family: av-reg;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item:nth-child(1) a {
  color: white;
  border: none;
  background-color: #01A9ED;
}
#new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item:nth-child(2) a {
  color: #01A9ED;
  border: 1px solid #01A9ED;
  background-color: white;
}
#new-nav .new-nav-content .new-ham-c {
  cursor: pointer;
  height: 100px;
  float: right;
  overflow: hidden;
}
#new-nav .new-nav-content .new-ham-c .new-ham {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 30px;
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 900px) {
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu li {
    font-size: 14px;
    line-height: 28px;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 650px) {
  #new-nav {
    width: 100vw;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items {
    position: fixed;
    top: 120px;
    left: 100%;
    height: 100%;
    width: 100vw;
    background-color: #ffffff;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items.active {
    left: 0;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container {
    width: 100%;
    height: auto;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu {
    height: auto;
    text-align: center;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu .menu-item {
    float: none;
    width: 80%;
    display: inline-block;
    position: static;
    top: 0;
    transform: translate(0%, 0%);
    margin-left: 0px;
    font-size: 40px;
    line-height: 80px;
    border-bottom: 2px solid black;
    padding-bottom: 20px;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-main-menu-container .header-main-menu .menu-item:last-child {
    border-bottom: none;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container {
    width: 100%;
    height: auto;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link {
    height: auto;
    text-align: center;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item {
    float: none;
    font-size: 40px;
    line-height: 80px;
    margin-left: 0px;
    display: inline-block;
    margin-bottom: 20px;
    width: 80%;
    position: relative;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item:nth-child(2) a {
    border: 6px solid #01A9ED;
  }
  #new-nav .new-nav-content .nav-menu-c .nav-menu-items .menu-sign-in-container .sign-in-link .menu-item a {
    position: static;
    top: 0;
    transform: translate(0%, 0%);
    padding-bottom: 10px;
    padding-top: 0px;
  }
}
#new-nav-buffer {
  opacity: 1;
  background-color: white;
  width: 100%;
  height: 120px;
}
#new-footer {
  width: 100%;
  background-color: #015277;
  position: relative;
}
#new-footer .new-footer-inner {
  width: 100%;
  max-width: 1100px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}
#new-footer .new-footer-inner .menu-sign-in-container {
  float: left;
  width: 15%;
  margin-right: 100px;
}
#new-footer .new-footer-inner .menu-sign-in-container .sign-in-link {
  width: 100%;
}
#new-footer .new-footer-inner .menu-sign-in-container .sign-in-link .menu-item {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid white;
  text-align: center;
  margin-bottom: 10px;
}
#new-footer .new-footer-inner .menu-sign-in-container .sign-in-link .menu-item:first-child {
  display: none;
}
#new-footer .new-footer-inner .menu-sign-in-container .sign-in-link .menu-item a {
  color: white;
  text-transform: lowercase;
  font-family: av-reg;
}
#new-footer .new-footer-inner .menu-sign-in-container .sign-in-link .menu-item a:hover {
  text-decoration: underline;
}
#new-footer .new-footer-inner .menu-main-menu-container {
  float: left;
  width: 15%;
  margin-right: 20px;
}
#new-footer .new-footer-inner .menu-main-menu-container .footer-main-menu .menu-item {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#new-footer .new-footer-inner .menu-main-menu-container .footer-main-menu .menu-item a {
  color: #01a9ed;
  text-transform: lowercase;
  font-family: av-demi;
}
#new-footer .new-footer-inner .menu-sub-menu-container {
  float: left;
  width: 15%;
  margin-right: 0px;
}
#new-footer .new-footer-inner .menu-sub-menu-container .footer-sub-menu .menu-item {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
#new-footer .new-footer-inner .menu-sub-menu-container .footer-sub-menu .menu-item a {
  color: #50c3f1;
  text-transform: lowercase;
  font-family: av-demi;
}
#new-footer .new-footer-inner .menu-sub-menu-container .footer-sub-menu .menu-item:first-child a {
  text-transform: uppercase;
}
#new-footer .new-footer-inner .menu-tertiary-menu-container {
  float: left;
  width: 15%;
  margin-right: 20px;
}
#new-footer .new-footer-inner .menu-tertiary-menu-container .footer-sub-menu .menu-item {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
#new-footer .new-footer-inner .menu-tertiary-menu-container .footer-sub-menu .menu-item a {
  color: #81d4f9;
  text-transform: lowercase;
  font-family: av-demi;
}
#new-footer .new-footer-inner .new-footer-social-c {
  float: right;
  overflow: hidden;
}
#new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 10px;
  background-position: center;
}
#new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon.nfs-f {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/social-facebook.svg");
  margin-left: 0px;
}
#new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon.nfs-t {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/social-twitter.svg");
}
#new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon.nfs-l {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/social-linkedin.svg");
}
@media only screen and (max-width: 900px) {
  #new-footer .new-footer-inner .menu-sign-in-container {
    width: 18%;
    font-size: 16px;
    margin-right: 25px;
  }
  #new-footer .new-footer-inner .menu-main-menu-container {
    width: 18%;
    margin-right: 10px;
  }
  #new-footer .new-footer-inner .menu-main-menu-container .footer-main-menu .menu-item {
    font-size: 16px;
  }
  #new-footer .new-footer-inner .menu-sub-menu-container {
    width: 15%;
    margin-right: 10px;
  }
  #new-footer .new-footer-inner .menu-sub-menu-container .footer-sub-menu .menu-item {
    font-size: 16px;
  }
  #new-footer .new-footer-inner .menu-tertiary-menu-container {
    width: 18%;
    margin-right: 10px;
  }
  #new-footer .new-footer-inner .menu-tertiary-menu-container .footer-sub-menu .menu-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  #new-footer .new-footer-inner {
    padding-bottom: 100px;
  }
  #new-footer .new-footer-inner .menu-sign-in-container {
    float: none;
    width: 100%;
    font-size: 30px;
    line-height: 60px;
    margin-right: 5px;
  }
  #new-footer .new-footer-inner .menu-sign-in-container .sign-in-link .menu-item {
    margin-bottom: 30px;
    padding-bottom: 8px;
    border: 2px solid white;
  }
  #new-footer .new-footer-inner .menu-main-menu-container {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  #new-footer .new-footer-inner .menu-main-menu-container .footer-main-menu .menu-item {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
  }
  #new-footer .new-footer-inner .menu-sub-menu-container {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  #new-footer .new-footer-inner .menu-sub-menu-container .footer-sub-menu .menu-item {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
  }
  #new-footer .new-footer-inner .menu-tertiary-menu-container {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  #new-footer .new-footer-inner .menu-tertiary-menu-container .footer-sub-menu .menu-item {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
  }
  #new-footer .new-footer-inner .new-footer-social-c {
    float: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
  }
  #new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    float: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  #new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon.nfs-f {
    background-image: url("../../../wp-content/themes/amy.v2/assets/images/social-facebook.svg");
    margin-left: 10px;
  }
  #new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon.nfs-t {
    background-image: url("../../../wp-content/themes/amy.v2/assets/images/social-twitter.svg");
  }
  #new-footer .new-footer-inner .new-footer-social-c .new-footer-social-icon.nfs-l {
    background-image: url("../../../wp-content/themes/amy.v2/assets/images/social-linkedin.svg");
  }
}
.new-hero-module {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px;
}
.new-hero-module .theme-redesign-inner h1 {
  display: inline-block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .new-hero-module .theme-redesign-inner h1 {
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .new-hero-module .theme-redesign-inner h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.new-hero-module .theme-redesign-inner .space-hack {
  width: 100%;
  height: 1px;
  opacity: 0;
}
.new-hero-module .theme-redesign-inner h2 {
  display: inline-block;
  max-width: 649px;
  margin-bottom: 20px;
}
.new-hero-module .theme-redesign-inner h2 a {
  color: #3c3c3c;
}
.new-image-row-module {
  width: 100%;
  background-color: #01A9ED;
  padding-bottom: 20px;
  padding-top: 20px;
}
.new-image-row-module .theme-redesign-inner p {
  width: 100%;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.new-image-row-module .theme-redesign-inner .image-row-wrapper {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.new-image-row-module .theme-redesign-inner .image-row-wrapper .image-row-image-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 20%;
}
.new-image-row-module .theme-redesign-inner .image-row-wrapper .image-row-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 900px) {
  .new-image-row-module .theme-redesign-inner .image-row-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 650px) {
  .new-image-row-module .theme-redesign-inner .image-row-wrapper {
    width: 100%;
  }
  .new-image-row-module .theme-redesign-inner .image-row-wrapper .image-row-image-wrapper {
    padding: 0 10px;
    padding-top: 20px;
    width: 33.3%;
    margin-bottom: 0px;
  }
}
.new-howitworks-module {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.new-howitworks-module .theme-redesign-inner h3,
.new-howitworks-module .theme-redesign-inner h4,
.new-howitworks-module .theme-redesign-inner h5,
.new-howitworks-module .theme-redesign-inner p {
  display: inline-block;
}
.new-howitworks-module .theme-redesign-inner h3 {
  margin-bottom: 10px;
}
.new-howitworks-module .theme-redesign-inner h5 {
  font-size: 18px !important;
  font-family: av-demi;
}
.new-howitworks-module .theme-redesign-inner p {
  font-size: 14px;
}
.new-howitworks-module .theme-redesign-inner .hiw-desktop-image-c {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.new-howitworks-module .theme-redesign-inner .hiw-desktop-image-c img {
  display: inline-block;
  width: 90%;
}
.new-howitworks-module .theme-redesign-inner .columns-c {
  width: 100%;
  overflow: hidden;
}
.new-howitworks-module .theme-redesign-inner .columns-c .hiw-column {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .hiw-column-text-c h5 {
  height: 35px;
}
.new-howitworks-module .theme-redesign-inner .columns-c .hiw-column img {
  display: none;
}
.new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .mobile-triangle {
  display: none;
}
@media only screen and (max-width: 900px) {
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .hiw-column-text-c h5 {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .new-howitworks-module {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .new-howitworks-module .theme-redesign-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .new-howitworks-module .theme-redesign-inner h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-howitworks-module .theme-redesign-inner .hiw-desktop-image-c {
    display: none;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c {
    padding-top: 20px;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(1) {
    height: 300px;
    background-color: white;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(1) .hiw-column-text-c {
    left: 60%;
    text-align: left;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(1) img {
    right: 54%;
    height: 80%;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(2) {
    height: 240px;
    background-color: #f9f9f9;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(2) .hiw-column-text-c {
    right: 60%;
    text-align: right;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(2) img {
    left: 46%;
    height: 58%;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(3) {
    height: 200px;
    background-color: white;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(3) .hiw-column-text-c {
    left: 0px;
    width: 100%;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(3) .hiw-column-text-c h5 {
    position: absolute;
    right: 65%;
    width: 28%;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: right;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(3) .hiw-column-text-c p {
    position: absolute;
    left: 65%;
    width: 28%;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: left;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(3) img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45%;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(4) {
    height: 240px;
    background-color: #f9f9f9;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(4) .hiw-column-text-c {
    right: 60%;
    text-align: right;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(4) img {
    left: 49%;
    height: 66%;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(5) {
    height: 200px;
    background-color: white;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(5) .hiw-column-text-c {
    left: 60%;
    text-align: left;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column:nth-child(5) img {
    right: 56%;
    height: 66%;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .hiw-column-text-c {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 28%;
    z-index: 1000;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .hiw-column-text-c h5 {
    height: auto;
    display: block;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .hiw-column-text-c p {
    font-size: 14px;
    display: block;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1000;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .mobile-triangle-down,
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .mobile-triangle-up {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    width: 80%;
    height: 100px;
    background-image: url("../../../wp-content/themes/amy.v2/assets/images/arrows.svg");
    background-repeat: no-repeat;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .mobile-triangle-down {
    top: 0px;
  }
  .new-howitworks-module .theme-redesign-inner .columns-c .hiw-column .mobile-triangle-up {
    bottom: 0px;
    transform: translate(-50%, 0%) rotate(180deg);
  }
}
.new-how-it-works-module {
  width: 100%;
}
.new-how-it-works-module .story-controls-c {
  width: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-bottom: 50px;
  text-align: center;
}
.new-how-it-works-module .story-controls-c a:hover {
  text-decoration: none;
}
.new-how-it-works-module .story-controls-c h4 {
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.new-how-it-works-module .story-controls-c .story-selector {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #01A9ED;
  color: #01A9ED;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}
.new-how-it-works-module .story-controls-c .story-selector.active {
  background-color: #01A9ED;
  color: white;
}
.new-how-it-works-module .story-controls-c .hiw-hidden-breaker {
  width: 100%;
  display: none;
  height: 1px;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .new-how-it-works-module .story-controls-c .hiw-hidden-breaker {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .new-how-it-works-module .story-controls-c .hiw-hidden-breaker {
    display: none;
  }
}
.new-how-it-works-module .story-controls-c .hiw-hidden-breaker-m {
  width: 100%;
  display: none;
  height: 1px;
  opacity: 0;
}
@media only screen and (max-width: 650px) {
  .new-how-it-works-module .story-controls-c .hiw-hidden-breaker-m {
    display: block;
  }
}
.new-how-it-works-module .story-c {
  display: none;
}
.new-how-it-works-module .story-c.active {
  display: block;
}
.new-how-it-works-module .story-c .story-top-c {
  width: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  padding-bottom: 50px;
}
.new-how-it-works-module .story-c .story-top-c h4 {
  display: inline-block;
  font-weight: 600;
}
.new-how-it-works-module .story-c .story-top-c p {
  text-align: center;
}
.new-how-it-works-module .story-c .story-elems-all {
  background-color: #f9f9f9;
  padding-bottom: 50px;
  width: 100%;
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c {
  width: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  overflow: hidden;
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .story-elem-triangle {
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 108%;
  height: 56px;
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/arrows.svg");
  background-repeat: no-repeat;
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count {
  width: 100%;
  height: 70px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 15px;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-1 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-1.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-2 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-2.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-3 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-3.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-4 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-4.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-5 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-5.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-6 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-6.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-7 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-7.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-8 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-8.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-count.sec-9 {
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/numerals-9.svg");
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left {
  float: left;
  width: 340px;
  height: 460px;
  padding-top: 13%;
  padding-right: 50px;
  padding-left: 20px;
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left h6 {
  text-align: left;
  line-height: 26px;
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-right {
  float: right;
  width: 460px;
  height: 460px;
}
.new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-right img {
  max-width: 100%;
  max-height: 100%;
}
.new-how-it-works-module .story-c .story-bottom-c {
  background-color: #e6e6e6;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.new-how-it-works-module .story-c .story-bottom-c .story-bottom-inner {
  max-width: 450px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.new-how-it-works-module .story-c .story-bottom-c .story-bottom-inner h4 {
  margin-top: 20px;
  font-family: av-demi;
  display: inline-block;
}
.new-how-it-works-module .story-c.s-0 .story-elems-all .story-elem-c:nth-child(3) .se-count {
  margin-bottom: 40px;
}
.new-how-it-works-module .story-c.s-1 .story-elems-all .story-elem-c:nth-child(1) .se-count {
  margin-bottom: 40px;
}
.new-how-it-works-module .story-c.s-1 .story-elems-all .story-elem-c:nth-child(2) .se-count {
  margin-bottom: 40px;
}
.new-how-it-works-module .story-c.s-3 .story-elems-all .story-elem-c:nth-child(3) .se-count {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .new-how-it-works-module .story-c .story-top-c {
    width: 600px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c {
    width: 600px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left {
    width: 250px;
    height: 350px;
    padding-top: 30px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left h6 {
    font-size: 14px;
    line-height: 19px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left .se-count {
    margin-bottom: 20px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-right {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 650px) {
  .new-how-it-works-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  .new-how-it-works-module .story-controls-c {
    width: 100%;
  }
  .new-how-it-works-module .story-c .story-top-c {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-how-it-works-module .story-c .story-top-c h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .new-how-it-works-module .story-c .story-top-c p {
    text-align: center;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c {
    width: 100%;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .story-elem-triangle {
    width: 80%;
    height: 24px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left .se-count {
    margin-bottom: 20px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-left h6 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .new-how-it-works-module .story-c .story-elems-all .story-elem-c .se-right {
    float: left;
    width: 350px;
    height: 350px;
    position: relative;
    left: calc(50% + 7px);
    transform: translate(-50%, 0%);
  }
  .new-how-it-works-module .story-c.s-4 .story-elems-all .story-elem-c:nth-child(1) .se-right {
    left: calc(50% + 18px);
  }
  .new-how-it-works-module .story-c.s-5 .story-elems-all .story-elem-c:nth-child(2) .se-right {
    margin-bottom: 10px;
  }
  .new-how-it-works-module .story-c.s-5 .story-elems-all .story-elem-c:nth-child(3) .se-right {
    margin-bottom: 10px;
  }
  .new-how-it-works-module .story-c.s-0 .story-elems-all .story-elem-c:nth-child(3) .se-count {
    margin-bottom: 15px;
  }
  .new-how-it-works-module .story-c.s-1 .story-elems-all .story-elem-c:nth-child(1) .se-count {
    margin-bottom: 15px;
  }
  .new-how-it-works-module .story-c.s-1 .story-elems-all .story-elem-c:nth-child(2) .se-count {
    margin-bottom: 15px;
  }
  .new-how-it-works-module .story-c.s-3 .story-elems-all .story-elem-c:nth-child(3) .se-count {
    margin-bottom: 15px;
  }
}
.new-product {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.new-product p,
.new-product h5 {
  text-align: center;
}
.new-product .theme-redesign-inner .product-content-inner {
  width: 100%;
  overflow: hidden;
}
.new-product .theme-redesign-inner .product-content-inner .product-column {
  float: left;
  width: 33.3%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.new-product .theme-redesign-inner .product-content-inner .product-column .product-image-w {
  width: 130px;
  height: 130px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}
.new-product .theme-redesign-inner .product-content-inner .product-column .product-image-w img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.new-product .theme-redesign-inner .product-content-inner .product-column h5 {
  height: 100px;
  font-family: av-demi;
}
@media only screen and (max-width: 650px) {
  .new-product .theme-redesign-inner .product-content-inner .product-column {
    float: none;
    width: 100%;
  }
  .new-product .theme-redesign-inner .product-content-inner .product-column h5 {
    height: auto;
    margin-bottom: 20px;
  }
}
.new-slideshow-module {
  width: 100%;
  position: relative;
}
.new-slideshow-module .new-slideshow-c {
  width: 100%;
}
.new-slideshow-module .new-slideshow-c .new-slideshow-item {
  width: 100%;
  padding-bottom: 50vh;
  position: relative;
}
.new-slideshow-module .new-slideshow-c .new-slideshow-item .new-slideshow-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-slideshow-module .new-slideshow-c .new-slideshow-item .new-slideshow-item-inner .slideshow-left {
  float: left;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.new-slideshow-module .new-slideshow-c .new-slideshow-item .new-slideshow-item-inner .slideshow-right {
  float: right;
  width: 50%;
  height: 100%;
  padding: 70px 50px;
}
.new-slideshow-module .slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1000;
}
.new-slideshow-module .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.new-slideshow-module .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.new-slideshow-module .slick-slider .slick-dots {
  position: absolute;
  top: 10px;
  left: calc(50% + 50px);
}
.new-slideshow-module .slick-slider .slick-dots li {
  height: 100%;
  display: inline-block;
}
.new-slideshow-module .slick-slider .slick-dots li button {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  float: left;
  margin-right: 15px;
  border: 0;
  color: transparent;
  background-color: grey;
}
.new-slideshow-module .slick-slider .slick-dots li.slick-active button {
  background-color: #015277;
}
.xdotai-invite-form-wrapper {
  background-color: #01A9ED;
}
.xdotai-invite-form-wrapper.c-Blue {
  background-color: #01A9ED;
}
.xdotai-invite-form-wrapper.c-Pink {
  background-color: #F0677B;
}
.xdotai-invite-form-wrapper.c-Yellow {
  background-color: #F4B220;
}
@media only screen and (max-width: 1300px) {
  .xdotai-invite-form-wrapper {
    padding-top: 70px;
  }
}
.xdotai-invite-form-wrapper:nth-child(1).active .expander,
.xdotai-invite-form-wrapper:nth-child(2).active .expander,
.xdotai-invite-form-wrapper:nth-child(3).active .expander {
  padding-bottom: 50%;
}
.xdotai-invite-form-wrapper.type-dark {
  background-color: #017DB2;
}
.xdotai-invite-form-wrapper .expander {
  width: 100%;
  padding-bottom: 0%;
  opacity: 0;
  transition: padding-bottom 0.4s;
}
.xdotai-invite-form-wrapper .theme-redesign-inner h2 {
  color: white;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite {
  height: 46px;
}
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite .input-group {
  border-radius: unset;
  box-shadow: unset;
  display: block;
  width: 100%;
  height: 46px;
}
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite [type=email],
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite [type=search] {
  height: 100%;
  width: 70%;
  float: left;
  border-radius: 0;
  padding: 5px 15px;
}
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite [type=email],
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite [type=search],
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite .input-group-btn {
  height: 100%;
  display: inline-block;
}
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite .input-group-btn {
  width: 30%;
  float: left;
  vertical-align: unset;
  padding-left: 5px;
}
.xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite .input-group-btn .btn {
  height: 100%;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  margin-top: 0;
  white-space: nowrap;
  float: left;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  background-color: #3c3c3c;
  padding: 0px;
  font-family: av-demi;
}
@media only screen and (max-width: 900px) {
  .xdotai-invite-form-wrapper:nth-child(1).active .expander,
  .xdotai-invite-form-wrapper:nth-child(2).active .expander,
  .xdotai-invite-form-wrapper:nth-child(3).active .expander {
    padding-bottom: 85%;
  }
}
@media only screen and (max-width: 650px) {
  .xdotai-invite-form-wrapper:nth-child(1).active .expander,
  .xdotai-invite-form-wrapper:nth-child(2).active .expander,
  .xdotai-invite-form-wrapper:nth-child(3).active .expander {
    padding-bottom: 145%;
  }
  .xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite {
    height: auto;
  }
  .xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite .input-group [type=email],
  .xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite .input-group [type=search] {
    width: 100%;
    margin-bottom: 20px;
  }
  .xdotai-invite-form-wrapper .theme-redesign-inner .xdotai-invite-form .xdotai-invite .input-group .input-group-btn {
    width: 100%;
    padding-left: 0px;
  }
}
.login-btn {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 10px;
  width: 300px;
  height: 40px;
  border-radius: 2px;
  color: white;
  cursor:pointer;
  cursor:hand;
}
.login-btn.login-google {
  background: #337CF7;
}
.login-btn.login-microsoft {
  background: #1570a6;
}
.login-btn .login-btn-icon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 38px;
  width: 38px;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  color: white;
  background-size: 38px 38px;
}
.login-btn .login-btn-icon.login-google-icon {
  background: white;
  background-image: url('https://cdn.x.ai/wp-content/uploads/2019/02/google_icon.png');
}
.login-btn .login-btn-icon.login-microsoft-icon {
  background: white;
  background-image: url('https://cdn.x.ai/wp-content/uploads/2019/02/microsoft_logo-1.png');
}
.login-btn .login-btn-text {
  position: absolute;
  display: block;
  top: 0px;
  left: 54px;
  right: 0px;
  bottom: 0px;
  line-height: 40px;
  font-size: 16px;
  color: white;
  text-align: left;
}
.xdotai-calendar-connect .diff-calendar-link {
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  width: 300px;
  margin: 15px auto;
}
.xdotai-calendar-connect .diff-calendar-link:hover {
  color: white;
}
.xdotai-calendar-connect .checkbox-container {
  margin: auto;
  width: 410px;
}
@media only screen and (max-width: 425px) {
  .xdotai-calendar-connect .checkbox-container {
    width: unset;
  }
}
.xdotai-calendar-connect .checkbox-container label {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  color: white;
  text-transform: none;
}
.xdotai-calendar-connect .checkbox-container label .terms-link {
  color: white;
  text-decoration: underline;
}
.xdotai-calendar-connect .checkbox-container label .terms-link:hover {
  color: white;
}
.control {
  cursor: pointer;
  display: block;
  position: relative;
  text-transform: inherit;
}
.control input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.control input:focus ~ .control-view {
  border-color: #01263C;
  outline: none;
}
.control input:checked ~ .control-view:after {
  display: block;
}
.control input:disabled ~ .control-view {
  background: none;
  border-color: #c8c5d1 !important;
  pointer-events: none;
}
.control .control-view {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFF;
  border: 1px solid #01A9ED;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  vertical-align: text-bottom;
  width: 20px;
}
.control .control-view.teams {
  border: 1px solid #58C5CC;
}
.control .control-view:after {
  background: url('https://cdn.x.ai/wp-content/uploads/2019/02/icon_check.svg') no-repeat 35%;
  background-size: 90%;
  content: '';
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.new-teaser2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.new-teaser2 .theme-redesign-inner h3 {
  margin-bottom: 10px;
}
.new-teaser2 .theme-redesign-inner .new-teaser-image-matrix {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.new-teaser2 .theme-redesign-inner .new-teaser-image-matrix .matrix-item {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.new-teaser2 .theme-redesign-inner .new-teaser-image-matrix .matrix-item .image-w {
  display: inline-block;
  width: 130px;
  height: 130px;
  position: relative;
}
.new-teaser2 .theme-redesign-inner .new-teaser-image-matrix .matrix-item .image-w img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-teaser2 .theme-redesign-inner .new-teaser2-footer {
  font-size: 30px;
}
@media only screen and (max-width: 900px) {
  .new-teaser2 .theme-redesign-inner .new-teaser-image-matrix {
    margin-bottom: 20px;
  }
  .new-teaser2 .theme-redesign-inner .new-teaser-image-matrix .matrix-item .image-w {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .new-teaser2 .theme-redesign-inner .new-teaser-image-matrix .matrix-item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.new-text-columns {
  width: 100%;
  padding-top: 50px;
  background-color: #f9f9f9;
}
.new-text-columns .theme-redesign-inner h3,
.new-text-columns .theme-redesign-inner h4 {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.new-text-columns .theme-redesign-inner h3 {
  margin-bottom: 10px;
}
.new-text-columns .theme-redesign-inner .text-columns-c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
}
.new-text-columns .theme-redesign-inner .text-columns-c .text-col {
  float: left;
  width: 33.3%;
  padding-left: 20px;
  padding-right: 20px;
}
.new-text-columns .theme-redesign-inner .text-columns-c .text-col h5 {
  border-bottom: 2px solid black;
  margin-bottom: 20px;
  font-family: av-demi;
}
.new-text-columns .theme-redesign-inner .text-columns-c .text-col ul {
  list-style-type: disc;
  padding-left: 20px;
}
.new-text-columns .theme-redesign-inner .text-columns-c .text-col ul li {
  margin-bottom: 0px;
}
@media only screen and (max-width: 650px) {
  .new-text-columns .theme-redesign-inner .text-columns-c .text-col {
    margin-bottom: 20px;
    width: 100%;
  }
}
.new-text-columns-footer {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.new-text-columns-footer .column-footer-1,
.new-text-columns-footer .column-footer-2 {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.new-text-columns-footer .column-footer-1 h6,
.new-text-columns-footer .column-footer-2 h6,
.new-text-columns-footer .column-footer-1 a,
.new-text-columns-footer .column-footer-2 a {
  display: inline-block;
  width: 70%;
  max-width: 1100px;
  color: black;
  margin-bottom: 0px;
}
.new-text-columns-footer .column-footer-1 a,
.new-text-columns-footer .column-footer-2 a {
  text-decoration: underline;
}
.new-text-columns-footer .column-footer-1 {
  background-color: #e6e6e6;
}
.new-text-columns-footer .column-footer-2 {
  background-color: #d2d2d2;
}
@media only screen and (max-width: 650px) {
  .new-text-columns-footer .column-footer-1 h6,
  .new-text-columns-footer .column-footer-2 h6,
  .new-text-columns-footer .column-footer-1 a,
  .new-text-columns-footer .column-footer-2 a {
    width: 90%;
  }
}
.new-logo-row {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.new-logo-row .theme-redesign-inner h3 {
  margin-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
}
.new-logo-row .theme-redesign-inner h4 {
  margin-bottom: 20px;
}
.new-logo-row .theme-redesign-inner .new-logo-image-desktop {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.new-logo-row .theme-redesign-inner .new-logo-image-mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .new-logo-row .theme-redesign-inner h3 {
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .new-logo-row .theme-redesign-inner h3 {
    font-size: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .new-logo-row .theme-redesign-inner .new-logo-image-desktop {
    display: none;
  }
  .new-logo-row .theme-redesign-inner .new-logo-image-mobile {
    display: block;
    width: 100%;
  }
}
.new-review-row {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #01A9ED;
}
.new-review-row .theme-redesign-inner .new-review-c {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
.new-review-row .theme-redesign-inner .new-review-c .fivestar {
  display: inline-block;
  background-image: url("../../../wp-content/themes/amy.v2/assets/images/5-stars.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 25px;
}
.new-review-row .theme-redesign-inner .new-review-c p {
  color: white;
}
.new-review-row .theme-redesign-inner .new-review-c p:first-child {
  margin-bottom: 10px;
}
.new-review-row .theme-redesign-inner .new-review-c p.prod-origin,
.new-review-row .theme-redesign-inner .new-review-c p.prod-body span {
  font-weight: 600;
}
.new-pricing-module {
  width: 100%;
  padding-bottom: 50px;
}
.new-pricing-module .theme-redesign-inner {
  text-align: center;
}
.new-pricing-module .theme-redesign-inner .new-prices-c {
  width: 900px;
  display: inline-block;
  overflow: hidden;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c {
  float: left;
  width: 30%;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mobile {
  display: none;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mid {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mid .price-text-block-c {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-indv {
  height: 270px;
  margin-top: 40px;
  background-color: #F4B220;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team {
  height: 310px;
  background-color: #01A9ED;
  width: 90%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team .price-block-inner .price-block-main-text .price-text {
  font-family: av-bold;
  letter-spacing: -11px;
  font-size: 120px;
  line-height: 120px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team .price-block-inner .price-block-main-text .price-text span {
  font-size: 60px;
  top: -34px;
  left: -6px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-entp {
  height: 270px;
  margin-top: 40px;
  background-color: #F0677B;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  font-weight: 600;
  color: white;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text .price-text {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: white;
  margin-bottom: 0px;
  font-family: av-bold;
  position: relative;
  left: -12px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text .price-text span {
  font-size: 40px;
  line-height: 0px;
  position: relative;
  top: -24px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text h6 {
  color: white;
  margin-bottom: 20px;
  font-size: 14px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  border: 2px solid white;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner a:hover {
  text-decoration: hover;
  text-decoration-color: white;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner h4 {
  font-weight: 600;
  color: white;
  font-size: 18px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c {
  height: 690px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: av-demi;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c p {
  font-size: 14px;
  margin-bottom: 30px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c h6 {
  color: #80939E;
  font-size: 12px;
  line-height: 20px;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c {
  width: 100%;
  position: relative;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c.pbc-indv a {
  background-color: #F4B220;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c.pbc-team a {
  background-color: #01A9ED;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c.pbc-entp a {
  background-color: #F0677B;
}
.new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c a {
  font-family: av-demi;
  display: inline-block;
  width: 80%;
  color: white;
  line-height: 35px;
}
@media only screen and (max-width: 900px) {
  .new-pricing-module .theme-redesign-inner .new-prices-c {
    width: 650px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c {
    width: 30%;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mid .price-text-block-c {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-indv {
    height: 218px;
    margin-top: 42px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team {
    height: 260px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team .price-block-inner .price-block-main-text .price-text {
    font-size: 90px;
    line-height: 90px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team .price-block-inner .price-block-main-text .price-text span {
    font-size: 50px;
    top: -22px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-entp {
    height: 218px;
    margin-top: 42px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text {
    width: 100%;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text .price-text {
    font-size: 65px;
    line-height: 65px;
    font-weight: 600;
    color: white;
    margin-bottom: 0px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text .price-text span {
    font-size: 40px;
    top: -14px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text h6 {
    font-size: 12px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner a h4 {
    font-size: 13px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c {
    height: 820px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c h6 {
    color: #80939E;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .new-pricing-module .theme-redesign-inner .new-prices-c {
    width: 100%;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mobile {
    display: block;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-desktop {
    display: none;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c.price-c-mid .price-text-block-c {
    border-left: none;
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-indv {
    height: 218px;
    width: 218px;
    margin-top: 42px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team {
    height: 260px;
    width: 260px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team .price-block-inner .price-block-main-text .price-text {
    font-size: 90px;
    line-height: 90px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-team .price-block-inner .price-block-main-text .price-text span {
    font-size: 50px;
    top: -22px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block.pb-entp {
    height: 218px;
    width: 218px;
    margin-top: 42px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text {
    width: 100%;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text .price-text {
    font-size: 65px;
    line-height: 65px;
    font-weight: 600;
    color: white;
    margin-bottom: 0px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text .price-text span {
    font-size: 40px;
    top: -14px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner .price-block-main-text h6 {
    font-size: 15px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-block .price-block-inner a h4 {
    font-size: 13px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c h5 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c p {
    font-size: 15px;
    margin-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-text-block-c h6 {
    color: #80939E;
    font-size: 14px;
    line-height: 20px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c {
    width: 100%;
    position: relative;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c.pbc-indv a {
    background-color: #F4B220;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c.pbc-team a {
    width: 260px;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c.pbc-entp a {
    background-color: #F0677B;
  }
  .new-pricing-module .theme-redesign-inner .new-prices-c .price-c .price-b-cta-c a {
    width: 218px;
  }
}
