  @charset "UTF-8";
/**
 * @package Gate 39 Media
 *
 * Style specific to this project
 * Typography, font face variants, colors and positioning
 *
 */
/**
 * _gate39media-variables.scss
 *
 * Description: CSS Variables ( Colors , Fonts )
 * Version: 1.0.0
 * Last update: 2020/10/04
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* Define the Sassy Map called $icons */
/*
$font-size-h1: 2.5rem; //(2.5rem = 40px)
$font-size-h2: 2rem; //(2rem = 32px)
$font-size-h3: 1.75rem; //(1.75rem = 28px)
$font-size-h4: 1.5rem; //(1.5rem = 24px)
$font-size-h5: 1.25rem; //(1.25rem = 20px)
$font-size-h6: 1rem; //(1rem = 16px)
*/
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Misc */
/**
 *  _gate39media-mixins.scss
 *
 * Description: Sass functions.
 * Version: 1.0.0
 * Last update: 2020/10/14
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/**
 * colorList
 */
.responsive_space {
  height: 32px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .responsive_space {
    height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .responsive_space {
    height: 96px;
  }
}

/**
 * _gate39media-base.scss
 *
 * Description: Base stylesheet.
 * Version: 1.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* Ensure no horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* Smoother fonts */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 400 !important;
  background: #f7f7f7;
}

/* Responsive images */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* Responsive video */
iframe,
video {
  max-width: 100%;
}

/**
 *
 * Heading styles
 *
 */
.h1, h1 {
  font-size: 6.2em;
}

.h2, h2 {
  font-size: 2.7em;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .h2, h2 {
    font-size: 4.8em;
  }
}

.h3, h3 {
  font-size: 1.9em;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .h3, h3 {
    font-size: 3em;
  }
}

.h4, h4 {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .h4, h4 {
    font-size: 1.8em;
  }
}

.h5, h5 {
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .h5, h5 {
    font-size: 1.5em;
  }
}

.p1 {
  font-size: 1.1em;
}

.p2 {
  font-size: 1em;
}

.p3 {
  font-size: 0.9em;
}

.p4 {
  font-size: 20px;
}

/* Link styles */
a, a:hover, a:focus {
  color: #2D5AE2;
  text-decoration: none;
  outline: 0;
}

p {
  font-size: 18px;
  line-height: 1.388;
}
p:last-child {
  margin-bottom: 0 !important;
}

.padding15px-mobile {
  padding: 0 15px !important;
}
@media screen and (min-width: 768px) {
  .padding15px-mobile {
    padding: 0 !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.font-roboto-condensed-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-style: italic;
}

/* Font sizes */
.font-small {
  font-size: 12px !important;
}

.font-normal {
  font-size: 16px !important;
}

.font-medium {
  font-size: 18px !important;
}

.font-large {
  font-size: 22px !important;
}

.fin-row-flex-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* Font weights */
.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700,
.font-bold {
  font-weight: 700;
}

.weight800 {
  font-weight: 800;
}

/* Colors */
/* Colors */
.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.orange {
  color: #E8614E !important;
}

.orange-light {
  color: #f79420 !important;
}

.orange-dark {
  color: #e08010 !important;
}

.red {
  color: #b12a1b !important;
}

.gray {
  color: #d8d8d8 !important;
}

.royal-blue {
  color: #2D5AE2 !important;
}

.port-gore {
  color: #21274D !important;
}

.sulu {
  color: #A4EB6F !important;
}

.cello {
  color: #2674E7 !important;
}

.java {
  color: #1BB7AE !important;
}

.hot-cinnamon {
  color: #E2631C !important;
}

.g39-red {
  color: #B12E25 !important;
}

.gray-ground {
  color: #FAFAFA !important;
}

.teal-alt {
  color: #269EAE !important;
}

.teal-a {
  color: #1BB7AE !important;
}

.teal-b {
  color: #63BE92 !important;
}

.teal-c {
  color: #9CCA67 !important;
}

.teal-d {
  color: #BED73D !important;
}

.yellow {
  color: #DBDB42 !important;
}

/* Background Colors */
.white-bg {
  background-color: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.orange-bg {
  background-color: #E8614E;
}

.orange-light-bg {
  background-color: #f79420;
}

.orange-dark-bg {
  background-color: #e08010;
}

.red-bg {
  background-color: #b12a1b;
}

.gray-bg {
  background-color: #d8d8d8;
}

.royal-blue-bg {
  background-color: #2D5AE2;
}

.port-gore-bg {
  background-color: #21274D;
}

.sulu-bg {
  background-color: #A4EB6F;
}

.cello-bg {
  background-color: #2674E7;
}

.java-bg {
  background-color: #1BB7AE;
}

.hot-cinnamon-bg {
  background-color: #E2631C;
}

.g39-red-bg {
  background-color: #B12E25;
}

.gray-ground-bg {
  background-color: #FAFAFA;
}

.teal-alt-bg {
  background-color: #269EAE;
}

.teal-a-bg {
  background-color: #1BB7AE;
}

.teal-b-bg {
  background-color: #63BE92;
}

.teal-c-bg {
  background-color: #9CCA67;
}

.teal-d-bg {
  background-color: #BED73D;
}

.yellow-bg {
  background-color: #DBDB42;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
ul:last-child {
  margin-bottom: 0 !important;
}
ul:not([class]), ul.default-list, ul.bullet-list {
  font-size: 18px;
}
ul:not([class]) li, ul.default-list li, ul.bullet-list li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 18px;
}
ul:not([class]) li:last-child, ul.default-list li:last-child, ul.bullet-list li:last-child {
  margin-bottom: 0 !important;
}
ul:not([class]) li:before, ul.default-list li:before, ul.bullet-list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #003D2E;
  border-style: solid;
}
ul:not([class]) li a, ul.default-list li a, ul.bullet-list li a {
  color: #1C1C1C;
  text-decoration: underline;
}
ul:not([class]) li a:hover, ul.default-list li a:hover, ul.bullet-list li a:hover {
  text-decoration: none;
}
ul:not([class]) ul:not([class]), ul.default-list ul:not([class]), ul.bullet-list ul:not([class]) {
  padding-top: 5px;
}

ol {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
ol:last-child {
  margin-bottom: 0 !important;
}
ol:not([class]), ol.default-ol {
  font-size: 18px;
  counter-reset: item;
}
ol:not([class]) li, ol.default-ol li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
}
ol:not([class]) li:last-child, ol.default-ol li:last-child {
  margin-bottom: 0 !important;
}
ol:not([class]) li:before, ol.default-ol li:before {
  content: counters(item, "") ".";
  counter-increment: item;
  color: #1C1C1C;
  position: absolute;
  top: 0;
  left: 0;
}
ol:not([class]) li a, ol.default-ol li a {
  color: #1C1C1C;
  text-decoration: underline;
}
ol:not([class]) li a:hover, ol.default-ol li a:hover {
  text-decoration: none;
}
ol:not([class]) ul,
ol:not([class]) ol, ol.default-ol ul,
ol.default-ol ol {
  padding-top: 5px;
}

[style*="background-image:"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.t-ruled-after {
  position: relative;
  padding: 0 0 10px;
}
.t-ruled-after:after {
  content: "";
  width: 1.25rem;
  border-bottom: 1px solid;
  bottom: 0;
  left: 0;
  position: absolute;
}

.t-white {
  color: #ffffff;
}

.t-blue {
  color: #32517c;
}

.blue {
  color: #32517c !important;
}

/* Cookie banner */
#cookie-notice .cookie-notice-container .cookie-notice-wraper #cn-notice-text {
  font-size: 1.3em;
  padding-top: 15px;
  line-height: 1.3;
}

.leadinModal .leadinModal-content {
  border-radius: 0 !important;
  max-width: 320px !important;
}
.leadinModal .leadinModal-content .leadin-preview-wrapper {
  padding: 2em !important;
}
.leadinModal .leadinModal-content h4 {
  font-size: 24px !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}
.leadinModal .leadinModal-content .leadinModal-description-body p {
  font-size: 24px !important;
  font-weight: 300 !important;
}
.leadinModal .leadinModal-content .leadin-button {
  border-radius: 0 !important;
  border: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  padding-top: 13px !important;
  padding-right: 20px !important;
  padding-bottom: 13px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  position: relative !important;
  display: inline-block !important;
  max-width: 183px !important;
  background: #2D5AE2 !important;
  color: #ffffff !important;
  border-left: 5px solid #20449C !important;
}
.leadinModal .leadinModal-content .leadin-button:hover {
  color: #ffffff !important;
  background: #20449C !important;
}

/*=======  Bootstrap 3 Media Queries  =======*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* min-width : 320px */
/* Extra Small Devices, Phones */
/* min-width : 576px */
/* Small Devices, Tablets */
/* min-width : 768px */
@media only screen and (min-width: 768px) {
  .container {
    max-width: 767px;
  }
}
/* iPads (landscape) ----------- */
/* min-device-width : 768px */
/* iPads (portrait) ----------- */
/* min-device-width : 768px */
/* Medium Devices, Desktops */
/* min-width : 992px */
@media only screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }
  .vc_section > .vc_row {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Large Devices, Wide Screens */
/* min-width : 1200px */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/**
 * _gate39media-vc.scss
 *
 * Description: WPBakery Page Builder CSS (Formerly Visual Composer).
 * Version: 1.0.0
 * Last update: 2020/09/12
 * Author: Gate 39 Media <tech@gate39media.com>
 */
div.wpb_content_element {
  margin-bottom: 0;
}

.vc_column_container > .vc_column-inner {
  padding-top: 0;
}

/*
.vc_section{
	padding: 64px 0;

	&.vc_section-has-fill{
		padding-top: 64px;
	}
}
*/
.vc_section-has-fill {
  padding-top: 0;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  display: inherit !important;
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
  display: none !important;
}

.rounded-border-vc .vc_column-inner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.rounded-border {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*=======  Bootstrap 4 Media Queries  =======*/
/*==========  Mobile First Method  ==========*/
/* Small devices (landscape phones, 576px and up) */
/* min-width : 576px */
/* Medium devices (tablets, 768px and up) */
/* min-width : 768px */
@media only screen and (min-width: 768px) {
  .rounded-border-vc .vc_column-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .rounded-border {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  /*
  .vc_section{
  	padding: 96px 0;

  	&.vc_section-has-fill{
  		padding-top: 96px;
  	}
  }
  */
}
/* Large devices (desktops, 992px and up) */
/* min-width : 992px */
/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
/**
 * _gate39media-buttons.scss
 *
 * Description: Button stylesheet.
 * Version: 1.0.1
 * Last update: 2020/09/20
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/**
 * Button styles
 */
.btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 188px;
  position: relative;
  display: inline-block;
}
.btn:hover, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:hover {
  border: 0;
}
.btn:active, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:active, .btn.active, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .active.moretag, .btn:focus, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:focus, .btn.focus, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .focus.moretag {
  outline: 0;
  color: #ffffff;
  background-color: #B12E25 !important;
}

.btn-primary {
  color: #ffffff;
  background: #B12E25;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
  padding-left: 60px;
  padding-right: 30px;
  z-index: 1;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover {
  color: #ffffff;
  background: #B12E25;
}
.btn-primary.active:before, .btn-primary:active:before, .btn-primary:hover:before {
  width: 100%;
}
.btn-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 100%;
  background: #781214;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-primary:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  right: 10px;
  top: 15px;
}
.btn-primary .marketing-icon {
  position: absolute;
  width: 27px;
  height: 22px;
  left: 7px;
  top: 10px;
}
.btn-primary .tech-icon {
  position: absolute;
  width: 29px;
  height: 24px;
  top: 10px;
  left: 7px;
}
.btn-primary .solutions-icon {
  position: absolute;
  width: 29px;
  height: 24px;
  top: 9px;
  left: 7px;
}
.btn-primary .icon {
  display: inherit;
  width: inherit;
  height: inherit;
  margin: 0;
}
.btn-primary .icon.icon-anthemag:before {
  content: "";
  border: 0 none;
  background: url("/wp-content/themes/amg/public/img/icons/icon-white-anthemag.png");
  background-image: url("/wp-content/themes/amg/public/img/icons/icon-white-anthemag.svg");
  background-repeat: no-repeat;
  background-size: 28px 24px;
  width: 28px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 8px;
}
.btn-primary.no-icon {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
.btn-primary.no-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  z-index: -1;
}
.btn-primary.no-icon:after {
  content: none;
}
.btn-primary.no-icon:hover:before {
  width: 100%;
}

.btn-secondary {
  background: #2D5AE2;
  color: #ffffff;
  text-align: left;
  padding-left: 56px;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
  color: #ffffff;
  background: #2D5AE2;
}
.btn-secondary.active:before, .btn-secondary:active:before, .btn-secondary:hover:before {
  width: 100%;
}
.btn-secondary:before {
  content: "";
  background: #20449C;
  width: 43px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-secondary:after {
  content: "";
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
}
.btn-secondary .phone-icon {
  width: 22px;
  height: 23px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.btn-secondary .icon {
  display: inherit;
  width: inherit;
  height: inherit;
  margin: 0;
}
.btn-secondary .icon.icon-phone {
  content: "";
  border: 0 none;
  background-image: url("/wp-content/themes/amg/public/img/Icon%20awesome-phone.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 11px;
  left: 12px;
}
.btn-secondary.no-icon {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
.btn-secondary.no-icon:before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-secondary.no-icon:after {
  content: none;
}
.btn-secondary.no-icon:hover:before {
  width: 100%;
}

.btn-link-java {
  color: #1BB7AE;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  min-width: auto;
}
.btn-link-java.icon-anthemag {
  padding-left: 25px;
}
.btn-link-java.icon-anthemag:before {
  content: "";
  border: 0 none;
  background: url("/wp-content/themes/amg/public/img/icons/icon-java-anthemag.png");
  background-image: url("/wp-content/themes/amg/public/img/icons/icon-java-anthemag.svg");
  background-repeat: no-repeat;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 0px;
}
.btn-link-java:after {
  content: "";
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #1BB7AE;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.btn-link-java:hover {
  color: #00867F;
}
.btn-link-java:hover:after {
  border-color: transparent transparent transparent #00867F;
}
.btn-link-java:active, .btn-link-java.active, .btn-link-java:focus, .btn-link-java.focus {
  background-color: transparent !important;
  color: #1BB7AE !important;
}

.btn-link-white {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  min-width: auto;
}
.btn-link-white:after {
  content: "";
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.btn-link-white:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-link-white:hover:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}
.btn-link-white:active, .btn-link-white.active, .btn-link-white:focus, .btn-link-white.focus {
  background-color: transparent !important;
}

.link-java-underlined {
  text-decoration: underline;
  color: #1BB7AE;
}
.link-java-underlined:hover {
  color: #00867F;
}
.link-java-underlined:focus, .link-java-underlined:visited {
  color: #1BB7AE;
}
.link-java-underlined:active, .link-java-underlined.active, .link-java-underlined:focus, .link-java-underlined.focus {
  background-color: transparent !important;
}

.link-java-unstyled {
  color: #1BB7AE;
  text-decoration: underline;
}
.link-java-unstyled:hover {
  color: #00867F;
}
.link-java-unstyled:focus, .link-java-unstyled:visited {
  color: #1BB7AE;
}

.btn-ag-orange {
  background: #F79420;
}
.btn-ag-orange:hover {
  background: #F05F42;
}

@media only screen and (max-width: 767px) {
  p .link-text-center-sm {
    text-align: center;
  }
}
p .link-text-center-sm {
  text-align: left;
}

/**
 * _gate39media-wp.scss
 *
 * Description: Wp Core functions.
 * Version: 2.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* =WordPress Core!
-------------------------------------------------------------- */
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.admin-bar .fixed-top {
  top: 46px !important;
}
@media only screen and (min-width: 768px) {
  .admin-bar .fixed-top {
    top: 32px !important;
  }
}
/* normalize.css 2011-07-06T20:20 UTC //github.com/jonathantneal/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

html {
  cursor: default;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, form, input, button, select, textarea {
  font-size: 100%;
  margin: 0;
}

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

a:focus {
  outline: thin dotted;
}

abbr {
  _border-bottom: expression(this.title ? "1px dotted":"none");
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small, sub, sup {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul {
  list-style: none;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
}

audio {
  display: none;
  _display: expression(this.controls ? "inline":"none");
  *zoom: 1;
}

audio[controls] {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

legend {
  *margin-left: -7px;
}

button, input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  _overflow: expression(this.type == "button|reset|submit" ? "visible":"");
}

button, input[type=button], input[type=reset], input[type=submit] {
  overflow: visible;
}

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

input[type=search] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/**
 * _gate39media-variables.scss
 *
 * Description: CSS Variables ( Colors , Fonts )
 * Version: 1.0.0
 * Last update: 2020/10/04
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* Define the Sassy Map called $icons */
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Black.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Bold.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-BlackItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-ExtraBoldItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Light.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-LightItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Medium.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Regular.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-SemiBold.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-SemiBoldItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Thin.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("/wp-content/themes/amg/public/fonts/gellix/Gellix-ThinItalic.woff2") format("woff2"), url("/wp-content/themes/amg/public/fonts/gellix/Gellix-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*

body {
font-size: fontsize('poster1');
}
*/
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Misc */
/* 91探花-Inc v2*/
/* 91探花-Inc v2*/
/* 91探花-Inc - v2*/
/* 91探花-Inc - v2*/
@font-face {
  font-family: "91探花Icons";
  src: url("/wp-content/themes/amg/public/fonts/icons/91探花-Regular.eot");
  src: url("/wp-content/themes/amg/public/fonts/icons/91探花-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/amg/public/fonts/icons/91探花-Regular.woff") format("woff"), url("/wp-content/themes/amg/public/fonts/icons/91探花-Regular.ttf") format("truetype"), url("/wp-content/themes/amg/public/fonts/icons/91探花-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before {
  pointer-events: none;
  text-transform: none;
  font-family: "91探花Icons" !important;
  line-height: 1;
  speak: none;
  font-style: normal;
  font-weight: normal;
  display: inline;
  text-decoration: none;
}

.icon--xsmall {
  font-size: 1.2rem;
}

.icon--small {
  font-size: 3rem;
}

.icon--medium {
  font-size: 4rem;
}

.icon--large {
  font-size: 6.2rem;
}

.icon-screen:before {
  content: "A";
}

.icon-book:before {
  content: "B";
}

.icon-document:before {
  content: "C";
}

.icon-gear:before {
  content: "D";
}

.icon-scale:before {
  content: "E";
}

.icon-podium:before {
  content: "F";
}

.icon-lightbulb:before {
  content: "G";
}

.icon-infinity:before {
  content: "H";
}

.icon-badge--chart:before {
  content: "I";
}

.icon-badge--clock:before {
  content: "J";
}

.icon-badge--process:before {
  content: "K";
}

.icon-badge--email:before {
  content: "L";
}

.icon-badge--phone:before {
  content: "M";
}

.icon-badge--star:before {
  content: "N";
}

.icon-envelope:before {
  content: "O";
}

.icon-postcard:before {
  content: "P";
}

.icon-star:before {
  content: "Q";
}

.icon-arrow--left:before {
  content: "R";
}

.icon-arrow--right:before {
  content: "S";
}

.icon-arrow--up:before {
  content: "T";
}

.icon-arrow--down:before {
  content: "U";
}

.icon-hamburger:before {
  content: "V";
}

.icon-search:before {
  content: "W";
}

.icon-envelope--closed:before {
  content: "X";
}

.icon-twitter:before {
  content: "Y";
}

.icon-linkedin:before {
  content: "Z";
}

.icon-download:before {
  content: "a";
}

.icon-close--light:before {
  content: "b";
}

.icon-chevron--light--left:before {
  content: "c";
}

.icon-chevron--light--right:before {
  content: "d";
}

.icon-close--heavy:before {
  content: "e";
}

.icon-chevron--heavy--left:before {
  content: "f";
}

.icon-chevron--heavy--right:before {
  content: "g";
}

.icon-minus:before {
  content: "h";
}

.icon-plus:before {
  content: "i";
}

.icon-phone:before {
  content: "j";
}

.icon-quote:before {
  content: "k";
}

.icon-badge--screen:before {
  content: "l";
}

.icon-cart:before {
  content: "m";
}

.icon-cart--closed:before {
  content: "n";
}

.icon-refresh:before {
  content: "o";
}

.icon-delete:before {
  content: "p";
}

.icon-download--circled:before {
  content: "q";
}

.icon-facebook--circled:before {
  content: "r";
}

.icon-twitter--circled:before {
  content: "s";
}

.icon-linkedin--circled:before {
  content: "t";
}

.icon-envelope--circled:before {
  content: "u";
}

.icon-lock:before {
  content: "v";
}

.icon-alert:before {
  content: "w";
}

.icon-arrow--increase:before {
  content: "x";
}

.icon-arrow--decrease:before {
  content: "y";
}

.icon-globe:before {
  content: "z";
}

.icon-pdf:before {
  content: "\e000";
}

.icon-screen:before {
  content: "A";
}

.icon-book:before {
  content: "B";
}

.icon-document:before {
  content: "C";
}

.icon-gear:before {
  content: "D";
}

.icon-scale:before {
  content: "E";
}

.icon-podium:before {
  content: "F";
}

.icon-lightbulb:before {
  content: "G";
}

.icon-infinity:before {
  content: "H";
}

.icon-badge--chart:before {
  content: "I";
}

.icon-badge--clock:before {
  content: "J";
}

.icon-badge--process:before {
  content: "K";
}

.icon-badge--email:before {
  content: "L";
}

.icon-badge--phone:before {
  content: "M";
}

.icon-badge--star:before {
  content: "N";
}

.icon-envelope:before {
  content: "O";
}

.icon-postcard:before {
  content: "P";
}

.icon-star:before {
  content: "Q";
}

.icon-arrow--left:before {
  content: "R";
}

.icon-arrow--right:before {
  content: "S";
}

.icon-arrow--up:before {
  content: "T";
}

.icon-arrow--down:before {
  content: "U";
}

.icon-hamburger:before {
  content: "V";
}

.icon-search:before {
  content: "W";
}

.icon-envelope--closed:before {
  content: "X";
}

.icon-twitter:before {
  content: "Y";
}

.icon-linkedin:before {
  content: "Z";
}

.icon-download:before {
  content: "a";
}

.icon-close--light:before {
  content: "b";
}

.icon-chevron--light--left:before {
  content: "c";
}

.icon-chevron--light--right:before {
  content: "d";
}

.icon-close--heavy:before {
  content: "e";
}

.icon-chevron--heavy--left:before {
  content: "f";
}

.icon-chevron--heavy--right:before {
  content: "g";
}

.icon-minus:before {
  content: "h";
}

.icon-plus:before {
  content: "i";
}

.icon-phone:before {
  content: "j";
}

.icon-quote:before {
  content: "k";
}

.icon-badge--screen:before {
  content: "l";
}

.icon-cart:before {
  content: "m";
}

.icon-cart--closed:before {
  content: "n";
}

.icon-refresh:before {
  content: "o";
}

.icon-delete:before {
  content: "p";
}

.icon-download--circled:before {
  content: "q";
}

.icon-facebook--circled:before {
  content: "r";
}

.icon-twitter--circled:before {
  content: "s";
}

.icon-linkedin--circled:before {
  content: "t";
}

.icon-envelope--circled:before {
  content: "u";
}

.icon-lock:before {
  content: "v";
}

.icon-alert:before {
  content: "w";
}

.icon-arrow--increase:before {
  content: "x";
}

.icon-arrow--decrease:before {
  content: "y";
}

.icon-globe:before {
  content: "z";
}

.icon-pdf:before {
  content: "卯鈧偓";
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow: visible;
  overflow-x: hidden;
}

html,
body {
  font-size: 10px;
}
@media print {
  html,
  body {
    font-size: 9px;
  }
}

/* 91探花-Inc - v2*/
body {
  font-family: "Gellix", sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--amg-backgrounds-grey-4, #002c22);
  background: white !important;
}
body strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gellix", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: var(--amg-backgrounds-grey-4, #002c22);
}

.h1,
h1 {
  font-size: 4.4rem;
}
@media screen and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 6.8rem;
  }
}
.h1,
h1 {
  line-height: 54px;
}
@media screen and (min-width: 768px) {
  .h1,
  h1 {
    line-height: 78px;
  }
}

.h2,
h2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .h2,
  h2 {
    font-size: 5rem;
  }
}
.h2,
h2 {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .h2,
  h2 {
    line-height: 1.3;
  }
}

.h3,
h3 {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .h3,
  h3 {
    font-size: 4.4rem;
  }
}
.h3,
h3 {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .h3,
  h3 {
    line-height: 54px;
  }
}

.h4,
h4 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .h4,
  h4 {
    font-size: 3.6rem;
  }
}
.h4,
h4 {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .h4,
  h4 {
    line-height: 46px;
  }
}

.h5,
h5 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .h5,
  h5 {
    font-size: 2.5rem;
  }
}
.h5,
h5 {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .h5,
  h5 {
    line-height: 32px;
  }
}

.h6,
h6 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .h6,
  h6 {
    font-size: 2.4rem;
  }
}
.h6,
h6 {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .h6,
  h6 {
    line-height: 34px;
  }
}

.t-body1 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .t-body1 {
    font-size: 1.8rem;
  }
}
.t-body1 {
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .t-body1 {
    line-height: 26px;
  }
}

.t-body2 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-body2 {
    font-size: 1.6rem;
  }
}
.t-body2 {
  font-weight: 400;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-body2 {
    line-height: 22px;
  }
}

.t-subtitle {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .t-subtitle {
    font-size: 2rem;
  }
}
.t-subtitle {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-subtitle {
    line-height: 28px;
  }
}

.t-italic {
  font-style: italic;
}

.t-underline {
  border-bottom: 1px solid;
}

.t-underline--dotted {
  border-bottom: 1px dotted;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-hero-head1 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .t-hero-head1 {
    font-size: 6.8rem;
  }
}
.t-hero-head1 {
  line-height: 46px;
}
@media screen and (min-width: 768px) {
  .t-hero-head1 {
    line-height: 78px;
  }
}

.t-hero-head2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .t-hero-head2 {
    font-size: 5rem;
  }
}
.t-hero-head2 {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .t-hero-head2 {
    line-height: 1.3;
  }
}

.t-hero-subhead {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-hero-subhead {
    font-size: 1.8rem;
  }
}
.t-hero-subhead {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-hero-subhead {
    line-height: 26px;
  }
}
.t-hero-subhead {
  font-weight: 400;
}

.t-eyebrow {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-eyebrow {
    font-size: 1.8rem;
  }
}
.t-eyebrow {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-eyebrow {
    line-height: 28px;
  }
}
.t-eyebrow {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  padding-left: 42px;
  position: relative;
}
.t-eyebrow:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  background-color: #018365;
}
@media screen and (min-width: 768px) {
  .t-eyebrow {
    padding-left: 60px;
  }
  .t-eyebrow:before {
    width: 48px;
  }
}

.t-category-tag {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-category-tag {
    font-size: 1.6rem;
  }
}
.t-category-tag {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-category-tag {
    line-height: 22px;
  }
}
.t-category-tag {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px !important;
}
.t-category-tag:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 100%;
  align-self: stretch;
  background-color: #018365;
}

.t-section-head {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .t-section-head {
    font-size: 4.4rem;
  }
}
.t-section-head {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .t-section-head {
    line-height: 54px;
  }
}
.t-section-head {
  font-weight: 300;
}

.t-section-subhead {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-section-subhead {
    font-size: 1.8rem;
  }
}
.t-section-subhead {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-section-subhead {
    line-height: 26px;
  }
}
.t-section-subhead {
  font-weight: 400;
}

.t-content-head {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .t-content-head {
    font-size: 3.6rem;
  }
}
.t-content-head {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .t-content-head {
    line-height: 46px;
  }
}

.t-content-subhead {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-content-subhead {
    font-size: 1.8rem;
  }
}
.t-content-subhead {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-content-subhead {
    line-height: 26px;
  }
}
.t-content-subhead {
  font-weight: 400;
}

.t-text-body {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .t-text-body {
    font-size: 1.8rem;
  }
}
.t-text-body {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .t-text-body {
    line-height: 26px;
  }
}
.t-text-body {
  font-weight: 400;
}

.t-text-body-semibold {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .t-text-body-semibold {
    font-size: 1.8rem;
  }
}
.t-text-body-semibold {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .t-text-body-semibold {
    line-height: 26px;
  }
}
.t-text-body-semibold {
  font-weight: 600;
}

.t-text-body-small {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-text-body-small {
    font-size: 1.6rem;
  }
}
.t-text-body-small {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-text-body-small {
    line-height: 22px;
  }
}
.t-text-body-small {
  font-weight: 400;
}

.t-content-captions {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .t-content-captions {
    font-size: 1.6rem;
  }
}
.t-content-captions {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .t-content-captions {
    line-height: 22px;
  }
}
.t-content-captions {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #636362;
}

ul:not([class]) li {
  color: var(--amg-backgrounds-grey-4, #002c22);
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  ul:not([class]) li {
    font-size: 1.8rem;
  }
}
ul:not([class]) li {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  ul:not([class]) li {
    line-height: 28px;
  }
}
ul:not([class]) li {
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 5px 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}
ul:not([class]) li:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/bullet.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 23.077px;
  height: 23.077px;
  flex-shrink: 0;
  position: relative;
  border-style: none;
  margin-right: 16px;
  top: 0px;
}
@media screen and (max-width: 576px) {
  ul:not([class]) li {
    padding: 12px 0px;
  }
  ul:not([class]) li:before {
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/amg/public/images/bullet-small.svg);
  }
  ul:not([class]) li:after {
    width: 327px;
  }
}

.content-50-50-area {
  background: #ffffff;
}
.content-50-50-area .left-content {
  padding-right: 24px;
  padding-left: 24px;
}
.content-50-50-area .left-content .wpb_text_column {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-50-50-area .left-content .wpb_text_column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content-50-50-area .left-content .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .content-50-50-area .left-content .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .content-50-50-area .left-content {
    padding-right: 50px;
    padding-left: 0px;
  }
}
.content-50-50-area .right-content {
  padding-left: 24px;
  padding-top: 20px;
}
.content-50-50-area .right-content .wpb_text_column {
  border-top: 8px solid #afecd1;
  background-color: #003e2f;
  padding: 40px;
  padding-bottom: 60px;
}
.content-50-50-area .right-content .wpb_text_column h4 {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .content-50-50-area .right-content .wpb_text_column {
    padding: 60px;
  }
}
.content-50-50-area .right-content.bottom-cornercut {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%, 0 74%);
}
@media screen and (min-width: 768px) {
  .content-50-50-area .right-content.bottom-cornercut {
    clip-path: polygon(0 0, 100% 0, 100% 84%, 90% 100%, 0 100%);
  }
}
.content-50-50-area .right-content .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .content-50-50-area .right-content .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .content-50-50-area .right-content {
    padding-left: 50px;
    padding-top: 0px;
  }
}

.content-50-50-area-left {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.content-50-50-area-left .right-content {
  order: 1;
  padding-right: 24px;
  padding-left: 24px;
}
.content-50-50-area-left .right-content .wpb_text_column {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left .right-content .wpb_text_column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content-50-50-area-left .right-content .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left .right-content .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left .right-content {
    order: 2;
    padding-right: 0px;
    padding-left: 50px;
  }
}
.content-50-50-area-left .left-content {
  order: 2;
  padding-left: 24px;
  padding-top: 20px;
}
.content-50-50-area-left .left-content .wpb_text_column {
  border-top: 8px solid #afecd1;
  background-color: #003e2f;
  padding: 40px;
  padding-bottom: 60px;
}
.content-50-50-area-left .left-content .wpb_text_column h4 {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left .left-content .wpb_text_column {
    padding: 60px;
  }
}
.content-50-50-area-left .left-content.bottom-cornercut {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%, 0 74%);
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left .left-content.bottom-cornercut {
    clip-path: polygon(0 0, 100% 0, 100% 84%, 90% 100%, 0 100%);
  }
}
.content-50-50-area-left .left-content .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left .left-content .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left .left-content {
    order: 1;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .content-50-50-area-left {
    flex-direction: row;
  }
}

.image-50-50-area {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.image-50-50-area .left-content {
  padding-right: 24px;
  padding-left: 24px;
}
.image-50-50-area .left-content .wpb_text_column {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .image-50-50-area .left-content .wpb_text_column {
    padding-bottom: 0px;
  }
}
.image-50-50-area .left-content .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .image-50-50-area .left-content .vc_column-inner {
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .image-50-50-area .left-content {
    padding-right: 50px;
    padding-left: 0px;
  }
}
.image-50-50-area .right-image {
  padding-left: 24px;
  padding-top: 20px;
}
.image-50-50-area .right-image.bottom-cornercut {
  clip-path: polygon(0 0, 100% 0, 100% 84%, 90% 100%, 0 100%);
}
.image-50-50-area .right-image img {
  width: 540px !important;
  height: 405px !important;
}
.image-50-50-area .right-image .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .image-50-50-area .right-image .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .image-50-50-area .right-image {
    padding-left: 50px;
    padding-top: 0px;
  }
}
.image-50-50-area.image-left .left-content {
  padding-right: 0px;
  order: 2;
}
.image-50-50-area.image-left .left-content img {
  width: 540px !important;
  height: 405px !important;
}
@media screen and (min-width: 768px) {
  .image-50-50-area.image-left .left-content {
    order: 1;
    padding-right: 50px;
  }
}
.image-50-50-area.image-left .right-image {
  padding-left: 24px;
  order: 1;
}
.image-50-50-area.image-left .right-image .wpb_text_column {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .image-50-50-area.image-left .right-image .wpb_text_column {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .image-50-50-area.image-left .right-image {
    order: 2;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .image-50-50-area {
    flex-direction: row;
  }
}

.video-area {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.video-area .wp-video {
  clip-path: polygon(0 0, 100% 0, 100% 84%, 90% 100%, 0 100%);
}
.video-area .wp-video .mejs-layers .mejs-overlay-button {
  display: none;
}
.video-area .wp-video .mejs-controls {
  display: none;
}
.video-area .wpb_text_column .wpb_wrapper:hover .paused {
  display: block !important;
}
.video-area .wpb_text_column .wpb_wrapper p img {
  display: none;
}
.video-area .wpb_text_column .wpb_wrapper {
  position: relative;
}
.video-area .wpb_text_column .wpb_wrapper .play-pause {
  width: 128px;
  height: 128px;
  z-index: 1000000;
  position: absolute;
  border-radius: 50%;
  background-image: url(/wp-content/themes/amg/public/images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-area .wpb_text_column .wpb_wrapper .play-pause.paused {
  display: none;
  background-image: url(/wp-content/themes/amg/public/images/icons-pause.svg);
}
.video-area .left-content {
  padding-right: 24px;
  padding-left: 24px;
}
.video-area .left-content .wpb_text_column {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .video-area .left-content .wpb_text_column {
    padding-bottom: 0px;
  }
}
.video-area .left-content .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .video-area .left-content .vc_column-inner {
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .video-area .left-content {
    padding-right: 50px;
    padding-left: 0px;
  }
}
.video-area .right-image {
  padding-left: 24px;
  padding-top: 20px;
}
.video-area .right-image.bottom-cornercut {
  clip-path: polygon(0 0, 100% 0, 100% 84%, 90% 100%, 0 100%);
}
.video-area .right-image .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .video-area .right-image .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .video-area .right-image {
    padding-left: 50px;
    padding-top: 0px;
  }
}
.video-area.image-left .left-content {
  padding-right: 0px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .video-area.image-left .left-content {
    order: 1;
    padding-right: 50px;
  }
}
.video-area.image-left .right-image {
  padding-left: 24px;
  order: 1;
}
.video-area.image-left .right-image .wpb_text_column {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .video-area.image-left .right-image .wpb_text_column {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .video-area.image-left .right-image {
    order: 2;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .video-area {
    flex-direction: row;
  }
}

.accordion-without-background .vc_tta-panels .vc_tta-panel {
  border-bottom: 1px solid #00b18d;
  margin-bottom: 10px;
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-heading {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-title {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 768px) {
  .accordion-without-background .vc_tta-panels .vc_tta-panel-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-title a {
  padding-left: 0 !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  color: #002c22 !important;
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon {
  left: initial !important;
  width: 46px !important;
  height: 46px !important;
  background: #018365;
  border-radius: 50%;
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::before {
  border-color: #ffffff !important;
  width: 32px;
  margin-left: -16px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .accordion-without-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::before {
    margin-left: -13px;
    left: 50%;
    width: 26px;
  }
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::after {
  border-color: #ffffff;
  margin-top: -16px;
  top: 50%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .accordion-without-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::after {
    margin-top: -13px;
    top: 50%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-without-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-without-background .vc_tta-panels .vc_tta-panel-titleh5 {
    font-size: 18px;
  }
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-body {
  background: transparent !important;
  border: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
  margin-left: 0px !important;
}
.accordion-without-background .vc_tta-panels .vc_tta-panel-body p {
  color: #002c22 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .accordion-without-background .vc_tta-panels .vc_tta-panel-body p {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

.accordion-with-background .vc_tta-panels .vc_tta-panel {
  margin-bottom: 32px;
  background: #005040;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 97% 100%, 0 100%);
}
.accordion-with-background .vc_tta-panels .vc_tta-panel.vc_active {
  border-bottom: 8px solid #afecd1;
  clip-path: none;
}
@media screen and (max-width: 768px) {
  .accordion-with-background .vc_tta-panels .vc_tta-panel {
    margin-bottom: 16px;
  }
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-heading {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-title {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 768px) {
  .accordion-with-background .vc_tta-panels .vc_tta-panel-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-title a {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  color: #afecd1 !important;
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon {
  left: initial !important;
  width: 32px !important;
  height: 32px !important;
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::before {
  border-color: #ffffff !important;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .accordion-with-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::before {
    width: 24px;
  }
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::after {
  border-color: #ffffff;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .accordion-with-background .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon::after {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-with-background .vc_tta-panels .vc_tta-panel-titleh5 {
    font-size: 18px;
  }
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-body {
  background: transparent !important;
  border: 0 !important;
  background-color: transparent !important;
  padding-left: 0px !important;
}
.accordion-with-background .vc_tta-panels .vc_tta-panel-body p {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .accordion-with-background .vc_tta-panels .vc_tta-panel-body p {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

/* 91探花-Inc - v2*/
p:first-child {
  padding-top: 0;
}

#wpwrap p {
  margin: 0;
  margin-bottom: 2.5rem;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover, a:focus {
  color: #018365;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin: 3rem 0;
}

.t-linelength {
  max-width: 35em;
}

.t-light {
  font-weight: 300;
}

.t-regular {
  font-weight: 400;
}

.t-bold {
  font-weight: 600;
}

.t-green,
.green {
  color: #003e2f;
}

/* Desktop */
.poster1 {
  font-size: 6.2rem;
}

.poster2 {
  font-size: 5rem;
}

.poster3 {
  font-size: 5.5rem;
}

.display1 {
  font-size: 3.6rem;
}

.display2 {
  font-size: 3rem;
}

.display3 {
  font-size: 4rem;
}

.display4 {
  font-size: 4rem;
}

.subhead1 {
  font-size: 3rem;
}

.subhead2 {
  font-size: 1.4rem;
}

.subhead3 {
  font-size: 1.8rem;
}

.lead1 {
  font-size: 1.8rem;
}

.lead2 {
  font-size: 2.1rem;
}

.body1 {
  font-size: 1.6rem;
}

.smtext1 {
  font-size: 1.6rem;
}

.smtext2 {
  font-size: 1.2rem;
}

.caption1 {
  font-size: 1.6rem;
}

.caption2 {
  font-size: 1.4rem;
}

.footnote {
  font-size: 1.6rem;
}

.button1 {
  font-size: 1.4rem;
}

.button2 {
  font-size: 2.2rem;
}

.button3 {
  font-size: 1.4rem;
}

.interface {
  font-size: 1.6rem;
}

/* Mobile */
.poster1-mobile {
  font-size: 5rem;
}

.poster2-mobile {
  font-size: 4.7rem;
}

.poster3-mobile {
  font-size: 4.7rem;
}

.display1-mobile {
  font-size: 3.5rem;
}

.display2-mobile {
  font-size: 3rem;
}

.display3-mobile {
  font-size: 3rem;
}

.display4-mobile {
  font-size: 3rem;
}

.subhead1-mobile {
  font-size: 2.4rem;
}

.subhead2-mobile {
  font-size: 1.8rem;
}

.subhead3-mobile {
  font-size: 1.6rem;
}

.smtext1-mobile {
  font-size: 1.6rem;
}

.smtext2-mobile {
  font-size: 1.4rem;
}

.lead1-mobile {
  font-size: 1.8rem;
}

.lead2-mobile {
  font-size: 1.9rem;
}

.body1-mobile {
  font-size: 1.6rem;
}

.caption1-mobile {
  font-size: 1.6rem;
}

.caption2-mobile {
  font-size: 1.4rem;
}

.footnote-mobile {
  font-size: 1.8rem;
}

.button1-mobile {
  font-size: 1.4rem;
}

.button2-mobile {
  font-size: 1.8rem;
}

.button3-mobile {
  font-size: 1.6rem;
}

.interface-mobile {
  font-size: 1.6rem;
}

/*=======  Bootstrap 3 Media Queries  =======*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* min-width : 320px */
@media only screen and (min-width: 0) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
/* Extra Small Devices, Phones */
/* min-width : 576px */
@media only screen and (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
/* Small Devices, Tablets */
/* min-width : 768px */
@media only screen and (min-width: 768px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
  .t-center-md {
    text-align: center !important;
  }
  .t-left-md {
    text-align: left !important;
  }
  .t-right-md {
    text-align: right !important;
  }
}
/* iPads (landscape) ----------- */
/* min-device-width : 768px */
/* iPads (portrait) ----------- */
/* min-device-width : 768px */
/* Medium Devices, Desktops */
/* min-width : 992px */
/* Large Devices, Wide Screens */
/* min-width : 1200px */
@media only screen and (min-width: 1200px) {
  .container,
  .container-sm {
    max-width: 1240px;
  }
  .container.inner-container,
  .container-sm.inner-container {
    max-width: 1270px;
  }
  .u-hide--md {
    display: none;
  }
  .u-show--md {
    display: inherit;
  }
}
.checkbox-container {
  display: flex;
  align-items: flex-start;
}
.checkbox-container .checkbox {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  margin-right: 10px;
  border: 2px solid #b1c0c9;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.checkbox-container .checkbox > .form-check-input {
  width: 26px;
  height: 26px;
  margin: 0;
  outline: none;
  box-shadow: none;
  opacity: 0;
  position: relative;
  z-index: 2;
  border: 0 none;
  cursor: pointer;
}
.checkbox-container .checkbox::before {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}
.checkbox-container .checkbox:has(> .form-check-input:checked) {
  border-color: #018365;
}
.checkbox-container .checkbox:has(> .form-check-input:checked)::before {
  background-image: url(/wp-content/themes/amg/public/images/check.svg);
}
.checkbox-container label {
  font-weight: 400 !important;
}

.btn.Btn-wait, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .Btn-wait.moretag {
  pointer-events: none;
}

.content-area img {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .content-area img {
    width: 100%;
    max-width: 540px;
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.content-area img.no-notches {
  max-width: 100%;
  clip-path: none;
}
.content-area .affiliates-results-image img {
  clip-path: none;
}
.content-area .affiliates-details-image img {
  min-height: auto;
}

.wpb_single_image.w-100 .vc_single_image-wrapper img {
  max-width: 100%;
  width: 100%;
}
.wpb_single_image.no-notches .vc_single_image-wrapper img {
  clip-path: none;
}

@media screen and (max-width: 767px) {
  .column-reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

/**
 * _gate39media-vc.scss
 *
 * Description: WPBakery Page Builder CSS (Formerly Visual Composer).
 * Version: 1.0.0
 * Last update: 2020/09/12
 * Author: Gate 39 Media <tech@gate39media.com>
 */
div.wpb_content_element {
  margin-bottom: 0;
}

.vc_column_container > .vc_column-inner {
  padding-top: 0;
}

/*
.vc_section{
	padding: 64px 0;

	&.vc_section-has-fill{
		padding-top: 64px;
	}
}
*/
.vc_section-has-fill {
  padding-top: 0;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  display: inherit !important;
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
  display: none !important;
}

.rounded-border-vc .vc_column-inner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.rounded-border {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*=======  Bootstrap 4 Media Queries  =======*/
/*==========  Mobile First Method  ==========*/
/* Small devices (landscape phones, 576px and up) */
/* min-width : 576px */
/* Medium devices (tablets, 768px and up) */
/* min-width : 768px */
@media only screen and (min-width: 768px) {
  .rounded-border-vc .vc_column-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .rounded-border {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  /*
  .vc_section{
  	padding: 96px 0;

  	&.vc_section-has-fill{
  		padding-top: 96px;
  	}
  }
  */
}
/* Large devices (desktops, 992px and up) */
/* min-width : 992px */
/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
/**
 * Button styles
 */
.btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
    font-size: 18px;
  }
}
.btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
    line-height: 26px;
  }
}
.btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
  font-style: normal;
  text-transform: uppercase;
  color: #003e2f;
  background-color: transparent;
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #018365 50%, #018365 100%);
  background-size: 250% 250%;
  background-position: 100% 50%;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  gap: 4px;
  border: 2px solid #003e2f;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  outline: 0;
  transition: none;
  min-width: 0px;
  max-width: fit-content;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 992px) {
  .btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
    padding: 5px 20px;
  }
}
.btn::after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag::after, .btn::before, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag::before {
  transition: all 0.5s ease-in-out;
}
.btn:hover, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:hover {
  cursor: pointer;
  color: white;
  border: 2px solid #018365;
  background-position: 0 50%;
}
.btn:hover::after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:hover::after, .btn:hover::before, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:hover::before {
  filter: brightness(0) invert(1);
}
.btn:focus, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:focus {
  cursor: pointer;
  box-shadow: none;
  color: #003e2f;
  border: 2px solid #003e2f;
  background-color: transparent !important;
}
.btn:focus:hover, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:focus:hover {
  color: white;
  border: 2px solid #003e2f;
  background-color: #003e2f !important;
}
.btn:focus:hover::after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:focus:hover::after {
  filter: brightness(0) invert(1);
}
.btn.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_dark.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 0px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:after {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_dark_desktop.svg);
  }
}
.btn.btn-icon-left:before, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-icon-left.moretag:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_dark.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 0px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn.btn-icon-left:before, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-icon-left.moretag:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_dark_desktop.svg);
  }
}
.btn.btn-large, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .btn.btn-large, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag {
    font-size: 22px;
  }
}
.btn.btn-large, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .btn.btn-large, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag {
    line-height: 28px;
  }
}
.btn.btn-large, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag {
  padding: 5px 20px;
  gap: 4px;
}
.btn.btn-large.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_dark.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 2px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn.btn-large.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag:after {
    top: 0px;
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_Large.svg);
  }
}
.btn.btn-large.btn-icon-left:before, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.btn-icon-left.moretag:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_dark.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 2px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn.btn-large.btn-icon-left:before, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.btn-icon-left.moretag:before {
    top: 0px;
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_Large.svg);
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-large, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-large.moretag {
    padding: 13px 40px;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .btn, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag {
    padding: 8px 32px;
    gap: 4px;
  }
}

.btn-dark {
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .btn-dark {
    font-size: 18px;
  }
}
.btn-dark {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .btn-dark {
    line-height: 26px;
  }
}
.btn-dark {
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #018365 50%, #018365 100%);
  background-size: 250% 250%;
  background-position: 100% 50%;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  gap: 4px;
  margin-bottom: 0.5em;
  outline: 0;
  transition: none;
  min-width: 0px;
  max-width: fit-content;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 992px) {
  .btn-dark {
    padding: 5px 20px;
  }
}
.btn-dark::after {
  transition: all 0.5s ease-in-out;
}
.btn-dark:hover {
  cursor: pointer;
  color: white;
  border: 2px solid #018365;
  background-position: 0 50%;
}
.btn-dark:hover::after {
  filter: brightness(0) invert(1);
}
.btn-dark:focus {
  cursor: pointer;
  box-shadow: none;
  color: #003e2f;
  border: 2px solid #003e2f;
  background-color: transparent !important;
}
.btn-dark:focus:hover {
  color: white;
  border: 2px solid #003e2f;
  background-color: #003e2f !important;
}
.btn-dark:focus:hover::after {
  filter: brightness(0) invert(1);
}
.btn-dark.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.moretag:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_White_small.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.moretag:after {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_White_desktop.svg);
  }
}
.btn-dark.btn-icon-left:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_White_small.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-icon-left:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_White_desktop.svg);
  }
}
.btn-dark.btn-large {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large {
    font-size: 22px;
  }
}
.btn-dark.btn-large {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large {
    line-height: 28px;
  }
}
.btn-dark.btn-large {
  padding: 5px 20px;
  gap: 4px;
}
.btn-dark.btn-large:active {
  cursor: pointer;
  border: none;
  color: #003e2f;
  background-color: #afecd1 !important;
}
.btn-dark.btn-large:active.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.btn-large.moretag:active:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_dark.svg);
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large:active.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.btn-large.moretag:active:after {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_dark_large.svg);
  }
}
.btn-dark.btn-large:active.btn-icon-left:before {
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_dark.svg);
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large:active.btn-icon-left:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_dark_large.svg);
  }
}
.btn-dark.btn-large:focus {
  cursor: pointer;
  border: none;
  color: #003e2f;
  box-shadow: none;
  background-color: #00b18d !important;
}
.btn-dark.btn-large:focus.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.btn-large.moretag:focus:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_dark.svg);
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large:focus.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.btn-large.moretag:focus:after {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_dark_large.svg);
  }
}
.btn-dark.btn-large:focus.btn-icon-left:before {
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_dark.svg);
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large:focus.btn-icon-left:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_dark_large.svg);
  }
}
.btn-dark.btn-large.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.btn-large.moretag:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_White_small.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -2px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large.btn-icon-right:after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .btn-dark.btn-large.moretag:after {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_White.svg);
  }
}
.btn-dark.btn-large.btn-icon-left:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_White_small.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -2px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large.btn-icon-left:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_White.svg);
  }
}
@media screen and (min-width: 768px) {
  .btn-dark.btn-large {
    padding: 13px 40px;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .btn-dark {
    padding: 8px 32px;
    gap: 4px;
  }
}

.text-link {
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .text-link {
    font-size: 18px;
  }
}
.text-link {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .text-link {
    line-height: 26px;
  }
}
.text-link {
  font-style: normal;
  color: #002c22;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  outline: 0;
  transition: none;
  letter-spacing: 0 !important;
}
.text-link:hover {
  cursor: pointer;
  color: #018365;
  text-decoration-line: underline;
}
.text-link:active {
  cursor: pointer;
  color: #005040;
  text-decoration: none;
}
.text-link:focus {
  cursor: pointer;
  color: #003e2f;
  text-decoration: none;
}
.text-link.link-icon-right:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  flex-shrink: 0;
  position: relative;
  transition: 0.5s all ease;
  transform: translateX(0px);
}
@media screen and (min-width: 768px) {
  .text-link.link-icon-right:after {
    top: 4px;
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_desktop.svg);
  }
}
.text-link.link-icon-right:hover::after {
  transform: translateX(5px);
}
.text-link.link-icon-left:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .text-link.link-icon-left:before {
    top: 4px;
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_desktop.svg);
  }
}

p a:not([class]) {
  color: #018365;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
}
p a:not([class]):hover {
  color: #003e2f;
  cursor: pointer;
  text-decoration-line: underline;
  background-color: #afecd1;
  padding-top: 1px;
}
p a:not([class]):active {
  cursor: pointer;
  color: #003e2f;
  text-decoration-line: underline;
  background-color: #afecd1;
  padding-top: 1px;
}

/**
 * _gate39media-wp.scss
 *
 * Description: Wp Core functions.
 * Version: 2.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
/* =WordPress Core!
-------------------------------------------------------------- */
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.admin-bar .fixed-top {
  top: 46px !important;
}
@media only screen and (min-width: 768px) {
  .admin-bar .fixed-top {
    top: 32px !important;
  }
}
/* Leadership Modal */
.featherlight .featherlight-content {
  padding: 0 !important;
  max-width: 980px;
  max-height: 90% !important;
  width: 90%;
  border-bottom: 55px solid transparent;
  color: #000000;
  overflow-x: hidden !important;
  border: 0 none !important;
}
@media only screen and (min-width: 992px) {
  .featherlight .featherlight-content {
    width: 100%;
    max-height: 98% !important;
  }
}
.featherlight .featherlight-content h2 {
  color: #002c22;
}
.featherlight .featherlight-content p {
  color: #002c22;
  margin-bottom: 8px !important;
}
.featherlight .featherlight-content p.date-joining {
  margin-bottom: 24px !important;
}
.featherlight .featherlight-close-icon {
  font-size: 44px !important;
  line-height: 25px !important;
  width: 40px !important;
  height: 40px !important;
  top: 25px !important;
  right: 15px !important;
  font-weight: 300 !important;
}

.amg-leadership-member-modal {
  display: none;
}
.amg-leadership-member-modal .modal-desktop {
  padding: 120px 60px 60px;
}
@media only screen and (min-width: 992px) {
  .amg-leadership-member-modal .modal-desktop .modal-container {
    display: flex;
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container h3:not(:last-of-type) {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-image {
    flex: 0 0 auto;
    width: 33.3333%;
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-image figure {
  padding-top: 35px;
  padding-left: 35px;
  margin: 0;
  position: relative;
  top: -30px;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-image figure {
    padding-top: 40px;
    padding-left: 40px;
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-image figure img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-image figure::before {
  content: "";
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  background-color: #afecd1;
  opacity: 0.2;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-image figure::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc h2 {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc h2 {
    line-height: 54px;
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc h2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc h2 {
    font-size: 44px;
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc h2 {
  font-weight: 600;
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc p {
    line-height: 26px;
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc p {
    font-size: 18px;
  }
}
.amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc p.p-desc {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .amg-leadership-member-modal .modal-desktop .modal-container .leadership-desc {
    width: 66.6667%;
    flex: 0 0 auto;
    padding-left: 60px;
  }
}

.amg-boutique-item-modal {
  display: none;
}

/* Global Offices Map */
.section-marketing-global-offices .row-global-map-desktop {
  background-size: 18%, 100%;
  overflow: hidden;
}

.GlobalOffices {
  height: 640px;
  width: 1400px;
  position: relative;
  right: -50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .GlobalOffices {
    height: 570px;
    width: 100%;
    right: 0;
    transform: translateX(0%);
  }
}
.GlobalOffices .svg-container {
  height: 100%;
  background: url("/wp-content/themes/amg/public/img/world_map.svg");
  background-repeat: no-repeat;
  opacity: 1;
  background-size: 113%;
  background-position: 61% 45%;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .GlobalOffices .svg-container {
    background-position: 68% 22%;
  }
}
.GlobalOffices .text-container {
  position: absolute;
  top: 3em;
  width: 50%;
  margin-left: 25%;
  width: 1200px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  z-index: 99;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .GlobalOffices .text-container {
    width: 1050px;
    margin-left: 0%;
  }
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .GlobalOffices .text-container {
    width: 800px;
    margin-left: 0;
  }
}
.GlobalOffices .text-container p {
  max-width: 30em;
}
.GlobalOffices .tooltip-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .GlobalOffices .tooltip-container {
    top: 0 !important;
    bottom: 15px !important;
    left: -10px !important;
    right: 10px !important;
  }
}
.GlobalOffices .tooltip {
  position: absolute;
  display: inline-block;
  opacity: 1 !important;
  z-index: 1 !important;
}
.GlobalOffices .tooltip:has(> .tooltip-overlay.is-active) {
  z-index: 9999 !important;
}
.GlobalOffices .tooltip-headline {
  position: absolute;
  white-space: nowrap;
  top: -8px;
  cursor: pointer;
  font-size: 24px;
  line-height: 34px;
  font-family: "Gellix", sans-serif;
  font-weight: 400;
}
.GlobalOffices .tooltip-headline:hover {
  color: #bbbbbb;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .GlobalOffices .tooltip-headline {
    top: -7px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "Gellix", "Arial Narrow", "Arial", sans-serif;
    font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
    font-weight: normal;
    left: 13px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) and (min-width: 0px) and (max-width: 767px) {
  .GlobalOffices .tooltip-headline {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.GlobalOffices .tooltip-flag:hover {
  background-color: #bbb;
}
.GlobalOffices .tooltip-flag {
  background-color: #02ffc0;
  top: 12px;
  color: white;
  background-size: cover;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.GlobalOffices .tooltip-flag--left .tooltip-headline {
  left: 16px;
}
.GlobalOffices .tooltip-flag--right .tooltip-headline {
  right: 19px;
}
.GlobalOffices .tooltip-overlay {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  color: #383838;
  background: white;
  width: 28rem;
  padding: 3em;
  box-shadow: 3px 3px 10px #383838;
  z-index: 400;
}
.GlobalOffices .tooltip-overlay h3 {
  font-size: 3rem;
  margin-bottom: 0.3em;
}
.GlobalOffices .tooltip-overlay .icon-close--light {
  position: absolute;
  top: 0.3em;
  right: 0.6em;
  cursor: pointer;
  font-size: 1.5rem;
}
.GlobalOffices .tooltip-overlay .phoneNumber {
  display: inline-block;
  margin-bottom: 0.3em !important;
  line-height: normal;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  font-size: 1.6rem;
}
.GlobalOffices .tooltip-overlay.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.GlobalOffices .tooltip-overlay p {
  margin: 0;
}
.GlobalOffices .tooltip-overlay p:last-of-type {
  margin-bottom: 0.6em;
}
.GlobalOffices .tooltip-overlay p.t-smtext1 {
  margin-bottom: 0.6em;
}
.GlobalOffices .tooltip-overlay a {
  margin-bottom: 0.4em !important;
  padding: 0 !important;
}
.GlobalOffices .tooltip-overlay a.TextBtn {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #32517c;
  text-decoration: underline;
  letter-spacing: 0.04em;
  font-style: italic;
  font-weight: 600;
  display: block;
}
.GlobalOffices .tooltip-overlay:after {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}
.GlobalOffices .tooltip-overlay--up {
  bottom: -5rem;
}
.GlobalOffices .tooltip-overlay--up:after {
  top: auto !important;
  border-right-color: white;
  bottom: 2rem;
}
.GlobalOffices .tooltip-overlay--down {
  top: -1.5rem;
}
.GlobalOffices .tooltip-overlay--down:after {
  bottom: 100%;
  border-right-color: white;
}
.GlobalOffices .tooltip-overlay--left {
  right: calc(100% + 3rem);
}
.GlobalOffices .tooltip-overlay--left:after {
  right: -2rem;
  border-left-color: white;
  border-right-color: transparent;
}
.GlobalOffices .tooltip-overlay--right {
  left: calc(100% + 10rem);
}
.GlobalOffices .tooltip-overlay--right:after {
  left: -1rem;
  top: 2rem;
}
.GlobalOffices .tooltip-flag--right + .tooltip-overlay--right {
  right: auto;
  left: 4rem;
}
.GlobalOffices .tooltip-flag--right + .tooltip-overlay--left {
  left: auto;
  right: calc(200% + 10rem);
}
.GlobalOffices {
  /*
  ****

   City Positioning

  ****
  */
}
.GlobalOffices .tooltip--toronto {
  top: 37.8%;
  left: 25.9%;
}
.GlobalOffices .tooltip--boston {
  top: 38.9%;
  left: 27.7%;
}
.GlobalOffices .tooltip--greenwich {
  top: 40%;
  left: 27%;
}
.GlobalOffices .tooltip--greenwich .tooltip-flag h3 {
  left: -8px;
  top: 8px;
}
.GlobalOffices .tooltip--greenwich .tooltip-overlay {
  top: 63px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .GlobalOffices .tooltip--greenwich .tooltip-overlay {
    top: 55px;
  }
}
.GlobalOffices .tooltip--westPalmBeach {
  top: 50.3%;
  left: 24.9%;
}
.GlobalOffices .tooltip--london {
  top: 32.2%;
  left: 46.6%;
}
.GlobalOffices .tooltip--tokyo {
  top: 44%;
  left: 84.6%;
  z-index: 0;
}
.GlobalOffices .tooltip--stamford {
  top: 40%;
  left: 27%;
}
.GlobalOffices .tooltip--stamford .tooltip-headline {
  top: 10px;
}
.GlobalOffices .tooltip--zurich {
  top: 34.3%;
  left: 48.6%;
}
.GlobalOffices .tooltip--hongKong {
  top: 52%;
  left: 77.9%;
  z-index: 0;
}
.GlobalOffices .tooltip--sydney {
  top: 80%;
  left: 87.7%;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .GlobalOffices .tooltip--sydney {
    top: 60%;
    left: 90%;
  }
}
.GlobalOffices .tooltip--dubai {
  top: 52.6%;
  left: 61.1%;
  z-index: 0;
}

.globalOffice {
  padding-top: 25px;
}
.globalOffice p {
  margin: 0;
}
.globalOffice p:last-of-type {
  margin-bottom: 0.6em;
}

/*
****

 Mobile Only

****
*/
.globalOffice-container h2 {
  margin-top: 1em;
}
.globalOffice-container--hasBorder:after {
  content: "";
  display: block;
  position: absolute;
  background: #d9d9d9;
  height: 1px;
  width: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.globalOffice {
  padding-top: 23px;
  padding-bottom: 35px;
}
.globalOffice p {
  margin: 0;
}
.globalOffice p:last-of-type {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .globalOffice-list {
    margin: 0;
  }
}

.officeList {
  text-decoration: none;
}
.officeList .officeList-label {
  text-decoration: underline;
}
.officeList i {
  font-size: 2.3rem;
}
.officeList .officeList-hide {
  display: inline;
}
.officeList .officeList-show {
  display: none;
}
.officeList.is-hidden {
  margin-bottom: 2.1em !important;
}
.officeList.is-hidden .officeList-hide {
  display: none;
}
.officeList.is-hidden .officeList-show {
  display: inline;
}

.globalOffice-list .globalOffice-item a {
  display: inline-block;
}

/* Milestone timeline */
.milestoneTimeline-container #milestonesChart {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.milestoneTimeline-container {
  position: relative;
  width: 100%;
  padding-bottom: 684px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .milestoneTimeline-container {
    height: 684px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .milestoneTimeline-container {
    height: 684px;
    padding-bottom: 0;
  }
}
.milestoneTimeline-container .highcharts-label {
  opacity: 1 !important;
  visibility: visible !important;
}
.milestoneTimeline-container .highcharts-container .highcharts-scrollbar-button,
.milestoneTimeline-container .highcharts-container .highcharts-scrollbar-arrow {
  display: none;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] {
  display: block;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] span[style] {
  position: relative !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] {
    width: 100%;
    padding: 1.5rem;
    padding-bottom: 0;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    transform: translate(0, -25%);
  }
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal {
  width: 767px;
  max-width: 100%;
  background-color: #fff;
  padding: 3rem;
  white-space: normal;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal.MilestoneModal--small {
  width: 600px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal {
    width: 600px;
    padding: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal {
    width: 600px;
    padding: 1.5rem;
  }
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .l-row {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .l-row .MilestoneModal-date p {
  margin-bottom: 1rem !important;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .l-row .l-col {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
  float: left;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .l-row .l-col-6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
  float: left;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .l-row .l-col--flushBottom {
  padding-bottom: 0px;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .l-row--ruledBottom:before {
  bottom: 0;
  height: 1px;
  left: 30px;
  right: 30px;
  content: "";
  display: block;
  position: absolute;
  background: #d9d9d9;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .l-row--ruledBottom p.t-body1 {
  margin-bottom: 2.5rem !important;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .MilestoneModal-total > .l-col {
  padding-top: 1.5rem !important;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .MilestoneModal-total > .l-col p {
  margin-bottom: 0;
}
.milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .MilestoneModal-close {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: normal;
  margin-left: 0;
  color: #bbbbbb;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .milestoneTimeline-container .highcharts-container .highcharts-tooltip[style] .MilestoneModal .MilestoneModal-close {
    font-size: 2rem;
  }
}

/* Animations */
@keyframes ring {
  0% {
    transform: translateX(-1px);
  }
  100% {
    transform: rotate(5deg) translateX(1px);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: initial;
    opacity: 1;
  }
}
.slideInFromRight {
  animation: slideInFromRight 1s ease-in-out;
}

@keyframes slideInFromRightFixed {
  0% {
    transform: translate(200px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.slideInFromRightFixed {
  animation: slideInFromRightFixed 1s ease-in-out;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: initial;
    opacity: 1;
  }
}
.slideInFromLeft {
  animation: slideInFromLeft 1s ease-in-out;
}

@keyframes slideInFromLeftFixed {
  0% {
    transform: translate(-200px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.slideInFromLeftFixed {
  animation: slideInFromLeftFixed 1s ease-in-out;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: initial;
    opacity: 1;
  }
}
.slideInFromTop {
  animation: slideInFromTop 1s ease-in-out;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: initial;
    opacity: 1;
  }
}
.slideInFromBottom {
  animation: slideInFromBottom 1s ease-in-out;
}
.slideInFromBottom span {
  overflow: hidden;
}
.slideInFromBottom span > span {
  position: relative;
  opacity: 0;
  animation: slideInFromBottomSpan 1s ease-in-out forwards;
}
.slideInFromBottom span:nth-child(1) > span {
  animation-delay: 0.2s;
}
.slideInFromBottom span:nth-child(2) > span {
  animation-delay: 0.4s;
}
.slideInFromBottom span:nth-child(3) > span {
  animation-delay: 0.6s;
}
.slideInFromBottom span:nth-child(4) > span {
  animation-delay: 0.8s;
}
.slideInFromBottom span:nth-child(5) > span {
  animation-delay: 1s;
}
.slideInFromBottom span:nth-child(6) > span {
  animation-delay: 1.2s;
}
.slideInFromBottom span:nth-child(7) > span {
  animation-delay: 1.4s;
}
.slideInFromBottom span:nth-child(8) > span {
  animation-delay: 1.6s;
}

@keyframes slideInFromBottomSpan {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideOneByOneFromBottom {
  overflow: hidden;
  position: relative;
  opacity: 0;
  animation: slideOneByOneFromBottom 1s ease-in-out forwards;
}
.slideOneByOneFromBottom:nth-child(1) {
  animation-delay: 0.1s;
}
.slideOneByOneFromBottom:nth-child(2) {
  animation-delay: 0.5s;
}
.slideOneByOneFromBottom:nth-child(3) {
  animation-delay: 1s;
}
.slideOneByOneFromBottom:nth-child(4) {
  animation-delay: 1.5s;
}
.slideOneByOneFromBottom:nth-child(5) {
  animation-delay: 2s;
}

@keyframes slideOneByOneFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * _gate39media-inner.scss
 *
 * Description: Inner Page Sections.
 * Version: 1.0.0
 * Last update: 2020/09/23
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content {
  /*list style*/
}
.site-content .list-line {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.site-content .list-line li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
  font-size: 24px;
}
.site-content .list-line li:last-child {
  border-right: 0;
}
.site-content {
  /* Bullet list */
}
.site-content .bullet-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-content .bullet-list li {
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.site-content .bullet-list li:before {
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  font-size: 4px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 8px;
  left: 0;
}
.site-content .bullet-list li p {
  margin-bottom: 0;
}
.site-content .bullet-list li a {
  color: #ffffff;
}
.site-content .bullet-list-center {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.site-content .bullet-list-center li {
  font-weight: 300;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-content .bullet-list-center li:before {
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  font-size: 4px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 15px;
}
.site-content.site-content-home .content-search h1 {
  margin-bottom: 12px;
}
.site-content.site-content-home .content-search .search-count {
  font-size: 0.9em;
  color: #6E7070;
  margin-bottom: 32px;
}
.site-content.site-content-home .content-search .type-post .entry-thumbnail {
  min-height: 190px;
}
.site-content .widget-newsletter {
  background-color: #2D5AE2;
}
.site-content .widget-newsletter h2 {
  margin-bottom: 32px;
  color: #ffffff;
}
.site-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.site-content .embed-container iframe, .site-content .embed-container object, .site-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-content .embed-container.embed-container-none iframe {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.site-content .widget-sample-videos .item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px !important;
  background: #ffffff;
}
.site-content .widget-sample-videos .item .entry-thumbnail {
  position: relative;
}
.site-content .widget-sample-videos .item .entry-thumbnail .entry-url {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.site-content .widget-sample-videos .item .entry-thumbnail .entry-duration {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 14px;
  color: #ffffff;
  background: rgba(27, 183, 174, 0.81);
}
.site-content .widget-sample-videos .item .entry-thumbnail .featured-post-image {
  min-height: 210px;
  background-color: #20449C;
  background-position: center;
  background-size: cover;
}
.site-content .widget-sample-videos .item .entry-header .entry-title {
  padding: 25px 20px;
  font-weight: 500;
}
.site-content .widget-sample-videos .item .entry-header .entry-title a {
  color: #000000;
}
.site-content .particle-left-full-height {
  position: relative;
}
.site-content .particle-left-full-height:before {
  content: "";
  background-image: url("/wp-content/themes/amg/public/img/particles-design-branding.png");
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-content #event-tabs {
  padding-bottom: 25px;
  border-bottom: 1px solid #2D5AE2;
  margin-bottom: 64px !important;
}
.site-content #event-tabs li a {
  position: relative;
  font-size: 32px;
  padding: 0;
  color: #6E7070;
  margin-right: 40px;
  transition: padding 0.3s ease;
}
.site-content #event-tabs li a.active {
  color: #2D5AE2;
  padding-left: 30px;
  background: transparent;
}
.site-content #event-tabs li a.active:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #2D5AE2;
}
.site-content .upcoming-webinars,
.site-content .recorded-webinars {
  margin-bottom: 32px;
}
.site-content .upcoming-webinars h3,
.site-content .recorded-webinars h3 {
  margin-bottom: 6px;
}
.site-content .upcoming-webinars article,
.site-content .recorded-webinars article {
  padding: 30px;
  background: #21274D;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 32px;
}
.site-content .upcoming-webinars article .entry-header h4,
.site-content .recorded-webinars article .entry-header h4 {
  color: #ffffff;
  margin-bottom: 18px;
}
.site-content .upcoming-webinars article .entry-header .entry-meta,
.site-content .recorded-webinars article .entry-header .entry-meta {
  margin-bottom: 4px;
}
.site-content .upcoming-webinars article .entry-header .entry-meta .entry-date,
.site-content .recorded-webinars article .entry-header .entry-meta .entry-date {
  color: #1BB7AE;
  font-weight: 300;
}
.site-content .upcoming-webinars article .entry-header .entry-title,
.site-content .recorded-webinars article .entry-header .entry-title {
  color: white;
  margin-bottom: 28px;
}
.site-content .recorded-webinars article {
  padding: 30px 15px;
  background: #ffffff;
  margin-bottom: 10px !important;
}
.site-content .recorded-webinars article .entry-header h4 {
  color: #000000;
}
.site-content .recorded-webinars article .entry-header .entry-title {
  color: #000000;
}
.site-content .recorded-webinars article .entry-content #wpmudevevents-contentbody {
  padding-bottom: 0 !important;
}
.site-content .featured-webinar {
  padding: 25px 20px;
  background: #21274D;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.site-content .featured-webinar h4 {
  margin-bottom: 18px;
}
.site-content .featured-webinar #wpmudevevents-contentbody {
  color: #ffffff;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.site-content .featured-webinar .entry-title {
  margin-bottom: 8px;
}
.site-content .blog-btn-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.site-content .blog-btn-list li {
  margin-bottom: 16px;
}
.site-content .blog-btn-list li .btn, .site-content .blog-btn-list li .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .site-content .blog-btn-list li .moretag {
  margin-right: 0;
}
.site-content {
  /*Partnership Approach*/
}
.site-content .page_banner {
  position: relative;
  min-height: 228px;
  display: flex;
  align-items: center;
}
.site-content .page_banner .banner_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-content .page_banner .page_banner_container {
  padding: 60px 30px;
  text-align: center;
}
.site-content .two-cols {
  padding: 60px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-top: 60px;
  overflow: hidden;
}
.site-content .two-cols h3 {
  font-size: 18px;
  font-weight: 600;
}
.site-content .two-cols h3:after {
  content: "";
  display: block;
  width: 1.25rem;
  border-bottom: 1px solid;
  margin: 0.25em 0 0;
  position: absolute;
}
.site-content .two-cols .row [class*=col-] {
  border-left: 1px solid #d9d9d9;
}
.site-content .sidebar {
  padding: 45px 30px;
}
.site-content .sidebar h3 {
  font-size: 40px;
  color: #003D2E;
}
.site-content .sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.site-content .sidebar .widget:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.site-content #investment-structure {
  border-top: 1px solid #d9d9d9;
}
.site-content #investment-structure .content_area {
  margin-bottom: 45px;
}
.site-content #investment-structure .key-element {
  padding: 45px 30px;
}
.site-content #investment-structure .key-element h3 {
  font-size: 30px;
}
.site-content #investment-structure .key-element h3:after {
  display: none;
}
.site-content .bg-green-pattern {
  position: relative;
  padding: 45px 0 60px;
}
.site-content .bg-green-pattern:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: url("/wp-content/themes/amg/public/img/triange-pattern.png"), linear-gradient(to right, #004b56 0%, #116149 100%);
  background-repeat: repeat, no-repeat;
  z-index: -1;
  transform: translateX(-50%);
}
.site-content .bg-green-pattern h2, .site-content .bg-green-pattern p {
  color: #fff;
}
.site-content #global-compliance {
  margin-bottom: 60px;
}
.site-content {
  /*Partnership Approach*/
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
@media only screen and (min-width: 768px) {
  .site-content .bullet-list li {
    padding-left: 20px;
    position: relative;
  }
  .site-content .bullet-list li:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-size: 4px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .site-content .bullet-list-center {
    text-align: left;
  }
  .site-content .bullet-list-center li {
    padding-left: 20px;
    display: block;
    position: relative;
  }
  .site-content .bullet-list-center li:before {
    position: absolute;
    top: 8px;
    left: 0;
  }
  .site-content.site-content-home .content-search .type-post .entry-thumbnail {
    min-height: 150px;
  }
  .site-content .blog-btn-list li {
    font-size: 0;
    margin-right: 30px;
    display: inline-block;
  }
  .site-content .blog-btn-list li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.site-content {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-home .content-search .type-post .entry-thumbnail {
    min-height: 170px;
  }
  .site-content .blog-btn-list li {
    margin-right: 60px;
  }
}
.site-content {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
@media only screen and (min-width: 1200px) {
  .site-content.site-content-home .content-search .type-post .entry-thumbnail {
    min-height: 215px;
  }
  .site-content .widget-newsletter {
    position: relative;
  }
  .site-content .widget-newsletter:before {
    content: "";
    background: url("/wp-content/themes/amg/public/img/nesltter-bg.png");
    background-size: cover;
    background-position-x: right;
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-content .blog-btn-list li {
    margin-right: 90px;
  }
}

/**
 *  _gate39media-header.scss
 *
 * Description: Header Sections.
 * Version: 1.0.2
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>s
 *
 */
.site-header .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 solid transparent;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.site-header .navbar.amg-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.site-header .navbar.g39-bar-fixed-top {
  top: 60px !important; /* announcement bar */
}
.site-header .navbar.sticked .site-header-nav {
  height: 65px;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav {
  height: 65px;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li {
  padding: 0 11px;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li.hubspot-cta {
  padding: 11px 0;
  padding-left: 15px;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li > a {
  padding: 20px 4px;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li > a:hover {
  color: #B12E25;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li > a:hover:before {
  height: 4px;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li > a span {
  transition: 0.3s all ease;
  top: 18px;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li.active > a {
  color: #B12E25;
  font-weight: bold;
  background: transparent;
}
.site-header .navbar.sticked .site-header-nav .navbar-nav > li.active > a:before {
  height: 4px;
  background: #B12E25;
}
.site-header .navbar.sticked .site-header-nav .navbar-brand {
  max-width: 110px;
  position: relative;
  padding: 12px 0;
  top: 0;
}
.site-header .navbar.sticked .site-header-nav .navbar-toggle {
  margin-top: 1px;
}
.site-header .site-header-nav {
  height: 75px;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: none;
}
.site-header .site-header-nav .container {
  display: flex;
  align-items: center;
}
.site-header .site-header-nav .navbar-brand {
  height: auto;
  max-width: 100px;
  padding: 19px 0;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
.site-header .site-header-nav .navbar-nav {
  height: 100px;
}
.site-header .site-header-nav .navbar-nav > li {
  padding: 0 11px;
}
.site-header .site-header-nav .navbar-nav > li.hubspot-cta {
  padding: 26px 0;
  padding-left: 15px;
}
.site-header .site-header-nav .navbar-nav > li.dropdown:hover {
  background-color: #383838;
}
.site-header .site-header-nav .navbar-nav > li.dropdown:hover a {
  color: #fff;
}
.site-header .site-header-nav .navbar-nav > li.current_page_item a {
  color: #003d2e;
}
.site-header .site-header-nav .navbar-nav > li > a {
  color: #000000;
  font-weight: 300;
  padding: 38px 4px;
  position: relative;
  transition: 0.4s all ease;
}
.site-header .site-header-nav .navbar-nav > li > a:before {
  display: none;
}
.site-header .site-header-nav .navbar-nav > li > a:focus, .site-header .site-header-nav .navbar-nav > li > a:hover {
  color: #003d2e;
}
.site-header .site-header-nav .navbar-nav > li > a:focus:before, .site-header .site-header-nav .navbar-nav > li > a:hover:before {
  background: #B12E25;
  height: 9px;
}
.site-header .site-header-nav .navbar-nav > li > a.dropdown-toggle:after {
  content: none;
  display: none;
}
.site-header .site-header-nav .navbar-nav > li.active > a {
  color: #B12E25;
  font-weight: bold;
  background: transparent;
}
.site-header .site-header-nav .navbar-nav > li.active > a:before {
  height: 9px;
  background: #B12E25;
}
.site-header .site-header-nav .navbar-nav > li.active > a:hover {
  color: #B12E25;
}
.site-header .site-header-nav .navbar-nav > li.support {
  margin-left: 11px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.site-header .site-header-nav .navbar-nav > li.support a {
  min-width: 90px;
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.site-header .site-header-nav .navbar-nav > li.support a:before {
  width: calc(100% + 2px);
  left: -1px;
}
.site-header .site-header-nav .navbar-nav > li.support .support-icon {
  display: block;
  width: 29px;
  height: 29px;
  background-image: url("/wp-content/themes/amg/public/img/icons/icon-support.svg");
  background-size: cover;
  padding: 0;
  position: absolute;
  top: 36px;
  transition: 0.3s all ease;
}
.site-header .site-header-nav .navbar-nav > li.contact {
  padding: 0 !important;
}
.site-header .site-header-nav .navbar-nav > li.contact a {
  min-width: 90px;
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  height: 100%;
  border-right: 1px solid #cecece;
}
.site-header .site-header-nav .navbar-nav > li.contact a:before {
  width: calc(100% + 2px);
  left: -1px;
}
.site-header .site-header-nav .navbar-nav > li.contact .contact-icon {
  display: block;
  width: 34px;
  height: 29px;
  background-image: url("/wp-content/themes/amg/public/img/icons/icon-contact.svg");
  background-size: cover;
  position: absolute;
  padding: 0;
  top: 36px;
  transition: 0.3s all ease;
}
.site-header .site-header-nav .navbar-nav > li:hover .dropdown-menu {
  display: block;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu {
  left: 0;
  background: #383838;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  min-width: 268px;
  box-shadow: none;
  column-count: 2;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #545454;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu.depth-1 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  position: static;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu.depth-1 li a {
  padding: 0.4em 1.9em;
  border: 0;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu > li > a {
  color: white;
  font-size: 0.8em;
  padding: 0.8em 1.5rem;
  border-bottom: 1px solid #4D507A;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu > li > a.active, .site-header .site-header-nav .navbar-nav .dropdown-menu > li > a:active, .site-header .site-header-nav .navbar-nav .dropdown-menu > li > a:focus, .site-header .site-header-nav .navbar-nav .dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: #0E0F24;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu > li > a:after {
  transition: all 0.3s ease;
  transform: rotate(0deg);
  margin-left: 6px;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu > li.active > a {
  color: #ffffff;
  background-color: #0E0F24;
  font-weight: 500;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu > li.active > a.active, .site-header .site-header-nav .navbar-nav .dropdown-menu > li.active > a:active, .site-header .site-header-nav .navbar-nav .dropdown-menu > li.active > a:focus, .site-header .site-header-nav .navbar-nav .dropdown-menu > li.active > a:hover {
  color: #ffffff;
  background-color: #0E0F24;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu > li:last-child a {
  border-bottom: 0;
}
.site-header .site-header-nav .navbar-nav .dropdown-menu > li.show a:after {
  transform: rotate(180deg);
}
.site-header .site-header-nav .navbar-toggle {
  background-color: #ffffff;
  right: 30px;
  border-radius: 50%;
  border: 0;
  margin-top: 7px;
  outline: 0;
}
.site-header .site-header-nav .navbar-toggle .icon-bar {
  background-color: #21274d;
  border-radius: 20px;
  height: 3px;
  width: 20px;
}
.site-header .site-header-nav .navbar-toggle .icon-bar:before, .site-header .site-header-nav .navbar-toggle .icon-bar:after {
  border-radius: 20px;
  height: 3px;
}
.site-header .site-header-nav .navbar-toggle .icon-bar:before {
  top: -6px;
}
.site-header .site-header-nav .navbar-toggle .icon-bar:after {
  bottom: -6px;
}
.site-header .site-header-nav .navbar-toggle.toggle-open .icon-bar {
  width: 9px;
  transform: rotate(0) translate(0);
}
.site-header .site-header-nav .navbar-toggle.toggle-open .icon-bar:before {
  width: 20px;
  transform: rotate(0) translate(0);
}
.site-header .site-header-nav .navbar-toggle.toggle-open .icon-bar:after {
  width: 3px;
  transform: rotate(0) translate(0);
}
.site-header li[menu-depth="0"]:hover > .dropdown-menu {
  display: block;
}
.site-header {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-header {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
@media only screen and (min-width: 768px) {
  .site-header .site-header-nav {
    height: 80px;
    width: 100%;
    padding: 0 15px;
  }
  .site-header .site-header-nav .navbar-brand {
    height: auto;
    max-width: 130px;
    padding: 15px 0;
  }
  .site-header .site-header-nav .navbar-toggle {
    background-color: #ffffff;
    right: 30px;
    border-radius: 50%;
    border: 0;
    margin-top: 7px;
    outline: 0;
  }
  .site-header .site-header-nav .navbar-toggle .icon-bar {
    background-color: #21274d;
    border-radius: 20px;
    height: 3px;
    width: 30px;
  }
  .site-header .site-header-nav .navbar-toggle .icon-bar:before, .site-header .site-header-nav .navbar-toggle .icon-bar:after {
    border-radius: 20px;
    height: 3px;
  }
  .site-header .site-header-nav .navbar-toggle .icon-bar:before {
    top: -10px;
  }
  .site-header .site-header-nav .navbar-toggle .icon-bar:after {
    bottom: -10px;
  }
  .site-header .site-header-nav .navbar-toggle.toggle-open .icon-bar {
    width: 16px;
    transform: rotate(0) translate(0);
  }
  .site-header .site-header-nav .navbar-toggle.toggle-open .icon-bar:before {
    width: 30px;
    transform: rotate(0) translate(0);
  }
  .site-header .site-header-nav .navbar-toggle.toggle-open .icon-bar:after {
    width: 6px;
    transform: rotate(0) translate(0);
  }
}
.site-header {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-nav {
    padding: 0;
    height: 100px;
  }
  .site-header .site-header-nav .navbar-nav > li > a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1023px) {
  .site-header .site-header-nav {
    padding: 0;
    height: 100px;
  }
  .site-header .site-header-nav .navbar-nav > li > a {
    font-size: 14px;
  }
}
.site-header {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
@media only screen and (min-width: 1200px) {
  .site-header .site-header-nav {
    padding: 0;
  }
  .site-header .site-header-nav .navbar-brand {
    height: auto;
    max-width: 150px;
    padding: 22px 0;
  }
  .site-header .site-header-nav .navbar-toggle {
    margin-top: 16px;
  }
  .site-header .site-header-nav .navbar-nav > li > a {
    font-size: 1em;
  }
}
.site-header {
  /* min-width : 1440px */
}
@media only screen and (min-width: 1200px) {
  .site-header .site-header-nav {
    padding: 0 90px;
  }
}

@media only screen and (max-width: 992px) {
  /* Mobile menu styling */
  .hc-offcanvas-nav.g39-offcanvas-nav .nav-container,
  .hc-offcanvas-nav .nav-wrapper,
  .hc-offcanvas-nav ul {
    background: #ffffff !important;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav .mobile_menu {
    padding-top: 100px;
    background: #ffffff;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav .mobile_menu .nav-close {
    display: none;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav .mobile_menu.g39-bar-mobile-menu {
    padding-top: 160px; /* announcement bar */
  }
  .hc-offcanvas-nav.g39-offcanvas-nav .sub-menu {
    padding-top: 100px;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav li a {
    color: #000000 !important;
    border: 0 !important;
    font-size: 1.1em;
    font-weight: 300;
    padding: 0.6em 30px;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav li a .nav-next span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #B12E25;
    transform: rotate(0) translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-left: 0;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav li.nav-back a {
    background: #ffffff;
    color: transparent !important;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav li.nav-back a span:before {
    border-top: 3px solid #B12E25;
    border-left: 3px solid #B12E25;
    width: 20px;
    height: 20px;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav li.nav-back a:hover {
    background: transparent;
  }
  .hc-offcanvas-nav.g39-offcanvas-nav li.current-menu-item a {
    color: #B12E25 !important;
    font-weight: 700;
  }
}
/**
 *  _gate39media-header.scss
 *
 * Description: Header Sections.
 * Version: 1.0.2
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>s
 *
 */
.logged-in.admin-bar .navbar.amg-fixed-top {
  top: 32px !important;
}

.site-header.site-header-amg .title-short-banner {
  position: fixed;
  top: 0;
  width: 100%;
  background: #383838;
  padding: 6px 0 12px;
  z-index: 1;
  transition: 0.5s top ease;
}
.site-header.site-header-amg .title-short-banner.active {
  top: 80px;
}
.site-header.site-header-amg .title-short-banner h2 {
  color: #fff;
  margin-bottom: 0;
  overflow: visible;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
}
.site-header.site-header-amg .modal-search {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999 !important;
  background: #eeeeee;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.site-header.site-header-amg .modal-search .form-search {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 30px;
  position: relative;
}
.site-header.site-header-amg .modal-search .form-search:before {
  content: "W";
  font-family: "91探花Icons";
  font-size: 3rem;
  position: absolute;
  left: 3rem;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
}
.site-header.site-header-amg .modal-search .form-search fieldset {
  align-items: center;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
}
.site-header.site-header-amg .modal-search .form-search fieldset input[type=text] {
  position: relative;
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  font-style: italic;
  padding: 1em 2.7em 1em;
  margin: 0;
  height: 80px;
  outline: none;
}
.site-header.site-header-amg .modal-search .form-search fieldset .btn-close {
  font-size: 3rem;
  line-height: 42px;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  width: auto;
  height: auto;
  background-image: none;
  box-shadow: none;
}
.site-header.site-header-amg .modal-search .form-search fieldset .btn-close:before {
  content: "b";
  font-family: "91探花Icons";
}
.site-header.site-header-amg .search-page-modal {
  position: relative !important;
  max-width: 1140px;
  margin: 0 auto;
  background: none;
  height: auto;
  padding: 0 20px;
  z-index: 2 !important;
}
.site-header.site-header-amg .search-page-modal .form-search {
  max-width: 100%;
  margin: 0;
  padding: 10px 0;
}
.site-header.site-header-amg .search-page-modal .form-search:before {
  left: 0;
}
.site-header.site-header-amg .search-page-modal .form-search fieldset {
  align-items: center;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.site-header.site-header-amg .search-page-modal .form-search fieldset input[type=text] {
  color: #777777;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0.6rem 2.7em 0.8rem;
}
.site-header.site-header-amg .search-page-modal .form-search fieldset .btn-close:before {
  color: #dddddd;
}
.site-header.site-header-amg .navbar .site-header-nav {
  min-height: 120px !important;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav {
    min-height: 135px !important;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer {
  position: relative;
  width: 100%;
  background: #b1c0c9;
  z-index: 99990;
  padding: 10px 30px;
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .top-disclaimer {
    flex-flow: column wrap;
  }
  .site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-cta {
    width: 100%;
    text-align: center !important;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-wrap {
  background-color: #b1c0c9;
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-title {
  position: relative;
  padding-left: 25px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-title:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  background-image: url("/wp-content/themes/amg/public/img/circle-info-solid.svg");
  width: 16px;
  height: 16px;
  background-size: cover;
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-cta {
  min-width: 82px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-cta a {
  position: relative;
  padding-right: 20px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-cta a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 10px;
  position: absolute;
  transform: translateY(0) rotate(135deg);
  vertical-align: top;
  width: 10px;
  transition: 0.3s all ease;
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-cta a.open:before {
  transform: translateY(6px) rotate(315deg);
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-content {
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-content p {
    font-size: 14px;
    line-height: 15px;
  }
  .site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-content p a {
    font-style: unset;
    font-size: unset;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-content p {
  font-size: 16px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-disclaimer-content p a {
  font-style: unset;
  font-size: unset;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar {
  background: #eaeff2;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .top-nav-bar {
    padding: 7px 0;
    background: white;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container {
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0 none;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul {
  display: flex;
  margin-bottom: 0px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul > li {
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul > li:first-child {
  position: relative;
  padding-left: 0;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul > li:last-child {
  padding-right: 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul > li:last-child {
    display: block;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul > li > a {
  padding: 0;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 600;
  color: #002c22;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul > li > a:hover {
  color: #018365;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown > ul.contact-menu li > a {
  font-family: "Gellix", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .dropdown-toggle:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/wp-content/themes/amg/public/images/globe.svg);
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .menu-btn {
  background-color: #002c22;
  padding: 0px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .menu-btn a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 4px 10px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .menu-btn a:hover {
  color: #ffffff;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .dropdown-menu {
  top: 100%;
  left: 0;
  min-width: 180px;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .dropdown-menu li a {
  font-size: 18px;
  line-height: 26px;
  padding: 7px 15px;
  color: black;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .dropdown-menu li a.active {
  background-color: #afecd1;
  color: black;
}
.site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .dropdown-menu li a:hover, .site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .dropdown-menu li a:active, .site-header.site-header-amg .navbar .site-header-nav .top-nav-bar .container .nav-for-dropdown .dropdown-menu li a:focus {
  background-color: #003e2f;
  color: white;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: white;
  padding: 0 9999px;
  margin: 0 -9999px;
  display: flex;
  height: 80px;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar {
    background: #eaeff2;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container {
  justify-content: space-between;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .navbar-brand {
  max-width: 105px;
  position: relative;
  padding: 0 0;
  top: 0;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .navbar-brand svg {
  width: 100%;
  height: 100%;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .navbar-brand svg .st0 {
  fill: #717271;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .navbar-brand svg .st1 {
  fill: #035643;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .navbar-toggler {
  border: none;
  box-shadow: none;
  order: 2;
  background-color: #018365;
  border-radius: 50%;
  padding: 6px 6px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .navbar-toggler .navbar-toggler-icon {
  background-image: url("/wp-content/themes/amg/public/images/Hamburger.svg");
  width: 28px;
  height: 28px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .searchIcon {
  margin: 0 0 0 25px;
  order: 3;
  display: none;
  transition: 0.5s all ease;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .searchIcon {
    display: block;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .searchIcon img {
  background-color: #018365;
  border-radius: 50%;
  padding: 10px;
  transition: 0.5s all ease;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .searchIcon:hover {
  scale: 1.175;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .container .searchIcon:hover img {
  background-color: #00b18d;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown {
  width: 100%;
  border: 0 none;
  overflow-y: auto;
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown {
    background-color: transparent;
    transform: none !important;
    border: 0 none;
    visibility: visible !important;
    position: unset;
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .offcanvas-header,
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-sec-menu {
    display: none;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .offcanvas-header {
  padding: 40px 20px 0px;
  justify-content: flex-end;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .offcanvas-header .btn-close {
  background: url("/wp-content/themes/amg/public/images/Close.svg") #018365 center no-repeat;
  width: 40px;
  height: 40px;
  opacity: 1;
  padding: 0;
  background-size: 28px;
  border-radius: 50%;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav {
  justify-content: flex-end;
  height: auto;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav {
    padding: 0;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li {
  border-bottom: 1px solid #018365;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li {
    padding: 0 20px;
    border-bottom: 0 none;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li > a {
  font-family: "Gellix", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 30px !important;
  font-size: 20px;
  padding: 12px 0;
  margin-right: 40px;
  color: #002c22;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li > a {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    font-weight: 400;
    min-height: 80px;
    line-height: 34px !important;
    font-size: 24px;
    padding: 0;
    margin-right: 0;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li:hover {
  background-color: transparent;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li:hover > a {
  color: #018365 !important;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 {
    position: relative !important;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu {
  background: #ffffff;
  width: 100%;
  max-width: 860px;
  column-count: 1;
  border: 0px solid rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 360px;
  min-width: 390px;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu {
    padding: 10px 10px 20px 20px;
    left: 20px;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu::after {
  position: absolute;
  height: 100%;
  background-color: white;
  left: 0;
  top: 0;
  display: block;
  width: 212%;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transform: translate(0);
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu::after {
    content: "" !important;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li {
    max-width: 430px;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li a {
  line-height: 26px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li a {
    line-height: 34px;
    font-size: 2.2rem;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box {
  background-color: #f3f6f8;
  padding: 0px 20px;
  border-top: 8px solid #018365;
  margin: 25px 0 0;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box {
    position: absolute;
    width: 400px;
    top: 10px;
    left: 405px;
    margin: 0;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box > a {
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 0 none !important;
  transition: 0.5s all ease;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box > a p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #002c22;
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box > a p {
    max-width: 280px;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box > a h4 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #002c22;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box > a::after {
  content: none;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box:last-child {
    top: 155px;
    margin-bottom: 0;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.drop-down-1 > .dropdown-menu li.nav-item-box:hover > a * {
  color: #018365 !important;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu {
  background: #ffffff;
  width: 100%;
  max-width: 1240px;
  column-count: 1;
  min-width: 340px;
  border-top: 0 none;
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu {
    padding: 8px 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    left: 20px;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li a {
  background-color: transparent !important;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  color: #002c22;
  white-space: normal;
  border-bottom: 1px solid transparent !important;
  transition: 0.5s all ease;
  line-height: 26px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li a {
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #00b18d !important;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 34px;
    font-size: 2.2rem;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li a::after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/bullet.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15.79px;
  height: 15.79px;
  flex-shrink: 0;
  position: relative;
  border-style: none;
  margin-right: 16px;
  top: 0px;
  margin-left: 0;
  background-size: 100%;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li a::after {
    width: 23.077px;
    height: 23.077px;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li a:hover, .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li a:focus,
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li a :visited {
  color: #018365;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li:last-child a {
  border-bottom: 0 none !important;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu li.no-border-bottom a {
  border-bottom: 0 !important;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu::after, .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li .dropdown-menu::before {
  content: none;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.menu-item-has-children .span-arrow {
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/amg/public/images/arrow-down.svg);
  position: absolute;
  top: 16px;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.menu-item-has-children .span-arrow {
    display: none;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.menu-item-has-children.sub-nav-open > a {
  color: #018365 !important;
}
@media only screen and (max-width: 991px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.menu-item-has-children.sub-nav-open .dropdown-menu {
    display: block !important;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.menu-item-has-children.sub-nav-open .span-arrow {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.menu-item-has-children:hover {
  background-color: transparent;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.menu-item-has-children:hover > a {
  color: #018365 !important;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li:hover .dropdown-menu {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li:hover .dropdown-menu {
    display: block !important;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li > a {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li > a::after {
    content: "" !important;
    display: block !important;
    border: 0 none !important;
    margin: 0 !important;
    background-color: #018365;
    position: absolute;
    width: 0;
    height: 5px;
    left: 0;
    bottom: 6px;
    transition: width 0.5s ease;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.current-menu-item, .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.current-page-ancestor {
  background-color: transparent;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.current-menu-item > a, .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.current-page-ancestor > a {
  color: #002c22 !important;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.current-menu-item > a::after, .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li.current-page-ancestor > a::after {
  width: 100%;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .navbar-nav > li:hover > a::after {
  width: 100%;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-sec-menu {
  display: none;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu {
  margin-top: 100px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar {
  background-color: transparent;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown {
  padding: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown > ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown > ul > li {
  padding: 0 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown > ul > li:first-child {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown > ul > li:last-child {
  padding-right: 0;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown > ul > li > a {
  padding: 0;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 600;
  color: #002c22;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown > ul > li > a:hover {
  color: #018365;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .dropdown-toggle:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/wp-content/themes/amg/public/images/globe.svg);
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .dropdown-menu {
  border: 0 none;
  position: relative;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .dropdown-menu li a {
  background-color: transparent !important;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  color: #002c22;
  white-space: normal;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid transparent !important;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .dropdown-menu li a::after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/bullet.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15.79px;
  height: 15.79px;
  flex-shrink: 0;
  position: relative;
  border-style: none;
  margin-right: 16px;
  top: 0px;
  margin-left: 0;
  background-size: 100%;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .dropdown-menu li a::after {
    width: 23.077px;
    height: 23.077px;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .dropdown-toggle:hover + .dropdown-menu {
  display: block;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .menu-btn {
  background-color: #002c22;
  padding: 0px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .menu-btn a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 4px 10px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu .top-nav-bar .nav-for-dropdown .menu-btn a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-top-menu {
    display: none !important;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-search {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-search {
    display: none;
  }
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-search .search-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #b1c0c9;
  font-size: 18px;
  line-height: 26px;
  border-radius: 4px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-search .search-btn {
  min-height: 44px;
  border: 2px solid #003e2f;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
  color: #003e2f;
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
  min-width: 144px;
  justify-content: center;
  margin-top: 20px;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-search .search-btn::before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Search-green.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  border-style: none;
  margin-right: 5px;
  background-size: 100%;
}
.site-header.site-header-amg .navbar .site-header-nav .main-nav-bar .nav-for-dropdown .mobile-search .btn-close {
  display: none;
}

/**
 *  _gate39media-header-blog.scss
 *
 * Description: Header Blog Sections.
 * Version: 1.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>s
 *
 */
/*==========  Mobile First Method  ==========*/
/* Small devices (landscape phones, 576px and up) */
/* min-width : 576px */
/* Medium devices (tablets, 768px and up) */
/* min-width : 768px */
/* Large devices (desktops, 992px and up) */
/* min-width : 992px */
/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
/**
 *  _gate39media-header-banner.scss
 *
 * Description: Header Banner Sections.
 * Version: 1.0.0
 * Last update: 2020/09/02
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-header .site-header-banner {
  padding-top: 120px !important;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner {
    padding-top: 135px !important;
  }
}
.site-header .site-header-banner .site-header-text > .container {
  max-width: 100%;
  padding: 0;
}
.site-header .site-header-banner .site-header-text .col-12,
.site-header .site-header-banner .site-header-text .col-md-12 {
  padding: 0;
}
.site-header .site-header-banner-front-page {
  background-color: #ffffff;
  padding-top: 120px;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page {
    padding-top: 135px;
  }
}
.site-header .site-header-banner-front-page .site-header-text {
  min-height: auto;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row {
  margin: 0;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row > [class^=col-],
.site-header .site-header-banner-front-page .site-header-text > .container > .row > [class*=" col-"] {
  grid-row-start: 1;
  grid-column-start: 1;
  padding: 0;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content {
  align-items: flex-end;
  margin-top: -130px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content {
    display: flex;
    margin-top: 0;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content > .container {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content > .container {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row {
  margin: 0;
  flex: 1;
  position: relative;
  z-index: 2;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row > [class^=col-],
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row > [class*=" col-"] {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper {
    display: flex;
    align-items: flex-end;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more {
  padding-top: 54px;
  padding-bottom: 32px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more {
    flex: 1;
    display: flex;
    margin-left: -102px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more {
  background-color: #018365;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 5px;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  font-size: 1.4rem;
  line-height: 22px;
  position: absolute;
  top: -50px;
  right: 8px;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more {
    font-size: 18px;
    line-height: 26px;
    width: 180px;
    height: auto;
    position: unset;
    min-height: 180px;
    transition: 0.5s all ease;
    transform: translateY(0px);
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more .learn-more-text {
    transform: translateY(0px);
    transition: inherit;
  }
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more:hover {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
  }
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more:hover .learn-more-text {
    transform: translateY(10px);
  }
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more:hover::after {
    transform: translateY(15px);
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more::after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Down_L.svg);
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  border-style: none;
  background-size: 100%;
  transform: translateY(0px);
  transition: inherit;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .learn-more::after {
    width: 40px;
    height: 40px;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail {
  background-color: white;
  padding: 20px 0;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail {
    padding: 30px 30px 20px;
    margin-left: -1px;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure {
  width: 120px;
  height: fit-content;
  background-color: black;
  margin: 0;
  flex: 0 0 auto;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure {
    width: 180px;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure video {
  vertical-align: top;
  width: 100%;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure .play-btn {
  width: 40px;
  height: 40px;
  background-color: #018365;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure .play-btn::after {
  width: 15.33px;
  height: 17.33px;
  background-image: url(/wp-content/themes/amg/public/images/caret.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: relative;
  left: 1px;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure .play-btn.playing {
  opacity: 0;
  visibility: hidden;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure .play-btn.playing::after {
  background-image: url(/wp-content/themes/amg/public/images/pause.svg);
  background-size: 20px;
  left: 0;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail figure:hover .play-btn {
  opacity: 1;
  visibility: visible;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc {
  padding-left: 20px;
  max-width: 210px;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc {
    max-width: 100%;
    padding-left: 0;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc p {
    font-size: 18px;
    line-height: 26px;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc p:first-child {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 4px solid #018365;
  width: fit-content;
  margin-bottom: 10px;
  display: block;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc p .text-link {
  font-size: 16px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc p .text-link {
    font-size: 16px;
  }
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail .video-thumbnail-desc p.video-thumbnail-desc-title {
  text-transform: uppercase;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more .video-thumbnail::after {
  position: absolute;
  left: 100%;
  top: 0;
  width: 500%;
  height: 100%;
  background-color: white;
  content: "";
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content .row .video-learnmore-wrapper .video-thumbnail-learn-more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000%;
  height: 40px;
  background-color: white;
}
.site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 32px);
  height: 74%;
  background-image: url(/wp-content/themes/amg/public/images/bg.jpg);
  background-size: cover;
  background-position: top right;
  z-index: 1;
  content: "";
  clip-path: polygon(0% 0, 0 0%, calc(100% - 40px) 0%, 100% calc(0% + 40px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text > .container > .row .right-content::before {
    width: calc(50% - 10px);
    height: 100%;
    clip-path: polygon(0% 0, 0 0%, calc(100% - 80px) 0%, 100% calc(0% + 80px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.site-header .site-header-banner-front-page .site-header-text .text-col {
  flex: 1;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 32px;
  padding: 35px 35px 70px;
  padding-left: 0 !important;
  clip-path: polygon(0% 0, 0 0%, calc(100% - 40px) 0%, 100% calc(0% + 40px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text .text-col {
    padding: 80px;
    margin-right: 10px;
    padding-right: 90px !important;
    clip-path: polygon(0% 0, 0 0%, calc(100% - 80px) 0%, 100% calc(0% + 80px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.site-header .site-header-banner-front-page .site-header-text .text-col .entry-content {
  max-width: 480px;
  margin: 0;
}
.site-header .site-header-banner-front-page .site-header-text .text-col .entry-content h3 {
  font-size: 28px;
  line-height: 38px;
  color: white;
  margin: 0;
  white-space: pre-wrap;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text .text-col .entry-content h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .site-header-banner-front-page .site-header-text .text-col .entry-content h3 {
    font-size: 68px;
    line-height: 78px;
  }
}
.site-header .site-header-banner-front-page .site-header-text .text-col .entry-content h3 span {
  font-size: 28px;
  line-height: 38px;
  color: white;
  margin: 0;
  white-space: pre-wrap;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text .text-col .entry-content h3 span {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .site-header-banner-front-page .site-header-text .text-col .entry-content h3 span {
    font-size: 68px;
    line-height: 78px;
  }
}
.site-header .site-header-banner-front-page .site-header-text .text-col .entry-content p {
  display: none;
}
.site-header .site-header-banner-front-page .site-header-text .vid-col {
  background: url("/wp-content/themes/amg/public/img/91探花_Hero2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 320px;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .site-header .site-header-banner-front-page .site-header-text .vid-col {
    min-height: 740px;
  }
}
.site-header .site-header-banner-front-page .site-header-text .vid-col .background-video-box {
  flex: 1;
}
.site-header .site-header-banner-page .site-header-text {
  min-height: 15em;
}
.site-header .site-header-banner-page .site-header-text:after, .site-header .site-header-banner-page .site-header-text:before {
  display: none;
}
.site-header .site-header-banner-page .site-header-text .text-col {
  padding: 0;
}
.site-header .site-header-banner-page .site-header-text .text-col .entry-content {
  max-height: 228px;
  max-width: inherit;
  padding: 60px 30px;
}
.site-header .site-header-banner-page .site-header-text .text-col .entry-content .entry-title {
  font-size: 3rem;
  display: block;
  color: white;
  line-height: 1.2;
  margin-bottom: 0;
}
.site-header .site-header-banner-page .site-header-text .text-col h1 {
  color: #000000;
}
.site-header .site-header-banner-page .site-header-text .text-col .entry-title {
  color: #000000;
}
.site-header .site-header-banner-page.page-partnership-approach .default-sub-banner .text-col .entry-content {
  background-position: right top;
}
.site-header .default-sub-banner .text-col {
  position: relative;
  padding-bottom: 100px !important;
}
@media only screen and (min-width: 992px) {
  .site-header .default-sub-banner .text-col {
    padding-bottom: 80px !important;
  }
}
.site-header .default-sub-banner .text-col .entry-content {
  background-size: cover;
  background-position: left top;
  min-height: 200px;
  padding: 0 7.5px !important;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .site-header .default-sub-banner .text-col .entry-content {
    min-height: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .default-sub-banner .text-col .entry-content {
    padding: 0 !important;
  }
}
.site-header .default-sub-banner .text-col .entry-content .container {
  position: relative;
  z-index: 2;
  padding-left: 24px;
  padding-right: 24px;
  bottom: -50px;
}
@media only screen and (min-width: 992px) {
  .site-header .default-sub-banner .text-col .entry-content .container {
    padding-left: 34px;
    padding-right: 34px;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .default-sub-banner .text-col .entry-content .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .default-sub-banner .text-col .entry-content .container h1 {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .site-header .default-sub-banner .text-col .entry-content .container h1 {
    font-size: 68px;
  }
}
.site-header .default-sub-banner .text-col .entry-content .container h1 {
  line-height: 46px;
}
@media screen and (min-width: 768px) {
  .site-header .default-sub-banner .text-col .entry-content .container h1 {
    line-height: 78px;
  }
}
.site-header .default-sub-banner .text-col .entry-content .container h1 {
  color: white;
  position: relative;
  margin: 0;
  margin-bottom: -15px;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .site-header .default-sub-banner .text-col .entry-content .container h1 {
    width: calc(50% - 10px);
  }
}
.site-header .default-sub-banner .text-col::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  min-height: 140px;
  background-image: url(/wp-content/themes/amg/public/images/bg-sub.jpg);
  background-size: cover;
  background-position: bottom right;
  z-index: 1;
  content: "";
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .site-header .default-sub-banner .text-col::before {
    min-height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .default-sub-banner .text-col::before {
    min-height: 280px;
    width: calc(50% - 10px);
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.site-header .default-sub-banner.image-right .text-col {
  padding-bottom: 135px !important;
}
@media only screen and (min-width: 768px) {
  .site-header .default-sub-banner.image-right .text-col {
    padding-bottom: 80px !important;
  }
}
.site-header .default-sub-banner.image-right .text-col::before {
  content: none;
}
.site-header .default-sub-banner.image-right .entry-content {
  background-image: url(/wp-content/themes/amg/public/images/culture-banner-bg.jpg);
}
@media only screen and (min-width: 768px) {
  .site-header .default-sub-banner.image-right .entry-content {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .site-header .default-sub-banner.image-right .entry-content .container {
    bottom: -96px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
}
.site-header .default-sub-banner.image-right .entry-content .container > * {
  flex: 0 0 auto;
}
.site-header .default-sub-banner.image-right .entry-content .container h1 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .site-header .default-sub-banner.image-right .entry-content .container h1 {
    margin-bottom: 48px;
    width: 54.237%;
  }
}
.site-header .default-sub-banner.image-right .entry-content .container .sub-banner-image {
  width: 100%;
  position: relative;
  min-height: 175px;
  margin-bottom: -80px;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .site-header .default-sub-banner.image-right .entry-content .container .sub-banner-image {
    width: 100%;
    max-width: 540px;
    min-height: 305px;
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.site-header .default-sub-banner.default-banner .text-col {
  padding-bottom: 0 !important;
}
.site-header .default-sub-banner.default-banner .text-col .entry-content {
  background-image: url(/wp-content/themes/amg/public/images/default-banner-bg.jpg);
}
.site-header .default-sub-banner.default-banner .text-col .entry-content .container {
  bottom: 0;
}
.site-header .default-sub-banner.default-banner .text-col .entry-content .container h1 {
  margin-bottom: 30px !important;
  width: 100%;
}
.site-header .default-sub-banner.default-banner .text-col::before {
  display: none !important;
}
.site-header .site-header-banner-error-404 .site-header-text .text-col .entry-content {
  padding: 60px 30px;
}
.site-header .site-header-banner-error-404 .site-header-text .text-col .entry-content .entry-title {
  font-size: 3rem;
  display: block;
  color: white;
  line-height: 1.2;
}
.site-header.site-header-amg-landing-page .site-header-banner {
  padding-top: 120px;
}
.site-header.site-header-amg-landing-page .site-header-banner .banner-col .col-md-12 {
  padding: 0;
}
.site-header.site-header-amg-landing-page .site-header-banner .banner-col .col-md-12 .landing-page-banner {
  padding: 22.2%;
}
.site-header.site-header-amg-landing-page .site-header-banner .text-col {
  position: relative;
  top: auto;
  transform: inherit;
  height: auto;
  border-bottom: 1px solid #d9d9d9;
}
.site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content {
  max-height: inherit;
  padding: 14px 20px 60px;
}
.site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content .col-md-6 {
  width: 100%;
}
.site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content h1 {
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #000000 !important;
  text-align: left;
}
.site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content h1 br {
  display: none;
}
.site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content p {
  line-height: 1.611;
  color: #000000 !important;
  text-align: left;
}
.site-header {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-header {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
@media only screen and (min-width: 768px) {
  .site-header .site-header-banner .site-header-text .col-12, .site-header .site-header-banner .site-header-text.col-md-12 {
    padding: 0 8px;
  }
  .site-header .site-header-banner-page .site-header-text .text-col .entry-content .entry-title {
    font-size: 4rem;
    line-height: 1;
  }
  .site-header .site-header-banner-error-404 .site-header-text .text-col .entry-content .entry-title {
    font-size: 4rem;
    line-height: 1;
  }
}
.site-header {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
@media only screen and (min-width: 1200px) {
  .site-header .site-header-banner .site-header-text .col-12,
  .site-header .site-header-banner .site-header-text .col-md-12 {
    padding: 0 30px;
  }
  .site-header .site-header-banner {
    padding-top: 135px;
  }
  .site-header .site-header-banner-page .site-header-text {
    min-height: 15em;
  }
  .site-header .site-header-banner-page .site-header-text .text-col .entry-content {
    padding: 70px 40px;
  }
  .site-header .site-header-banner-page .site-header-text .text-col .entry-content .entry-title {
    font-size: 4.8rem;
    line-height: 1;
  }
  .site-header .site-header-banner-error-404 .site-header-text .text-col .entry-content {
    padding: 70px 40px;
  }
  .site-header .site-header-banner-error-404 .site-header-text .text-col .entry-content .entry-title {
    font-size: 4.8rem;
    line-height: 1;
  }
  .site-header.site-header-amg-landing-page .site-header-banner {
    padding-top: 120px;
  }
  .site-header.site-header-amg-landing-page .site-header-banner .text-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: none;
  }
  .site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content .col-md-6 {
    width: 50%;
  }
  .site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content h1 {
    display: block;
    font-size: 6.2rem;
    line-height: 1;
    color: #ffffff !important;
    text-align: left;
  }
  .site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content h1 br {
    display: block;
  }
  .site-header.site-header-amg-landing-page .site-header-banner .text-col .entry-content p {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #ffffff !important;
    text-align: left;
    padding-right: 55px;
  }
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

/**
 * _gate39media-inner.scss
 *
 * Description: Inner Page Sections.
 * Version: 1.0.0
 * Last update: 2020/09/23
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content.site-content-amg .section-marketing-privacy-content a:hover, .site-content.site-content-amg .section-marketing-privacy-content a:focus {
  color: #000000;
}
.site-content.site-content-amg .page-subnav {
  display: none;
}
.site-content.site-content-amg .section-marketing-unique h2 {
  font-size: 3.6rem;
  font-weight: 300;
}
.site-content.site-content-amg .section-marketing-unique p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #777777;
}
.site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container:last-child .vc_column-inner > .wpb_wrapper {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container h4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}
.site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #777777;
}
.site-content.site-content-amg .section-advantages-partnership {
  margin-bottom: 0;
}
.site-content.site-content-amg .section-advantages-partnership h2 {
  font-size: 3.6rem;
  font-weight: 300;
}
.site-content.site-content-amg .section-advantages-partnership p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #777777;
}
.site-content.site-content-amg .section-advantages-partnership ul {
  padding: 0;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  margin-bottom: 40px !important;
}
.site-content.site-content-amg .section-advantages-partnership ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #777777;
}
.site-content.site-content-amg .section-advantages-partnership h3 {
  color: #003e2f;
  font-size: 3rem;
  line-height: 1.1;
}
.site-content.site-content-amg .section-alighnment-interests h2 {
  font-size: 3.6rem;
  font-weight: 300;
}
.site-content.site-content-amg .section-alighnment-interests p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #777777;
}
.site-content.site-content-amg .section-key-elements {
  margin-bottom: 30px;
}
.site-content.site-content-amg .section-key-elements h2 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
}
.site-content.site-content-amg .section-key-elements svg {
  margin: 0 -130px;
}
.site-content.site-content-amg .section-key-elements svg .st0 {
  opacity: 0.5;
}
.site-content.site-content-amg .section-key-elements svg .st1 {
  fill: #003e2f;
}
.site-content.site-content-amg .section-key-elements svg .st2 {
  opacity: 0.75;
}
.site-content.site-content-amg .section-key-elements svg .st3 {
  fill: #777777;
}
.site-content.site-content-amg .section-marketing-key-elements .svg-image {
  margin: 0 -180px;
}
.site-content.site-content-amg .section-marketing-global h2 {
  font-size: 3.6rem;
  font-weight: 300;
  color: #ffffff;
}
.site-content.site-content-amg .section-marketing-global p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
}
.site-content.site-content-amg .section-marketing-global:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, #004b56 20%, #116149 100%);
  z-index: -1;
  transform: translateX(-50%);
  visibility: visible;
}
.site-content.site-content-amg .section-marketing-global .vc_column_container.vc_col-sm-8 {
  width: 100%;
}
.site-content.site-content-amg .section-marketing-global .vc_column_container.vc_col-sm-4 {
  display: none;
}
.site-content.site-content-amg .section-global h2 {
  font-size: 3.6rem;
  font-weight: 300;
}
.site-content.site-content-amg .section-global p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #777777;
}
.site-content.site-content-amg .section-marketing-global-business ul li {
  font-size: 1.8rem;
  line-height: 1.5;
}
.site-content.site-content-amg .section-independent-investment h4 {
  margin-bottom: 0.5em !important;
}
.site-content.site-content-amg .section-independent-investment .vc_row.vc_inner .wpb_column {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.site-content.site-content-amg .section-independent-investment .vc_row.vc_inner .wpb_column:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.site-content.site-content-amg .section-independent-boutique .TextBtn {
  font-size: 1.8rem;
  line-height: 1.2;
}
.site-content.site-content-amg .section-independent-boutique-two-column h4 {
  max-width: 100%;
  width: 100%;
}
.site-content.site-content-amg .section-independent-boutique-two-column .TextBtn {
  font-size: 1.8rem;
  line-height: 1.2;
}
.site-content.site-content-amg .section-independent-boutique-two-column .vc_row.vc_inner .wpb_column {
  margin-bottom: 30px;
}
.site-content.site-content-amg .section-advantages-clients {
  padding: 0 30px;
}
.site-content.site-content-amg .section-advantages-clients .vc_row.vc_inner .wpb_column {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.site-content.site-content-amg .section-advantages-clients .vc_row.vc_inner .wpb_column:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.site-content.site-content-amg .section-advantages-clients ul li {
  color: #fff;
}
.site-content.site-content-amg .section-advantages-clients ul li:before {
  border-color: transparent transparent transparent #ffffff;
}
.site-content.site-content-amg .section-marketing-privacy-content a:hover, .site-content.site-content-amg .section-marketing-privacy-content a:focus {
  color: #000000;
}
.site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner {
  padding-bottom: 100px;
}
.site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column {
  padding-bottom: 60px;
}
.site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column a {
  color: #777777;
  text-decoration: underline;
}
.site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column:last-child {
  padding-bottom: 0px;
}
.site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column:last-child h3 {
  margin-bottom: 0.5em !important;
}
.site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column:last-child iframe {
  width: 100%;
}
.site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column:last-child a {
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  color: #32517c;
  text-decoration: underline;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column a {
  line-height: 1.2;
  color: #32517c;
  text-decoration: underline;
  font-style: italic;
  font-weight: 600;
  display: block;
  font-size: 1.6rem;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-inner-grey p {
  width: 100%;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-inner-grey a {
  line-height: 1.2;
  color: #32517c;
  font-weight: 600;
  font-size: 1.8rem;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-inner-grey a > b {
  font-weight: 600;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-inner-grey a[href^="tel:"] {
  text-decoration: none;
  color: #777777;
  font-size: 1.6rem;
  line-height: 1.4;
  font-style: italic;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-inner-grey a[href^="tel:"] > b {
  font-weight: 700;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form {
  max-width: 480px;
  width: 100%;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .row:first-child .ContactForm-inputGroup {
  margin-bottom: 55px;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-inputGroup {
  margin-bottom: 25px;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-inputGroup label {
  display: block;
  margin-bottom: 0.5em;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-inputGroup .select-wrapper {
  position: relative;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-inputGroup .select-wrapper:after {
  content: "U";
  pointer-events: none;
  text-transform: none;
  font-family: "91探花Icons";
  font-style: normal;
  font-weight: normal;
  display: inline;
  font-size: 1rem;
  color: #777;
  position: absolute;
  right: 2em;
  top: 1.2rem;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-inputGroup input,
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-inputGroup select {
  width: 100%;
  display: block;
  border: 1px solid #777;
  width: 100%;
  padding: 0.6em 0.8em;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-appearance: none;
  border-radius: 0;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-inputGroup select {
  padding: 0.6em 2.5em 0.6em 0.8em;
  font-weight: 200;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-optIn {
  margin-bottom: 30px;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-optIn input[type=checkbox],
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-optIn input[type=radio] {
  position: absolute;
  left: -9999px;
  box-sizing: border-box;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-optIn input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-optIn input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  border: 1px solid #777;
  margin-right: 0.75em;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.42%2013.96%22%3E%3Cpath%20fill%3D%22black%22%20class%3D%22cls-1%22%20d%3D%22M11.42%2C0A143.7%2C143.7%2C0%2C0%2C0%2C3.78%2C14H3A45%2C45%2C0%2C0%2C1%2C0%2C7.82L1.8%2C6.76a25.29%2C25.29%2C0%2C0%2C0%2C1.72%2C4.58A86.47%2C86.47%2C0%2C0%2C1%2C9.32%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px 22px;
  background-position: center center;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-comments {
  margin-bottom: 25px;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-comments label {
  display: block;
  margin-bottom: 0.5em;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-comments textarea {
  width: 100%;
  display: block;
  border: 1px solid #777;
  width: 100%;
  padding: 0.6em 0.8em;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-appearance: none;
  border-radius: 0;
  resize: none;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-submit {
  margin-bottom: 30px;
  margin-top: 25px;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-submit button {
  width: 100%;
}
.site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form label.error {
  margin-bottom: 0 !important;
  color: #da1c18;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
}
.site-content.site-content-amg {
  /* Leadership post type code */
}
.site-content.site-content-amg .amg-leadership-member {
  padding-bottom: 23px;
  position: relative;
}
.site-content.site-content-amg .amg-leadership-member:after {
  content: " ";
  position: absolute;
  height: 1px;
  background: #dddddd;
  width: 15em;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
}
.site-content.site-content-amg .amg-leadership-member.no-line:after {
  content: none;
}
.site-content.site-content-amg .amg-leadership-member .amg-leadership-member--name {
  margin-bottom: 0.3em;
}
.site-content.site-content-amg .amg-leadership-member .amg-leadership-member--name a {
  color: #32517c;
}
.site-content.site-content-amg .amg-leadership-member .amg-leadership-member--name a:hover {
  color: #32517c;
}
.site-content.site-content-amg .amg-leadership-member .amg-leadership-member--position {
  font-size: 1.8rem;
}
.site-content.site-content-amg.site-header-banner-search {
  background: #f7f7f7;
  padding-top: 0;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1180px;
  margin: 0 auto;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .search-header {
  margin-bottom: 30px;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .search-header .row [class*=col-] {
  width: 50%;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination {
  align-items: flex-end;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li {
  margin: 0 2px;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li span {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li a {
  color: #777777;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li.active span {
  color: #003e2f;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li .prev,
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li .next {
  padding: 0 2em;
  font-size: 1.2rem;
  top: -8px;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li .prev i,
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination li .next i {
  color: #003e2f;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .blog-posts article {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .blog-posts article:last-child {
  border-bottom: none;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper .blog-posts article h3 a:hover, .site-content.site-content-amg.site-header-banner-search .section-search-wrapper .blog-posts article h3 a:focus {
  color: inherit;
}
.site-content.site-content-amg.site-header-banner-search .section-search-wrapper > .row {
  margin-bottom: 70px;
}
.site-content.site-content-amg.page-about-amg .about-strategy-section ul li {
  font-size: 1.6rem;
  line-height: 1.6;
}
.site-content.site-content-amg.page-about-amg .about-affiliates-section {
  padding: 0 40px;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section ul {
  margin-bottom: 30px !important;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section ul li {
  font-size: 1.8rem;
  line-height: 1.4;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts {
  margin: 0;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart {
  padding: 0 1.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart:last-child {
  border-bottom: none;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.25em;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats td,
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats th {
  text-align: right;
  padding: 0.5em 0.25em;
  border: 0;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats td:first-child {
  text-align: left;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats th:first-child {
  text-align: left;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats tr,
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats thead {
  border-bottom: 1px solid #eee;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats tr:last-child,
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats thead:last-child {
  border-bottom: 0;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats .legend-symbol {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 3rem;
  line-height: 0.55em;
  padding-right: 0.25em;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats .legend-item {
  display: table-row;
  padding: 0.25em 0;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats .legend-name {
  display: table-cell;
  width: 85%;
  color: #000000;
}
.site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart .table-stats .legend-value {
  display: table-cell;
  color: #000000;
}
.site-content.site-content-amg.page-about-amg .about-clients-section .about-clients-three-col-section .wpb_column {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  color: #777777;
}
.site-content.site-content-amg.page-about-amg .about-clients-section .about-clients-three-col-section .wpb_column:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section {
  border-top: 1px solid #d9d9d9;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section:after {
  display: none;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile a.TextBtn {
  font-size: 1.6rem;
  color: #fff !important;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom {
  position: relative;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom:before {
  content: "";
  display: block;
  position: absolute;
  background: #d9d9d9;
  height: 1px;
  left: 0;
  width: 100%;
  bottom: 0;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom .globalOffice h3 {
  display: inline-block;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom .globalOffice h3 a, .site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom .globalOffice h3:hover, .site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom .globalOffice h3:focus {
  color: #000000;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom .globalOffice > a {
  text-decoration: underline;
}
.site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom .globalOffice > a:hover, .site-content.site-content-amg.page-about-amg .about-global-offices-section .GlobalOffices-mobile .l-row--ruledBottom .globalOffice > a:focus {
  text-decoration: underline;
}
.site-content.site-content-amg.page-about-amg .about-leadership-section a.Btn {
  margin-bottom: 0.5em !important;
}
.site-content.site-content-amg.page-about-amg .about-leadership-section a.Btn:focus {
  color: #ffffff;
}
.site-content.site-content-amg.page-about-amg .about-leadership-section a.Btn--outline:focus {
  color: #ffffff;
}
.site-content.site-content-amg.page-about-amg .ProductChart .subhead2 {
  margin-bottom: 30px;
}
.site-content.site-content-amg.page-about-amg .ProductChart .subhead2 span.TextBtn.TextBtn-inline {
  position: relative;
  padding: 0 0 0 20px;
  float: right;
  font-size: 1.8rem;
}
.site-content.site-content-amg.page-about-amg .ProductChart .subhead2 span.TextBtn.TextBtn-inline:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e000";
  font-family: "91探花Icons";
}
.site-content.site-content-amg.page-about-amg .ProductChart .subhead2 .ProductChart-MobileLegend {
  font-weight: 600;
}
.site-content.site-content-amg.page-about-amg .ProductChart .body1 {
  font-size: 1.6rem !important;
  line-height: 1.6;
  color: #777777;
}
.site-content.site-content-amg.page-about-amg .ProductChart .group-stat h4 {
  line-height: 1.5;
  color: #777777;
  font-weight: 600;
}
.site-content.site-content-amg.page-about-amg .ProductChart .group-stat h4 strong {
  font-weight: 600;
}
.site-content.site-content-amg.page-about-amg .ProductChart .group-stat h4 em {
  font-weight: 300;
}
.site-content.site-content-amg.page-about-amg .ProductChart .group-stat ul li {
  padding-left: 0;
  margin-bottom: 0.7em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.site-content.site-content-amg.page-about-amg .ProductChart .group-stat ul li:before {
  display: none;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .subhead2 {
  margin-bottom: 30px;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .subhead2 span.TextBtn.TextBtn-inline {
  position: relative;
  padding: 0 0 0 20px;
  float: right;
  font-size: 1.8rem;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .subhead2 span.TextBtn.TextBtn-inline:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e000";
  font-family: "91探花Icons";
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .subhead2 .ProductChart-MobileLegend {
  font-weight: 600;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .body1 {
  font-size: 1.6rem !important;
  line-height: 1.6;
  color: #777777;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat h4 {
  line-height: 1.5;
  color: #777777;
  font-weight: 600;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat h4 strong {
  font-weight: 600;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat h4 em {
  font-weight: 300;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat ul li {
  padding-left: 0;
  margin-bottom: 0.7em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat ul li:before {
  display: none;
}
.site-content.site-content-amg.site-content-single {
  padding-top: 0;
  background: none;
}
.site-content.site-content-amg .affiliates .entry-content {
  padding: 0;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar {
  padding-bottom: 45px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 15px;
  padding-right: 15px;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar .sidebar-top .business-logo {
  width: 100%;
  max-width: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar .sidebar-single-widget .subhead2 {
  font-weight: 500;
  text-transform: uppercase;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .t-display3 {
  font-size: 3rem !important;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-investment-discipline-detail {
  padding-bottom: 45px;
  border-bottom: 1px solid #d9d9d9;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-investment-discipline-detail .investment-discipline-detail p {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 2.5rem;
  color: #777;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details {
  padding-top: 0px;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details .col-small {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details .col-small:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 150%;
  left: -100px;
  bottom: 0px;
  background: #d9d9d9;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details .col-small .subhead2 {
  position: relative;
  margin-bottom: 1.5em;
  line-height: 1.125;
  font-weight: 500;
  text-transform: uppercase;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details .col-small p {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 2.5rem;
  color: #777;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details .row .col {
  padding-left: 30px;
  padding-right: 30px;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-assets-under-management {
  padding-bottom: 45px;
  border-bottom: 1px solid #d9d9d9;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-assets-under-management .t-display1 {
  font-size: 3.6rem !important;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-assets-under-management .col-chart-data .table-stats {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 45px;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-assets-under-management .col-chart-data .table-stats .legend-name {
  width: 85%;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-assets-under-management .col-chart-data .table-stats .legend-symbol {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 3rem;
  line-height: 0.55em;
  padding-right: 0.25em;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-assets-under-management .caption2 {
  color: #777;
  font-style: italic;
  font-size: 1.4rem !important;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-contact-info-mobile {
  padding-top: 60px;
}
.site-content.site-content-amg .section-marketing-affiliates .partial-width {
  width: 100%;
  max-width: 970px;
}
.site-content.site-content-amg {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content.site-content-amg {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
@media only screen and (min-width: 768px) {
  .site-content.site-content-amg .section-advantages-clients {
    padding: 0 30px;
  }
  .site-content.site-content-amg .section-advantages-clients .vc_row.vc_inner .wpb_column .TextBtn {
    font-size: 1.6rem;
  }
  .site-content.site-content-amg .section-independent-boutique-two-column .TextBtn,
  .site-content.site-content-amg .section-independent-boutique .TextBtn {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .site-content.site-content-amg .section-marketing-unique h2 {
    font-size: 4.8rem;
    line-height: 1;
  }
  .site-content.site-content-amg .section-marketing-unique p {
    font-size: 2.2rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #d9d9d9;
    padding-right: 20px;
  }
  .site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container:last-child .vc_column-inner > .wpb_wrapper {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  .site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .site-content.site-content-amg .section-marketing-unique .vc_inner .vc_column_container p {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #777777;
  }
  .site-content.site-content-amg .section-advantages-partnership {
    margin-bottom: 0;
  }
  .site-content.site-content-amg .section-advantages-partnership h2 {
    font-size: 4.8rem;
    line-height: 1;
  }
  .site-content.site-content-amg .section-advantages-partnership p {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg .section-advantages-partnership ul {
    margin-bottom: 0 !important;
  }
  .site-content.site-content-amg .section-advantages-partnership ul li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg .section-advantages-partnership h3 {
    color: #003e2f;
    font-size: 3rem;
    line-height: 1;
  }
  .site-content.site-content-amg .section-alighnment-interests h2 {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1;
  }
  .site-content.site-content-amg .section-alighnment-interests p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg .section-key-elements {
    margin-bottom: 30px;
  }
  .site-content.site-content-amg .section-key-elements h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  .site-content.site-content-amg .section-key-elements svg {
    margin: 0 -100px;
  }
  .site-content.site-content-amg .section-key-elements svg .st0 {
    opacity: 0.5;
  }
  .site-content.site-content-amg .section-key-elements svg .st1 {
    fill: #003e2f;
  }
  .site-content.site-content-amg .section-key-elements svg .st2 {
    opacity: 0.75;
  }
  .site-content.site-content-amg .section-key-elements svg .st3 {
    fill: #777777;
  }
  .site-content.site-content-amg .section-marketing-key-elements .svg-image {
    margin: 0;
  }
  .site-content.site-content-amg .section-marketing-global h2 {
    font-size: 4.8rem;
    line-height: 1;
  }
  .site-content.site-content-amg .section-marketing-global p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg .section-global h2 {
    font-size: 4.8rem;
    line-height: 1;
  }
  .site-content.site-content-amg .section-global p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg .section-independent-investment .vc_row.vc_inner .wpb_column {
    border-right: 1px solid #d9d9d9;
    margin-bottom: 0;
    border-bottom: none;
    padding-left: 0;
  }
  .site-content.site-content-amg .section-independent-investment .vc_row.vc_inner .wpb_column:last-child {
    margin-bottom: 0;
    border-bottom: none;
    border-right: none;
    padding-left: 15px;
  }
  .site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner {
    padding-bottom: 0;
  }
  .site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column {
    padding-bottom: 77px;
  }
  .site-content.site-content-amg .section-marketing-landing-content .section-marketing-landing-content-inner .wpb_column:last-child {
    border-left: 1px solid #d9d9d9;
    padding-right: 20px;
    padding-bottom: 90px;
  }
  .site-content.site-content-amg.page-about-amg .about-business-diversity-section ul li {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-left: 1px solid #d9d9d9;
    padding-left: 10px;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column:first-child {
    border-left: none;
    padding-left: 0;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column a[href^="tel:"] {
    text-decoration: none;
    color: #000000;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-three-columns .wpb_column a[href^="tel:"] > b {
    font-weight: 600;
  }
  .site-content.site-content-amg.site-header-banner-search .section-search-wrapper .pagination {
    justify-content: flex-end;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form .ContactForm-submit button {
    width: auto;
  }
  .site-content.site-content-amg.page-about-amg .about-strategy-section .about-strategy-section-inner .wpb_column {
    border-right: 1px solid #d9d9d9;
  }
  .site-content.site-content-amg.page-about-amg .about-strategy-section .about-strategy-section-inner .wpb_column:last-child {
    border-right: none;
    padding-left: 10px;
  }
  .site-content.site-content-amg.page-about-amg .about-affiliates-section {
    padding: 0 30px;
  }
  .site-content.site-content-amg.page-about-amg .about-affiliates-section .vc_inner {
    padding: 25px 30px 0;
  }
  .site-content.site-content-amg.page-about-amg .about-clients-section .about-clients-three-col-section {
    padding-bottom: 30px;
  }
  .site-content.site-content-amg.page-about-amg .about-clients-section .about-clients-three-col-section .wpb_column {
    border-bottom: none;
    border-right: 1px solid #d9d9d9;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .site-content.site-content-amg.page-about-amg .about-clients-section .about-clients-three-col-section .wpb_column:first-child {
    padding-left: 0;
    padding-right: 10px;
  }
  .site-content.site-content-amg.page-about-amg .about-clients-section .about-clients-three-col-section .wpb_column:last-child {
    border-bottom: none;
    border-right: none;
    margin-bottom: 0;
  }
  .site-content.site-content-amg.page-about-amg .about-global-offices-section {
    border-top: none;
  }
  .site-content.site-content-amg.page-about-amg .about-global-offices-section > .vc_row {
    position: relative;
    z-index: 99;
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .body1 {
    font-size: 1.8rem !important;
    line-height: 1.4;
    color: #777777;
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .ProductChart-pdf span.TextBtn.TextBtn-inline {
    position: relative;
    padding: 0 0 0 20px;
    float: right;
    font-size: 1.6rem;
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .ProductChart-pdf span.TextBtn.TextBtn-inline:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e000";
    font-family: "91探花Icons";
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .group-stat h4 {
    line-height: 1.4;
    color: #777777;
    font-weight: 600;
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .group-stat h4 strong {
    font-weight: 600;
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .group-stat h4 em {
    font-weight: 300;
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .group-stat ul li {
    padding-left: 0;
    margin-bottom: 0.7em;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg.page-about-amg .ProductChart .group-stat ul li:before {
    display: none;
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .body1 {
    font-size: 1.8rem !important;
    line-height: 1.4;
    color: #777777;
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .ProductChart-pdf span.TextBtn.TextBtn-inline {
    position: relative;
    padding: 0 0 0 20px;
    float: right;
    font-size: 1.6rem;
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .ProductChart-pdf span.TextBtn.TextBtn-inline:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e000";
    font-family: "91探花Icons";
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat h4 {
    line-height: 1.4;
    color: #777777;
    font-weight: 600;
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat h4 strong {
    font-weight: 600;
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat h4 em {
    font-weight: 300;
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat ul li {
    padding-left: 0;
    margin-bottom: 0.7em;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg.page-products .section-marketing-products .ProductChart .group-stat ul li:before {
    display: none;
  }
  .site-content.site-content-amg .content-area-valueact-capital .affiliates .affiliate-content-wrapper .section-marketing-business-mid-details {
    border-bottom: none !important;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar {
    position: relative;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar:after {
    content: "";
    display: block;
    position: absolute;
    background: #d9d9d9;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .t-display3 {
    font-size: 3.6rem !important;
    line-height: 1.1;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details {
    padding-top: 25px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details > .row .col-small.col-medium-fluid {
    flex: 1;
    border-right: 1px solid #d9d9d9;
    padding: 0px 10px 25px 10px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details > .row .col-small:after {
    display: none;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details > .row .col-small:last-child {
    border-right: 0px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-content-affiliate-last-row {
    padding-bottom: 64px;
  }
}
.site-content.site-content-amg {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-amg.page-about-amg .about-business-diversity-section ul li {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts {
    margin: 0;
    padding-top: 30px;
  }
  .site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart {
    padding: 0 1.5rem;
    border-bottom: none;
    border-right: 1px solid #d9d9d9;
  }
  .site-content.site-content-amg.page-about-amg .about-business-diversity-section .inner-row-donut-charts .inner-col-donut-chart:last-child {
    border-bottom: none;
    border-right: none;
  }
}
.site-content.site-content-amg {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
@media only screen and (min-width: 1200px) {
  .site-content.site-content-amg .page-subnav {
    display: flex;
  }
  .site-content.site-content-amg .page-subnav ul.subnav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }
  .site-content.site-content-amg .page-subnav ul.subnav li {
    padding: 0 17px;
  }
  .site-content.site-content-amg .page-subnav ul.subnav li:first-child {
    padding-left: 0;
  }
  .site-content.site-content-amg .page-subnav ul.subnav li a {
    border-bottom: 3px solid transparent;
    color: #000000;
    font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9;
    text-transform: uppercase;
    padding: 0;
  }
  .site-content.site-content-amg .page-subnav ul.subnav li a:hover {
    color: #003e2f;
  }
  .site-content.site-content-amg .page-subnav ul.subnav li a.is-active {
    color: #003e2f;
    border-bottom: 3px solid #003e2f;
    outline: none;
    font-weight: 400;
  }
  .site-content.site-content-amg .page-subnav.fixed-subnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #f7f7f7;
  }
  .site-content.site-content-amg .page-subnav.fixed-subnav ul.subnav {
    border-bottom: 1px solid #dddddd;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
  }
  .site-content.site-content-amg .partnership-approachpage-subnav {
    display: block;
    padding-top: 0;
  }
  .site-content.site-content-amg .partnership-approachpage-subnav > .vc_row-fluid {
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
  }
  .site-content.site-content-amg .partnership-approachpage-subnav > .vc_row-fluid .vc_row.vc_inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .site-content.site-content-amg .partnership-approachpage-subnav > .vc_row-fluid .vc_row.vc_inner [class*=col-] {
    width: auto;
  }
  .site-content.site-content-amg .partnership-approachpage-subnav > .vc_row-fluid .vc_row.vc_inner [class*=col-] a {
    border-bottom: 3px solid transparent;
    color: #000000;
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.9;
    font-weight: 400;
    padding-bottom: 2px;
  }
  .site-content.site-content-amg .partnership-approachpage-subnav > .vc_row-fluid .vc_row.vc_inner [class*=col-] a:hover {
    color: #003e2f;
  }
  .site-content.site-content-amg .partnership-approachpage-subnav > .vc_row-fluid .vc_row.vc_inner [class*=col-] a:focus, .site-content.site-content-amg .partnership-approachpage-subnav > .vc_row-fluid .vc_row.vc_inner [class*=col-] a.is-active {
    color: #003e2f;
    border-bottom: 3px solid #003e2f;
  }
  .site-content.site-content-amg .section-marketing-global .vc_column_container.vc_col-sm-8 {
    width: 66.66666667%;
  }
  .site-content.site-content-amg .section-marketing-global .vc_column_container.vc_col-sm-4 {
    display: block;
    padding-top: 40px;
  }
  .site-content.site-content-amg .section-marketing-global .vc_column_container.vc_col-sm-4 svg .st0 {
    opacity: 1;
  }
  .site-content.site-content-amg .section-key-elements svg {
    margin: 0;
  }
  .site-content.site-content-amg .section-marketing-key-elements .svg-image {
    margin: 0;
  }
  .site-content.site-content-amg .section-advantages-clients {
    padding: 0 60px;
  }
  .site-content.site-content-amg .section-advantages-clients .vc_row.vc_inner .wpb_column {
    border-right: 1px solid #ffffff;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 15px;
  }
  .site-content.site-content-amg .section-advantages-clients .vc_row.vc_inner .wpb_column:last-child {
    border-right: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .site-content.site-content-amg .section-advantages-clients .vc_row.vc_inner .wpb_column:first-child {
    padding-left: 0;
  }
  .site-content.site-content-amg .section-marketing-key-elements > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 13px 15px;
  }
  .site-content.site-content-amg .section-marketing-key-elements > .vc_row:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0;
  }
  .site-content.site-content-amg .section-marketing-key-elements .svg-image {
    margin: 0;
  }
  .site-content.site-content-amg .section-independent-boutique-two-column h4 {
    max-width: 75%;
    width: 100%;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-contact .contact-inner-grey p {
    width: 80%;
  }
  .site-content.site-content-amg.site-header-banner-search .section-search-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .site-content.site-content-amg.page-contact-us .content-area-contact-us .section-marketing-form .g39form {
    max-width: 740px;
  }
  .site-content.site-content-amg.page-about-amg .about-strategy-section ul li {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .site-content.site-content-amg.page-about-amg .about-business-diversity-section ul li {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar {
    padding: 0px 30px 90px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar .sidebar-top {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar .sidebar-top > .row .col-6 {
    margin-bottom: 45px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar .sidebar-bottom {
    padding-top: 60px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-sidebar .sidebar-bottom .t-display3 {
    font-size: 3.6rem !important;
    line-height: 1.1;
    margin-bottom: 0.5em;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-content.site-content-amg .affiliates .affiliate-content-wrapper .col-affiliate-content .section-marketing-business-mid-details > .row .col-small.col-medium-fluid {
    padding: 0px 30px 25px 30px;
  }
}

.search-page-modal {
  position: relative !important;
  max-width: 1180px;
  margin: 0 auto;
  background: none;
  height: auto;
  padding: 0 20px;
  z-index: 2 !important;
}
.search-page-modal .form-search {
  max-width: 100%;
  margin: 0;
  padding: 10px 0;
}
.search-page-modal .form-search:before {
  content: "W";
  font-family: "91探花Icons";
  font-size: 3rem;
  position: absolute;
  left: 3rem;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
}
.search-page-modal .form-search fieldset {
  align-items: center;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.search-page-modal .form-search fieldset input[type=text] {
  color: #777777;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0.6rem 2.7em 0.8rem;
  position: relative;
  width: 100%;
  background: transparent;
  border: 0;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  font-style: italic;
  padding: 1em 2.7em 1em;
  margin: 0;
  height: 80px;
  outline: none;
}
.search-page-modal .form-search fieldset .btn-close {
  font-size: 3rem;
  line-height: 42px;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  width: auto;
  height: auto;
  background-image: none;
  box-shadow: none;
}
.search-page-modal .form-search fieldset .btn-close:before {
  content: "b";
  font-family: "91探花Icons";
  color: #dddddd;
}

.amg-boutique-modal .featherlight-content {
  width: 42.5rem;
  max-width: 100%;
  margin: auto;
  padding-top: 50px !important;
}
.amg-boutique-modal .featherlight-content h3 {
  padding-right: 40px;
}
.amg-boutique-modal .featherlight-content .featherlight-close-icon {
  color: #000000;
  line-height: 1;
  font-size: 4rem;
  top: 3rem;
  right: 3rem;
  z-index: 5;
  width: auto;
}
.amg-boutique-modal .featherlight-content p {
  color: #777777 !important;
}

/* min-width : 768px */
@media only screen and (min-width: 768px) {
  .search-page-modal {
    height: auto;
  }
}
/* min-width : 1200px */
@media only screen and (min-width: 1200px) {
  .search-page-modal {
    height: auto;
    padding: 0;
  }
  .search-page-modal .form-search:before {
    left: 0;
  }
  .amg-boutique-modal .featherlight-content {
    padding-top: 25px !important;
  }
}
/**
 * _gate39media-inner-page.scss
 *
 * Description: Inner Page Sections.
 * Version: 1.0.0
 * Last update: 2020/09/12
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content.site-content-amg {
  /**
  * Error 404 Page
  */
}
.site-content.site-content-amg.site-content-error-404 {
  background: none;
  padding-bottom: 40px;
}
.site-content.site-content-amg.site-content-error-404 .error-404 .page-header .page-title {
  font-size: 3rem;
  display: block;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.site-content.site-content-amg.site-content-page {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content.site-content-amg.site-content-page {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
@media only screen and (min-width: 768px) {
  .site-content.site-content-amg.site-content-page.site-content-error-404 .error-404 .page-header .page-title {
    font-size: 4rem;
    line-height: 1;
  }
}
.site-content.site-content-amg.site-content-page {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
.site-content.site-content-amg.site-content-page {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
@media only screen and (min-width: 1200px) {
  .site-content.site-content-amg.site-content-page.site-content-error-404 .error-404 .page-header .page-title {
    font-size: 4.8rem;
    line-height: 1;
  }
}

.site-content-amg .page-subnav {
  display: none !important;
}
.site-content-amg .section-darkTheme {
  margin-top: 30px;
  margin-bottom: 30px;
}

.amg-fullwidth-desc {
  padding-top: 80px !important;
  padding-bottom: 30px !important;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .amg-fullwidth-desc {
    padding-top: 120px !important;
    padding-bottom: 50px !important;
  }
  .amg-fullwidth-desc#advantages-of-independence {
    padding-bottom: 0 !important;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col {
  position: relative;
}
.amg-fullwidth-desc .amg-fullwidth-desc-col .t-eyebrow {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 992px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col .t-eyebrow {
    margin-bottom: 25px !important;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col h2 {
  margin-bottom: 32px !important;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col h2 {
    font-size: 4.4rem;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col h2 {
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col h2 {
    line-height: 54px;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col::before {
  content: none !important;
  position: absolute;
  background-color: #afecd1;
  opacity: 0.2;
  width: 214px;
  height: 120px;
  left: -24px;
  top: -40px;
  z-index: 1 !important;
}
@media only screen and (min-width: 768px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col::before {
    left: -34px;
    width: 410px;
    height: 230px;
    top: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col::before {
    left: -80px;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col .amg-fullwidth-desc-color-box {
  position: absolute;
  background-color: #afecd1;
  opacity: 0.2;
  width: 214px;
  height: 120px;
  left: -24px;
  top: -40px;
  z-index: 1 !important;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col .amg-fullwidth-desc-color-box {
    left: -34px;
    width: 410px;
    height: 230px;
    top: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col .amg-fullwidth-desc-color-box {
    left: -80px;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col .amg-fullwidth-desc-color-box.active {
  visibility: visible;
}
.amg-fullwidth-desc .amg-fullwidth-desc-col p:not(.t-eyebrow) {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col p:not(.t-eyebrow) {
    font-size: 20px;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col p:not(.t-eyebrow) {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col p:not(.t-eyebrow) {
    line-height: 28px;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col .amg-desc {
  position: relative;
  margin-left: 40px;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .amg-fullwidth-desc .amg-fullwidth-desc-col .amg-desc {
    margin-left: 280px;
    padding-left: 32px;
  }
}
.amg-fullwidth-desc .amg-fullwidth-desc-col .amg-desc::before {
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #018365;
  left: 0;
  top: 0;
  content: "";
}
.amg-fullwidth-desc .amg-fullwidth-desc-col > *:not(.amg-fullwidth-desc-color-box) {
  position: relative !important;
  z-index: 2 !important;
}

.amg-fullwidth-desc.amg-dark-bg .amg-fullwidth-desc-col::before {
  display: none;
  content: none;
}

.content-area-about-amg .t-eyebrow {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 992px) {
  .content-area-about-amg .t-eyebrow {
    margin-bottom: 25px !important;
  }
}
.content-area-about-amg h2 {
  margin-bottom: 40px !important;
}
.content-area-about-amg h3 {
  margin-bottom: 0 !important;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .content-area-about-amg h3 {
    font-size: 44px;
  }
}
.content-area-about-amg h3 {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .content-area-about-amg h3 {
    line-height: 54px;
  }
}
.content-area-about-amg .about-leadership-section h2,
.content-area-about-amg .about-global-offices-section h2,
.content-area-about-amg .affiliates-section h2,
.content-area-about-amg .amg-50-50-module h2 {
  margin-bottom: 0 !important;
}

.amg-strategy-section {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .amg-strategy-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.amg-strategy-section > .vc_row:not(:last-child) {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .amg-strategy-section > .vc_row:not(:last-child) {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing > .vc_column-inner > .wpb_wrapper {
    max-width: 480px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row {
  display: flex;
  margin: 0;
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column {
  width: auto;
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-number {
  flex: 0 0 100px;
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-number p {
  font-size: 68px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-number p {
    font-size: 68px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-number p {
  line-height: 78px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-number p {
    line-height: 78px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-number p {
  color: #afecd1 !important;
  font-weight: 300;
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-number .vc_column-inner {
  padding-left: 0;
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc h4 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc h4 {
    font-size: 28px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc h4 {
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc h4 {
    line-height: 38px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc h4 {
  font-weight: 400;
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc p {
    font-size: 18px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc p {
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc p {
    line-height: 26px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-desc .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-final-list {
  background-color: #005040;
  padding: 10px 6px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-final-list {
    padding: 30px 20px;
    margin: 0;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-final-list p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-final-list p {
    font-size: 24px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-final-list p {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-final-list p {
    line-height: 34px;
  }
}
.amg-strategy-section .amg-strategy-listing .vc_row .wpb_column.amg-strategy-final-list p {
  font-weight: 600;
}
.amg-strategy-section .amg-strategy-listing .vc_row:not(:first-child) {
  border-top: 1px solid #afecd1;
  padding-top: 25px;
  margin: 25px 0 0;
}
.amg-strategy-section .amg-strategy-listing .vc_row:last-child {
  border-top: 0px solid #afecd1;
  padding-top: 0;
  flex-direction: column;
}
.amg-strategy-section .amg-strategy-listing .vc_row:last-child::before {
  width: 20px;
  height: 40px;
  margin: 0 auto;
  background-image: url(/wp-content/themes/amg/public/images/arrow_bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.amg-strategy-section .amg-strategy-image {
  padding-top: 6px;
}
@media only screen and (min-width: 768px) {
  .amg-strategy-section .amg-strategy-image {
    padding-left: 20px;
    padding-top: 0;
  }
}

.amg-partnership-approach {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .amg-partnership-approach .partnership-approach-left-col > .vc_column-inner > .wpb_wrapper {
    max-width: 480px;
  }
}
.amg-partnership-approach .partnership-approach-left-col > .vc_column-inner > .wpb_wrapper .amg-partnership-approach-desc {
  padding-bottom: 32px;
}
.amg-partnership-approach .partnership-approach-links {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .amg-partnership-approach .partnership-approach-links {
    padding-top: 0;
  }
}
.amg-partnership-approach .partnership-approach-links a {
  display: block;
  border-top: 1px solid #00b18d;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .amg-partnership-approach .partnership-approach-links a {
    font-size: 28px;
  }
}
.amg-partnership-approach .partnership-approach-links a {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .amg-partnership-approach .partnership-approach-links a {
    line-height: 38px;
  }
}
.amg-partnership-approach .partnership-approach-links a {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.amg-partnership-approach .partnership-approach-links a::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_white_large.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #018365;
  border-radius: 50%;
}
.amg-partnership-approach .partnership-approach-links a:hover {
  color: #018365;
}

.affiliates-section {
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .affiliates-section > .vc_row {
    display: flex;
    align-items: flex-end;
  }
}
.affiliates-section .vc_column-inner {
  position: relative;
  z-index: 2;
}
.affiliates-section.vc_section.vc_section-has-fill {
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section.vc_section.vc_section-has-fill {
    padding-top: 80px;
  }
}
.affiliates-section.section-darkTheme {
  padding: 60px 24px 60px 24px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section.section-darkTheme {
    padding: 100px 130px 120px 130px;
  }
}
.affiliates-section.section-darkTheme {
  background-color: #003e2f;
}
.affiliates-section.section-darkTheme p,
.affiliates-section.section-darkTheme span {
  color: #ffffff;
}
.affiliates-section.section-darkTheme .left-col {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.affiliates-section.section-darkTheme .left-col:before {
  content: none;
}
.affiliates-section.section-darkTheme .right-col {
  margin-top: 0px;
}
.affiliates-section.section-darkTheme .right-col .btn, .affiliates-section.section-darkTheme .right-col .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .affiliates-section.section-darkTheme .right-col .moretag {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.affiliates-section.section-darkTheme .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote .affiliate-name:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  background-color: #018365;
}
.affiliates-section .left-col {
  position: relative;
  margin-top: 100px;
  width: 100%;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .left-col {
    margin-top: 180px;
    width: 50%;
    padding-bottom: 0px;
  }
}
.affiliates-section .left-col:before {
  position: absolute;
  content: "";
  left: 0;
  width: 222px;
  height: 120px;
  margin-top: -40px;
  margin-left: -32px;
  background-color: #afecd1;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .left-col:before {
    width: 410px;
    height: 226px;
    margin-top: -80px;
    margin-left: -80px;
  }
}
.affiliates-section .left-col .wpb_wrapper .wpb_text_column {
  padding-bottom: 32px;
}
.affiliates-section .left-col .wpb_wrapper .wpb_text_column:first-child {
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .left-col .wpb_wrapper .wpb_text_column:first-child {
    padding-bottom: 16px;
  }
}
.affiliates-section .left-col .wpb_wrapper .wpb_text_column:last-child {
  padding-bottom: 0px;
}
.affiliates-section .left-col .t-hero-head2 {
  margin-bottom: 10px !important;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .left-col .t-hero-head2 {
    margin-bottom: 0px !important;
  }
}
.affiliates-section.amg-dark-bg .left-col {
  margin-top: 0;
}
.affiliates-section.amg-dark-bg .left-col:before {
  content: none;
}
.affiliates-section.amg-dark-bg .right-col {
  margin-top: 0;
}
.affiliates-section .right-col {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .right-col {
    width: 50%;
    margin-top: 200px;
    padding-bottom: 0px;
  }
}
.affiliates-section .right-col .amg-desc {
  font-weight: 400;
  margin-top: 0px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-section .right-col .amg-desc {
    font-size: 18px;
  }
}
.affiliates-section .right-col .amg-desc {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .affiliates-section .right-col .amg-desc {
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .affiliates-section .right-col .amg-desc {
    margin-top: 52px;
  }
}
.affiliates-section .right-col .btn, .affiliates-section .right-col .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .affiliates-section .right-col .moretag {
  float: left;
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .right-col .btn, .affiliates-section .right-col .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .affiliates-section .right-col .moretag {
    float: right;
    margin-top: 80px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider {
  position: relative;
  padding-left: 0px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider {
    padding-left: 200px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote p {
  font-weight: 300;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote p {
    font-size: 44px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote p {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote p {
    line-height: 1.3;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote .affiliate-name {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote .affiliate-name {
    font-size: 18px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote .affiliate-name {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote .affiliate-name {
    line-height: 26px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote .affiliate-name {
  position: relative;
  padding-left: 35px;
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .quote .affiliate-name:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  background-color: #002c22;
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/quotes-mobile.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 5px;
  flex-shrink: 0;
  position: relative;
  border: 0px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider:before {
    background-image: url(/wp-content/themes/amg/public/images/quotes.svg);
    width: 140px;
    height: 140px;
    position: absolute;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-next {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: 120%;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-next {
    width: 60px;
    height: 60px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-next:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_Mobile.svg);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  top: 5px;
  flex-shrink: 0;
  position: relative;
  border: 0px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-next:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_XL.svg);
    width: 60px;
    height: 60px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-prev {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: 120%;
  width: 40px;
  height: 40px;
  margin-right: 50px;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-prev {
    width: 60px;
    height: 60px;
    margin-right: 70px;
  }
}
.affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-prev:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_Mobile.svg);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  top: 5px;
  flex-shrink: 0;
  position: relative;
  border: 0px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate-slider .affiliateSlider .slick-prev:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_XL.svg);
    width: 60px;
    height: 60px;
  }
}

.amg-module-default-spacing {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .amg-module-default-spacing {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.amg-module-default-spacing.amg-fullwidth-desc {
  padding-top: 80px !important;
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing.amg-fullwidth-desc {
    padding-top: 120px !important;
    padding-bottom: 50px !important;
  }
}
.amg-module-default-spacing.amg-with-bg-color {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 992px) {
  .amg-module-default-spacing.amg-with-bg-color {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
.amg-module-default-spacing.amg-50-50-module, .amg-module-default-spacing.wyswig-module {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing .left-column {
    padding-right: 35px;
  }
}
.amg-module-default-spacing .right-column {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing .right-column {
    padding-left: 35px;
    margin-top: 0;
  }
}
.amg-module-default-spacing.amg-60-40-module .amg-60-40-module-row {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing.amg-60-40-module .amg-60-40-module-row {
    padding-top: 32px;
  }
}
.amg-module-default-spacing.amg-60-40-module .amg-60-40-module-row .left-column {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing.amg-60-40-module .amg-60-40-module-row .left-column {
    padding-right: 30px;
  }
}
.amg-module-default-spacing.amg-60-40-module .amg-60-40-module-row .right-column {
  overflow: hidden;
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing.amg-60-40-module .amg-60-40-module-row .right-column {
    padding-left: 30px;
    margin-top: 0;
  }
}
.amg-module-default-spacing.amg-region-content {
  padding-top: 0 !important;
}
.amg-module-default-spacing.amg-region-content .region-content-desc p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .amg-module-default-spacing.amg-50-50-module-partnership-approach {
    padding-top: 50px !important;
  }
}

.amg-dark-bg * {
  color: white !important;
}
.amg-dark-bg .t-eyebrow::before {
  background-color: #afecd1;
}
.amg-dark-bg .btn:not(:hover), .amg-dark-bg .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:not(:hover), .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .amg-dark-bg .moretag:not(:hover) {
  border-color: white;
}
.amg-dark-bg .btn:not(:hover)::after, .amg-dark-bg .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag:not(:hover)::after, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .amg-dark-bg .moretag:not(:hover)::after {
  filter: brightness(0) invert(1);
}

.amg-with-bg-color.margin-bottom-none {
  margin-bottom: 0 !important;
}
.amg-with-bg-color.margin-top-none {
  margin-top: 0 !important;
}

.section-marketing-global-business h4 {
  font-weight: 400;
  margin-bottom: 15px !important;
}

@media only screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-left > .vc_column-inner {
    padding-right: 50px;
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-left > .vc_column-inner .wpb_wrapper {
    max-width: 540px;
  }
}
.amg-50-50-module .amg-col-left p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-left p {
    font-size: 18px;
  }
}
.amg-50-50-module .amg-col-left p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-left p {
    line-height: 26px;
  }
}
.amg-50-50-module .amg-col-right {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-right {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-right > .vc_column-inner {
    padding-left: 50px;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-right > .vc_column-inner .wpb_wrapper {
    max-width: 540px;
  }
}
.amg-50-50-module .amg-col-right p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-right p {
    font-size: 18px;
  }
}
.amg-50-50-module .amg-col-right p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module .amg-col-right p {
    line-height: 26px;
  }
}
.amg-50-50-module .vc_figure {
  width: 100%;
}
.amg-50-50-module .vc_single_image-wrapper {
  display: block;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .amg-50-50-module .vc_single_image-wrapper {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.amg-50-50-module .vc_single_image-wrapper img {
  width: 100%;
}
.amg-50-50-module .wpb_single_image .vc_figure {
  display: block;
  width: 100%;
}
.amg-50-50-module .wpb_single_image .vc_figure .vc_single_image-wrapper {
  display: block;
}
.amg-50-50-module.image-left > .vc_row {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .amg-50-50-module.image-left > .vc_row {
    display: block;
  }
}
.amg-50-50-module.image-left .amg-col-right {
  padding-top: 0;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .amg-50-50-module.image-left .amg-col-right {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
  padding: 0 0 10px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 36px;
  }
}
.amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
    line-height: 46px;
  }
}
.amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
    padding: 32px 0 10px;
    font-weight: 300;
  }
}
.amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    font-size: 18px;
  }
}
.amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    order: 3;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .amg-50-50-module.amg-image-50-50-module > .vc_row > .wpb_column.amg-col-right {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.amg-50-50-module.amg-fullwidth-desc .amg-fullwidth-desc-col .amg-desc {
  margin-left: 56px;
}
.amg-50-50-module.amg-fullwidth-desc .amg-fullwidth-desc-col > .vc_column-inner {
  padding-right: 24px;
}
.amg-50-50-module.amg-fullwidth-desc .amg-fullwidth-desc-col > .vc_column-inner .wpb_wrapper {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .vc_section[data-vc-full-width] > .vc_row > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.amg-large-paragraph {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-large-paragraph {
    font-size: 18px;
  }
}
.amg-large-paragraph {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .amg-large-paragraph {
    line-height: 26px;
  }
}
.amg-large-paragraph p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .amg-large-paragraph p {
    font-size: 18px;
  }
}
.amg-large-paragraph p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .amg-large-paragraph p {
    line-height: 26px;
  }
}

.about-leadership-section,
.about-responsibility-section,
.about-milestones-section {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.about-leadership-section.about-leadership-section,
.about-responsibility-section.about-leadership-section,
.about-milestones-section.about-leadership-section {
  margin-top: 50px !important;
}

.about-global-offices-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.about-global-offices-section .GlobalOffices {
  max-width: 1180px;
}
.about-global-offices-section .GlobalOffices .text-container {
  display: none;
}
.about-global-offices-section .GlobalOffices .tooltip-flag {
  background-color: transparent;
}
.about-global-offices-section .GlobalOffices .tooltip-flag::before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/bullet-light.svg);
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: block;
  background-size: 20px;
  position: relative;
  top: -7px;
}
.about-global-offices-section .GlobalOffices .tooltip-flag--left .tooltip-headline {
  left: 24px;
}
.about-global-offices-section .GlobalOffices .tooltip--stamford .tooltip-headline {
  top: -8px;
}
.about-global-offices-section .GlobalOffices .tooltip-container {
  font-size: "Gellix", sans-serif !important;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay {
  min-width: 380px;
  padding: 48px !important;
  margin-top: -16px;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay h3 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay h3 {
    font-size: 36px;
  }
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay h3 {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay h3 {
    line-height: 46px;
  }
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay h3 {
  font-weight: 400;
  color: #002c22 !important;
  font-style: normal;
  margin-bottom: 10px !important;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay h3 a {
  color: #002c22 !important;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p {
    font-size: 18px;
  }
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p {
    line-height: 26px;
  }
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p {
  color: #002c22 !important;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.phone-number, .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.email {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.phone-number a, .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.email a {
  color: #018365 !important;
  text-decoration: none;
  margin: 0 !important;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.phone-number::before, .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.email::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.phone-number.phone-number::before, .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.email.phone-number::before {
  background-image: url(/wp-content/themes/amg/public/images/Phone.svg);
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.phone-number.email::before, .about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay p.email.email::before {
  background-image: url(/wp-content/themes/amg/public/images/Mail.svg);
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay::after {
  border-width: 24px;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay.tooltip-overlay--up {
  bottom: -7rem;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay.tooltip-overlay--up::after {
  left: auto;
  top: auto;
  bottom: 32px !important;
  right: auto;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay.tooltip-overlay--right {
  left: calc(100% + 11rem);
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay.tooltip-overlay--right::after {
  left: -38px !important;
  top: auto;
  bottom: auto;
  right: auto;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay.tooltip-overlay--left::after {
  left: auto;
  top: auto;
  bottom: auto;
  right: -48px !important;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay.tooltip-overlay--down {
  top: -2.25rem;
  color: #002c22 !important;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay.tooltip-overlay--down::after {
  left: auto;
  top: 32px !important;
  bottom: auto;
  right: auto;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay .icon-close--light {
  font-size: 30px !important;
  color: #002c22 !important;
  right: 16px;
  top: 10px;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-overlay .icon-close--light::before {
  font-weight: 600;
}
.about-global-offices-section .GlobalOffices .tooltip-container .tooltip-flag .tooltip-headline {
  line-height: 1;
}

#ProductChart-Donut {
  font-family: "Roboto Condensed";
  font-weight: 400;
  position: absolute;
  top: 60px;
  left: calc(50% - 269px);
  z-index: 2;
  transition: 0.5s all ease;
  width: 100%;
  overflow: visible;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .three-col > .vc_row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.three-col > .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .three-col > .vc_row > .wpb_column > .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.three-col h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .three-col h2 {
    font-size: 44px;
  }
}
.three-col h2 {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .three-col h2 {
    line-height: 54px;
  }
}
.three-col h2 {
  font-weight: 400;
}
.three-col p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .three-col p {
    font-size: 18px;
  }
}
.three-col p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .three-col p {
    line-height: 26px;
  }
}
.three-col .vc_figure {
  width: 100%;
}
.three-col .vc_single_image-wrapper {
  display: block;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .three-col .vc_single_image-wrapper {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 60px), calc(100% - 60px) 100%, 100% 100%, 0% 100%);
  }
}
.three-col .vc_single_image-wrapper img {
  width: 100%;
}
.three-col .amg-fullwidth-desc-col h2 {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .three-col .amg-fullwidth-desc-col h2 {
    margin-bottom: 0 !important;
  }
}

.three-col:not(.amg-fullwidth-desc) h2 {
  font-weight: 400;
}

.wyswig-module h5 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wyswig-module h5 {
    font-size: 20px;
  }
}
.wyswig-module h5 {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .wyswig-module h5 {
    line-height: 30px;
  }
}
.wyswig-module h5 {
  font-weight: 400;
  margin-bottom: 10px !important;
}
.wyswig-module p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .wyswig-module p {
    font-size: 16px;
  }
}
.wyswig-module p {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .wyswig-module p {
    line-height: 22px;
  }
}

.font-weight-300 * {
  font-weight: 400;
}

.font-weight-400 * {
  font-weight: 400;
}

.font-weight-500 * {
  font-weight: 500;
}

.font-weight-600 * {
  font-weight: 600;
}

.list-option-2, .affiliates-details .affiliates-details-list ul {
  padding: 40px 0 0;
  margin: 0;
}
.list-option-2 li, .affiliates-details .affiliates-details-list ul li {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .list-option-2 li, .affiliates-details .affiliates-details-list ul li {
    font-size: 18px;
  }
}
.list-option-2 li, .affiliates-details .affiliates-details-list ul li {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .list-option-2 li, .affiliates-details .affiliates-details-list ul li {
    line-height: 26px;
  }
}
.list-option-2 li, .affiliates-details .affiliates-details-list ul li {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.list-option-2 li::before, .affiliates-details .affiliates-details-list ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #018365;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/wp-content/themes/amg/public/images/Check_Big.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.list-option-2.arrow-icon li::before, .affiliates-details .affiliates-details-list ul li::before {
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/amg/public/images/bullet.svg);
  background-color: transparent;
  border-radius: 0;
  background-size: 100%;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) {
  .amg-vertical-center > .vc_row {
    display: flex;
    align-items: center;
  }
}

.values-slider {
  padding-top: 0;
  padding-right: 75px;
}
@media only screen and (min-width: 992px) {
  .values-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding-top: 40px;
    padding-right: 0;
  }
}
.values-slider > .wpb_column > .vc_column-inner {
  padding-left: 24px;
  padding-right: 24px;
}
.values-slider > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-top: 8px solid #afecd1;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .values-slider > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 40px;
  }
}
.values-slider > .slick-list {
  overflow: visible;
}
.values-slider > .slick-list > .slick-track > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-top: 8px solid #afecd1;
  padding-top: 24px;
}
.values-slider .value-number {
  padding-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .values-slider .value-number {
    padding-bottom: 12px;
  }
}
.values-slider .value-number P {
  font-size: 68px;
}
@media screen and (min-width: 768px) {
  .values-slider .value-number P {
    font-size: 120px;
  }
}
.values-slider .value-number P {
  line-height: 78px;
}
@media screen and (min-width: 768px) {
  .values-slider .value-number P {
    line-height: 128px;
  }
}
.values-slider .value-number P {
  color: #afecd1 !important;
  font-weight: 300;
}
.values-slider .value-title h5 {
  font-weight: 400;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .values-slider .value-title h5 {
    font-size: 28px;
  }
}
.values-slider .value-title h5 {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .values-slider .value-title h5 {
    line-height: 38px;
  }
}
.values-slider .value-title h5 {
  padding-bottom: 8px;
  margin: 0;
}
.values-slider .value-desc p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .values-slider .value-desc p {
    font-size: 18px;
  }
}
.values-slider .value-desc p {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .values-slider .value-desc p {
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .entry-content > .vc_section:not([data-vc-full-width]) {
    padding-left: 0;
    padding-right: 0;
  }
}

.amg-module-default-spacing.our-committment {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .amg-module-default-spacing.our-committment {
    margin-bottom: 0 !important;
  }
}
.amg-module-default-spacing.our-committment::after {
  position: absolute;
  background-color: #003e2f;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing.our-committment::after {
    content: "";
    width: calc(50% + 130px);
  }
}
.amg-module-default-spacing.our-committment .vc_row {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .amg-module-default-spacing.our-committment .vc_row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.amg-module-default-spacing.our-committment .vc_row .amg-col-right::after {
  position: absolute;
  background-color: #003e2f;
  right: -50px;
  left: -50px;
  bottom: -65px;
  top: -50px;
  z-index: 1;
  content: "";
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing.our-committment .vc_row .amg-col-right::after {
    display: none;
  }
}
.amg-module-default-spacing.our-committment .vc_row .amg-col-right > .vc_column-inner {
  position: relative;
  z-index: 2;
}
.amg-module-default-spacing.our-committment .vc_row .amg-col-right h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .amg-module-default-spacing.our-committment .vc_row .amg-col-right h2 {
    font-size: 56px;
  }
}
.amg-module-default-spacing.our-committment .vc_row .amg-col-right h2 {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .amg-module-default-spacing.our-committment .vc_row .amg-col-right h2 {
    line-height: 66px;
  }
}
.amg-module-default-spacing.our-committment .vc_row .amg-col-right h2 {
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .amg-module-default-spacing.our-committment .vc_row .amg-col-right h2 {
    padding-bottom: 24px;
  }
}
.amg-module-default-spacing.our-committment .vc_row .amg-col-left {
  position: relative;
  z-index: 2;
  padding-top: 32px;
}

.image-bottom-right-shape {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .image-bottom-right-shape {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}

.image-top-right-shape {
  clip-path: polygon(0% 0, 0 0%, calc(100% - 40px) 0%, 100% calc(0% + 40px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .image-top-right-shape {
    clip-path: polygon(0% 0, 0 0%, calc(100% - 80px) 0%, 100% calc(0% + 80px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}

@media only screen and (min-width: 768px) {
  .milestone-section {
    padding-top: 32px;
  }
}
.milestone-section .milestone-date-slider {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.milestone-section .milestone-date-slider .milestone-date-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  cursor: grabbing;
  position: relative;
  z-index: 2;
  background-color: #005040;
  width: fit-content;
}
@media only screen and (min-width: 992px) {
  .milestone-section .milestone-date-slider .milestone-date-list {
    width: auto;
    justify-content: space-around;
  }
}
.milestone-section .milestone-date-slider .milestone-date-list li {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding-left: 9px;
  padding-right: 9px;
}
.milestone-section .milestone-date-slider .milestone-date-list li a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .milestone-section .milestone-date-slider .milestone-date-list li a {
    font-size: 18px;
  }
}
.milestone-section .milestone-date-slider .milestone-date-list li a {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .milestone-section .milestone-date-slider .milestone-date-list li a {
    line-height: 26px;
  }
}
.milestone-section .milestone-date-slider .milestone-date-list li.active {
  background-color: #afecd1;
  position: relative;
}
.milestone-section .milestone-date-slider .milestone-date-list li.active a {
  color: #002c22 !important;
  padding-left: 14px;
  padding-right: 14px;
  outline: none;
}
.milestone-section .milestone-date-slider .milestone-date-list li.active::before, .milestone-section .milestone-date-slider .milestone-date-list li.active::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-color: #afecd1;
}
.milestone-section .milestone-date-slider .milestone-date-list li.active::before {
  top: -10px;
}
.milestone-section .milestone-date-slider .milestone-date-list li.active::after {
  bottom: -10px;
}
.milestone-section .milestone-date-slider::before {
  background-color: #005040;
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  z-index: 1;
}
.milestone-section .milestone-date-slider::-webkit-scrollbar {
  height: 0 !important;
}
.milestone-section .milestone-content {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .milestone-section .milestone-content {
    padding-top: 64px;
  }
}
.milestone-section .milestone-content > .row {
  display: none;
}
.milestone-section .milestone-content > .row.milestone-date-show {
  display: flex;
}
.milestone-section .milestone-content .milestone-content-date {
  font-size: 150px;
}
@media screen and (min-width: 768px) {
  .milestone-section .milestone-content .milestone-content-date {
    font-size: 220px;
  }
}
.milestone-section .milestone-content .milestone-content-date {
  line-height: 150px;
}
@media screen and (min-width: 768px) {
  .milestone-section .milestone-content .milestone-content-date {
    line-height: 200px;
  }
}
.milestone-section .milestone-content .milestone-content-date {
  color: #afecd1 !important;
  font-weight: 300;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .milestone-section .milestone-content .milestone-content-date {
    padding-bottom: 0px;
  }
}
.milestone-section .milestone-content .milestone-content-list li {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.milestone-section .milestone-content .milestone-content-list li p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .milestone-section .milestone-content .milestone-content-list li p {
    font-size: 18px;
  }
}
.milestone-section .milestone-content .milestone-content-list li p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .milestone-section .milestone-content .milestone-content-list li p {
    line-height: 26px;
  }
}
.milestone-section .milestone-content .milestone-content-list li h5 {
  font-weight: 400;
  margin-bottom: 8px;
}
.milestone-section .milestone-content .milestone-content-list li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/amg/public/images/bullet-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: 100%;
  flex: 0 0 auto;
  margin-right: 16px;
  position: relative;
  top: 3px;
}

.job-listing {
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .job-listing {
    padding-top: 40px;
  }
}
.job-listing .job-listing-wrapper {
  margin: 0;
  padding: 0;
}
.job-listing .job-listing-wrapper li {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b1c0c9;
  position: relative;
  padding: 16px 0;
  padding-right: 32px;
}
@media only screen and (min-width: 992px) {
  .job-listing .job-listing-wrapper li {
    padding: 20px 0;
    display: flex;
    padding-right: 0;
  }
}
.job-listing .job-listing-wrapper li > * {
  flex: 1;
  margin: 0;
}
.job-listing .job-listing-wrapper li h5 {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .job-listing .job-listing-wrapper li h5 {
    font-size: 28px;
  }
}
.job-listing .job-listing-wrapper li h5 {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .job-listing .job-listing-wrapper li h5 {
    line-height: 36px;
  }
}
.job-listing .job-listing-wrapper li h5 {
  margin-bottom: 8px !important;
}
@media only screen and (min-width: 992px) {
  .job-listing .job-listing-wrapper li h5 {
    margin-bottom: 0 !important;
  }
}
.job-listing .job-listing-wrapper li p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .job-listing .job-listing-wrapper li p {
    font-size: 18px;
  }
}
.job-listing .job-listing-wrapper li p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .job-listing .job-listing-wrapper li p {
    line-height: 26px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .job-listing .job-listing-wrapper li .btn, .job-listing .job-listing-wrapper li .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .job-listing .job-listing-wrapper li .moretag {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 0 none;
    background-color: transparent !important;
    background-image: url(/wp-content/themes/amg/public/images/arrow-next.svg);
    width: 20px !important;
    height: 20px !important;
    background-size: 20px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 !important;
    padding: 10px !important;
  }
}

.functional-areas {
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .functional-areas {
    display: flex;
    padding-top: 64px;
  }
}
.functional-areas > * {
  flex: 0 0 auto;
}
.functional-areas .functional-area-nav {
  overflow-x: scroll;
  overflow-y: hidden;
}
@media only screen and (min-width: 992px) {
  .functional-areas .functional-area-nav {
    width: 32.21%;
  }
}
.functional-areas .functional-area-nav ul {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .functional-areas .functional-area-nav ul {
    display: block;
  }
}
.functional-areas .functional-area-nav ul li {
  border-bottom: 1px solid #b1c0c9;
}
.functional-areas .functional-area-nav ul li a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .functional-areas .functional-area-nav ul li a {
    font-size: 28px;
  }
}
.functional-areas .functional-area-nav ul li a {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .functional-areas .functional-area-nav ul li a {
    line-height: 38px;
  }
}
.functional-areas .functional-area-nav ul li a {
  white-space: nowrap;
  padding: 16px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .functional-areas .functional-area-nav ul li a {
    padding: 20px 32px;
    display: flex;
    align-items: center;
    min-height: 100px;
    font-weight: 600;
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
    white-space: normal;
  }
}
.functional-areas .functional-area-nav ul li a:hover, .functional-areas .functional-area-nav ul li a:focus, .functional-areas .functional-area-nav ul li a:visited {
  color: #005040;
}
@media only screen and (min-width: 992px) {
  .functional-areas .functional-area-nav ul li.active {
    border-bottom-color: transparent;
  }
}
.functional-areas .functional-area-nav ul li.active a {
  border-bottom: 4px solid #005040;
}
@media only screen and (min-width: 992px) {
  .functional-areas .functional-area-nav ul li.active a {
    background-color: #005040;
    border-bottom: 0 none;
    color: white;
  }
  .functional-areas .functional-area-nav ul li.active a:hover {
    color: white;
  }
}
.functional-areas .functional-area-nav::-webkit-scrollbar {
  height: 0 !important;
}
.functional-areas .functional-area-tab {
  flex: 1;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .functional-areas .functional-area-tab {
    padding-left: 96px;
    padding-top: 0;
  }
}
.functional-areas .functional-area-tab .functional-area-tab-item {
  display: none;
}
.functional-areas .functional-area-tab .functional-area-tab-item h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .functional-areas .functional-area-tab .functional-area-tab-item h3 {
    font-size: 44px;
  }
}
.functional-areas .functional-area-tab .functional-area-tab-item h3 {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .functional-areas .functional-area-tab .functional-area-tab-item h3 {
    line-height: 54px;
  }
}
.functional-areas .functional-area-tab .functional-area-tab-item p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .functional-areas .functional-area-tab .functional-area-tab-item p {
    font-size: 18px;
  }
}
.functional-areas .functional-area-tab .functional-area-tab-item p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .functional-areas .functional-area-tab .functional-area-tab-item p {
    line-height: 26px;
  }
}
.functional-areas .functional-area-tab .functional-area-tab-item.functional-area-tab-show {
  display: block;
}

.scroll-slider {
  overflow: scroll;
  cursor: grabbing;
}

.scroll-slider::-webkit-scrollbar {
  height: 0 !important;
}

.inner-container .site-main > article > .entry-content > section:last-child {
  padding-bottom: 50px !important;
}

.breadcrumb-wrapper {
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-wrapper {
    padding-bottom: 24px;
  }
}
.breadcrumb-wrapper .breadcrumb-col {
  display: flex;
}
.breadcrumb-wrapper .breadcrumb-col .breadcrumb-seperator {
  margin-left: 8px;
  margin-right: 8px;
  color: #00b18d;
  position: relative;
  bottom: -1px;
}
.breadcrumb-wrapper .breadcrumb-col a {
  color: #002c22;
}
.breadcrumb-wrapper .breadcrumb-col a:hover {
  color: #00b18d;
}
.breadcrumb-wrapper * {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .breadcrumb-wrapper * {
    line-height: 26px;
  }
}
.breadcrumb-wrapper * {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumb-wrapper * {
    font-size: 18px;
  }
}

.page-leadership .leadership {
  padding-bottom: 45px;
}
.page-leadership .leadership .leadership-col {
  padding-right: 100px;
}
@media only screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col {
    padding-right: 0;
  }
}
.page-leadership .leadership .leadership-col h4 {
  font-weight: 600;
  margin-bottom: 40px;
}
.page-leadership .leadership .leadership-col .leadership-cards {
  margin-left: -16px;
  margin-right: -16px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-leadership .leadership .leadership-col .leadership-cards {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .slick-prev,
.page-leadership .leadership .leadership-col .leadership-cards .slick-next {
  top: 100%;
  left: 15px;
  right: auto;
  transform: none;
  width: 40px;
  height: 40px;
  margin-top: -40px;
}
.page-leadership .leadership .leadership-col .leadership-cards .slick-prev::before,
.page-leadership .leadership .leadership-col .leadership-cards .slick-next::before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  opacity: 1;
}
.page-leadership .leadership .leadership-col .leadership-cards .slick-prev.slick-prev::before,
.page-leadership .leadership .leadership-col .leadership-cards .slick-next.slick-prev::before {
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_Mobile.svg);
}
.page-leadership .leadership .leadership-col .leadership-cards .slick-prev.slick-next,
.page-leadership .leadership .leadership-col .leadership-cards .slick-next.slick-next {
  margin-left: 60px;
}
.page-leadership .leadership .leadership-col .leadership-cards .slick-prev.slick-next::before,
.page-leadership .leadership .leadership-col .leadership-cards .slick-next.slick-next::before {
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_Mobile.svg);
  transform: rotate(180deg);
}
.page-leadership .leadership .leadership-col .leadership-cards .slick-list {
  overflow: visible;
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 40px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 60px;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card {
    padding-left: 40px;
    padding-right: 40px;
    width: 25%;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content {
    max-width: 165px;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content .leadership-card-img img {
  width: 100%;
  height: auto;
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content h5 {
  font-weight: 400;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content h5 {
    font-size: 2rem;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content h5 {
  line-height: 1.3;
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p {
  color: #002c22;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p {
    line-height: 22px;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p {
    font-size: 16px;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p {
  margin-bottom: 0;
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p.date-joining {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p.date-joining {
    line-height: 18px;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p.date-joining {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p.date-joining {
    font-size: 14px;
  }
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .leadership-card-content p.date-joining {
  margin-top: 10px;
}
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .amg-leadership-member-modal p,
.page-leadership .leadership .leadership-col .leadership-cards .leadership-card .amg-leadership-member-modal h2 {
  color: #000000 !important;
}
.page-leadership .inner-container .site-main > article > .entry-content > section:last-child {
  padding-bottom: 30px !important;
}

.GlobalOffices-mobile {
  padding-top: 24px;
}
.GlobalOffices-mobile a {
  outline: none !important;
}
.GlobalOffices-mobile .globalOffice-list.u-hide {
  display: none;
}
.GlobalOffices-mobile .globalOffice-list .globalOffice-item a.TextBtn {
  text-decoration: none;
  color: white !important;
  font-style: normal;
}
.GlobalOffices-mobile .globalOffice-list .globalOffice-item h3 {
  margin-bottom: 8px !important;
  border: 0 none !important;
  margin-bottom: 12.8px !important;
}
.GlobalOffices-mobile .globalOffice-list .globalOffice-item h3 a {
  text-decoration: none;
}
.GlobalOffices-mobile .officeList {
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.GlobalOffices-mobile .officeList * {
  text-decoration: none !important;
}

.regions p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .regions p {
    line-height: 26px;
  }
}
.regions p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .regions p {
    font-size: 18px;
  }
}
.regions {
  padding-top: 32px;
  padding-bottom: 32px;
}
.regions .region-row {
  padding-right: 100px;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (min-width: 992px) {
  .regions .region-row {
    margin-left: -24px;
    margin-right: -24px;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.regions .region-row .slick-list {
  overflow: visible;
}
.regions .region-row .region-col {
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) {
  .regions .region-row .region-col {
    flex: 0 0 auto;
    width: 25%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.regions .region-row .region-col figure {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #f3f6f8;
  margin-bottom: 32px;
}
.regions .region-row .region-col h4 {
  font-weight: 400;
  margin-bottom: 8px;
}
.regions .region-row .region-col p {
  margin-bottom: 20px;
}

.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 16px;
  border-top: 1px solid #dfdedc;
}
@media only screen and (min-width: 768px) {
  .inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note p {
    line-height: 22px;
  }
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note p {
    font-size: 16px;
  }
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note p {
  font-family: "Roboto Condensed", sans-serif;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-note p a {
  font-size: 16px;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: 4px solid #018365;
  width: fit-content;
  padding-bottom: 2px;
  margin-bottom: 20px !important;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-address {
  margin-bottom: 20px;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method {
  margin-bottom: 28px;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul {
  margin: 0;
  display: flex;
  gap: 15px;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul li {
  padding: 0;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul li {
    line-height: 26px;
  }
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul li {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul li {
    font-size: 18px;
  }
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul li {
  border: 0 none;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  font-weight: 600;
  color: #002c22;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul li::before {
  content: none;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-method ul li a {
  font-weight: 400;
  color: #018365;
  padding: 8px 0;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-map.wpb_single_image .vc_figure {
  display: block;
  max-width: none;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-map.wpb_single_image .vc_figure .vc_single_image-wrapper {
  display: block;
}
.inner-container .site-main > article > .entry-content .amg-module-default-spacing .region-contact .region-contact-map.wpb_single_image .vc_figure .vc_single_image-wrapper img {
  width: 100%;
}

.section-partnership-approach {
  padding: 0px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section-partnership-approach {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.section-partnership-approach > .vc_row {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .section-partnership-approach > .vc_row {
    display: flex;
  }
}
.section-partnership-approach .vc_column-inner {
  padding: 0px;
  position: relative;
  z-index: 2;
}
.section-partnership-approach .card-section {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (min-width: 768px) {
  .section-partnership-approach .card-section {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media only screen and (min-width: 992px) {
  .section-partnership-approach .card-section {
    padding-top: 100px;
    display: flex;
    padding-bottom: 100px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-partnership-approach .card-section.slick-slider {
  padding-right: 90px;
}
.section-partnership-approach .card-section .slick-list {
  overflow: visible;
}
.section-partnership-approach .card-section .slick-list .slick-track {
  display: flex;
}
.section-partnership-approach .card-section .slick-list .slick-track .slick-slide {
  height: auto;
}
.section-partnership-approach .card-section .wpb_column {
  margin: 0 !important;
  padding: 0 12px !important;
}
@media only screen and (min-width: 768px) {
  .section-partnership-approach .card-section .wpb_column {
    padding: 0 17px !important;
  }
}
@media only screen and (min-width: 992px) {
  .section-partnership-approach .card-section .wpb_column {
    padding: 0 20px !important;
    height: auto !important;
    width: 33.3333% !important;
  }
}
.section-partnership-approach .card-section .wpb_column .vc_column-inner {
  border-top: 8px solid #afecd1;
  background-color: #003e2f;
  height: 100%;
  padding: 34px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -40px right;
  position: relative;
}
.section-partnership-approach .card-section .wpb_column .vc_column-inner::before {
  width: 0;
  height: 8px;
  content: "";
  background-color: #00b18d;
  position: absolute;
  top: -8px;
  left: 0;
  transition: 0.5s all ease;
}
.section-partnership-approach .card-section .wpb_column .c-heading {
  color: #ffffff;
  font-weight: 300;
  font-size: 68px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section .wpb_column .c-heading {
    font-size: 120px;
  }
}
.section-partnership-approach .card-section .wpb_column .c-heading {
  line-height: 78px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section .wpb_column .c-heading {
    line-height: 128px;
  }
}
.section-partnership-approach .card-section .wpb_column .c-sub-heading {
  color: #afecd1;
  font-weight: 400;
  margin-bottom: 10px !important;
  max-width: 250px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section .wpb_column .c-sub-heading {
    font-size: 28px;
  }
}
.section-partnership-approach .card-section .wpb_column .c-sub-heading {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section .wpb_column .c-sub-heading {
    line-height: 38px;
  }
}
.section-partnership-approach .card-section .wpb_column .c-desc {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section .wpb_column .c-desc {
    font-size: 18px;
  }
}
.section-partnership-approach .card-section .wpb_column .c-desc {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section .wpb_column .c-desc {
    line-height: 26px;
  }
}
.section-partnership-approach .card-section .wpb_column {
  transition: 0.5s all ease;
}
@media only screen and (min-width: 992px) {
  .section-partnership-approach .card-section .wpb_column {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.section-partnership-approach .card-section .wpb_column * {
  transition: 0.5s all ease;
}
.section-partnership-approach .card-section .wpb_column:hover {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 60px), calc(100% - 60px) 100%, 100% 100%, 0% 100%);
}
.section-partnership-approach .card-section .wpb_column:hover .vc_column-inner {
  background-position: top right;
}
.section-partnership-approach .card-section .wpb_column:hover .vc_column-inner::before {
  width: 100%;
}
.section-partnership-approach .card-section .wpb_column:hover .vc_column-inner .wpb_wrapper {
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.section-partnership-approach .card-section .wpb_column:last-child {
  margin-right: 0px;
}
.section-partnership-approach .card-section.partnership-approach-card .c-heading {
  font-weight: 400;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section.partnership-approach-card .c-heading {
    font-size: 36px;
  }
}
.section-partnership-approach .card-section.partnership-approach-card .c-heading {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section.partnership-approach-card .c-heading {
    line-height: 46px;
  }
}
.section-partnership-approach .card-section.partnership-approach-card .c-heading {
  margin-bottom: 8px !important;
}
.section-partnership-approach .card-section.partnership-approach-card .c-sub-heading {
  max-width: 100%;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section.partnership-approach-card .c-sub-heading {
    font-size: 36px;
  }
}
.section-partnership-approach .card-section.partnership-approach-card .c-sub-heading {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .section-partnership-approach .card-section.partnership-approach-card .c-sub-heading {
    line-height: 46px;
  }
}

.partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper {
  border-top: 8px solid #afecd1;
  padding-top: 32px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper {
    margin-top: 0;
  }
}
.partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-number p {
  font-size: 68px;
}
@media screen and (min-width: 768px) {
  .partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-number p {
    font-size: 120px;
  }
}
.partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-number p {
  line-height: 78px;
}
@media screen and (min-width: 768px) {
  .partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-number p {
    line-height: 128px;
  }
}
.partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-number p {
  font-weight: 300;
  color: #afecd1 !important;
}
.partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper h5 {
  margin-bottom: 12px !important;
}
.partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-desc p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-desc p {
    font-size: 18px;
  }
}
.partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-desc p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .partnership-hallmarks .partnership-hallmarks-card > .vc_column-inner > .wpb_wrapper .partnership-hallmarks-desc p {
    line-height: 26px;
  }
}

.partnership-approach-what-we-offer {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .partnership-approach-what-we-offer {
    display: flex;
    padding-top: 40px;
  }
}
.partnership-approach-what-we-offer .vc_row:has(> .partnership-approach-what-we-offer-card) {
  margin-left: 0;
  margin-right: 0;
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .partnership-approach-what-we-offer .partnership-approach-what-we-offer-col {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .partnership-approach-what-we-offer .partnership-approach-what-we-offer-col > .vc_column-inner {
    display: flex;
    min-height: 100%;
  }
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-col > .vc_column-inner > .wpb_wrapper {
  background-color: #f3f6f8;
  padding: 32px 32px 0;
}
@media only screen and (min-width: 768px) {
  .partnership-approach-what-we-offer .partnership-approach-what-we-offer-col > .vc_column-inner > .wpb_wrapper {
    padding: 32px;
    min-height: 100%;
  }
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-col:last-child > .vc_column-inner > .wpb_wrapper {
  padding-bottom: 32px;
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-card {
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .partnership-approach-what-we-offer .partnership-approach-what-we-offer-card {
    min-height: 400px;
  }
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-card > .vc_column-inner {
  padding: 0;
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-card > .vc_column-inner > .wpb_wrapper {
  border-top: 8px solid #afecd1;
  padding-top: 16px;
  margin-top: 32px;
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-card h4 {
  color: #018365;
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-card p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .partnership-approach-what-we-offer .partnership-approach-what-we-offer-card p {
    font-size: 18px;
  }
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-card p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .partnership-approach-what-we-offer .partnership-approach-what-we-offer-card p {
    line-height: 26px;
  }
}
.partnership-approach-what-we-offer .partnership-approach-what-we-offer-card p {
  margin-top: 8px !important;
}

.partnership-approach-advantages {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .partnership-approach-advantages {
    padding-top: 32px;
  }
}
.partnership-approach-advantages .partnership-approach-advantages-left {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .partnership-approach-advantages .partnership-approach-advantages-left {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .partnership-approach-advantages .partnership-approach-advantages-left > .vc_column-inner {
    padding-right: 64px;
  }
}
.partnership-approach-advantages .partnership-approach-advantages-left h5 {
  font-weight: 400;
}
.partnership-approach-advantages .partnership-approach-advantages-left p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .partnership-approach-advantages .partnership-approach-advantages-left p {
    font-size: 18px;
  }
}
.partnership-approach-advantages .partnership-approach-advantages-left p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .partnership-approach-advantages .partnership-approach-advantages-left p {
    line-height: 26px;
  }
}
.partnership-approach-advantages .partnership-approach-advantages-left .vc_separator {
  margin-top: 24px;
  margin-bottom: 24px;
}
.partnership-approach-advantages .vc_single_image-wrapper {
  clip-path: none !important;
}

.values-slider.partnership-approach-values-slider {
  margin-top: 16px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media only screen and (min-width: 992px) {
  .values-slider.partnership-approach-values-slider {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}
.values-slider.partnership-approach-values-slider .value-number P {
  color: #018365 !important;
}
.values-slider.partnership-approach-values-slider .value-desc p {
  margin-bottom: 16px !important;
}

.affiliates-list .affiliates-search {
  background-color: #002c22;
  padding: 32px;
  padding-bottom: 56px !important;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search {
    padding: 40px;
  }
}
.affiliates-list .affiliates-search {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
.affiliates-list .affiliates-search h6 {
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search h6 {
    margin-bottom: 8px;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row {
  position: relative;
  margin-top: -22px;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row {
    margin-top: 0;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row form {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row form {
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:first-child {
    flex: 1;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:first-child > * {
    display: flex;
    flex: 1;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:last-child {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:last-child {
    font-size: 18px;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:last-child {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:last-child {
    line-height: 26px;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:last-child {
  color: white;
  white-space: nowrap;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col:last-child {
    padding-left: 10px;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col .serach-textbox-wrapper {
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col .serach-textbox-wrapper {
    margin-right: 10px;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col .serach-textbox-wrapper .form-control {
  margin-right: 0;
}
.affiliates-list .affiliates-search .affiliates-search-row form .affiliates-search-col .serach-textbox-wrapper .search-btn {
  background-image: url(/wp-content/themes/amg/public/images/Search-large.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  background-color: transparent;
  border: 0 none;
  position: relative;
  margin-left: -40px;
}
.affiliates-list .affiliates-search .affiliates-search-row .form-control,
.affiliates-list .affiliates-search .affiliates-search-row .form-select {
  padding: 16px;
  border-radius: 4px;
  margin-top: 10px;
  border-color: #b1c0c9 !important;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-search .affiliates-search-row .form-control,
  .affiliates-list .affiliates-search .affiliates-search-row .form-select {
    margin-right: 10px;
    margin-top: 0;
  }
}
.affiliates-list .affiliates-search .affiliates-search-row .form-control.form-select,
.affiliates-list .affiliates-search .affiliates-search-row .form-select.form-select {
  background-image: url(/wp-content/themes/amg/public/images/arrow-down.svg);
  background-position: right 1.5rem center;
}
.affiliates-list .affiliates-sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .affiliates-sort {
    font-size: 16px;
  }
}
.affiliates-list .affiliates-sort {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .affiliates-sort {
    line-height: 22px;
  }
}
.affiliates-list .affiliates-sort {
  padding-top: 16px;
  padding-bottom: 16px;
}
.affiliates-list .affiliates-sort .form-select {
  width: fit-content;
  background-position: right center !important;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .affiliates-sort .form-select {
    font-size: 20px;
  }
}
.affiliates-list .affiliates-sort .form-select {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .affiliates-sort .form-select {
    line-height: 30px;
  }
}
.affiliates-list .affiliates-sort .form-select {
  font-weight: 600;
  margin-left: 12px;
  border: 0 none;
  color: #018365;
}
.affiliates-list .form-control,
.affiliates-list .form-select {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .form-control,
  .affiliates-list .form-select {
    font-size: 18px;
  }
}
.affiliates-list .form-control,
.affiliates-list .form-select {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .affiliates-list .form-control,
  .affiliates-list .form-select {
    line-height: 26px;
  }
}
.affiliates-list .form-control,
.affiliates-list .form-select {
  box-shadow: none !important;
  border-color: #b1c0c9 !important;
}
.affiliates-list .form-control.form-select,
.affiliates-list .form-select.form-select {
  background-image: url(/wp-content/themes/amg/public/images/arrow-down.svg);
  background-position: right 1.5rem center;
}
.affiliates-list .affiliates-results {
  overflow: hidden;
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results {
    margin-top: 64px;
  }
}
.affiliates-list .affiliates-results > .row {
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}
.affiliates-list .affiliates-results > .row > [class*=col-] {
  padding-left: 1px;
  padding-right: 1px;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results > .row > [class*=col-] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.affiliates-list .affiliates-results > .row .aff-loader {
  display: flex;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/wp-content/themes/amg/public/images/preloader-animated.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 32px;
  min-height: 32px;
}
.affiliates-list .affiliates-results .affiliates-results-card {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0 none;
  border-top: 1px solid #afecd1;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card {
    padding-top: 40px;
    padding-bottom: 80px;
    border-top: 0;
    border-right: 1px solid #afecd1;
    cursor: auto;
  }
  .affiliates-list .affiliates-results .affiliates-results-card .affiliate-pantheon .affiliates-results-image img {
    margin-top: 25px;
  }
}
.affiliates-list .affiliates-results .affiliates-results-card > h6 {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card > h6 {
    display: none;
  }
}
.affiliates-list .affiliates-results .affiliates-results-card > div {
  flex-direction: column-reverse;
  display: none;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card > div {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }
}
.affiliates-list .affiliates-results .affiliates-results-card > div h6 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card > div h6 {
    display: block;
  }
}
.affiliates-list .affiliates-results .affiliates-results-card .affiliates-results-image {
  text-align: center;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card .affiliates-results-image {
    margin-top: 0;
    margin-bottom: 64px;
    height: 100px;
  }
}
.affiliates-list .affiliates-results .affiliates-results-card .affiliates-results-image img {
  max-width: 100%;
  filter: grayscale(1);
}
.affiliates-list .affiliates-results .affiliates-results-card h6 {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card h6 {
    font-weight: 400;
  }
}
.affiliates-list .affiliates-results .affiliates-results-card h6 {
  margin-bottom: 8px;
}
.affiliates-list .affiliates-results .affiliates-results-card p {
  margin: 0 0 4px;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #748a96;
}
.affiliates-list .affiliates-results .affiliates-results-card .affiliates-results-link {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card .affiliates-results-link {
    position: absolute;
    bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-card:nth-child(2n) {
    border-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .affiliates-list .affiliates-results .affiliates-results-card:nth-child(2n) {
    border-right: 1px solid #afecd1;
  }
}
@media only screen and (min-width: 992px) {
  .affiliates-list .affiliates-results .affiliates-results-card:nth-child(4n) {
    border-right: 0;
  }
}
.affiliates-list .affiliates-results .affiliates-results-card:hover .affiliates-results-image img {
  filter: grayscale(0);
}
.affiliates-list .affiliates-results .affiliates-results-card > h6.active + div {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .affiliates-list .affiliates-results .affiliates-results-row {
    border-bottom: 1px solid #afecd1;
  }
  .affiliates-list .affiliates-results .affiliates-results-row:last-child {
    border-bottom: 0;
  }
  .affiliates-list .affiliates-results .affiliates-results-row:last-child .affiliates-results-card-0,
  .affiliates-list .affiliates-results .affiliates-results-row:last-child .affiliates-results-card-1 {
    border-bottom: 0;
  }
  .affiliates-list .affiliates-results .affiliates-results-row .affiliates-results-card-0,
  .affiliates-list .affiliates-results .affiliates-results-row .affiliates-results-card-1 {
    border-bottom: 1px solid #afecd1;
  }
}
@media only screen and (min-width: 992px) {
  .affiliates-list .affiliates-results .affiliates-results-row .affiliates-results-card-0,
  .affiliates-list .affiliates-results .affiliates-results-row .affiliates-results-card-1 {
    border-bottom: 0;
  }
}

.accordion-box .accordion-btn {
  justify-content: space-between;
  align-items: center;
}
.accordion-box .accordion-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/amg/public/images/plus-green.svg);
  display: block;
  rotate: 0deg;
  transition: rotate 0.5s ease;
  flex: 0 0 auto;
}
.accordion-box .accordion-btn.active::after {
  background-image: url(/wp-content/themes/amg/public/images/minus-green.svg);
  rotate: 180deg;
}

.contact-section .contact-row {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row {
    margin-bottom: 64px;
  }
}
.contact-section .contact-row:last-child {
  margin-bottom: 0;
}
.contact-section .contact-row .contact-col {
  margin-bottom: 0;
}
.contact-section .contact-row .contact-col:last-child {
  margin-bottom: 0;
}
.contact-section .contact-row .contact-col h4 {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col h4 {
    font-size: 36px;
  }
}
.contact-section .contact-row .contact-col h4 {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col h4 {
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col h4 {
    font-weight: 400;
  }
}
.contact-section .contact-row .contact-col * {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col * {
    font-size: 18px;
  }
}
.contact-section .contact-row .contact-col * {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col * {
    line-height: 26px;
  }
}
.contact-section .contact-row .contact-col p {
  margin-bottom: 12px !important;
}
.contact-section .contact-row .contact-col .phone-number P,
.contact-section .contact-row .contact-col .email p {
  display: flex;
  align-items: center;
  padding-top: 8px;
  margin-bottom: 0 !important;
}
.contact-section .contact-row .contact-col .phone-number P a,
.contact-section .contact-row .contact-col .email p a {
  color: #018365 !important;
  margin: 0 !important;
}
.contact-section .contact-row .contact-col .phone-number P::before,
.contact-section .contact-row .contact-col .email p::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.contact-section .contact-row .contact-col .phone-number p::before {
  background-image: url(/wp-content/themes/amg/public/images/Phone.svg);
}
.contact-section .contact-row .contact-col .email p::before {
  background-image: url(/wp-content/themes/amg/public/images/Mail.svg);
}
.contact-section .contact-row .contact-col > .vc_column-inner > .wpb_wrapper {
  border-top: 1px solid #018365;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col > .vc_column-inner > .wpb_wrapper {
    padding-top: 24px;
    padding-bottom: 0;
    border-top: 8px solid #afecd1;
    cursor: auto;
  }
}
.contact-section .contact-row .contact-col a:not([class]) {
  padding-top: 0 !important;
  text-decoration: underline;
}
.contact-section .contact-row .contact-col .accordion-btn {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col .accordion-btn {
    margin-bottom: 12px !important;
  }
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col .accordion-btn::after {
    content: none;
  }
}
.contact-section .contact-row .contact-col .accordion-btn.active::after {
  background-image: url(/wp-content/themes/amg/public/images/plus-green.svg);
  rotate: 135deg;
}
.contact-section .contact-row .contact-col .accordion-content {
  display: none;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-col .accordion-content {
    display: block;
    padding-top: 0;
  }
}
.contact-section .contact-row .contact-col.accordion-box .accordion-btn.active + .accordion-content {
  display: block;
}
.contact-section .contact-row:last-child .contact-col:last-child > .vc_column-inner > .wpb_wrapper {
  border-bottom: 1px solid #018365;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row:last-child .contact-col:last-child > .vc_column-inner > .wpb_wrapper {
    border-bottom: 0 solid #afecd1;
  }
}
.contact-section .contact-form h2 {
  margin-bottom: 24px !important;
}
.contact-section .contact-form .contact-form-paragraph p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-form .contact-form-paragraph p {
    font-size: 18px;
  }
}
.contact-section .contact-form .contact-form-paragraph p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-form .contact-form-paragraph p {
    line-height: 26px;
  }
}
.contact-section .contact-form .entry-form.contact {
  margin-top: 40px;
  max-width: 780px;
}
.contact-section .contact-form .entry-form.contact label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-form .entry-form.contact label {
    font-size: 18px;
  }
}
.contact-section .contact-form .entry-form.contact label {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-form .entry-form.contact label {
    line-height: 26px;
  }
}
.contact-section .contact-form .entry-form.contact label {
  font-weight: 600;
}
.contact-section .contact-form .entry-form.contact label.error {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #d83b3b;
}
.contact-section .contact-form .entry-form.contact .phone-label {
  display: flex;
  justify-content: space-between;
}
.contact-section .contact-form .entry-form.contact .phone-label span {
  color: #748a96;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.contact-section .contact-form .entry-form.contact .form-control,
.contact-section .contact-form .entry-form.contact .form-select {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-form .entry-form.contact .form-control,
  .contact-section .contact-form .entry-form.contact .form-select {
    font-size: 18px;
  }
}
.contact-section .contact-form .entry-form.contact .form-control,
.contact-section .contact-form .entry-form.contact .form-select {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .contact-section .contact-form .entry-form.contact .form-control,
  .contact-section .contact-form .entry-form.contact .form-select {
    line-height: 26px;
  }
}
.contact-section .contact-form .entry-form.contact .form-control,
.contact-section .contact-form .entry-form.contact .form-select {
  box-shadow: none !important;
  padding: 16px;
  padding-right: 32px;
  border-radius: 4px;
  margin-top: 4px;
  border-color: #b1c0c9 !important;
}
.contact-section .contact-form .entry-form.contact .form-control.form-select,
.contact-section .contact-form .entry-form.contact .form-select.form-select {
  background-image: url(/wp-content/themes/amg/public/images/arrow-down.svg);
  background-position: right 1.5rem center;
}
.contact-section .contact-form .entry-form.contact .ContactForm-submit {
  display: flex;
}
.contact-section .contact-form .entry-form.contact .row > [class*=col-] {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .contact-section .contact-form .entry-form.contact .row > [class*=col-] {
    margin-bottom: 40px;
  }
}
.contact-section .contact-form .entry-form.contact .row > [class*=col-].form-row-spacing {
  margin-top: 16px;
}
.contact-section .contact-form .entry-form.contact .row > [class*=col-].checkbox-container {
  margin-bottom: 32px;
}
.contact-section .contact-form .entry-form.contact .row:last-child > [class*=col-] {
  margin-bottom: 0;
}

.affiliates-details {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 80px;
}
.affiliates-details h5 {
  font-weight: 400 !important;
  margin-bottom: 16px !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media only screen and (min-width: 768px) {
  .affiliates-details h5 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media only screen and (min-width: 768px) {
  .affiliates-details .amg-fullwidth-desc {
    margin-right: 24px;
  }
}
.affiliates-details .affiliates-desc p {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 26px !important;
}
@media only screen and (min-width: 768px) {
  .affiliates-details .affiliates-desc p {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
.affiliates-details .affiliates-firm {
  padding: 40px;
  margin-top: 64px;
  background-color: #f3f6f8;
}
.affiliates-details .affiliates-firm p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-firm p {
    font-size: 18px;
  }
}
.affiliates-details .affiliates-firm p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-firm p {
    line-height: 26px;
  }
}
.affiliates-details .affiliates-firm ul li {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-firm ul li {
    font-size: 18px;
  }
}
.affiliates-details .affiliates-firm ul li {
  border: 0;
  padding: 10px 0px;
}
.affiliates-details .affiliates-description-row {
  margin-top: 64px;
}
.affiliates-details .affiliates-description-row p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-description-row p {
    font-size: 18px;
  }
}
.affiliates-details .affiliates-description-row p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-description-row p {
    line-height: 26px;
  }
}
.affiliates-details .affiliates-details-list {
  margin-top: 64px;
}
.affiliates-details .affiliates-details-list ul {
  padding: 0 !important;
  padding-bottom: 32px !important;
}
@media only screen and (min-width: 992px) {
  .affiliates-details .affiliates-details-list ul {
    padding-bottom: 0 !important;
  }
}
.affiliates-details .affiliates-details-list ul li {
  border: 0 none;
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  color: #002c22;
}
.affiliates-details .affiliates-details-list ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
}
.affiliates-details .wealth-platform-btn {
  margin-top: 64px;
}
.affiliates-details .affiliates-details-image {
  padding-bottom: 48px;
  border-bottom: 1px solid #b1c0c9;
  margin-bottom: 40px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .affiliates-details .affiliates-details-image {
    margin-left: 12px;
  }
}
.affiliates-details .affiliates-details-image figure {
  margin: 0;
}
.affiliates-details .affiliates-details-dates {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .affiliates-details .affiliates-details-dates {
    margin-left: 12px;
  }
}
.affiliates-details .affiliates-details-dates p {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0 !important;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-details-dates p {
    font-size: 16px;
  }
}
.affiliates-details .affiliates-details-dates p {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-details-dates p {
    line-height: 22px;
  }
}
.affiliates-details .affiliates-details-dates h4 {
  font-size: 36px !important;
  line-height: 46px !important;
}
.affiliates-details .affiliates-contact-info {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .affiliates-details .affiliates-contact-info {
    margin-left: 12px;
  }
}
.affiliates-details .affiliates-contact-info h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  border-bottom: #018365 4px solid;
  margin-bottom: 12px !important;
}
.affiliates-details .affiliates-contact-info p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-contact-info p {
    font-size: 18px;
  }
}
.affiliates-details .affiliates-contact-info p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .affiliates-details .affiliates-contact-info p {
    line-height: 26px;
  }
}
.affiliates-details .affiliates-contact-info p a {
  color: #018365;
  font-style: normal !important;
  font-weight: 400;
  width: fit-content;
}
.affiliates-details .affiliates-contact-info p a:hover {
  background-color: #afecd1;
}
.affiliates-details .cta-section {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .affiliates-details .cta-section {
    margin-top: 40px;
  }
}
.affiliates-details .disclaimer {
  margin-top: 80px;
}
.affiliates-details .disclaimer p {
  font-family: "Roboto Condensed", sans-serif;
}

.cta-section {
  background-color: #003e2f;
  padding: 30px;
  border-top: 8px solid #018365;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .cta-section {
    padding: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .cta-section {
    border-left: 8px solid #018365;
    border-top: 0;
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.cta-section .row {
  align-items: flex-end;
}
.cta-section h3 {
  margin-bottom: 10px;
  font-size: 28px !important;
  line-height: 38px !important;
  color: white;
}
@media only screen and (min-width: 768px) {
  .cta-section h3 {
    font-size: 44px !important;
    line-height: 54px !important;
  }
}
.cta-section p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .cta-section p {
    font-size: 18px;
  }
}
.cta-section p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .cta-section p {
    line-height: 26px;
  }
}
.cta-section p {
  color: white;
}
.cta-section .btn, .cta-section .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .cta-section .moretag {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .cta-section .btn, .cta-section .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .cta-section .moretag {
    margin: 0;
  }
}

.modal-search {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .modal-search {
    display: none;
  }
}
.modal-search .form-search {
  padding: 32px;
  display: flex;
}
.modal-search .form-search fieldset {
  display: flex;
  flex: 1;
  align-items: center;
}
.modal-search .form-search fieldset .search.search-input {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .modal-search .form-search fieldset .search.search-input {
    font-size: 18px;
  }
}
.modal-search .form-search fieldset .search.search-input {
  width: 100%;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .modal-search .form-search fieldset .search.search-input {
    line-height: 26px;
  }
}
.modal-search .form-search fieldset .search.search-input {
  box-shadow: none !important;
  padding: 16px;
  padding-right: 32px;
  border-radius: 4px;
  border: 1px solid #b1c0c9 !important;
}
.modal-search .form-search fieldset .btn-close {
  width: 30px !important;
  height: 30px !important;
  background-size: 22px !important;
  margin-left: 12px;
}

.site-header-banner-search .site-header-text,
.site-header-banner-single .site-header-text {
  min-height: auto !important;
}

.site-header-banner-single {
  min-height: auto !important;
}
.site-header-banner-single .site-header-text .default-sub-banner.default-banner .text-col {
  padding: 0;
}

.site-content.site-content-amg.site-header-banner-search {
  background-color: white !important;
}

.blog .site-header-banner .site-header-text {
  min-height: auto !important;
}
.blog .site-header-banner .site-header-text .text-col {
  padding: 0 !important;
}
.blog .site-content-amg {
  padding: 0;
}

.section-search-wrapper .pagination li a.next,
.section-search-wrapper .pagination li a.prev {
  top: 0 !important;
}
.section-search-wrapper .pagination li > * {
  font-size: 18px !important;
}

.error404 .site-header-banner-error-404 {
  display: none;
}
.error404 .site-content.site-content-amg.site-content-error-404 {
  padding-top: 120px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .error404 .site-content.site-content-amg.site-content-error-404 {
    padding-top: 135px;
  }
}
.error404 .site-content.site-content-amg.site-content-error-404 .breadcrumb-wrapper {
  display: none;
}
.error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc {
  padding-top: 50px !important;
  padding-bottom: 0 !important;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc {
    padding-top: 0px !important;
  }
}
.error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .amg-fullwidth-desc-col h2 {
  font-size: 180px;
  line-height: 1;
  color: #018365;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .amg-fullwidth-desc-col h2 {
    font-size: 240px;
  }
}
.error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .amg-fullwidth-desc-col .amg-desc {
  margin-left: 80px;
  margin-bottom: 48px;
  position: relative;
}
.error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .amg-fullwidth-desc-col .btn, .error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .amg-fullwidth-desc-col .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .amg-fullwidth-desc-col .moretag {
  margin: 0;
  position: relative;
}
.error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .image-404 {
  min-height: 720px;
  background-image: url(/wp-content/themes/amg/public/images/404-img.png);
  background-size: cover;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .error404 .site-content.site-content-amg.site-content-error-404 .amg-fullwidth-desc .image-404 {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}

.blog .site-header .site-header-banner-home .site-header-text,
.search-results .site-header .site-header-banner-home .site-header-text {
  min-height: auto !important;
}
.blog .site-header .site-header-banner-home .site-header-text .text-col .entry-content,
.search-results .site-header .site-header-banner-home .site-header-text .text-col .entry-content {
  flex-flow: unset !important;
  align-items: flex-end;
}

.affiliates-template-default .site-header .site-header-banner-single .site-header-text {
  min-height: auto !important;
}
.affiliates-template-default .site-header .site-header-banner-single .site-header-text .text-col .entry-content {
  flex-flow: unset !important;
  align-items: flex-end;
}

@media only screen and (min-width: 1200px) {
  .blog-landing {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-landing .blog-landing-search {
  background-color: #002c22;
  padding: 32px;
  padding-bottom: 56px !important;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search {
    padding: 40px;
  }
}
.blog-landing .blog-landing-search {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
.blog-landing .blog-landing-search h6 {
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search h6 {
    margin-bottom: 8px;
  }
}
.blog-landing .blog-landing-search .blog-landing-search-row {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row {
    margin-top: 0;
  }
}
.blog-landing .blog-landing-search .blog-landing-search-row form {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row form {
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row form .blog-landing-search-col:first-child {
    flex: 1;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row form .blog-landing-search-col:first-child > * {
    display: flex;
    flex: 1;
  }
}
.blog-landing .blog-landing-search .blog-landing-search-row form .blog-landing-search-col .serach-textbox-wrapper {
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row form .blog-landing-search-col .serach-textbox-wrapper {
    margin-right: 10px;
  }
}
.blog-landing .blog-landing-search .blog-landing-search-row form .blog-landing-search-col .serach-textbox-wrapper .form-control {
  margin-right: 0;
}
.blog-landing .blog-landing-search .blog-landing-search-row form .blog-landing-search-col .serach-textbox-wrapper .search-btn {
  background-image: url(/wp-content/themes/amg/public/images/Search-large.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  background-color: transparent;
  border: 0 none;
  position: relative;
  margin-left: -40px;
}
.blog-landing .blog-landing-search .blog-landing-search-row .form-control,
.blog-landing .blog-landing-search .blog-landing-search-row .form-select {
  padding: 16px;
  border-radius: 4px;
  margin-top: 10px;
  border-color: #b1c0c9 !important;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row .form-control,
  .blog-landing .blog-landing-search .blog-landing-search-row .form-select {
    font-size: 18px;
  }
}
.blog-landing .blog-landing-search .blog-landing-search-row .form-control,
.blog-landing .blog-landing-search .blog-landing-search-row .form-select {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row .form-control,
  .blog-landing .blog-landing-search .blog-landing-search-row .form-select {
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-landing-search .blog-landing-search-row .form-control,
  .blog-landing .blog-landing-search .blog-landing-search-row .form-select {
    margin-right: 10px;
    margin-top: 0;
  }
}
.blog-landing .blog-landing-search .blog-landing-search-row .form-control.form-select,
.blog-landing .blog-landing-search .blog-landing-search-row .form-select.form-select {
  background-image: url(/wp-content/themes/amg/public/images/arrow-down.svg);
  background-position: right 1.5rem center;
}
.blog-landing .blog-results {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results {
    padding-top: 80px;
  }
}
.blog-landing .blog-results h3 {
  font-weight: 600;
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results h3 {
    display: block;
  }
}
.blog-landing .blog-results .row {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-landing .blog-results .row > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.blog-landing .blog-results .blog-results-recent .blog-results-recent-desc h4 {
  font-weight: 400;
}
.blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag i.fa {
  display: none;
}
.blog-landing .blog-results .blog-results-recent {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-recent {
    display: block;
  }
}
.blog-landing .blog-results .blog-results-img {
  margin: 0;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-img {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.blog-landing .blog-results .blog-results-img img {
  width: 100%;
  height: auto;
}
.blog-landing .blog-results .blog-desc-category {
  display: none;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-desc-category {
    display: flex;
  }
}
.blog-landing .blog-results .blog-desc-category a {
  white-space: nowrap;
  display: inline-block;
  border-bottom: 4px solid #018365;
  padding-bottom: 2px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-desc-category a {
    font-size: 16px;
  }
}
.blog-landing .blog-results .blog-desc-category a {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-desc-category a {
    line-height: 22px;
  }
}
.blog-landing .blog-results .blog-desc-category a {
  font-weight: 600;
  margin: 0 10px;
  text-transform: uppercase;
}
.blog-landing .blog-results .author-name {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 16px;
  padding-top: 4px;
}
.blog-landing .blog-results .author-name span {
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .author-name span {
    font-size: 16px;
  }
}
.blog-landing .blog-results .author-name span {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .author-name span {
    line-height: 22px;
  }
}
.blog-landing .blog-results .author-name span {
  margin: 0 10px;
}
.blog-landing .blog-results .author-name span:first-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results .author-name span:first-child {
    display: inline-block;
  }
}
.blog-landing .blog-results p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results p {
    font-size: 18px;
  }
}
.blog-landing .blog-results p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results p {
    line-height: 26px;
  }
}
.blog-landing .blog-results p {
  margin-bottom: 20px;
}
.blog-landing .blog-results p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-allpost {
    padding-top: 80px;
  }
}
.blog-landing .blog-results .blog-results-allpost .row > [class*=col-] {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-allpost .row > [class*=col-] {
    display: block;
  }
}
.blog-landing .blog-results .blog-results-allpost .blog-results-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  flex: 0 0 100px;
  min-width: 100px;
  margin-right: 20px;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 0px), calc(100% - 0px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-allpost .blog-results-img {
    margin-bottom: 16px;
    margin-right: 0px;
    padding-top: 54.6%;
    width: 100%;
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
  }
}
.blog-landing .blog-results .blog-results-allpost .blog-desc-category a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-allpost .blog-desc-category a {
    font-size: 14px;
  }
}
.blog-landing .blog-results .blog-results-allpost .blog-desc-category a {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-allpost .blog-desc-category a {
    line-height: 18px;
  }
}
.blog-landing .blog-results .blog-results-allpost h4 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-allpost h4 {
    font-size: 24px;
  }
}
.blog-landing .blog-results .blog-results-allpost h4 {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-results .blog-results-allpost h4 {
    line-height: 34px;
  }
}
.blog-landing .blog-results .blog-results-allpost h4 {
  font-weight: 400;
}
.blog-landing .blog-results .blog-results-allpost h4 a {
  color: #002c22;
  outline: none !important;
}
.blog-landing .blog-results .blog-results-allpost h4 a:hover {
  color: #018365;
}

@media only screen and (min-width: 1200px) {
  .blog-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-details h2 {
  font-weight: 600;
}
.blog-details .blog-details-properties {
  display: flex;
  justify-content: space-between;
}
.blog-details .blog-details-properties .blog-date-time {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.blog-details .blog-details-properties .blog-date-time .blog-time {
  font-weight: 600;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.blog-details .blog-details-properties .blog-date-time .blog-time::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-image: url(/wp-content/themes/amg/public/images/clock.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.blog-details .blog-details-content {
  padding-top: 56px;
}
.blog-details .blog-details-content .blog-details-content-inner {
  padding-bottom: 48px;
  border-bottom: 1px solid #dfdedc;
}
@media only screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner {
    border-bottom: 0px solid #dfdedc;
    padding-bottom: 0px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner .w-100 figure {
  width: 100%;
}
.blog-details .blog-details-content .blog-details-content-inner .w-100 figure .vc_single_image-wrapper {
  display: block;
}
.blog-details .blog-details-content .blog-details-content-inner .w-100 figure .vc_single_image-wrapper img {
  width: 100%;
}
.blog-details .blog-details-content .blog-details-content-inner figure img {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .blog-details .blog-details-content .blog-details-content-inner figure img {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.blog-details .blog-details-content .blog-details-content-inner figcaption {
  font-size: 14px;
  line-height: 18px;
  padding-top: 4px;
}
.blog-details .blog-details-content .blog-details-content-inner figure,
.blog-details .blog-details-content .blog-details-content-inner h5,
.blog-details .blog-details-content .blog-details-content-inner p {
  margin: 0;
  padding: 0;
  padding-bottom: 40px !important;
}
.blog-details .blog-details-content .blog-details-content-inner figure:last-child,
.blog-details .blog-details-content .blog-details-content-inner h5:last-child,
.blog-details .blog-details-content .blog-details-content-inner p:last-child {
  margin-bottom: 0 !important;
}
.blog-details .blog-details-content .blog-details-content-inner h5 {
  font-weight: 600;
  padding-bottom: 16px !important;
}
.blog-details .blog-details-content .blog-details-content-inner p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner p {
    font-size: 18px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner p {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner p {
    line-height: 26px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner .blog-qoute {
  padding-top: 16px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner .blog-qoute {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner .blog-qoute::before {
  display: block;
  width: 25px;
  height: 40px;
  border-right: 2px solid #018365;
  border-left: 2px solid #018365;
  content: "";
  -moz-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  position: relative;
  left: 32px;
}
@media only screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner .blog-qoute::before {
    width: 40px;
    height: 60px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner .blog-qoute h1 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner .blog-qoute h1 {
    font-size: 68px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner .blog-qoute h1 {
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner .blog-qoute h1 {
    line-height: 78px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner .blog-qoute h1 {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .blog-details .blog-details-content .blog-details-content-inner .blog-qoute h1 {
    margin-top: 16px;
  }
}
.blog-details .blog-details-content .blog-details-content-inner .blog-image-right img {
  margin-bottom: 32px !important;
  margin-top: 8px !important;
  margin-left: 32px;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
.blog-details .blog-details-content .blog-details-content-inner .blog-image-left img {
  margin-top: 8px !important;
  margin-bottom: 32px !important;
  margin-right: 32px;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
.blog-details .blog-summary {
  background-color: #f3f6f8;
  margin-top: 48px;
  padding: 24px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .blog-details .blog-summary {
    padding: 32px;
    margin-top: 0px;
  }
}
.blog-details .blog-summary {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .blog-details .blog-summary {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.blog-details .blog-summary h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-summary h6 {
    font-size: 18px;
  }
}
.blog-details .blog-summary h6 {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-summary h6 {
    line-height: 28px;
  }
}
.blog-details .blog-summary h6 {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.blog-details .blog-summary * {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-summary * {
    font-size: 18px;
  }
}
.blog-details .blog-summary * {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-summary * {
    line-height: 26px;
  }
}
.blog-details .blog-summary ul li {
  border-bottom: 0 none;
  align-items: flex-start;
  padding: 10px 0;
  color: #002c22;
  font-weight: 400;
}
.blog-details .blog-summary ul li:last-child {
  padding-bottom: 0;
}
.blog-details .blog-summary ul li::before {
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: relative;
  top: 1px;
  margin-right: 12px;
}
.blog-details .blog-affiliates {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .blog-details .blog-affiliates {
    margin-top: 64px;
  }
}
.blog-details .blog-affiliates h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-affiliates h6 {
    font-size: 18px;
  }
}
.blog-details .blog-affiliates h6 {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-affiliates h6 {
    line-height: 28px;
  }
}
.blog-details .blog-affiliates h6 {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.blog-details .blog-affiliates * {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-affiliates * {
    font-size: 18px;
  }
}
.blog-details .blog-affiliates * {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .blog-details .blog-affiliates * {
    line-height: 26px;
  }
}
.blog-details .blog-affiliates ul li {
  border-bottom: 0 none;
  align-items: flex-start;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #002c22;
  font-weight: 400;
}
.blog-details .blog-affiliates ul li:last-child {
  padding-bottom: 0;
}
.blog-details .blog-affiliates ul li::before {
  width: 8px;
  height: 8px;
  background-size: 100%;
  position: relative;
  top: 7px;
  margin-right: 12px;
  background-image: none;
  background-color: #018365;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .blog-details .blog-affiliates ul li::before {
    top: 9px;
  }
}
.blog-details .related-blog {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .blog-details .related-blog {
    margin-top: 64px;
  }
}
.blog-details .related-blog * {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .blog-details .related-blog * {
    font-size: 20px;
  }
}
.blog-details .related-blog * {
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .blog-details .related-blog * {
    line-height: 30px;
  }
}
.blog-details .related-blog h6 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .blog-details .related-blog h6 {
    font-size: 16px;
  }
}
.blog-details .related-blog h6 {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .blog-details .related-blog h6 {
    line-height: 22px;
  }
}
.blog-details .related-blog h6 {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 4px solid #018365;
  width: fit-content;
}
.blog-details .related-blog .related-blog-list {
  border-bottom: 1px solid #018365;
  padding-top: 16px;
  padding-bottom: 16px;
}
.blog-details .related-blog .related-blog-list p {
  padding: 0 0 10px;
  margin: 0;
}
.blog-details .related-blog .related-blog-list p a {
  color: #002c22;
  background-color: transparent;
  text-decoration: none;
}
.blog-details .related-blog .related-blog-list p:last-child {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .blog-details .related-blog .related-blog-list p:last-child {
    font-size: 16px;
  }
}
.blog-details .related-blog .related-blog-list p:last-child {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .blog-details .related-blog .related-blog-list p:last-child {
    line-height: 22px;
  }
}
.blog-details .related-blog .related-blog-list p:last-child {
  padding-bottom: 0;
}
.blog-details .related-blog .related-blog-list:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .corporate-responsibility-ul-row {
    display: flex;
    justify-content: space-between;
  }
}
.corporate-responsibility-ul-row .corporate-responsibility-ul {
  max-width: 550px;
}

.corporate-responsibility-cards .corporate-responsibility-card {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .corporate-responsibility-cards:last-child .corporate-responsibility-card {
    padding-bottom: 0px;
  }
}

.corporate-philanthropy p {
  margin-bottom: 24px;
}

/**
 * _gate39media-sidebar.scss
 *
 * Description: Sidebars and Widgets Sections.
 * Version: 1.0.0
 * Last update: 2020/09/03
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.widget-area {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.widget-area {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
.widget-area {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
.widget-area {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
/**
 * _gate39media-archive.scss
 *
 * Description: Blog Archives Sections.
 * Version: 1.0.0
 * Last update: 2020/10/03
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content-home {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content-home {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
.site-content-home {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
.site-content-home {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
/**
 * _gate39media-single.scss
 *
 * Description: Single Posts Sections.
 * Version: 1.0.0
 * Last update: 2020/10/04
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content-single {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content-single {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
.site-content-single {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
.site-content-single {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
/**
 *  _gate39media-frontpage.scss
 *
 * Description: Frontpage Sections.
 * Version: 1.0.0
 * Last update: 2020/09/13
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content.site-content-front-page {
  background-color: white;
}
.site-content.site-content-front-page .section-marketing-news-content {
  background: #ffffff;
  padding-top: 0;
}
.site-content.site-content-front-page .section-marketing-news-content > .vc_row > .marketing-news-inner > .vc_column-inner > .wpb_wrapper {
  background: #003e2f;
  padding: 21px 9999px;
  margin: 0 -9999px;
}
.site-content.site-content-front-page .section-marketing-news-content > .vc_row .vc_col-sm-2 {
  margin-bottom: 11px;
}
.site-content.site-content-front-page .section-marketing-news-content > .vc_row .vc_col-sm-8 {
  margin-bottom: 16px;
}
.site-content.site-content-front-page .section-marketing-news-content > .vc_row .wpb_column:last-child, .site-content.site-content-front-page .section-marketing-news-content > .vc_row.vc_col-sm-2:last-child {
  margin-bottom: 0;
}
.site-content.site-content-front-page .section-marketing-news-content > .vc_row .wpb_column a, .site-content.site-content-front-page .section-marketing-news-content > .vc_row.vc_col-sm-2 a {
  color: white;
  font-size: 1.4rem;
}
.site-content.site-content-front-page .section-marketing-news-content > .vc_row .wpb_column a:hover, .site-content.site-content-front-page .section-marketing-news-content > .vc_row.vc_col-sm-2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.site-content.site-content-front-page .section-marketing-amg-numbers {
  padding: 0 !important;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers {
    margin-top: 100px;
    margin-bottom: 0px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers > .vc_row {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers > .vc_row {
    display: flex;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .left-col {
  position: relative;
  margin-top: 40px;
  margin-right: 0px;
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .left-col {
    padding: 0;
    margin: 0;
    margin-top: 80px;
    width: 66%;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner {
  padding: 0px;
  height: auto;
  position: relative;
  z-index: 2;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner .amg-desc {
  margin: 24px 0px 24px 60px !important;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner .amg-desc {
    font-size: 20px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner .amg-desc {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner .amg-desc {
    line-height: 30px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner .amg-desc {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner .amg-desc {
    margin: 48px 112px 48px 112px !important;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .left-col .vc_column-inner .amg-desc:before {
  position: absolute;
  content: "";
  left: -30px;
  width: 2px;
  height: 100%;
  background-color: #018365;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .left-col:before {
  position: absolute;
  content: "";
  left: 0;
  width: 214px;
  height: 120px;
  margin-top: -40px;
  margin-left: -24px;
  background-color: #afecd1;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .left-col:before {
    width: 410px;
    height: 226px;
    margin-top: -80px;
    margin-left: -80px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col {
    width: 34%;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col .wpb_text_column:first-child {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col .wpb_text_column:first-child {
    padding-bottom: 40px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col .wpb_text_column:last-child p {
  padding-bottom: 0px;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col .t-eyebrow {
  color: #ffffff;
  padding-bottom: 0px;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col .t-eyebrow::before {
  background-color: #afecd1;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col p:not(.t-eyebrow) {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col p:not(.t-eyebrow) {
    font-size: 20px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col p:not(.t-eyebrow) {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col p:not(.t-eyebrow) {
    line-height: 30px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col p:not(.t-eyebrow) {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col p:not(.t-eyebrow) {
    padding-bottom: 40px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col p:not(.t-eyebrow) sup {
  font-size: 10px;
  top: -1em;
  font-weight: 400;
  line-height: 20px;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col h2 {
  color: #afecd1;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col .vc_column-inner {
  padding: 50px 0;
  background-color: #003e2f;
  clip-path: polygon(0% calc(100% - 40px), 0 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, calc(0% + 40px) 100%);
  height: 100%;
  margin-right: -24px;
  width: auto;
  padding-left: 32px !important;
}
@media only screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col .vc_column-inner {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col .vc_column-inner {
    margin-right: 0;
    width: 100%;
    padding: 100px 0 80px;
    display: flex;
    justify-content: flex-end;
    clip-path: polygon(0% calc(100% - 80px), 0 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, calc(0% + 80px) 100%);
  }
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col .vc_column-inner .wpb_wrapper {
    width: fit-content;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .right-col::after {
  background-color: #003e2f;
  position: absolute;
  left: calc(100% - 2px);
  top: 0;
  height: 100%;
  width: 1000%;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .right-col::after {
    content: "";
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .three-column-inner h3 {
  color: #2e6a40;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .three-column-inner p {
  color: #777777;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .three-column-inner .wpb_column {
  margin-bottom: 15px;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .three-column-inner .wpb_column {
  margin-bottom: 0;
  padding: 13px 30px;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .amg_number_box {
  margin: 0 !important;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .amg_number_box .vc_column-inner {
  padding: 0 !important;
  clip-path: none !important;
  display: block;
}
.site-content.site-content-front-page .section-marketing-amg-numbers .amg_number_box_slider {
  padding-right: 90px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .amg_number_box_slider {
    padding-right: 0;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .amg_number_box_slider .slick-list {
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-marketing-amg-numbers .amg_number_box_slider .amg_number_box_slider_item {
    float: none;
    padding-bottom: 40px;
  }
}
.site-content.site-content-front-page .section-marketing-amg-numbers .amg_number_box_slider .amg_number_box_slider_item .wpb_text_column {
  padding: 0 !important;
}
.site-content.site-content-front-page .section-partnership-approach {
  padding: 0px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.site-content.site-content-front-page .section-partnership-approach > .vc_row {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach > .vc_row {
    display: flex;
  }
}
.site-content.site-content-front-page .section-partnership-approach .vc_column-inner {
  padding: 0px;
  position: relative;
  z-index: 2;
}
.site-content.site-content-front-page .section-partnership-approach .left-col {
  position: relative;
  margin-top: 40px;
  margin-right: 0px;
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .left-col {
    margin-top: 80px;
    margin-right: 120px;
    width: 50%;
    padding-bottom: 0px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .left-col:before {
  position: absolute;
  content: "";
  left: 0;
  width: 214px;
  height: 120px;
  margin-top: -40px;
  margin-left: -24px;
  background-color: #afecd1;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .left-col:before {
    width: 410px;
    height: 230px;
    margin-top: -80px;
    margin-left: -80px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .left-col .wpb_wrapper .wpb_text_column {
  padding-bottom: 32px;
}
.site-content.site-content-front-page .section-partnership-approach .left-col .wpb_wrapper .wpb_text_column p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .left-col .wpb_wrapper .wpb_text_column p {
    margin-bottom: 0;
  }
}
.site-content.site-content-front-page .section-partnership-approach .left-col .wpb_wrapper .wpb_text_column:first-child {
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .left-col .wpb_wrapper .wpb_text_column:first-child {
    padding-bottom: 24px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .left-col .wpb_wrapper .wpb_text_column:last-child {
  padding-bottom: 0px;
}
.site-content.site-content-front-page .section-partnership-approach .right-col {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .right-col {
    margin-top: 80px;
    width: 50%;
    padding-bottom: 0px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .right-col .vc_column-inner {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .right-col .vc_column-inner .wpb_wrapper {
    max-width: 480px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .right-col .amg-desc {
  font-weight: 400;
  margin-top: 0px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .right-col .amg-desc {
    font-size: 2rem;
  }
}
.site-content.site-content-front-page .section-partnership-approach .right-col .amg-desc {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .right-col .amg-desc {
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .right-col .amg-desc {
    margin-top: 52px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section {
    padding-top: 100px;
    display: flex;
    padding-bottom: 100px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section.slick-slider {
  padding-right: 90px;
}
.site-content.site-content-front-page .section-partnership-approach .card-section .slick-list {
  overflow: visible;
}
.site-content.site-content-front-page .section-partnership-approach .card-section .slick-list .slick-track {
  display: flex;
}
.site-content.site-content-front-page .section-partnership-approach .card-section .slick-list .slick-track .slick-slide {
  height: auto;
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column {
  margin: 0 !important;
  padding: 0 12px !important;
}
@media only screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column {
    padding: 0 17px !important;
  }
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column {
    padding: 0 20px !important;
    height: auto !important;
    width: 33.3333% !important;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .vc_column-inner {
  border-top: 8px solid #afecd1;
  background-color: #003e2f;
  height: 100%;
  padding: 34px;
  padding-bottom: 100px;
  background-position: top -40px right;
  background-size: cover;
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-heading {
  color: #ffffff;
  font-weight: 300;
  font-size: 68px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-heading {
    font-size: 120px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-heading {
  line-height: 78px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-heading {
    line-height: 128px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-sub-heading {
  color: #afecd1;
  font-weight: 400;
  margin-bottom: 10px !important;
  max-width: 250px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-sub-heading {
    font-size: 28px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-sub-heading {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-sub-heading {
    line-height: 38px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-desc {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-desc {
    font-size: 18px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-desc {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column .c-desc {
    line-height: 26px;
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 60px), calc(100% - 60px) 100%, 100% 100%, 0% 100%);
  transition: 0.5s all ease;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 100% 100%, 0% 100%);
  }
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column:hover {
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 60px), calc(100% - 60px) 100%, 100% 100%, 0% 100%);
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column:hover .vc_column-inner {
  background-position: top right;
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column:hover .vc_column-inner .wpb_wrapper {
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.site-content.site-content-front-page .section-partnership-approach .card-section .wpb_column:last-child {
  margin-right: 0px;
}
.site-content.site-content-front-page .section-what-we-offer[data-vc-full-width] {
  overflow: visible;
}
.site-content.site-content-front-page .section-what-we-offer {
  background-color: #003e2f !important;
}
@media only screen and (max-width: 767px) {
  .site-content.site-content-front-page .section-what-we-offer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .site-content.site-content-front-page .section-what-we-offer {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.site-content.site-content-front-page .section-what-we-offer .vc_column-inner {
  padding: 0px;
}
.site-content.site-content-front-page .section-what-we-offer.vc_section.vc_section-has-fill {
  padding-top: 60px;
  padding-bottom: 60px;
  position: unset;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer.vc_section.vc_section-has-fill {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-content.site-content-front-page .section-what-we-offer.vc_section.vc_section-has-fill > .vc_row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .t-eyebrow {
  color: #ffffff;
}
.site-content.site-content-front-page .section-what-we-offer .t-eyebrow:before {
  background-color: #afecd1;
}
.site-content.site-content-front-page .section-what-we-offer .top-content .wpb_wrapper .wpb_text_column {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .top-content .wpb_wrapper .wpb_text_column {
    padding-bottom: 60px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .top-content .wpb_wrapper .wpb_text_column:first-child {
  padding-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .top-content .wpb_wrapper .wpb_text_column:first-child {
    padding-bottom: 24px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .t-hero-head2 {
  color: #ffffff;
  width: 100%;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .t-hero-head2 {
    width: 50%;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card {
  padding: 24px 24px 0;
  background-color: #ffffff;
  width: 96%;
  margin-left: 0px;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .image-card {
    padding: 40px;
    width: 84%;
    margin-top: -60px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card .wpb_column {
  margin-right: 0px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .image-card .wpb_column {
    margin-right: 40px;
    width: 44%;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card .wpb_column h5 {
  font-weight: 400;
  margin-bottom: 5px !important;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .wpb_column:first-child .wpb_wrapper .wpb_text_column:last-child {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .image-card .wpb_column:first-child .wpb_wrapper .wpb_text_column:last-child {
    padding-bottom: 0px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card .wpb_column:last-child {
  padding: 24px 0px 24px 0px;
  border-top: 1px solid #b1c0c9;
  border-left: none;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .image-card .wpb_column:last-child {
    padding: 0px 0px 0px 40px;
    border-left: 1px solid #b1c0c9;
    border-top: none;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card .t-content-subhead {
  padding-bottom: 8px;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0 none;
  font-family: "Roboto Condensed", sans-serif;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .dropdown-toggle:after {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Down_Select_L.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 5px;
  flex-shrink: 0;
  position: relative;
  border: 0px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .dropdown-toggle:after {
    top: 6px;
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Down_Select_L.svg);
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul {
  display: flex;
  margin-bottom: 0px;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li {
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li:first-child {
  position: relative;
  padding-left: 0;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li:last-child {
  padding-right: 0;
  display: none;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li > a {
  padding: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li > a {
    font-size: 18px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li > a {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li > a {
    line-height: 26px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li > a {
  font-style: normal;
  color: #002c22;
  text-transform: uppercase;
  font-weight: 400;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown > ul > li > a:hover {
  color: #018365;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .menu-btn {
  background-color: #002c22;
  padding: 0px;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .menu-btn a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 4px 10px;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .menu-btn a:hover {
  color: #ffffff;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .dropdown-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 180px;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .dropdown-menu li a {
  font-size: 18px;
  line-height: 26px;
  padding: 7px 15px;
  color: black;
}
.site-content.site-content-front-page .section-what-we-offer .image-card .nav-for-dropdown .dropdown-menu li a.active {
  background-color: #afecd1;
  color: black;
}
.site-content.site-content-front-page .section-what-we-offer .image-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  clip-path: polygon(0% 0, 0 0%, calc(100% - 40px) 0%, 100% calc(0% + 40px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .image-section {
    clip-path: polygon(0% 0, 0 0%, calc(100% - 80px) 0%, 100% calc(0% + 80px), 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content {
  padding: 30px 60px 192px 32px;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .section-what-we-offer .image-section .image-content {
    padding: 60px 0px 169px 64px;
    width: 45%;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-heading {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-heading {
    font-size: 36px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-heading {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-heading {
    line-height: 46px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-heading {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px !important;
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-desc {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-desc {
    font-size: 22px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-desc {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-desc {
    line-height: 28px;
  }
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content .offer-desc {
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 21px;
}
.site-content.site-content-front-page .section-what-we-offer .image-section .image-content .btn-dark {
  border: 2px solid #018365;
}
.site-content.site-content-front-page .section-what-we-offer .image-section::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-content.site-content-front-page .affiliates-section {
  padding: 0px 24px 60px 24px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section {
    padding: 180px 130px 120px 130px;
  }
}
@media only screen and (max-width: 767px) {
  .site-content.site-content-front-page .affiliates-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .site-content.site-content-front-page .affiliates-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section > .vc_row {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .site-content.site-content-front-page .affiliates-section > .vc_row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_column-inner {
  padding: 0px;
  position: relative;
  z-index: 2;
}
.site-content.site-content-front-page .affiliates-section.vc_section.vc_section-has-fill {
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section.vc_section.vc_section-has-fill {
    padding-top: 80px;
  }
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme {
  padding: 60px 24px 60px 24px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section.section-darkTheme {
    padding: 100px 130px 120px 130px;
  }
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme {
  background-color: #003e2f;
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme p,
.site-content.site-content-front-page .affiliates-section.section-darkTheme span {
  color: #ffffff;
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme .left-col {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme .left-col:before {
  content: none;
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme .right-col {
  margin-top: 0px;
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme .right-col .btn, .site-content.site-content-front-page .affiliates-section.section-darkTheme .right-col .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .site-content.site-content-front-page .affiliates-section.section-darkTheme .right-col .moretag {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.site-content.site-content-front-page .affiliates-section.section-darkTheme .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote .affiliate-name:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  background-color: #018365;
}
.site-content.site-content-front-page .affiliates-section .left-col {
  position: relative;
  margin-top: 50px;
  width: 100%;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .left-col {
    width: 50%;
    padding-bottom: 0px;
  }
}
.site-content.site-content-front-page .affiliates-section .left-col:before {
  position: absolute;
  content: "";
  left: 0;
  width: 222px;
  height: 120px;
  margin-top: -40px;
  margin-left: -32px;
  background-color: #afecd1;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .left-col:before {
    width: 410px;
    height: 226px;
    margin-top: -80px;
    margin-left: -80px;
  }
}
.site-content.site-content-front-page .affiliates-section .left-col .wpb_wrapper .wpb_text_column {
  padding-bottom: 32px;
}
.site-content.site-content-front-page .affiliates-section .left-col .wpb_wrapper .wpb_text_column:first-child {
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .left-col .wpb_wrapper .wpb_text_column:first-child {
    padding-bottom: 16px;
  }
}
.site-content.site-content-front-page .affiliates-section .left-col .wpb_wrapper .wpb_text_column:last-child {
  padding-bottom: 0px;
}
.site-content.site-content-front-page .affiliates-section .left-col .t-hero-head2 {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .left-col .t-hero-head2 {
    margin-bottom: 0px !important;
  }
}
.site-content.site-content-front-page .affiliates-section .right-col {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .right-col {
    width: 50%;
    margin-top: 50px;
    padding-bottom: 0px;
  }
}
.site-content.site-content-front-page .affiliates-section .right-col .amg-desc {
  font-weight: 400;
  margin-top: 0px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .affiliates-section .right-col .amg-desc {
    font-size: 18px;
  }
}
.site-content.site-content-front-page .affiliates-section .right-col .amg-desc {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .affiliates-section .right-col .amg-desc {
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .right-col .amg-desc {
    margin-top: 52px;
  }
}
.site-content.site-content-front-page .affiliates-section .right-col .btn, .site-content.site-content-front-page .affiliates-section .right-col .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .site-content.site-content-front-page .affiliates-section .right-col .moretag {
  float: left;
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .right-col .btn, .site-content.site-content-front-page .affiliates-section .right-col .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .moretag, .blog-landing .blog-results .blog-results-recent .blog-results-recent-desc .site-content.site-content-front-page .affiliates-section .right-col .moretag {
    float: right;
    margin-top: 80px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider {
  position: relative;
  padding-left: 0px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider {
    padding-left: 200px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote p {
  font-weight: 300;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote p {
    font-size: 44px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote p {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote p {
    line-height: 1.3;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote .affiliate-name {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote .affiliate-name {
    font-size: 18px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote .affiliate-name {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote .affiliate-name {
    line-height: 26px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote .affiliate-name {
  position: relative;
  padding-left: 35px;
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .quote .affiliate-name:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  background-color: #002c22;
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/quotes-mobile.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 5px;
  flex-shrink: 0;
  position: relative;
  border: 0px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider:before {
    background-image: url(/wp-content/themes/amg/public/images/quotes.svg);
    width: 140px;
    height: 140px;
    position: absolute;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-next {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: 105%;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-next {
    width: 60px;
    height: 60px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-next:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_Mobile.svg);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  top: 5px;
  flex-shrink: 0;
  position: relative;
  border: 0px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-next:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Left_XL.svg);
    width: 60px;
    height: 60px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-prev {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: 105%;
  width: 40px;
  height: 40px;
  margin-right: 50px;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-prev {
    width: 60px;
    height: 60px;
    margin-right: 70px;
  }
}
.site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-prev:before {
  content: "";
  background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_Mobile.svg);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  top: 5px;
  flex-shrink: 0;
  position: relative;
  border: 0px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .affiliates-section .vc_row .vc_column-inner .wpb_wrapper .affiliate_slider .affiliateSlider .slick-prev:before {
    background-image: url(/wp-content/themes/amg/public/images/Arrow_Right_XL.svg);
    width: 60px;
    height: 60px;
  }
}
.site-content.site-content-front-page .disclaimer-section {
  padding: 50px 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .site-content.site-content-front-page .disclaimer-section {
    padding: 50px 0 100px;
  }
}
.site-content.site-content-front-page .disclaimer-section > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.site-content.site-content-front-page .disclaimer-section .vc_column-inner {
  padding: 0px;
}
.site-content.site-content-front-page .disclaimer-section .vc_section {
  padding: 0px 24px 24px 24px;
}
.site-content.site-content-front-page .disclaimer-section .affiliates-disclaimer {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .disclaimer-section .affiliates-disclaimer {
    font-size: 16px;
  }
}
.site-content.site-content-front-page .disclaimer-section .affiliates-disclaimer {
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .site-content.site-content-front-page .disclaimer-section .affiliates-disclaimer {
    line-height: 22px;
  }
}
.site-content.site-content-front-page .disclaimer-section .affiliates-disclaimer {
  font-weight: 300;
  color: #002c22;
}
.site-content.site-content-front-page .disclaimer-section .affiliates-disclaimer sup {
  font-size: 10px;
  line-height: 10px;
}
.site-content.site-content-front-page .section-marketing-amg-partner {
  padding-top: 40px !important;
}
.site-content.site-content-front-page .section-marketing-amg-partner > .vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_empty_space {
  display: none;
}
.site-content.site-content-front-page .section-marketing-amg-partner .vc_inner .wpb_column {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.site-content.site-content-front-page .section-marketing-amg-partner .vc_inner .wpb_column:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.site-content.site-content-front-page .section-marketing-amg-partner .vc_inner .wpb_column p {
  color: #777777;
}
.site-content.site-content-front-page .section-unique-partnership {
  background: url("/wp-content/themes/amg/public/img/partnership-approach.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0 30px;
}
.site-content.site-content-front-page .section-unique-partnership .three-column-inner-white {
  margin-bottom: 15px;
  padding-top: 14px;
}
.site-content.site-content-front-page .section-unique-partnership .three-column-inner-white .wpb_column {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.site-content.site-content-front-page .section-unique-partnership .three-column-inner-white .wpb_column:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.site-content.site-content-front-page .amg-funds {
  padding: 30px;
}
.site-content.site-content-front-page .amg-funds h3 {
  margin-bottom: 0.5em !important;
}
.site-content.site-content-front-page .amg-funds p {
  color: #777777;
}
.site-content.site-content-front-page .amg-funds p a {
  margin-top: 25px;
}
.site-content.site-content-front-page .utility-home {
  padding: 45px 30px;
}
.site-content.site-content-front-page .utility-home .vc_empty_space {
  display: none;
}
.site-content.site-content-front-page .t-hero-head2 {
  font-weight: 300;
}
.site-content.site-content-front-page {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content.site-content-front-page {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
@media only screen and (min-width: 768px) {
  .site-content.site-content-front-page .section-marketing-news-content {
    background: #ffffff;
    padding-top: 0;
  }
  .site-content.site-content-front-page .section-marketing-news-content > .vc_row {
    padding-bottom: 30px;
  }
  .site-content.site-content-front-page .section-marketing-news-content > .vc_row > .marketing-news-inner > .vc_column-inner > .wpb_wrapper {
    padding: 20px 35px;
    margin: 0;
  }
  .site-content.site-content-front-page .section-marketing-news-content > .vc_row .vc_row, .site-content.site-content-front-page .section-marketing-news-content > .vc_row.vc_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .site-content.site-content-front-page .section-marketing-news-content > .vc_row .vc_col-sm-2 {
    margin-bottom: 0;
    width: auto;
  }
  .site-content.site-content-front-page .section-marketing-news-content > .vc_row .vc_col-sm-8 {
    margin-bottom: 0;
    width: auto;
  }
  .site-content.site-content-front-page .section-marketing-news-content > .vc_row .wpb_column a, .site-content.site-content-front-page .section-marketing-news-content > .vc_row.vc_col-sm-2 a {
    font-size: 1.6rem;
  }
}
.site-content.site-content-front-page {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
.site-content.site-content-front-page {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
@media only screen and (min-width: 1200px) {
  .site-content.site-content-front-page .section-marketing-news-content > .vc_row > .marketing-news-inner > .vc_column-inner > .wpb_wrapper {
    padding: 20px 70px;
  }
  .site-content.site-content-front-page .section-marketing-amg-numbers .three-column-inner .wpb_column {
    margin-bottom: 0;
    padding: 13px 30px;
  }
  .site-content.site-content-front-page .section-marketing-amg-partner > .vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_empty_space {
    display: block;
  }
  .site-content.site-content-front-page .section-marketing-amg-partner .vc_inner .wpb_column {
    border-bottom: none;
    border-right: 1px solid #dddddd;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .site-content.site-content-front-page .section-marketing-amg-partner .vc_inner .wpb_column:last-child {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .site-content.site-content-front-page .section-marketing-amg-partner .vc_inner .wpb_column p {
    color: #777777;
  }
  .site-content.site-content-front-page .section-unique-partnership {
    padding: 28px 60px !important;
  }
  .site-content.site-content-front-page .section-unique-partnership .three-column-inner-white {
    margin-bottom: 45px;
  }
  .site-content.site-content-front-page .section-unique-partnership .three-column-inner-white .wpb_column {
    border-bottom: none;
    border-right: 1px solid #dddddd;
    padding-bottom: 0;
    padding-left: 10px;
    margin-bottom: 0;
  }
  .site-content.site-content-front-page .section-unique-partnership .three-column-inner-white .wpb_column:first-child {
    padding-left: 0;
  }
  .site-content.site-content-front-page .section-unique-partnership .three-column-inner-white .wpb_column:last-child {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site-content.site-content-front-page .amg-funds {
    padding: 60px;
  }
  .site-content.site-content-front-page .amg-funds h3 {
    margin-bottom: 0 !important;
  }
  .site-content.site-content-front-page .amg-funds p a {
    margin-top: 0;
  }
  .site-content.site-content-front-page .utility-home {
    padding: 45px 0;
  }
}
.site-content .container {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .site-content .container {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-content .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/**
 * _gate39media-hubspot.scss
 *
 * Description: Hubspot Form Styles
 * Version: 1.0.0
 * Last update: 2019/07/19
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content .hs-form, .site-content .hbspt-form {
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content .hs-form, .site-content .hbspt-form {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
.site-content .hs-form, .site-content .hbspt-form {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
.site-content .hs-form, .site-content .hbspt-form {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
.site-footer {
  padding-top: 75px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}
.site-footer .footer-text h1 {
  color: #afecd1;
  margin-bottom: 48px;
  font-size: 3.2em;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-text h1 {
    margin-bottom: 90px;
    font-size: 6.8em;
    line-height: 78px;
  }
}
.site-footer.site-footer-amg {
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .site-footer.site-footer-amg .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.site-footer.site-footer-amg .container {
  padding-left: 30px;
  padding-right: 30px;
}
.site-footer.site-footer-amg .site-footer-nav {
  padding: 0 0 15px;
  margin-bottom: 45px;
  border-bottom: 1px solid #748a96;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav {
    padding: 0 0 45px;
    margin-bottom: 60px;
  }
}
.site-footer.site-footer-amg .site-footer-nav .list-unstyled {
  padding: 0;
  margin: 0;
  float: none !important;
  display: block;
  padding-bottom: 21px;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav .list-unstyled {
    padding-bottom: 0;
  }
}
.site-footer.site-footer-amg .site-footer-nav .list-unstyled li {
  margin: 0;
  margin-bottom: 6px;
  float: none;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav .list-unstyled li {
    margin-bottom: 18px;
  }
}
.site-footer.site-footer-amg .site-footer-nav .list-unstyled li > a {
  display: block;
  color: white !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: capitalize;
  border-bottom: 1px solid transparent;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav .list-unstyled li > a {
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
  }
}
.site-footer.site-footer-amg .site-footer-nav .list-unstyled li > a:active, .site-footer.site-footer-amg .site-footer-nav .list-unstyled li > a:focus, .site-footer.site-footer-amg .site-footer-nav .list-unstyled li > a:hover {
  border-bottom-color: white;
}
.site-footer.site-footer-amg .site-footer-nav .list-unstyled li:first-child > a {
  font-family: "Gellix", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav .list-unstyled li:first-child > a {
    font-size: 20px;
    line-height: 30px;
  }
}
.site-footer.site-footer-amg .site-footer-nav .footer3 .list-unstyled li {
  margin-bottom: 18px;
}
.site-footer.site-footer-amg .site-footer-nav .footer3 .list-unstyled li > a {
  font-family: "Gellix", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav .footer3 .list-unstyled li > a {
    font-size: 20px;
    line-height: 30px;
  }
}
.site-footer.site-footer-amg .site-footer-nav .footer4 .list-unstyled li {
  margin-bottom: 18px;
}
.site-footer.site-footer-amg .site-footer-nav .footer4 .list-unstyled li:last-child > a {
  font-family: "Gellix", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #002c22 !important;
  background-color: white;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav .footer4 .list-unstyled li:last-child > a {
    font-size: 20px;
    line-height: 30px;
    width: fit-content;
  }
}
.site-footer.site-footer-amg .site-footer-nav .footer4 .list-unstyled li.white-btn > a {
  font-family: "Gellix", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #002c22 !important;
  background-color: white;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .site-footer-nav .footer4 .list-unstyled li.white-btn > a {
    font-size: 20px;
    line-height: 30px;
    width: fit-content;
  }
}
.site-footer.site-footer-amg .other-sites-section {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .other-sites-section {
    flex-direction: row;
  }
}
.site-footer.site-footer-amg .other-sites-section .other-sites {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .other-sites-section .other-sites {
    order: 1;
  }
}
.site-footer.site-footer-amg .other-sites-section .other-sites ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.site-footer.site-footer-amg .other-sites-section .other-sites ul li {
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 26px;
  color: white;
  border: 0 none;
  font-weight: 700;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .other-sites-section .other-sites ul li {
    padding-right: 30px;
    font-size: 18px;
  }
}
.site-footer.site-footer-amg .other-sites-section .other-sites ul li::before {
  display: none;
  content: none;
}
.site-footer.site-footer-amg .other-sites-section .other-sites ul li a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.site-footer.site-footer-amg .other-sites-section .other-sites ul li a:active, .site-footer.site-footer-amg .other-sites-section .other-sites ul li a:focus, .site-footer.site-footer-amg .other-sites-section .other-sites ul li a:hover {
  border-bottom-color: white;
}
.site-footer.site-footer-amg .other-sites-section .footer-logo {
  order: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .other-sites-section .footer-logo {
    padding-bottom: 0;
    order: 2;
  }
}
.site-footer.site-footer-amg .other-sites-section .footer-logo .navbar-brand {
  margin-right: 0;
}
.site-footer.site-footer-amg .other-sites-section .footer-logo img {
  max-width: 110px;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .other-sites-section .footer-logo img {
    max-width: 100%;
  }
}
.site-footer.site-footer-amg .copyright-section {
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .copyright-section {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer.site-footer-amg .copyright-section .copyright {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .copyright-section .copyright {
    padding-bottom: 0;
  }
}
.site-footer.site-footer-amg .copyright-section .copyright p {
  color: #b1c0c9;
  line-height: 22px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .copyright-section .copyright p {
    font-size: 1.6rem;
  }
}
.site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li {
  padding: 0;
  padding-bottom: 6px;
  padding-right: 21px;
  float: none;
  white-space: nowrap;
}
.site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li {
    padding: 0;
    padding-right: 21px;
  }
}
.site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li a {
  color: #b1c0c9;
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
  border-bottom: 0px solid transparent;
}
@media only screen and (min-width: 768px) {
  .site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    font-size: 1.6rem;
  }
}
.site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li a.active, .site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li a:active, .site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li a:focus, .site-footer.site-footer-amg .copyright-section .footer-nav-links .privacy-nav li a:hover {
  border-bottom-color: #b1c0c9;
}

.BackToTop {
  width: auto;
  height: auto;
  color: #ffffff;
  background: rgba(1, 131, 101, 0.7) !important;
  position: fixed;
  right: 0;
  bottom: -5rem;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0 none !important;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .BackToTop {
    font-size: 16px;
  }
}
.BackToTop {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .BackToTop {
    line-height: 22px;
  }
}
.BackToTop {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 16px;
  transition: 0.5s all ease;
  padding: 10px;
  clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  width: 100px;
  height: 100px;
}
.BackToTop span {
  display: flex;
  flex-direction: column;
  transform: translateY(0px);
  transition: 0.5s all ease;
  max-width: 60px;
}
.BackToTop.active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.BackToTop:active, .BackToTop:focus, .BackToTop:visited {
  color: white;
}
.BackToTop:hover {
  color: white;
}
@media only screen and (min-width: 768px) {
  .BackToTop:hover {
    clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% 100%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 100% 100%, 0% 100%);
  }
}
.BackToTop:hover span {
  transform: translateY(-5px);
}
.BackToTop i {
  font-size: 20px;
  width: auto;
  height: auto;
  margin: 0 0 12px;
}

/**
 * _gate39media-inner-affiliates.scss
 *
 * Description: Inner Page Sections.
 * Version: 1.0.0
 * Last update: 2020/09/23
 * Author: Gate 39 Media <tech@gate39media.com>
 *
 */
.site-content.page-affiliates #affiliateSlider {
  overflow: hidden;
  padding: 2rem 0;
  margin: 0 -6rem;
}
.site-content.page-affiliates #affiliateSlider .affiliate-slide {
  padding: 3rem;
}
.site-content.page-affiliates #affiliateSlider .affiliate-slide .boutique-container {
  padding: 2rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  transition: transform 100ms ease-in-out;
  background: white;
  min-height: 320px;
}
.site-content.page-affiliates #affiliateSlider .affiliate-slide .boutique-container img {
  margin: 5rem 0;
}
.site-content.page-affiliates #affiliateSlider .affiliate-slide .boutique-container h3 {
  margin-bottom: 1.13em !important;
}
.site-content.page-affiliates #affiliateSlider .affiliate-slide .boutique-container h3:hover {
  text-decoration: underline;
}
.site-content.page-affiliates #affiliateSlider .affiliate-slide .boutique-container:hover {
  transform: scale(1.05);
}
.site-content.page-affiliates #affiliateSlider .slick-arrow {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  transition: opacity 250ms ease-in-out;
}
.site-content.page-affiliates #affiliateSlider .slick-prev {
  left: 0;
}
.site-content.page-affiliates #affiliateSlider .slick-next {
  right: 0;
}
.site-content.page-affiliates #affiliateSlider:hover .slick-arrow {
  opacity: 1;
}
.site-content.page-affiliates .affiliatesAlpha #rightArrow,
.site-content.page-affiliates .affiliatesAlpha #leftArrow {
  display: block;
  position: absolute;
  top: 0;
  transition: opacity 250ms ease-in-out;
  color: white;
}
.site-content.page-affiliates .affiliatesAlpha #rightArrow:hover,
.site-content.page-affiliates .affiliatesAlpha #leftArrow:hover {
  cursor: pointer;
}
.site-content.page-affiliates .affiliatesAlpha #rightArrow {
  right: 3rem;
  opacity: 1;
}
.site-content.page-affiliates .affiliatesAlpha #leftArrow {
  left: 3rem;
  opacity: 1;
}
.site-content.page-affiliates .affiliatesAlpha h2 {
  padding-top: 45px;
}
.site-content.page-affiliates .affiliatesAlpha-nav-container {
  position: relative;
}
.site-content.page-affiliates .affiliatesAlpha-nav {
  font-size: 2.7rem;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  padding-bottom: 23px;
  margin: 0;
  margin-bottom: 0;
  text-align: center;
}
.site-content.page-affiliates .affiliatesAlpha-nav li {
  display: inline-block;
  padding: 0 0.25em;
  margin: 0 0.25em;
  border: 2px solid transparent;
  transition: border 200ms ease-in-out;
  cursor: pointer;
}
.site-content.page-affiliates .affiliatesAlpha-nav li.is-active, .site-content.page-affiliates .affiliatesAlpha-nav li:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.site-content.page-affiliates .affiliatesAlpha-nav li.disabled {
  color: #777777;
  cursor: default !important;
}
.site-content.page-affiliates .affiliatesAlpha-list {
  padding: 45px 0;
  font-size: 1.6rem;
  line-height: 0.1 0.6;
  font-family: "Roboto Condensed", sans-serif;
  color: #777777;
  margin: 0;
  margin-bottom: 0;
  text-align: left;
}
.site-content.page-affiliates .affiliatesAlpha-list li {
  margin-bottom: 0.7em;
}
.site-content.page-affiliates .affiliatesAlpha-list li a:hover {
  color: #32517c;
  text-decoration: underline;
}
.site-content.page-affiliates {
  /*=======  Bootstrap 4 Media Queries  =======*/
  /*==========  Mobile First Method  ==========*/
  /* Small devices (landscape phones, 576px and up) */
  /* min-width : 576px */
}
.site-content.page-affiliates {
  /* Medium devices (tablets, 768px and up) */
  /* min-width : 768px */
}
@media only screen and (min-width: 768px) {
  .site-content.page-affiliates #affiliateSlider {
    padding: 6rem;
    margin: 0;
  }
  .site-content.page-affiliates .affiliatesAlpha-list {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.site-content.page-affiliates {
  /* Large devices (desktops, 992px and up) */
  /* min-width : 992px */
}
.site-content.page-affiliates {
  /* Extra large devices (large desktops, 1200px and up) */
  /* min-width : 1200px */
}
@media only screen and (min-width: 1200px) {
  .site-content.page-affiliates .affiliatesAlpha-nav {
    font-size: 1.8rem;
    padding-bottom: 45px;
  }
  .site-content.page-affiliates .affiliatesAlpha #rightArrow,
  .site-content.page-affiliates .affiliatesAlpha #leftArrow {
    display: none;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/amg/public/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url(/wp-content/themes/amg/public/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
#affiliateSlider {
  overflow: hidden;
  padding: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #affiliateSlider {
    padding: 2rem 0;
    margin: 0 -6rem;
  }
}
#affiliateSlider .swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
}
#affiliateSlider .swiper-button-next,
#affiliateSlider .swiper-button-prev {
  background: none;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #affiliateSlider .swiper-button-next,
  #affiliateSlider .swiper-button-prev {
    display: none;
  }
}
#affiliateSlider .swiper-button-next {
  right: 3rem;
}
#affiliateSlider .swiper-button-prev {
  left: 3rem;
}
#affiliateSlider .swiper-slide {
  padding: 3rem;
}
#affiliateSlider picture {
  margin: 5rem 0;
}

.boutique-container {
  padding: 2rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  transition: transform 100ms ease-in-out;
}
.boutique-container:hover {
  transform: scale(1.05);
}
.boutique-container h3:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
  #affiliatesAlpha ul.affiliatesAlpha-nav {
    white-space: nowrap;
    overflow-x: hidden;
    margin: 0 6rem;
  }
  #affiliatesAlpha ul.affiliatesAlpha-nav li {
    font-size: 1.5em;
  }
}
#affiliatesAlpha ul.affiliatesAlpha-nav li {
  padding: 0 0.25em;
  margin: 0 0.25em;
  border: 2px solid transparent;
  transition: border 200ms ease-in-out;
}
#affiliatesAlpha ul.affiliatesAlpha-nav li.is-active,
#affiliatesAlpha ul.affiliatesAlpha-nav li:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
#affiliatesAlpha ul.affiliatesAlpha-nav li.t-white:hover {
  cursor: pointer;
}
#affiliatesAlpha ul.affiliatesAlpha-list li a:hover {
  color: #32517c;
  text-decoration: underline;
}
#affiliatesAlpha #rightArrow, #affiliatesAlpha #leftArrow {
  position: absolute;
  top: 0;
  transition: opacity 250ms ease-in-out;
}
#affiliatesAlpha #rightArrow:hover, #affiliatesAlpha #leftArrow:hover {
  cursor: pointer;
}
#affiliatesAlpha #rightArrow {
  right: 3rem;
  opacity: 1;
}
#affiliatesAlpha #leftArrow {
  left: 3rem;
  opacity: 1;
}

.Modal h3 {
  padding-right: 3.5rem;
}

.Modal-close-button {
  font-size: 2.2rem;
}

.Modal hr {
  border-width: 2px;
}

/*# sourceMappingURL=gate39media-app.min.css.map */
