@charset "UTF-8";
/*!
	Theme Name: GMB Fitness
	Theme URI: http://gmb.io/
	Description: GMB Fitness theme created for the Genesis Framework.
	Author: wpdev.co
	Author URI: http://wpdev.co/
	Version: 3.0.27
	Template: genesis
	Template Version: 2.0.1
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "DINNextW01-CondensedUlt";
  src: url("assets/fonts/d544417b-3dbf-4d66-9f4c-cc1264548542.woff2") format("woff2"), url("assets/fonts/02c54ffd-ffe5-4a1d-baf3-6f2f329e985e.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("assets/fonts/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("assets/fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "DIN Next W01 Bold";
  src: url("assets/fonts/121784c1-863c-4e49-b682-625ea7de55b0.woff2") format("woff2"), url("assets/fonts/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff") format("woff");
  font-display: swap;
}
/* Box Sizing
---------------------------------------------------------------------------------------------------- */
*,
input[type=search] {
  box-sizing: border-box;
}

img.lazy {
  display: block !important;
}

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.team-member .footer:before {
  content: " ";
  display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.team-member .footer:after {
  clear: both;
  content: " ";
  display: table;
}

.clearfix {
  clear: both;
}

/**----------------------------------------------------------------------------------------------------
	Golden Ratio Typography: http://www.pearsonified.com/typography/
	$fontBase = 16px
	$contentWidth = 740px
	$lineHeight = 26px
    ---------------------------------------------------------------------------------------------------- 
    */
html {
  font-size: 62.5%;
  height: 100%; /* fixes focus scrolling in Safari (OS X) */
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #20262e;
  font-family: "DIN Next W01 Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden; /* prevents horizontal scroll bars */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* disable webkit tap highlight */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 0 24px;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
}

h2 {
  font-size: 33px;
  line-height: 38px;
  margin: 0 0 30px 0;
  padding-top: 10px;
  font-family: "DIN Next W01 Regular";
}

h3 {
  font-size: 24px;
  line-height: 37px;
  font-family: "DIN Next W01 Bold";
}

h4 {
  font-size: 22px;
  line-height: 33px;
  margin: 0 0 16px;
  font-family: "DIN Next W01 Regular";
}

h5 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 16px;
  font-family: "DIN Next W01 Regular";
}

h6 {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: "DIN Next W01 Bold";
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button {
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #20262e;
  color: #fff;
}

::selection {
  background-color: #20262e;
  color: #fff;
}

a {
  color: #20262e;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
}

a:hover {
  color: #20262e;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  color: #28b1de;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 40px 40px 40px 0;
}

b,
strong {
  font-family: "DIN Next W01 Bold";
}

/* Objects
	---------------------------------------------------------------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

/* Embed Responsively
	---------------------------------------------------------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 24px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* WordPress Defaults
---------------------------------------------------------------------------------------------------- */
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption {
  padding: 5px;
  border-radius: 3px;
  background-color: #20262e;
}

.wp-caption.green {
  background-color: #4dba97;
}

.wp-caption.blue {
  background-color: #28b1de;
}

.wp-caption.pink {
  background-color: #e03f85;
}

.wp-caption.white {
  background-color: #fff;
}

.wp-caption img {
  display: block;
}

.wp-caption-text {
  font-size: 18px;
  line-height: 28px;
  font-family: "DIN Next W01 Regular";
  text-align: center;
  padding: 16px 11px 11px 16px;
  margin-bottom: 0;
  color: #fff;
}

.wp-caption-text a {
  color: #fff;
}

.wp-caption-text a:hover {
  color: #28b1de;
}

.wp-caption.white .wp-caption-text {
  color: #20262e;
}

/* Forms
---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #20262e;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 16px 14px 16px;
  width: 100%;
}

#mm-preview-settings-bar {
  height: 36px !important;
  padding-top: 7px;
}

#mm-preview-settings-bar select {
  border: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: inherit;
  width: inherit;
}

#wpadminbar .ab-top-secondary {
  border-bottom: none !important;
  background: none !important;
}

input[type=button],
input[type=submit] {
  width: auto;
}

input[type=url],
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  border: 1px solid #ccc;
  outline: none;
}

.search-form,
.searchform {
  position: relative;
}

.search-form input[type=search] {
  background-color: #f1f1f1;
  font-family: "DIN Next W01 Regular";
  padding-left: 56px;
}

.search-form input[type=submit],
.searchform input[type=submit] {
  display: inline-block;
  position: absolute;
  background-color: transparent;
  border: none;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  width: auto;
  top: 1px;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-search {
  margin-bottom: 26px;
}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper {
  margin-bottom: 24px;
}

div.gform_wrapper input[type=email],
div.gform_wrapper input[type=text],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  padding: 16px;
}

div.gform_wrapper .top_label textarea.textarea,
div.gform_wrapper .top_label textarea.textarea.small,
div.gform_wrapper .top_label textarea.textarea.medium,
div.gform_wrapper .top_label textarea.textarea.large {
  width: 100%;
}

div.gform_wrapper input[type=file] {
  line-height: 16px;
}

div.gform_wrapper input[type=radio] {
  width: inherit;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 8px;
}

div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper ul.gform_fields {
  margin-left: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 24px 0 0;
  list-style-type: none;
}

div.gform_wrapper form .gfield_radio {
  margin-top: 16px;
  margin-left: 0;
}

div.gform_wrapper form .gfield_radio li {
  margin-top: 0;
  padding-bottom: 16px;
}

div.gform_wrapper form li .gfield_label {
  font-weight: bold;
}

div.gform_wrapper form li .ginput_container {
  margin-top: 6px;
}

div.gform_wrapper select {
  height: 60px;
  font-size: 18px;
}

div.gform_wrapper form li .gfield_description {
  font-size: 16px;
  line-height: 26px;
  margin-top: 6px;
}

.gform_wrapper .gfield_required {
  color: #e03f85;
  margin-left: 4px;
}

div.gform_wrapper .description,
div.gform_wrapper .gfield_description,
div.gform_wrapper .gsection_description,
div.gform_wrapper .instruction {
  font-family: "DIN Next W01 Regular";
}

.coaching-app_wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0 10%;
}

div.coaching-app_wrapper ul.gfield_radio li,
div.coaching-app_wrapper ul.gfield_checkbox li {
  padding: 0 0 0 2px !important;
  font-size: 18px;
}

div.coaching-app_wrapper ul.gfield_radio li input + input {
  width: auto;
}

.coaching-app_wrapper .gform_body {
  background-color: #fff;
  padding: 16px 24px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}

.coaching-app_wrapper #field_9_8 {
  background-color: #f1f1f1;
  padding: 16px 24px;
}

.coaching-app_wrapper #field_9_10 {
  margin: 0;
  padding: 16px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
  padding-top: 20px;
}

.content {
  float: right;
  width: 740px;
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary {
  float: left;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  position: relative;
  float: left;
  margin-left: 2.5641025641%;
  margin-bottom: 16px;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.7179487179%;
}

.one-third,
.two-sixths {
  width: 31.6239316239%;
}

.four-sixths,
.two-thirds {
  width: 65.811965812%;
}

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.first {
  clear: both;
  margin-left: 0;
}

.flex-container {
  display: flex;
  gap: 2rem;
}

.flex-container-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.flex-container.gap-none,
.flex-container-col.gap-none {
  gap: 0;
}

.flex-container.gap-md,
.flex-container-col.gap-md {
  gap: clamp(2rem, 3.4vw, 4rem);
}

.flex-container.gap-lg,
.flex-container-col.gap-lg {
  gap: clamp(3rem, 7.5vw, 7rem);
}

.flex-container.gap-xl,
.flex-container-col.gap-xl {
  gap: clamp(4rem, 10.2vw, 10rem);
}

.flex-container-col > * {
  margin: 0;
}

.flex-container.flex-container > *:has(:is(iframe, img, video)) {
  width: auto;
}

.flex-container .five-sixths,
.flex-container .four-sixths,
.flex-container .one-fourth,
.flex-container .one-half,
.flex-container .one-sixth,
.flex-container .one-third,
.flex-container .three-fourths,
.flex-container .three-sixths,
.flex-container .two-fourths,
.flex-container .two-sixths,
.flex-container .two-thirds {
  width: auto;
  float: none;
  margin: 0;
}
.flex-container .one-half,
.flex-container .one-third,
.flex-container .one-fourth,
.flex-container .one-sixth {
  flex: 1;
}
.flex-container .two-thirds,
.flex-container .two-sixths,
.flex-container .two-fourths {
  flex: 2;
}
.flex-container .three-fourths,
.flex-container .three-sixths {
  flex: 3;
}
.flex-container .four-sixths {
  flex: 4;
}
.flex-container .five-sixths {
  flex: 5;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  grid-auto-flow: row;
}

.grid-container.gap-none {
  gap: 0;
}

.grid-container.gap-md {
  gap: clamp(2rem, 3.4vw, 4rem);
}

.grid-container.gap-lg {
  gap: clamp(3rem, 7.5vw, 7rem);
}

.grid-container.gap-xl {
  gap: clamp(4rem, 10.2vw, 10rem);
}

.grid-container > * {
  float: none;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-container .one-half {
  grid-column: span 6;
}
.grid-container .one-third {
  grid-column: span 4;
}
.grid-container .one-fourth {
  grid-column: span 3;
}
.grid-container .one-sixth {
  grid-column: span 2;
}
.grid-container .full-width {
  grid-column: span 12;
}
.grid-container .two-thirds {
  grid-column: span 8;
}
.grid-container .two-fourths {
  grid-column: span 6;
}
.grid-container .three-fourths {
  grid-column: span 9;
}
.grid-container .two-sixths {
  grid-column: span 4;
}
.grid-container .three-sixths {
  grid-column: span 6;
}
.grid-container .fourth-sixths {
  grid-column: span 8;
}
.grid-container .five-sixths {
  grid-column: span 10;
}

/*
Utils
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .hide-at-md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-below-md {
    display: none !important;
  }
}
.flex {
  display: flex;
}

/*
Text colors
---------------------------------------------------------------------------------------------------- */
.text-pink {
  color: #e03f85;
}

.text-blue {
  color: #28b1de;
}

.text-black {
  color: black;
}

.text-white {
  color: white;
}

.text-gradient {
  background-image: linear-gradient(to right, #28b1de, #e03f85, #28b1de, #e03f85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300%;
  background-position: -100%;
  animation: animateText 15s infinite alternate-reverse;
}

@keyframes animateText {
  from {
    background-position: 0%;
  }
  to {
    background-position: 100%;
  }
}
/*
Header and Paragraph Font Size Utilities 
---------------------------------------------------------------------------------------------------- */
/* Header Sizes */
.header-xxl {
  font-family: "DIN Next W01 Bold";
  font-weight: 700;
  letter-spacing: -1.6px;
  font-size: clamp(4rem, 10vw, 8.5rem);
  line-height: clamp(4.5rem, 12vw, 9.5rem);
}

.header-xl {
  font-family: "DIN Next W01 Bold";
  font-weight: 700;
  letter-spacing: -1.4px;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: clamp(4rem, 10vw, 8.5rem);
}

.header-lg {
  font-family: "DIN Next W01 Bold";
  font-weight: 700;
  letter-spacing: -1px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: clamp(3rem, 7vw, 5.5rem);
}

.header-md {
  font-family: "DIN Next W01 Bold";
  font-weight: 700;
  letter-spacing: -0.8px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: clamp(2.5rem, 5.5vw, 4.5rem);
}

.header-sm {
  font-family: "DIN Next W01 Bold";
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: clamp(2rem, 5vw, 3.5rem);
}

.sub-header {
  font-family: "DIN Next W01 Bold";
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: clamp(2rem, 5vw, 3.5rem);
  color: #e03f85;
}

.p-xl {
  font-size: clamp(1.6rem, 3.3vw, 2.4rem);
  line-height: 1.5;
}

.p-lg {
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  line-height: 1.5;
}

.p-md {
  font-size: clamp(1.4rem, 2.55vw, 2.2rem);
  line-height: 1.5;
}

.p-sm {
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  line-height: 1.5;
}

.p-xs {
  font-size: clamp(1rem, 2.05vw, 1.675rem);
  line-height: 1.5;
}

.line-height-lg {
  line-height: 1.8;
}

.line-height-sm {
  line-height: 1.2;
}

/*
Arrow Styling
---------------------------------------------------------------------------------------------------- */
.arrow {
  display: inline-block;
  background-image: url(./images/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: clamp(20px, 4vw, 24px);
  height: clamp(20px, 4vw, 24px);
  transform: translate(4px, 5px);
  margin-top: -10px;
}

.arrow.pink {
  filter: invert(40%) sepia(29%) saturate(2724%) hue-rotate(299deg) brightness(89%) contrast(97%);
}

.arrow.blue {
  filter: invert(69%) sepia(19%) saturate(4012%) hue-rotate(159deg) brightness(91%) contrast(91%);
}

.arrow.white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(100%) contrast(103%);
}

.arrow.black {
  filter: invert(0%) sepia(95%) saturate(7471%) hue-rotate(151deg) brightness(82%) contrast(101%);
}

.arrow.right {
  transform: rotate(270deg) translate(-5px, 6px);
}

/*
Site Container
---------------------------------------------------------------------------------------------------- */
.site-container {
  padding-top: 60px; /* height of nav bar */
}

@media only screen and (min-width: 768px) {
  .site-container {
    padding-top: 80px; /* height of nav bar */
  }
}
.header-featured-image .site-container {
  padding-top: 0; /* height of nav bar */
}

.page-template-page_squeeze-php .site-container {
  padding-top: 40px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}

.site-header .wrap {
  margin-bottom: 40px;
}

.header-featured-image .site-header {
  padding-top: 120px;
}

/*
Navigation Bar
---------------------------------------------------------------------------------------------------- */
.nav-bar {
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0 5%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 2px 5px 0px rgba(204, 204, 204, 0.5);
  transition: height 0.5s ease-in-out;
}

.stop-scroll {
  overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
  .pushy.pushy-right {
    display: flex;
  }
}
.nav-bar.hidden {
  border-bottom: none;
  box-shadow: none;
  background-color: transparent;
}

.nav-bar__content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-primary {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu .menu-item a {
  padding: 0;
  color: black;
  white-space: nowrap;
}

.nav-bar_overlay .nav-bar__content .nav-primary .menu-btn .mobile-menu.is-active .menu-bar {
  background-color: black;
}

.mobile-menu.is-active .menu-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu.is-active .menu-bar:nth-child(2) {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.mobile-menu.is-active .menu-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-bar {
  display: block;
  width: 25px;
  height: 3.7px;
  background: black;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.nav-bar_overlay .nav-bar__content .nav-primary .menu-btn .mobile-menu .menu-bar {
  background: white;
}

.menu-mobile-alt-cta-container .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 20% 9% 9% 11% 6% 6% 12% 3.8% 6.33%;
  margin: 50px;
  column-gap: 50px;
  -moz-column-gap: 50px;
  height: 90vh;
}
.menu-mobile-alt-cta-container .banner::before {
  content: "Save 40%";
  position: absolute;
  color: white;
  padding: 0px 12px 0px 12px;
  border-radius: 5px;
  left: 33px;
  top: -8px;
  height: 16px;
  font-size: 10px;
  background-color: #c60000;
  line-height: 18px;
}
.menu-mobile-alt-cta-container .menu-item:nth-child(-n+2) a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  border-radius: 20px;
}
.menu-mobile-alt-cta-container .menu-item:nth-child(1) a {
  background: linear-gradient(to bottom, transparent 75%, #28b1de 25%);
}
.menu-mobile-alt-cta-container .menu-item:nth-child(2) a {
  background: linear-gradient(to bottom, transparent 75%, #e03f85 25%);
}

@media only screen and (max-width: 420px) and (max-height: 800px) and (min-height: 700px) {
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu {
    margin: 30px;
    column-gap: 30px;
    -moz-column-gap: 30px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 380px) and (max-height: 700px) {
  .menu-mobile-alt-cta-container .menu {
    margin: 30px;
    column-gap: 36px;
    -moz-column-gap: 36px;
  }
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+5) a {
    font-size: 20px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+6):nth-child(-n+8) a {
    font-weight: 400;
    font-size: 16px;
  }
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu .all-programs {
    padding: 16px;
    height: 50px;
  }
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu .all-programs a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 380px) and (min-height: 800px) {
  .menu-mobile-alt-cta-container .menu {
    margin: 20px;
    column-gap: 30px;
    -moz-column-gap: 30px;
  }
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu .all-programs a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 330px) and (max-height: 570px) {
  .menu-mobile-alt-cta-container .menu {
    column-gap: 30px;
    -moz-column-gap: 30px;
    margin: 20px;
  }
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu .all-programs a {
    font-size: 20px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(-n+2) {
    width: 100%;
    height: 110px;
  }
  .menu .menu-item a {
    font-size: 14px;
  }
  .menu-mobile-alt-cta-container .elements-icon::before {
    left: 21px;
  }
}
@media only screen and (max-width: 740px) and (max-height: 500px) {
  .pushy .menu-mobile-alt-cta-container .menu {
    grid-template-rows: repeat(25, 4%);
    column-gap: 40px;
    -moz-column-gap: 15px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+5) {
    margin-top: -4px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+5) a {
    font-size: 20px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+6):nth-child(-n+8) {
    margin-top: 6px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+6):nth-child(-n+8) a {
    font-size: 16px;
    line-height: 10px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+8) {
    grid-column-start: 2;
  }
  .menu-mobile-alt-cta-container .elements-icon::before {
    border-radius: 5px;
    left: 30px;
    top: -9px;
    height: 15px;
    font-size: 10px;
    line-height: 18px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(1) {
    background-position: 0px -16px;
  }
  .menu-mobile-alt-cta-container .menu .menu-item:nth-child(2) {
    grid-row-start: 10;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(-n+2) {
    width: 100%;
    height: 90px;
    border-radius: 10px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(-n+2) a {
    border-radius: 10px;
    line-height: 20px;
    font-size: 14px;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(3) ::before {
    display: none;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(5) ::before {
    display: none;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(1) {
    justify-self: flex-start;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(3) {
    grid-row-start: 2;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(4) {
    grid-row-start: 4;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(5) {
    grid-row-start: 6;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(6) {
    grid-row-start: 11;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(7) {
    grid-row-start: 13;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(8) {
    grid-row-start: 15;
  }
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(9),
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(10) {
    grid-row-start: 18;
    margin-top: 10px;
  }
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu .all-programs {
    padding: 5px;
    height: 55px;
    grid-row-start: 20;
    margin-top: 10px;
  }
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu .all-programs a {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 330px) {
  .pushy.pushy-right .menu-mobile-alt-cta-container .menu {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .menu-mobile-alt-cta-container .elements-icon::before {
    left: 28px;
  }
}
@media screen and (max-height: 800px) and (min-height: 700px) {
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+5) a {
    font-size: 24px;
  }
}
@media screen and (max-height: 600px) and (min-height: 500px) {
  .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+5) a {
    font-size: 24px;
  }
}
.menu-mobile-alt-cta-container .menu .menu-item {
  display: grid;
}

.menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+8),
:nth-child(11) {
  grid-column: span 2;
}

.menu-mobile-alt-cta-container .menu .menu-item:nth-child(-n+2) {
  border-radius: 20px;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  position: relative;
}

.menu-mobile-alt-cta-container .menu .menu-thumbnail {
  background-size: 100% 100%;
  background-position: 0px -10px;
}

.e-icon {
  background-image: url(/wp-content/themes/gmb/images/product-icons/e.jpg);
}

.s-icon {
  background-image: url(/wp-content/themes/gmb/images/product-icons/s.jpg);
}

.tc-icon {
  background-image: url(/wp-content/themes/gmb/images/product-icons/tc.jpg);
}

.ap-icon {
  background-image: url(/wp-content/themes/gmb/images/product-icons/ap.jpg);
}

.is-icon {
  background-image: url(/wp-content/themes/gmb/images/product-icons/is.jpg);
}

.mb-icon {
  background-image: url(/wp-content/themes/gmb/images/product-icons/mb.jpg);
}

.reg-icon {
  background-image: url(/wp-content/themes/gmb/images/product-icons/reg.jpg);
}

.menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+3):nth-child(-n+5) a {
  font-weight: 700;
  font-size: 30px;
  height: -moz-min-content;
  height: min-content;
  width: -moz-min-content;
  width: min-content;
}

.pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(3) {
  position: relative;
}
.pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(3) ::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1.5px;
  top: -45%;
  background: black;
}

.pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(5) {
  position: relative;
}
.pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(5) ::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1.5px;
  top: 75%;
  background: black;
}

.menu-mobile-alt-cta-container .menu .menu-item:nth-child(n+6):nth-child(-n+8) a {
  font-weight: 400;
  font-size: 20px;
  height: -moz-min-content;
  height: min-content;
  width: -moz-min-content;
  width: min-content;
}

.pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(9) {
  width: -moz-min-content;
  width: min-content;
}

.pushy .pushy .menu-mobile-alt-cta-container .menu .menu-item:nth-child(10) {
  width: -moz-min-content;
  width: min-content;
  justify-self: flex-end;
}

.pushy .menu-mobile-alt-cta-container .menu .all-programs {
  justify-content: center;
  padding: 20px;
  background: #e03f85;
  border-radius: 5px;
  margin-top: 6px;
  height: 61px;
  width: 100%;
  justify-self: center;
  transition: background 0.3s ease;
}
.pushy .menu-mobile-alt-cta-container .menu .all-programs a {
  font-size: 26px;
  color: white;
  font-weight: 700;
}

.pushy .menu-mobile-alt-cta-container .menu .all-programs:hover {
  background: #bd3671;
  transition: background 0.3s ease;
}

.mobile .ul sub-menu {
  display: none;
}

@media only screen and (min-width: 767px) {
  .nav-bar {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-bar__content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1140px) {
  .nav-bar__content {
    max-width: 1140px;
  }
}
.nav-bar_overlay {
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}

#mm-preview-settings-bar ~ .site-container .nav-bar {
  top: 36px;
}

.admin-bar .site-container .nav-bar {
  top: 32px;
}

.admin-bar #mm-preview-settings-bar ~ .site-container .nav-bar {
  top: 64px;
}

/*
Site Title
---------------------------------------------------------------------------------------------------- */
.site-title {
  margin: 0;
}

.site-title.hidden {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.site-title a {
  font-size: 0;
  background: url(./images/logo.png) no-repeat left top;
  display: block;
  height: 36px;
  width: 65px;
  background-size: 65px 36px;
  transition: height 0.5s ease-in-out, width 0.5s ease-in-out, background-size 0.5s ease-in-out;
}

@media only screen and (min-width: 767px) {
  .site-title a {
    height: 42px;
    width: 75px;
    background-size: 75px 42px;
  }
}
.nav-bar_overlay .site-title a {
  background-image: url(./images/logo-white.png);
  height: 56px;
  width: 100px;
  background-size: 100px 56px;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .site-title a {
    background-image: url(./images/logo@2x.png);
  }
  .nav-bar_overlay .site-title a,
  .page-template-page_squeeze_dark-php .site-title a {
    background-image: url(./images/logo-white@2x.png);
  }
}
.page-template-page_squeeze-php .site-title a,
.page-template-page_squeeze_dark-php .site-title a,
.page-template-page_squeeze_narrow .site-title a {
  margin: 0 auto;
  height: 56px;
  width: 100px;
  background-size: 100px 56px;
}

/*
Nav Primary & Children
---------------------------------------------------------------------------------------------------- */
.nav-primary__list > .menu-item > a {
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  white-space: nowrap;
}

.nav-primary__list > .menu-item.cta-button {
  padding: 0;
  min-width: unset;
  margin: 0 20px;
}
.nav-primary__list > .menu-item.cta-button a {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-primary__list > .menu-item:not(.cta-button) > a:hover,
.nav-primary__list > .menu-item:not(.cta-button) > a.open {
  border-bottom: 3px solid #32606D;
  transition: none;
}

.nav-primary__list > .menu-item:last-child > a {
  margin-right: 0;
}

.logged-in .nav-primary li.logged-in-hide {
  display: none;
}

.nav-primary__list > .menu-item.cta-button a {
  color: white;
}

.nav-primary__list > .menu-search {
  margin-top: -10px;
}
.nav-primary__list > .menu-search > a:hover {
  border: none;
}
.nav-primary__list > .menu-search input[type=search] {
  padding: 10px 10px 8px 44px;
  width: 0px;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
}
.nav-primary__list > .menu-search input[type=submit] {
  padding: 10px 10px 8px 10px;
}
.nav-primary__list > .menu-search:hover input[type=search], .nav-primary__list > .menu-search:focus input[type=search], .nav-primary__list > .menu-search:active input[type=search],
.nav-primary__list > .menu-search input[type=search]:hover,
.nav-primary__list > .menu-search [type=search]:focus,
.nav-primary__list > .menu-search input[type=search]:active {
  width: 225px;
  background-color: #ccc;
}

#menu-mobile-main .menu-search .search-form.search-sc {
  margin-bottom: 0;
}
#menu-mobile-main .menu-search input[type=search] {
  padding: 5px 5px 4px 32px;
}
#menu-mobile-main .menu-search input[type=submit] {
  padding: 5px 5px 4px 5px;
}

.nav-bar_overlay .nav-primary__list > .menu-item > a,
.nav-bar_overlay .nav-primary__list > .menu-item > a input[type=submit] {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(32, 38, 46, 0.6);
}

.menu-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "DIN Next W01 Regular";
}

.nav-bar_overlay .menu-btn {
  color: #fff;
}

/*
Site Inner
---------------------------------------------------------------------------------------------------- */
.site-inner {
  background-color: #fff;
}

.archive-description {
  margin-bottom: 26px;
  text-align: center;
}

.archive-title {
  font-size: 42px;
  line-height: 57px;
  font-family: "DIN Next W01 Regular";
}

.search-term {
  font-family: "DIN Next W01 Regular";
}

.entry {
  position: relative;
  margin-bottom: 26px;
}

.entry-meta {
  font-size: 14px;
  letter-spacing: 3px;
  margin: 66px;
  line-height: 23px;
  font-family: "DIN Next W01 Regular";
  text-transform: uppercase;
}

.entry-content {
  clear: both;
  word-wrap: break-word;
}

.entry-content,
.entry-content code {
  font-size: 24px;
  line-height: 35px;
}

.entry-content ol,
.entry-content ul {
  margin: 0 0 16px 40px;
}

.entry-content ol li {
  list-style-type: decimal;
  padding-bottom: 10px;
}

.entry-content ul li {
  list-style-type: disc;
  padding-bottom: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f1f1f1;
}

.entry-content blockquote {
  border-left: 5px solid #28b1de;
  padding-left: 20px;
  font-size: 26px;
  line-height: 37px;
}

.entry-content a:hover {
  text-decoration: underline;
}

/*
Teasers
---------------------------------------------------------------------------------------------------- */
.entry.post.teaser {
  margin-bottom: 26px;
}

.teaser-link {
  display: block;
  width: 100%;
  min-height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.teaser-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.teaser-featured-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 450px;
  border-radius: 3px;
}

.teaser-transparency {
  background-color: rgba(32, 38, 46, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.teaser-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
  z-index: 1;
}

.teaser-content .entry-content {
  font-size: 18px;
  line-height: 28px;
  font-family: "DIN Next W01 Regular";
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.teaser-content .entry-header .entry-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 43px;
  font-weight: 100;
  font-family: "DINNextW01-CondensedUlt";
  border-bottom: 4px solid #28b1de;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.teaser-content .entry-header .entry-title a {
  color: #fff;
  text-decoration: none;
}

.teaser.one-third-first,
.teaser.post-0,
.teaser.post-3,
.teaser.post-6 {
  clear: both;
  margin-left: 0;
}

@media only screen and (max-width: 882px) {
  .entry.teaser.one-third {
    width: 100%;
  }
}
.archive-pagination {
  clear: both;
  text-align: center;
  margin-bottom: 2rem;
}

.archive-pagination ul {
  list-style: none;
}

.archive-pagination ul li {
  display: inline-block;
}

.archive-pagination ul li a {
  display: block;
  background-color: #28b1de;
  color: #fff;
  padding: 8px 10px 6px 10px;
  line-height: 1;
  border-radius: 3px;
}

.archive-pagination ul li a:hover,
.archive-pagination ul li.active a {
  background-color: #009dde;
}

/*
Single Post Changes
---------------------------------------------------------------------------------------------------- */
.single-post .entry {
  margin-bottom: 4px;
}

.single-post .site-header .wrap {
  padding-top: 60px;
}

.single-post .site-inner .wrap {
  max-width: none;
  margin: 0;
}

.single-post h1.entry-title {
  text-align: center;
  font-family: "DIN Next W01 Regular";
  font-weight: 100;
  letter-spacing: -2px;
  margin-top: 23px;
}

.single-post .entry-meta {
  text-align: center;
}

.single-post .entry-header,
.single-post .entry-content,
.single-post .comment-respond,
.single-post .entry-comments {
  max-width: 740px;
  margin: 0 auto;
}

.single-post .entry-header a:hover {
  text-decoration: underline;
}

.single-post .entry-header .entry-meta .author-avatar {
  display: none;
}

.single-post .author {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-post .author .author-name {
  text-align: left;
}
.single-post .author .author-links > i:not(:first-child) {
  border-left: 2px solid #20262e;
  margin-left: 10px;
  padding-left: 10px;
}
.single-post .author .author-links a:hover {
  text-decoration: none;
}

.single-post .entry-content {
  margin-top: 40px;
}
.single-post .entry-content.repeat {
  margin-top: 0 !important;
}

.single-post .entry-footer {
  max-width: 1192px;
  margin: 0 auto;
  padding: 26px 26px 0 26px;
  clear: both;
}
.single-post .entry-footer:hover {
  text-decoration: underline;
}
.single-post .entry-footer .entry-meta {
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  padding-top: 26px;
  text-transform: none;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-family: "DIN Next W01 Regular";
}
.single-post .entry-footer .entry-meta-1,
.single-post .entry-footer .entry-meta-3 {
  padding-top: 26px;
}
.single-post .entry-footer .entry-meta-1 > p {
  margin-bottom: 0;
}
.single-post .entry-footer .entry-meta-3 .entry-categories a {
  text-decoration: underline;
}
.single-post .entry-footer .entry-meta-3 .entry-categories a:hover {
  text-decoration: none;
}
.single-post .entry-footer .entry-meta-1 p span,
.single-post .entry-footer .entry-meta-2 p span > span,
.single-post .entry-footer .entry-meta-3 p span span {
  font-family: "DIN Next W01 Regular";
}
.single-post .entry-footer .author-avatar {
  width: 96px;
  margin: 0 auto 16px auto;
}
.single-post .entry-footer .author-avatar img {
  display: block;
  border-radius: 48px;
}

.single-post .entry-footer .entry-meta .entry-tags a,
.archive-tag-links a {
  display: inline-block;
  padding: 8px 12px 5px 12px;
  line-height: 1;
  background-color: #20262e;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  margin-bottom: 4px;
}

.single-post .entry-footer .entry-meta .entry-tags a:hover,
.archive-tag-links a:hover {
  background-color: #28b1de;
  text-decoration: none;
}

.archive-tag-links {
  margin-bottom: 26px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px 15px 11px 15px;
  position: relative;
}
.archive-tag-links h3 {
  position: absolute;
  top: -18px;
  left: 50%;
  margin: 0;
  padding: 0;
  font-family: "DIN Next W01 Regular";
  font-size: 10px;
  text-transform: uppercase;
  width: 120px;
  margin-left: -60px;
}
.archive-tag-links h3 span {
  padding: 0 4px;
  background-color: #fff;
}

/*
Single Post Changes: Featured (Large Featured Image)
---------------------------------------------------------------------------------------------------- */
.header-featured-image .featured-image {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.header-featured-image .featured-image picture {
  position: absolute;
  display: flex;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  z-index: -100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-featured-image .featured-image noscript {
  width: 100%;
}
.header-featured-image .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.header-featured-image .site-header {
  background: linear-gradient(35deg, rgba(216, 65, 129, 0.5) 16%, rgba(14, 160, 195, 0.5) 64%);
  min-height: 700px;
}

.single-post.header-featured-image .site-header .wrap {
  padding-top: 40px;
  position: relative;
}

.single-post.header-featured-image .entry-content {
  margin-top: 20px;
}

.single-post.header-featured-image .entry-header {
  position: absolute;
  bottom: -504px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.single-post.header-featured-image h1.entry-title,
.single-post.header-featured-image .entry-header .entry-meta {
  max-width: 740px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  font-family: "DIN Next W01 Regular";
  text-shadow: 1px 1px 1px rgba(32, 38, 46, 0.6);
}

.single-post.header-featured-image .entry-header .entry-meta {
  text-transform: none;
  font-size: 22px;
  line-height: 33px;
  margin-top: 33px;
  font-family: "DIN Next W01 Regular";
  letter-spacing: 0;
}

.single-post.header-featured-image .entry-header .entry-meta a {
  color: #fff;
}

.single-post.header-featured-image .entry-header .entry-meta .author-avatar {
  display: block;
  margin-top: -10px;
  float: left;
  margin-right: 12px;
}

.single-post.header-featured-image .entry-header .entry-meta .author-avatar img {
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(32, 38, 46, 0.2);
}

/*
Single Post: Tabbed Content
---------------------------------------------------------------------------------------------------- */
.tabbed-content-menu {
  max-width: 740px;
  margin: 40px auto 4.5em auto;
  text-align: center;
  border-bottom: 1px solid #28b1de;
}

.category-ap-challenge .tabbed-content-menu {
  display: none;
}

.ap-member .category-ap-challenge .tabbed-content-menu {
  display: block;
}

.tabbed-content-menu ul {
  list-style-type: none;
}

.tabbed-content-menu ul li {
  display: inline-block;
  border-color: #28b1de;
  border-style: solid;
  border-width: 1px 1px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: "DIN Next W01 Regular";
  color: #28b1de;
  padding: 5px 16px 0 16px;
  cursor: pointer;
}

.tabbed-content-menu ul li.tab-0 {
  border-left-width: 1px;
}

.tabbed-content-menu ul li.selected {
  color: #fff;
  background-color: #28b1de;
  font-family: "DIN Next W01 Regular";
}

.tabbed-content {
  display: none;
}

.tabbed-content.selected {
  display: block;
}

#tab-0 {
  display: block;
}

/*
Training Programs: Tabbed Content
---------------------------------------------------------------------------------------------------- */
.gmb_training_program .entry-header .subtitle {
  font-size: 30px;
  line-height: 38px;
}

.gmb_training_program .entry-header .subtitle.subtitle--two {
  font-size: 20px;
  line-height: 30px;
  font-family: "DIN Next W01 Bold";
  padding-left: 16px;
  border-left: 6px solid #28b1de;
}

.single-gmb_training_program .tabbed-content-menu {
  margin-bottom: 40px;
}

/*
Full-Width Content Page
---------------------------------------------------------------------------------------------------- */
.page.full-width-content .site-inner .wrap {
  max-width: none;
  margin: 0;
}

.page.full-width-content .entry-header,
.page.full-width-content .entry-content,
.page.full-width-content .comment-respond,
.page.full-width-content .entry-comments {
  max-width: 1140px;
  margin: 0 auto;
}

.page.full-width-content .site-footer {
  margin-top: 0;
}

.page.full-width-content .site-inner .entry {
  margin-bottom: 0;
}

/*
Front Page (and Sales page template)
---------------------------------------------------------------------------------------------------- */
.header-featured-image.page.full-width-content .site-inner {
  padding-top: 40px;
}

.header-featured-image.page.full-width-content .site-inner .wrap {
  max-width: none;
  margin: 0;
}

.header-featured-image.page.full-width-content .site-inner .entry {
  margin-bottom: 0;
}

.header-featured-image.page.full-width-content .embed-wrap,
.header-featured-image.page.full-width-content .entry-content,
.page.page-template.page-template-page_squeeze_narrow .entry-content {
  max-width: 740px;
  margin: 0 auto;
}

.header-featured-image.page.full-width-content .site-header h1 {
  clear: both;
  float: left;
  width: 100%;
  font-size: 130px;
  line-height: 150px;
  font-weight: 100;
  font-family: "DINNextW01-CondensedUlt";
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 40px 0;
  text-shadow: 1px 1px 1px rgba(32, 38, 46, 0.6);
}

.header-featured-image.page.full-width-content .site-header h1.small {
  font-size: 68px;
  line-height: 115%;
}

.header-featured-image.page.full-width-content .site-header h1.small span {
  font-size: 81px;
  line-height: 115%;
}

.header-featured-image.page.full-width-content .site-header h1 span {
  background-color: rgba(50, 96, 109, 0.3);
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  -ms-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.home-cta {
  clear: both;
}

.home-cta p.cta-button-wrap {
  padding-top: 2em;
  display: flex;
  justify-content: center;
}

.home-cta .cta-button {
  padding: 16px 24px;
  font-size: 28px;
  box-shadow: none !important;
}

.home-cta .cta-button svg.cta-arrow-right {
  width: clamp(22px, 3vw, 24px);
}

.logo-band.white {
  background-color: white;
}

.logo-band {
  background-color: #20262e;
  text-align: center;
  padding: 2rem 5%;
}

.logo-band p {
  color: rgb(84.3076923077, 100.1153846154, 121.1923076923);
  font-size: 13px;
  line-height: 23px;
  font-family: "DIN Next W01 Regular";
  letter-spacing: 3px;
  margin-bottom: 1.2rem;
  flex: 0 0 100%;
}

.logo-band .logo-band__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.logo-band .logo-band__container div {
  display: flex;
  align-items: center;
}

.logo-band img {
  width: 100%;
  max-width: 140px;
  filter: grayscale(1);
}

.logo-band .black-logo {
  filter: brightness(0) saturate(100%);
}

.logo-band .aom-logo,
.logo-band .nerd-fitness-logo {
  justify-self: center;
  align-self: center;
  width: 75px;
  height: 75px;
}

@media screen and (max-width: 767px) {
  .logo-band .logo-band__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: clamp(3rem, 10vw, 10rem);
         column-gap: clamp(3rem, 10vw, 10rem);
    row-gap: 3rem;
    margin-top: clamp(2rem, 3vw, 3rem);
  }
  .logo-band .logo-band__container div:has(.aom-logo) {
    grid-row: 2;
    grid-column: 2;
    justify-self: flex-start;
  }
  .logo-band .aom-logo,
  .logo-band .nerd-fitness-logo {
    width: clamp(50px, 15vw, 100px);
    height: clamp(50px, 15vw, 100px);
  }
  .logo-band img {
    max-width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .logo-band .logo-band__container {
    grid-template-columns: 1fr 1fr;
    padding: 0px 20px;
  }
  .logo-band .logo-band__container div:has(.aom-logo) {
    grid-row: 3;
    grid-column: 1;
  }
}
.header-featured-image.page.full-width-content .site-footer {
  margin-top: 0;
}

.moar {
  clear: both;
  float: left;
  width: 100%;
  font-size: 60px;
  text-align: center;
}

.moar a {
  color: #fff;
  text-shadow: 0 0 10px rgba(32, 38, 46, 0.4);
}

/*
Page Template: Sales Page Updated
---------------------------------------------------------------------------------------------------- */
.page-template-page_sales_updated .nav-bar {
  padding: 0;
}
.page-template-page_sales_updated .nav-bar .nav-bar__content {
  margin: 0% 5%;
  max-width: none;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .nav-primary .menu-btn .mobile-menu .menu-bar {
  background: black;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .site-title a {
  filter: invert(100%);
  height: 36px;
  width: 65px;
  background-size: 65px 36px;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .nav-primary__list > .menu-item > a {
  color: black;
  text-shadow: none;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .nav-primary__list > .menu-item.cta-button a {
  color: white;
}
.page-template-page_sales_updated .site-inner {
  background-color: transparent;
}
@keyframes moveVertical {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-page_sales_updated .sales-gradient-bg {
  position: relative;
  top: 0;
  left: 0;
}
.page-template-page_sales_updated .gradients-container {
  width: 100%;
  height: 100%;
}
.page-template-page_sales_updated .g1 {
  position: absolute;
  -webkit-filter: blur(200px);
  background: radial-gradient(circle at center, rgba(14, 160, 195, 0.8) 0, rgba(14, 160, 195, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  top: -25%;
  left: 15%;
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 30s alternate infinite;
  opacity: 1;
  z-index: -100;
}
.page-template-page_sales_updated .g2 {
  position: absolute;
  -webkit-filter: blur(90px);
  background: radial-gradient(circle at center, rgba(216, 65, 129, 0.8) 0, rgba(216, 65, 129, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 90%;
  height: 100%;
  top: 2%;
  left: 25%;
  transform-origin: calc(50% - 200px);
  animation: moveInCircle 30s reverse infinite;
  opacity: 1;
  z-index: -100;
}

.header-featured-image.page.full-width-content .sales-hero-template {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 10% 4% 4% 4%;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_hero_image_container {
  width: clamp(300px, 100%, 650px);
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_header {
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  clear: both;
  float: none;
  font-size: 54px;
  line-height: 60px;
  font-weight: 800;
  font-family: "DIN Next W01 Bold";
  letter-spacing: 0;
  text-align: left;
  color: black;
  text-transform: initial;
  margin: 0;
  text-shadow: none;
}
.header-featured-image.page.full-width-content .sales-hero-template .site-header {
  background: transparent;
  min-height: 0px;
  padding: 0;
  width: clamp(300px, 100%, 550px);
}
.header-featured-image.page.full-width-content .sales-hero-template .wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header-featured-image.page.full-width-content .sales-hero-template a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link {
  padding: 14px;
  background: #e03f85;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  border-radius: 10px;
  font-family: "DIN Next W01 Bold";
  transition: all 0.3s ease;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link div,
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link i {
  color: white;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link:hover {
  background: #e01771;
}
.header-featured-image.page.full-width-content .sales-hero-template p {
  margin: 0;
  width: -moz-min-content;
  width: min-content;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_description {
  width: 60%;
}
.header-featured-image.page.full-width-content .sales-hero-template .reviews-io-rating-bar-widget {
  width: -moz-fit-content;
  width: fit-content;
}
.header-featured-image.page.full-width-content .sales-hero-template .RatingBarWidget__inner > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.header-featured-image.page.full-width-content .sales-hero-template .RatingBarWidget__inner div {
  white-space: nowrap;
}
.header-featured-image.page.full-width-content .sales-hero-template .RatingBarWidget__inner img {
  min-width: 100px;
  width: 40%;
  display: flex;
}

/*
Page Template: Sales Page Updated
---------------------------------------------------------------------------------------------------- */
.page-template-page_sales_updated .nav-bar {
  padding: 0;
}
.page-template-page_sales_updated .nav-bar .nav-bar__content {
  margin: 0% 5%;
  max-width: none;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .nav-primary .menu-btn .mobile-menu .menu-bar {
  background: black;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .site-title a {
  filter: invert(100%);
  height: 36px;
  width: 65px;
  background-size: 65px 36px;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .nav-primary__list > .menu-item > a {
  color: black;
  text-shadow: none;
}
.page-template-page_sales_updated .nav-bar_overlay .nav-bar__content .nav-primary__list > .menu-item.cta-button a {
  color: white;
}
.page-template-page_sales_updated .site-inner {
  background-color: transparent;
}
@keyframes moveVertical {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-page_sales_updated .sales-gradient-bg {
  position: relative;
  top: 0;
  left: 0;
}
.page-template-page_sales_updated .gradients-container {
  width: 100%;
  height: 100%;
}
.page-template-page_sales_updated .g1 {
  position: absolute;
  -webkit-filter: blur(200px);
  background: radial-gradient(circle at center, rgba(14, 160, 195, 0.8) 0, rgba(14, 160, 195, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  top: -25%;
  left: 15%;
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 30s alternate infinite;
  opacity: 1;
  z-index: -100;
}
.page-template-page_sales_updated .g2 {
  position: absolute;
  -webkit-filter: blur(90px);
  background: radial-gradient(circle at center, rgba(216, 65, 129, 0.8) 0, rgba(216, 65, 129, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 90%;
  height: 100%;
  top: 2%;
  left: 25%;
  transform-origin: calc(50% - 200px);
  animation: moveInCircle 30s reverse infinite;
  opacity: 1;
  z-index: -100;
}

.header-featured-image.page.full-width-content .sales-hero-template {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 10% 4% 4% 4%;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_hero_image_container {
  width: clamp(300px, 100%, 650px);
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_header {
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  clear: both;
  float: none;
  font-size: 54px;
  line-height: 60px;
  font-weight: 800;
  font-family: "DIN Next W01 Bold";
  letter-spacing: 0;
  text-align: left;
  color: black;
  text-transform: initial;
  margin: 0;
  text-shadow: none;
}
.header-featured-image.page.full-width-content .sales-hero-template .site-header {
  background: transparent;
  min-height: 0px;
  padding: 0;
  width: clamp(300px, 100%, 550px);
}
.header-featured-image.page.full-width-content .sales-hero-template .wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header-featured-image.page.full-width-content .sales-hero-template a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link {
  padding: 14px;
  background: #e03f85;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  border-radius: 10px;
  font-family: "DIN Next W01 Bold";
  transition: all 0.3s ease;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link div,
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link i {
  color: white;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_cta_link:hover {
  background: #e01771;
}
.header-featured-image.page.full-width-content .sales-hero-template p {
  margin: 0;
  width: -moz-min-content;
  width: min-content;
}
.header-featured-image.page.full-width-content .sales-hero-template .sales_description {
  width: 60%;
}
.header-featured-image.page.full-width-content .sales-hero-template .reviews-io-rating-bar-widget {
  width: -moz-fit-content;
  width: fit-content;
}
.header-featured-image.page.full-width-content .sales-hero-template .RatingBarWidget__inner > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.header-featured-image.page.full-width-content .sales-hero-template .RatingBarWidget__inner div {
  white-space: nowrap;
}
.header-featured-image.page.full-width-content .sales-hero-template .RatingBarWidget__inner img {
  min-width: 100px;
  width: 40%;
  display: flex;
}

/*
Page Template: Squeeze
---------------------------------------------------------------------------------------------------- */
.page-template-page_squeeze-php .site-inner,
.page-template-page_squeeze_dark-php .site-inner {
  padding: 40px 0;
}

.page-template-page_squeeze_dark-php {
  background-color: #20262e;
}
.page-template-page_squeeze_dark-php .site-header {
  background-color: #20262e;
  color: white;
}
.page-template-page_squeeze_dark-php .site-inner {
  background-color: #20262e;
  color: white;
}

/*
Page Template: Landing
---------------------------------------------------------------------------------------------------- */
.page-template-page_landing-php .site-footer .copyright {
  padding-top: 0;
}

/* Page Template:  Sales - Video Banner
---------------------------------------------------------------------------------------------------- */
.videoBgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -100;
}

.videoBg {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
}

/* Styling for laptop + phone autoplay video
---------------------------------------------------------------------------------------------------- */
.laptopPhoneAutoplay__container {
  position: relative;
  width: clamp(300px, 100%, 650px);
}

.laptopImg__container {
  display: flex;
  justify-content: center;
  min-width: 288px;
  position: relative;
}

.laptopPhoneAutoplay__container .laptopImg__container .laptopImg {
  width: 100%;
}

.laptopPhoneAutoplay__container .laptopImg__container::before,
.laptopPhoneAutoplay__container .phoneImg__container::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 7%;
  filter: blur(25px);
  background-color: black;
  bottom: -5%;
  min-width: inherit;
}

.laptopVid__container {
  position: absolute;
  width: 75.5%;
  min-width: 217.5px;
  height: 82.3%;
  display: flex;
  top: 5.7%;
}

.laptopPhoneAutoplay__container .laptopVid__container video {
  width: 100%;
}

.phoneImg__container {
  width: 24%;
  min-width: 70px;
  position: absolute;
  z-index: 4;
  right: -40px;
  top: 20%;
  right: 0;
  display: flex;
  justify-content: center;
}

.phoneImg {
  width: 100%;
  z-index: 10;
}

.phoneVid__container {
  position: absolute;
  width: 94.5%;
  height: 97%;
  border-radius: 5%;
  overflow: hidden;
  top: 1.3%;
}

.phoneVid__container video {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .header-featured-image.page.full-width-content .sales-hero-template .sales_header {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .header-featured-image.page.full-width-content .sales-hero-template .sales_header {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .header-featured-image.page.full-width-content .sales-hero-template .sales_header {
    font-size: 30px;
    line-height: 34px;
  }
  .header-featured-image.page.full-width-content .sales-hero-template .sales_description {
    line-height: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .header-featured-image.page.full-width-content .sales-hero-template {
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 18% 4% 4% 4%;
  }
  .header-featured-image.page.full-width-content .sales-hero-template .site-header {
    width: 100%;
    height: auto;
  }
  .header-featured-image.page.full-width-content .sales-hero-template .sales_description {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .laptopPhoneAutoplay__container .laptopImg__container::before,
  .laptopPhoneAutoplay__container .phoneImg__container::before {
    filter: blur(10px);
  }
}
@media screen and (max-width: 400px) {
  .header-featured-image.page.full-width-content .sales-hero-template .RatingBarWidget__inner div {
    font-size: 1.3rem;
  }
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar .widget {
  margin-bottom: 40px;
  padding: 0 0 0 40px;
}

.sidebar-content .sidebar .widget {
  padding: 0 40px 0 0;
}

/*
List of article links
---------------------------------------------------------------------------------------------------- */
.links-list .title {
  font-size: 24px;
}

.links-list ul {
  font-size: 20px;
}

.links-list a {
  text-decoration: none;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  font-family: "DIN Next W01 Regular";
}

.widget-title,
.widgetitle {
  font-family: "DIN Next W01 Regular";
}

.widget ul {
  list-style: none;
}

.widget li {
  margin-bottom: 8px;
}

.widget a:hover {
  text-decoration: underline;
  color: #4dba97;
}

.widget .post-date {
  display: block;
  font-size: 14px;
  color: #ccc;
}

.widget .post-date:before {
  content: "- ";
}

/*
Component: Accordion Menu
---------------------------------------------------------------------------------------------------- */
.accordion-menu li {
  margin: 0; /* Reset from generic styling selector above */
}

.accordion-menu .menu-item-has-children:not(.current-menu-ancestor) {
  display: none;
}

.no-js .accordion-menu .menu-item-has-children:not(.current-menu-ancestor) {
  display: list-item;
}

@media screen and (min-width: 1024px) {
  .accordion-menu .menu-item-has-children:not(.current-menu-ancestor) {
    display: block;
  }
}
.accordion-menu.is-expanded .menu-item-has-children,
.no-js .accordion-menu .menu-item-has-children {
  border-bottom: 1px solid #333;
}

.accordion-menu .menu-item-has-children:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1024px) {
  .accordion-menu .menu-item-has-children {
    border-bottom: 1px solid #333;
  }
}
.accordion-menu .menu-item-has-children > a {
  text-transform: uppercase;
  color: #fff;
  background-color: #20262e;
  font-family: "DIN Next W01 Regular";
  font-size: 20px;
  line-height: 31px;
  cursor: pointer;
  padding: 12px 16px 6px 16px;
  display: block;
}

.accordion-menu .menu-item-has-children > a.fa:before {
  float: right;
  font-family: FontAwesome;
  line-height: 1.5;
  font-size: 16px;
}

.accordion-menu .menu-item-has-children.current-menu-parent > a,
.accordion-menu .menu-item-has-children a.selected {
  background-color: #28b1de;
}

.accordion-menu .sub-menu {
  display: none;
  background-color: #20262e;
  padding: 16px 6px;
}

.no-js .accordion-menu .current-menu-ancestor .sub-menu {
  display: block;
}

@media screen and (min-width: 1024px) {
  .accordion-menu .current-menu-ancestor .sub-menu {
    display: block;
  }
}
.accordion-menu .sub-menu a {
  color: #fff;
  padding: 0 16px;
  display: block;
}

.accordion-menu .sub-menu .current-menu-item a:after {
  content: "\f138";
  display: inline-block;
  padding-left: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * .sub-menu is a class added by WP - existing functionality 
 * .sub-nav is used by this plugin to hide the sub menus just for the primary navigation
 **/
/* sub-navigation panels in all states */
nav.nav-primary ul.sub-nav,
nav.nav-primary ul.sub-menu {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100vw;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #0F4354;
  padding: 5.5em 5%;
  box-shadow: 0 0 6px rgba(15, 67, 84, 0.16), 0 3px 6px rgba(15, 67, 84, 0.23);
}

/* sub-navigation panel open state */
nav.nav-primary ul.sub-nav.open {
  display: block;
}

/*  mega menu item styles */
nav.nav-primary .sub-menu li {
  list-style-type: none;
  transition: all 0.2s ease-out;
}

nav.nav-primary .sub-menu li a {
  color: white;
  line-height: 1.5;
}

nav.nav-primary .sub-menu > li > a .description {
  font-family: DIN Next W01 Regular;
  font-size: 16px;
  line-height: 1.2;
  padding-top: 0.75em;
  letter-spacing: initial;
  text-transform: none;
}

/* item select styling */
.sub-menu li:hover,
.sub-menu li:focus {
  background-color: #32606D;
}

/* menu tabs */
nav.nav-primary .program-menu .header {
  color: white;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2em calc(5% + 2em);
  cursor: text;
}
nav.nav-primary .program-menu .header:hover {
  background-color: transparent;
}

nav.nav-primary .program-menu .sub-nav.open {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  height: 90vh;
}

.program-menu .sub-menu li {
  padding: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}

.program-menu .gmbp_product-cta-wrap {
  margin: 0 auto;
  max-width: 350px;
}

nav.nav-primary .program-menu .sub-menu .all-programs {
  font-family: "DINNextW01-CondensedUlt";
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
nav.nav-primary .program-menu .sub-menu .all-programs a {
  max-width: 350px;
}

.articles-menu:not(.pushy-submenu) ul.sub-menu {
  padding: 3em 15%;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYXJyb3ciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjcuOSIgaGVpZ2h0PSIxMC45IiB2aWV3Qm94PSIwIDAgNy45IDEwLjkiPjx0aXRsZT5hcnJvdzwvdGl0bGU+PHBhdGggaWQ9ImFycm93IiBkYXRhLW5hbWU9ImFycm93IiBkPSJNOCw1LjVMMS45LDExLDAuMSw5LjQsNC40LDUuNiwwLjEsMS44LDIsMC4xLDgsNS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4xIC0wLjEpIiBmaWxsPSIjYjNiM2IxIi8+PC9zdmc+);
}
@media screen and (min-height: 501px) {
  .articles-menu:not(.pushy-submenu) ul.sub-menu {
    height: unset;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
@media screen and (max-height: 500px) {
  .articles-menu:not(.pushy-submenu) ul.sub-menu {
    height: 60vh;
  }
}
.articles-menu:not(.pushy-submenu) ul.sub-menu li.column-head {
  -moz-column-break-before: column;
       break-before: column;
  list-style: none;
  margin-bottom: 1.5em;
}
@media screen and (max-height: 500px) {
  .articles-menu:not(.pushy-submenu) ul.sub-menu li.column-head:not(:first-child) {
    margin-top: 1.75em;
  }
}
.articles-menu:not(.pushy-submenu) ul.sub-menu li.column-head a {
  cursor: text;
  font-family: "DINNextW01-CondensedUlt";
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.articles-menu:not(.pushy-submenu) ul.sub-menu li.column-head:hover {
  background-color: transparent;
}
.articles-menu:not(.pushy-submenu) ul.sub-menu li {
  padding: 0.75em 1.25em;
}
.articles-menu:not(.pushy-submenu) ul.sub-menu a {
  font-size: 18px;
  font-weight: normal;
}

nav.nav-primary:not(.pushy-submenu) .menu-item-member-home ul.sub-menu {
  padding: 2em 0.5em;
  list-style: none;
  width: 200px;
  right: 50px;
  left: auto;
}
nav.nav-primary:not(.pushy-submenu) .menu-item-member-home ul.sub-menu li {
  padding: 0.75em 1.25em;
}
nav.nav-primary:not(.pushy-submenu) .menu-item-member-home ul.sub-menu a {
  font-size: 18px;
  font-weight: normal;
}

/* Callout container tweaks when a carousel is present */
.callout-4-sc:has(.carousel-container) {
  float: none;
  width: auto;
  padding: 0;
}
.callout-4-sc .callout-content:has(.carousel-container) {
  width: auto;
  max-width: none;
}

/* Carousel root + sizing variables */
.carousel-container {
  width: 100vw;
  overflow: hidden;
  /* Layout + sizing vars */
  --gap: clamp(1.2rem, 4vw, 7rem);
  --card-w: calc(40vw + 180px); /* default slide width (landscape cards) */
  --landscape-h: calc(var(--card-w) * 9 / 16);
  --portrait-mult: 1.75; /* portrait can be at most 1.75x landscape height */
  --viewport-cap: 80vh; /* don’t let anything get comically tall */
  --portrait-h: min(calc(var(--landscape-h) * var(--portrait-mult)), var(--viewport-cap));
}

/* Scrolling rails */
.carousel__left-start,
.carousel__centered {
  display: flex;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-left: 50vw;
  padding-right: 50vw;
}
.carousel__left-start::-webkit-scrollbar,
.carousel__centered::-webkit-scrollbar {
  display: none;
}

/* Slide/card */
.carousel__item {
  width: var(--card-w); /* default width for landscape items */
  scroll-snap-align: center;
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  /* If the slide contains a portrait video, auto-narrow the card so the video fills it */
  /* Legacy rule kept for safety (overridden by .active above) */
}
.carousel__item:has(.video-box.is-portrait) {
  width: calc(var(--portrait-h) * 9 / 16); /* width = portrait height * (9/16) */
}
.carousel__item.active {
  opacity: 1;
  cursor: auto;
}
.carousel__item.active iframe {
  pointer-events: auto;
}
.carousel__item iframe {
  border-radius: 10px;
  pointer-events: none;
}

/* Video wrapper */
.video-box {
  position: relative;
  width: 100%;
  height: var(--landscape-h); /* landscape default height */
  aspect-ratio: 16/9; /* landscape default */
  border-radius: 10px;
  overflow: hidden;
}
.video-box.is-portrait {
  aspect-ratio: 9/16;
  height: var(--portrait-h); /* portrait height cap (≤ 1.75x landscape) */
  /* width is 100% of its card; the card width is adjusted via :has() above */
}
.video-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

/* Content below the video */
.carousel__content-wrapper {
  padding: clamp(3rem, 4%, 5rem);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.carousel__content-wrapper .carousel__content-details p {
  margin: 0 0 clamp(1rem, 4vw, 2.4rem);
}
.carousel__content-wrapper .carousel__client-quote {
  font-size: 2rem;
  font-weight: 600;
}
.carousel__content-wrapper .carousel__cta {
  padding: 14px 20px;
  background: pink;
  text-decoration: none;
  border-radius: 10px;
  color: black;
  height: -moz-min-content;
  height: min-content;
  white-space: nowrap;
}
.carousel__content-wrapper .carousel__client-name {
  color: rgb(76, 76, 76);
}

/* Mobile */
@media screen and (max-width: 900px) {
  .carousel__content-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
span.searchwp-highlight {
  background: rgba(77, 186, 151, 0.6);
  padding: 0px;
  color: #eaf8fc;
  border-radius: 2px;
  box-shadow: 3px 0 0 rgba(77, 186, 151, 0.6), -3px 0 0 rgba(77, 186, 151, 0.6);
}

/*
Plugins: TablePress
---------------------------------------------------------------------------------------------------- */
body .tablepress {
  margin: 40px 0;
}

body .tablepress caption {
  display: none;
}

body .tablepress tfoot th,
body .tablepress thead th {
  background-color: #28b1de;
  color: #fff;
  font-family: "DIN Next W01 Regular";
}

body .tablepress td,
body .tablepress th {
  padding: 12px;
}

body .tablepress thead th,
body .tablepress tfoot th,
body .tablepress tbody td {
  border-top: none;
  border-bottom: none;
}

body .tablepress td {
  font-size: 18px;
  line-height: 28px;
  border-right-style: solid;
  border-right-width: 4px;
  border-right-color: #28b1de;
}

body .tablepress td:last-child {
  border-right: none;
}

body .tablepress .odd td {
  background-color: #e6f1f3;
}

body .tablepress .row-hover tr:hover td {
  background-color: #bee4ed;
}

/* PINK */
body .tablepress.pink tfoot th,
body .tablepress.pink thead th {
  background-color: #e03f85;
}

body .tablepress.pink td {
  border-right-color: #e03f85;
}

body .tablepress.pink .odd td {
  background-color: #f2eaed;
}

body .tablepress.pink .row-hover tr:hover td {
  background-color: #f2c5d6;
}

/* GREEN */
body .tablepress.green tfoot th,
body .tablepress.green thead th {
  background-color: #4dba97;
}

body .tablepress.green td {
  border-right-color: #4dba97;
}

body .tablepress.green .odd td {
  background-color: #dbebe5;
}

body .tablepress.green .row-hover tr:hover td {
  background-color: #c3e4d8;
}

/* BLACK */
body .tablepress.black tfoot th,
body .tablepress.black thead th {
  background-color: #20262e;
}

body .tablepress.black td {
  border-right-color: #20262e;
}

body .tablepress.black .odd td {
  background-color: #f1f1f1;
}

body .tablepress.black .row-hover tr:hover td {
  background-color: #e1e1e1;
}

/*
Plugins: Pricing Table
---------------------------------------------------------------------------------------------------- */
.gmb-pricing-table.new-col-3 {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  flex-wrap: wrap;
  gap: 30px;
}

.gmb-pricing-table.new-col-3 .price-table-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  height: auto;
}

.gmb-pricing-table.new-col-3 .title {
  font-weight: 700;
  margin-bottom: 5px;
}

.gmb-pricing-table.new-col-3 .price-table-col.core .cta-button.black {
  transition: all 0.3s;
}

.gmb-pricing-table.new-col-3 .price-table-col.core {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gmb-pricing-table.new-col-3 .price-table-col.core:focus,
.gmb-pricing-table.new-col-3 .price-table-col.core:hover {
  z-index: 1;
  box-shadow: 0 0 15px #20262e;
  transform: scale(1.05);
  border: none;
}

.gmb-pricing-table.new-col-3 .price-table-col .features div {
  margin-left: 30px;
}

.gmb-pricing-table.new-col-3 .price-table-col .features li {
  font-size: 20px;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in .cta-button.blue {
  transition: all 0.3s;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in:focus,
.gmb-pricing-table.new-col-3 .price-table-col.all-in:hover {
  z-index: 1;
  box-shadow: 0 0 15px #28b1de;
  transform: scale(1.05);
  border: none;
}

.gmb-pricing-table.new-col-3 .price-table-col:first-child {
  margin: 0;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular {
  padding: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular:hover {
  z-index: 0;
  box-shadow: 0 0 15px #cc3366;
  transition: transform 0.5s ease, box-shadow 0.4s ease;
  border: none;
  transform: scale(1.05);
}

.gmb-pricing-table.new-col-3 .price-table-col.popular:before {
  content: none;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon {
  height: 150px;
  width: 150px;
  position: absolute;
  transform: translate(-138px, -13px);
  overflow: hidden;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::after,
.gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::before {
  position: absolute;
  content: "";
  display: block;
  border: 6px solid goldenrod;
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: -1;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::before {
  top: 0;
  right: 37.4px;
  border: 6.5px solid goldenrod;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::after {
  top: 100px;
  left: 0.2px;
  border: 6.8px solid goldenrod;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon div {
  position: absolute;
  width: 160px;
  background-color: gold;
  color: black;
  font-size: 14px;
  font-weight: 700;
  top: 29px;
  right: 25px;
  transform: rotate(-45deg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  line-height: 32px;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .features .fa.fa-arrow-circle-right {
  color: #e45996;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in .features .fa.fa-arrow-circle-right {
  color: #51c0e4;
}

.gmb-pricing-table.new-col-3 .price-table-col .cta-button {
  margin: 0 0 16px 0;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .cta-button.pink {
  transition: all 0.3s;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in .cta-button.blue {
  transition: all 0.3s;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in:focus,
.gmb-pricing-table.new-col-3 .price-table-col.all-in:hover {
  z-index: 1;
  box-shadow: 0 0 15px #28b1de;
  transform: scale(1.05);
  border: none;
}

.gmb-pricing-table.new-col-3 .price-table-col.popular .title {
  font-weight: 700;
  margin-bottom: 5px;
}

.gmb-pricing-table.new-col-3 .price-table-col.all-in .title {
  font-weight: 700;
  margin-bottom: 5px;
}

.gmb-pricing-table.new-col-3 ul.features {
  text-align: left;
  line-height: 45px;
}

@media only screen and (max-width: 1396px) {
  .gmb-pricing-table.new-col-3 .price-table-col {
    width: 355px;
  }
  .gmb-pricing-table.new-col-3 .price-table-col ul.features li {
    font-size: 18.5px;
  }
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon {
    height: 150px;
    width: 150px;
    position: absolute;
    transform: translate(-111px, -10px);
    overflow: hidden;
  }
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::after,
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::before {
    position: absolute;
    content: "";
    display: block;
    border: 5.5px solid goldenrod;
    border-top-color: transparent;
    border-left-color: transparent;
    z-index: -1;
  }
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::before {
    top: -0.8px;
    right: 51.7px;
  }
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::after {
    top: 89px;
    left: 0px;
    border: 4.5px solid goldenrod;
  }
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon div {
    position: absolute;
    width: 140px;
    background-color: gold;
    color: black;
    font-size: 13px;
    font-weight: 700;
    top: 25px;
    right: 41px;
    transform: rotate(-45deg);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    line-height: 28px;
  }
}
@media only screen and (max-width: 490px) {
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::after,
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon::before {
    display: none;
  }
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon {
    position: absolute;
    overflow: visible;
    transform: none;
  }
  .gmb-pricing-table.new-col-3 .price-table-col.popular .ribbon div {
    transform: none;
    position: relative;
    top: -20px;
    right: -2px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (max-width: 767px) {
  .gmb-pricing-table.new-col-3 .price-table-col.popular {
    top: 0;
    margin-top: 0;
  }
  .gmb-pricing-table.new-col-3 .price-table-col {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 390px) {
  .gmb-pricing-table.new-col-3 .price-table-col ul.features li {
    font-size: 16px;
  }
}
.gmb-pricing-table.col-2 {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  flex-wrap: wrap;
  gap: 30px;
}

.gmb-pricing-table.col-2 .price-table-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 355px;
  height: auto;
}

.gmb-pricing-table.col-2 .price-table-col .features div {
  margin-left: 30px;
}

.gmb-pricing-table.col-2 .price-table-col .features li {
  font-size: 18.5px;
}

.gmb-pricing-table.col-2 .price-table-col:first-child {
  margin: 0;
}

.gmb-pricing-table.col-2 .price-table-col.popular {
  padding: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.gmb-pricing-table.col-2 .price-table-col.popular:hover {
  z-index: 0;
  box-shadow: 0 0 15px #cc3366;
  transition: transform 0.5s ease, box-shadow 0.4s ease;
  border: none;
  transform: scale(1.05);
}

.gmb-pricing-table.col-2 .price-table-col.popular:before {
  content: none;
}

.gmb-pricing-table.col-2 .price-table-col.popular .ribbon {
  height: 150px;
  width: 150px;
  position: absolute;
  transform: translate(-111px, -10px);
  overflow: hidden;
}

.gmb-pricing-table.col-2 .price-table-col.popular .ribbon::after,
.gmb-pricing-table.col-2 .price-table-col.popular .ribbon::before {
  position: absolute;
  content: "";
  display: block;
  border: 5.5px solid goldenrod;
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: -1;
}

.gmb-pricing-table.col-2 .price-table-col.popular .ribbon::before {
  top: -0.8px;
  right: 51.7px;
}

.gmb-pricing-table.col-2 .price-table-col.popular .ribbon::after {
  top: 89px;
  left: 0px;
  border: 4.5px solid goldenrod;
}

.gmb-pricing-table.col-2 .price-table-col.popular .ribbon div {
  position: absolute;
  width: 140px;
  background-color: gold;
  color: black;
  font-size: 13px;
  font-weight: 700;
  top: 25px;
  right: 41px;
  transform: rotate(-45deg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  line-height: 28px;
}

.gmb-pricing-table.col-2 .price-table-col.popular .features .fa.fa-arrow-circle-right {
  color: #e45996;
}

.gmb-pricing-table.col-2 .price-table-col.all-in .features .fa.fa-arrow-circle-right {
  color: #51c0e4;
}

.gmb-pricing-table.col-2 .price-table-col .cta-button {
  margin: 0 0 16px 0;
}

.gmb-pricing-table.col-2 .price-table-col.popular .cta-button.pink {
  transition: all 0.3s;
}

.gmb-pricing-table.col-2 .price-table-col.all-in .cta-button.blue {
  transition: all 0.3s;
}

.gmb-pricing-table.col-2 .price-table-col.all-in {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gmb-pricing-table.col-2 .price-table-col.all-in:focus,
.gmb-pricing-table.col-2 .price-table-col.all-in:hover {
  z-index: 1;
  box-shadow: 0 0 15px #28b1de;
  transform: scale(1.05);
  border: none;
}

.gmb-pricing-table.col-2 .price-table-col.popular .title {
  font-weight: 700;
  margin-bottom: 5px;
}

.gmb-pricing-table.col-2 .price-table-col.all-in .title {
  font-weight: 700;
  margin-bottom: 5px;
}

.gmb-pricing-table.col-2 ul.features {
  text-align: left;
  line-height: 45px;
}

@media only screen and (max-width: 490px) {
  .gmb-pricing-table.col-2 .price-table-col.popular .ribbon::after,
  .gmb-pricing-table.col-2 .price-table-col.popular .ribbon::before {
    display: none;
  }
  .gmb-pricing-table.col-2 .price-table-col.popular .ribbon {
    position: absolute;
    overflow: visible;
    transform: none;
  }
  .gmb-pricing-table.col-2 .price-table-col.popular .ribbon div {
    transform: none;
    position: relative;
    top: -20px;
    right: -2px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  }
}
.gmb-pricing-table {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}

.gmb-pricing-table .price-table-col {
  width: 32%;
  float: left;
  background-color: #fff;
  border-color: #d8d8d8;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  margin-right: -2px;
}

.gmb-pricing-table .price-table-col:first-child {
  margin-left: 2.2%;
}

.gmb-pricing-table .price-table-col.popular {
  position: relative;
  padding: 30px 0;
  top: -30px;
  transition: all 0.3s ease-in-out;
}

.gmb-pricing-table .price-table-col.popular:hover {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.gmb-pricing-table .price-table-col.popular:before {
  content: "Most Popular";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 10%;
  padding: 12px;
  background-color: #28b1de;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "DIN Next W01 Regular";
  border-radius: 3px;
  white-space: nowrap;
}

.gmb-pricing-table .title {
  font-family: "DIN Next W01 Regular";
  margin-top: 30px;
}

.gmb-pricing-table .price {
  font-size: 70px;
  line-height: 78px;
  font-family: "DIN Next W01 Regular";
}

.gmb-pricing-table .price-variable {
  font-size: 18px;
  line-height: 26px;
  color: #888;
  margin-bottom: 30px;
}

.gmb-pricing-table ul.features {
  padding-top: 30px;
  margin-left: 0;
  margin-bottom: 24px;
  border-color: #d8d8d8;
  border-width: 2px 0 0 0;
  border-style: solid;
}

.gmb-pricing-table ul.features li {
  list-style-type: none;
  padding: 0 30px;
  margin: 0 0 6px;
}

.gmb-pricing-table .description {
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  color: #aaa;
}

.gmb-pricing-table .popular .title {
  font-weight: 700;
}

.gmb-pricing-table .popular .price,
.gmb-pricing-table .popular .price-variable {
  font-family: "DIN Next W01 Regular";
}

/* COLORS */
.gmb-pricing-table.blue,
.gmb-pricing-table.pink,
.gmb-pricing-table.green,
.gmb-pricing-table.white-green .price-table-col.popular,
.gmb-pricing-table.white-blue .price-table-col.popular,
.gmb-pricing-table.white-pink .price-table-col.popular {
  color: #fff;
}

.gmb-pricing-table.blue .price-table-col,
.gmb-pricing-table.pink .price-table-col,
.gmb-pricing-table.green .price-table-col,
.gmb-pricing-table.blue ul.features,
.gmb-pricing-table.pink ul.features,
.gmb-pricing-table.green ul.features,
.gmb-pricing-table.white-green .price-table-col.popular ul.features,
.gmb-pricing-table.white-blue .price-table-col.popular ul.features,
.gmb-pricing-table.white-pink .price-table-col.popular ul.features {
  border-color: #fff;
}

.gmb-pricing-table.blue .price-table-col.popular:before,
.gmb-pricing-table.pink .price-table-col.popular:before,
.gmb-pricing-table.green .price-table-col.popular:before,
.gmb-pricing-table.white-green .price-table-col.popular:before,
.gmb-pricing-table.white-blue .price-table-col.popular:before,
.gmb-pricing-table.white-pink .price-table-col.popular:before {
  background-color: #20262e;
}

/* BLUE */
.gmb-pricing-table.blue .price-table-col {
  background-color: #28b1de;
}

.gmb-pricing-table.blue .title,
.gmb-pricing-table.blue .price-variable {
  color: #0f4354;
}

.gmb-pricing-table.blue .description {
  color: #32606d;
}

/* PINK */
.gmb-pricing-table.pink .price-table-col {
  background-color: #e03f85;
}

.gmb-pricing-table.pink .title,
.gmb-pricing-table.pink .price-variable {
  color: #331221;
}

.gmb-pricing-table.pink .description {
  color: #83385a;
}

/* GREEN */
.gmb-pricing-table.green .price-table-col {
  background-color: #4dba97;
}

.gmb-pricing-table.green .title,
.gmb-pricing-table.green .price-variable {
  color: #042b1d;
}

.gmb-pricing-table.green .description {
  color: #3b6355;
}

/* WHITE-GREEN */
.gmb-pricing-table.white-green .price-table-col.popular {
  background-color: #4dba97;
  border-color: #4dba97;
}

.gmb-pricing-table.white-green .price-table-col.popular .title,
.gmb-pricing-table.white-green .price-table-col.popular .price-variable {
  color: #042b1d;
}

.gmb-pricing-table.white-green .price-table-col.popular .description {
  color: #3b6355;
}

/* WHITE-BLUE */
.gmb-pricing-table.white-blue .price-table-col.popular {
  background-color: #28b1de;
  border-color: #28b1de;
}

.gmb-pricing-table.white-blue .price-table-col.popular .title,
.gmb-pricing-table.white-blue .price-table-col.popular .price-variable {
  color: #0f4354;
}

.gmb-pricing-table.white-blue .price-table-col.popular .description {
  color: #32606d;
}

/* WHITE-PINK */
.gmb-pricing-table.white-pink .price-table-col.popular {
  background-color: #e03f85;
  border-color: #e03f85;
}

.gmb-pricing-table.white-pink .price-table-col.popular .title,
.gmb-pricing-table.white-pink .price-table-col.popular .price-variable {
  color: #331221;
}

.gmb-pricing-table.white-pink .price-table-col.popular .description {
  color: #83385a;
}

/*
Plugins: AffiliateWP
---------------------------------------------------------------------------------------------------- */
.content #affwp-affiliate-dashboard {
  margin-bottom: 40px;
}

.content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  border-bottom: 1px solid #4dba97;
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 24px;
}

.content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
  float: right;
  display: block;
  border-color: #4dba97;
  border-style: solid;
  border-width: 1px 1px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: "DIN Next W01 Regular";
  padding: 0;
  cursor: pointer;
}

.content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child {
  border-left-width: 1px;
}

.content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
  display: block;
  color: #4dba97;
  padding: 5px 16px 0 16px;
}

.content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
  color: #20262e;
}

.content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a:hover {
  color: #fff;
}

.content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
  color: #fff;
  background-color: #4dba97;
  font-family: "DIN Next W01 Regular";
}

.content .affwp-form label {
  font-size: 18px;
}

.content .affwp-form input[type=email],
.content .affwp-form input[type=password],
.content .affwp-form input[type=text],
.content .affwp-form input[type=url],
.content .affwp-form textarea {
  display: block;
  width: 100%;
}

.content .affwp-form input[type=checkbox] {
  width: inherit;
}

.affwp-send-notifications-wrap {
  margin-top: 12px;
}

.affwp-save-profile-wrap {
  margin-top: 24px;
}

.affwp-save-profile-wrap input[type=submit],
#affwp-graphs-filter input[type=submit],
#affwp-generate-ref-url input[type=submit] {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 10px 24px 6px 24px;
  border: none !important;
  text-decoration: none !important;
  background-color: #4dba97;
}

.affwp-save-profile-wrap input[type=submit]:hover {
  background-color: #45af8d;
}

#affwp-graphs-date-options,
#affwp-url {
  width: 100%;
}

#affwp-graphs-date-options {
  margin-bottom: 12px;
  font-size: 24px;
}

#affwp-affiliate-dashboard-url-generator p strong {
  background-color: #f1f1f1;
  padding: 6px 12px 4px 12px;
  font-family: monospace;
  font-weight: normal;
  font-size: 20px;
}

/* Vimeography
---------------------------------------------------------------------------------------------------- */
.site-container .vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li {
  width: 186px !important;
  height: 105px;
}

.site-container .vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-next span {
  border-width: 16px 0 16px 15px;
  top: 4px;
  left: 6px;
}

.site-container .vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-prev span {
  border-width: 16px 15px 16px 0;
  top: 4px;
  right: 6px;
}

/* Instagram
---------------------------------------------------------------------------------------------------- */
.site-container #sb_instagram #sbi_load .sbi_load_btn,
.site-container #sb_instagram .sbi_follow_btn a {
  padding: 8px 14px 7px 14px;
  font-size: 16px;
}

.site-container #sb_instagram {
  margin-bottom: 26px;
}

/* Featherlight
---------------------------------------------------------------------------------------------------- */
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(32, 38, 45, 0.92);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    max-width: 600px;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    border-radius: 5px;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 3px;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    border: 0;
  }
}
.lightbox {
  display: none;
  text-align: center;
}

.lightbox p.fine-print {
  font-size: 0.75em;
  color: #a0a0a0;
  margin-bottom: 0;
}

.lightbox p.lightbox-desc {
  font-size: 1.5em;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.lightbox a.button {
  font-size: 1.25em;
}

/*
Plugins: Member Mouse
---------------------------------------------------------------------------------------------------- */
.entry-content .mm_right_column {
  float: right;
}

.entry-content .mm-checkoutContainer h3 {
  font-size: 26px;
}

.entry-content .mm-formField label {
  width: auto;
  padding-right: 10px;
}

.entry-content .mm-selectList {
  width: auto;
  height: 30px;
  padding: 0;
}

.entry-content .mm-label {
  padding-right: 10px;
}

.entry-content .mm-remember-me {
  font-size: 16px;
}

.entry-content .mm-remember-me input {
  width: auto;
}

.entry-content .mm-paymentbuttons .mm-button.large {
  font-family: "DIN Next W01 Bold";
  display: inline-block;
  min-width: 200px;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 16px 20px 14px 20px;
  border-bottom: none !important;
  text-decoration: none !important;
  background: #28b1de;
  width: 100%;
  text-align: center;
}

.entry-content .mm-paymentbuttons .mm-button.large:hover {
  background: #009dde;
}

/* MM Account Settings Page
---------------------------------------------------------------------------------------------------- */
.member-settings {
  min-height: 1200px;
}

.member-settings h5.entry-title,
.member-settings .gform_title {
  font-size: 22px !important;
  font-weight: normal !important;
  line-height: 33px;
  margin: 0 0 16px !important;
  font-family: "DIN Next W01 Regular";
}

.member-settings p,
.member-settings input,
.member-settings ul,
.member-settings ol {
  font-size: 18px;
}

.member-settings ul,
.member-settings ol {
  margin: 0 80px 16px 16px;
}

.member-settings p.subtext {
  margin-top: -22px;
}

.member-settings p.description {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
}

.member-settings p.description:last-child {
  margin-bottom: 34px;
}

.member-settings .gfield_label {
  font-weight: normal !important;
}

.member-settings #mm-order-history-table {
  margin-bottom: 46px;
}

.member-settings #mm-order-history-table th {
  font-size: 18px;
}

.member-settings #mm-order-history-table td a {
  overflow-x: clip;
  white-space: nowrap;
}

.member-settings tr {
  font-size: 18px;
}

.member-settings tr.refunded {
  text-decoration: line-through;
  color: #ccc;
}

.member-settings #mm-order-history-id-column {
  width: 14%;
}

.member-settings #mm-order-history-date-column {
  width: 20%;
}

.member-settings #mm-order-history-description-column {
  width: 52%;
}

.member-settings #mm-order-history-amount-column {
  width: 14%;
}

.member-settings .subscriptions #mm-order-history-date-column {
  width: 18%;
}

.member-settings .subscriptions #mm-order-history-description-column {
  width: 28%;
}

.member-settings .subscriptions #mm-order-history-amount-column {
  width: 30%;
}

.member-settings .subscriptions #mm-order-history-manage-column {
  width: 24%;
}

.member-settings .topics #mm-order-history-title-column {
  width: 37%;
}

.member-settings .topics #mm-order-history-voices-column {
  width: 14%;
}

.member-settings .topics #mm-order-history-posts-column {
  width: 20%;
}

.member-settings #mm-order-history-title-column {
  width: 52%;
}

.member-settings #mm-order-history-voices-column {
  width: 20%;
}

.member-settings #mm-order-history-posts-column {
  width: 14%;
}

.member-settings #mm-order-history-remove-column {
  width: 14%;
}

.member-settings .mm-myaccount-dialog-label {
  font-size: 18px;
  font-weight: bold;
}

.member-settings #mm-form-container td a {
  font-size: 18px;
}

.member-settings input, select, textarea {
  padding: 12px 12px 12px 12px;
  margin-bottom: 12px;
}

.member-settings .settings-module {
  display: block;
  padding-bottom: 50px;
}

#menu-account-settings li a,
.member-settings .save-button {
  display: block;
  width: 320px;
  padding: 12px;
  text-align: left;
  text-decoration: none;
  font-family: "DIN Next W01 Bold";
  font-size: 16px;
  cursor: pointer;
  background-color: #f1f1f1;
}

.member-settings .save-button {
  width: 200px;
  margin-top: 20px;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
}

.member-settings input.save-button {
  padding: 12px;
  margin-bottom: 44px;
  border: none;
}

#menu-account-settings li.selected a,
#menu-account-settings li a:hover,
.member-settings .save-button {
  background-color: #28b1de;
  color: #fff;
}

.member-settings .save-button:hover {
  text-decoration: none;
}

/* MM FIXES
---------------------------------------------------------------------------------------------------- */
body .mm-login {
  width: 100%;
}

div.mm-login .alert {
  color: #fff;
  background-color: #e03f85;
  padding: 26px 20px 1px 20px;
  font-size: 90%;
  margin-bottom: 20px;
  border-radius: 5px;
}

div.mm-login .alert a {
  color: #fff;
  opacity: 0.8;
}

div.mm-login .alert a:hover {
  opacity: 1;
}

/*! Pushy - v1.3.0 - 2019-6-25
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy::-webkit-scrollbar {
  display: none;
}

.pushy {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1050;
  background: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  justify-content: center;
  display: none;
}
.pushy a {
  color: white;
  padding: 25px 30px;
  width: 100%;
}
.pushy > .description {
  display: none;
}
.pushy .fa {
  color: #28b1de;
}
.pushy ul:first-child {
  margin-top: 60px;
}
@media only screen and (max-width: 570px) and (max-height: 325px) {
  .pushy ul:first-child {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 600px) and (max-height: 420px) {
  .pushy ul:first-child {
    margin-top: 40px;
  }
}
@media only screen and (min-height: 900px) {
  .pushy ul:first-child {
    margin-top: 100px;
  }
}
@media only screen and (min-height: 1200px) {
  .pushy ul:first-child {
    margin-top: 140px;
  }
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  transform: translate3d(-100%, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(100%, 0, 0);
}

.pushy-right {
  transform: translate3d(100%, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../../../assets/images/arrow.svg") no-repeat;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  transform: translateY(-50%) rotate(90deg);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
Shortcodes
---------------------------------------------------------------------------------------------------- */
.star-div-sc {
  margin: 60px 0;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #28b1de;
  color: #28b1de;
  text-align: center;
  position: relative;
  clear: both;
}

.star-div-sc.blue {
  border-top-color: #28b1de;
  color: #28b1de;
}

.star-div-sc.green {
  border-top-color: #4dba97;
  color: #4dba97;
}

.star-div-sc.pink {
  border-top-color: #e03f85;
  color: #e03f85;
}

.star-div-sc.black {
  border-top-color: #20262e;
  color: #20262e;
}

.star-div-sc.white {
  border-top-color: #fff;
  color: #fff;
}

.star-div-sc span.stars {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: -9px;
  font-size: 16px;
  line-height: 1;
}

.star-div-sc span.stars span {
  background-color: #fff;
  padding: 0 6px;
}

.gmb-shortcode-toggle {
  margin: 0;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.gmb-shortcode-toggle-active {
  border-color: #ccc;
}

.gmb-shortcode-toggle h3.gmb-shortcode-toggle-heading {
  cursor: pointer;
  display: block;
  line-height: 26px;
  font-size: 26px;
  position: relative;
  padding: 24px 60px 20px 0px;
  margin: 0px;
  font-family: "DIN Next W01 Regular";
}

.gmb-shortcode-toggle h3.gmb-shortcode-toggle-heading i {
  margin-right: 0;
  display: none;
}

.gmb-shortcode-toggle h3.gmb-shortcode-toggle-heading .toggle-down,
.gmb-shortcode-toggle h3.gmb-shortcode-toggle-heading .toggle-up {
  display: none;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  margin: -10px 0 0 0;
  top: 50%;
  right: 20px;
  opacity: 0.6;
  color: #e03f85;
}

.gmb-shortcode-toggle h3.gmb-shortcode-toggle-heading .toggle-down {
  display: block;
}

.gmb-shortcode-toggle-active h3.gmb-shortcode-toggle-heading .toggle-down {
  display: none;
}

.gmb-shortcode-toggle-active h3.gmb-shortcode-toggle-heading .toggle-up {
  display: block;
}

.gmb-shortcode-toggle .gmb-shortcode-toggle-content {
  padding: 0px 24px 0 0px;
  display: none;
}

.gmb-shortcode-accordion {
  margin: 0 0 20px 0;
}

.gmb-shortcode-accordion .gmb-shortcode-toggle {
  margin: -1px 0 0 0;
}

p.cta-button-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.cta-button {
  font-family: "DIN Next W01 Bold";
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(20px, 1.5vw, 22px);
  line-height: 28px;
  border-radius: 3px;
  padding: 16px 16px 16px 16px;
  border-bottom: none !important;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.cta-button svg.cta-arrow-right {
  stroke: white;
  width: clamp(14px, 3vw, 18px);
}
.cta-button svg.cta-arrow-right g {
  transform: translate(-18px, -11.3px);
}
.cta-button span {
  transform: translateY(1.5px);
}
.cta-button #arrow-path {
  transition: transform 0.2s ease-in-out;
  transform-origin: center; /* Ensures the arrow moves from its center */
}
.cta-button #horizontal-line {
  stroke-dasharray: 40; /* Total length of the line */
  stroke-dashoffset: 40;
  transition: stroke-dashoffset 0.2s ease-in-out;
}

.cta-button:hover #arrow-path {
  transform: translateX(5px);
}
.cta-button:hover #horizontal-line {
  stroke-dashoffset: 0; /* Reveal the horizontal line */
}

.five-sixths .cta-button,
.four-sixths .cta-button,
.one-fourth .cta-button,
.one-half .cta-button,
.one-sixth .cta-button,
.one-third .cta-button,
.three-fourths .cta-button,
.three-sixths .cta-button,
.two-fourths .cta-button,
.two-sixths .cta-button,
.two-thirds .cta-button,
.sidebar .cta-button {
  min-width: 100%;
}

.cta-button:hover {
  color: #fff !important;
}

.callout-1-sc.white .cta-button,
.callout-4-sc.white .cta-button,
.callout-1-sc.white .cta-button:hover,
.callout-4-sc.white .cta-button:hover {
  color: #fff !important;
}

/*
Product Gallery Shortcode
---------------------------------------------------------------------------------------------------- */
.gmb-product-gallery {
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
  max-width: 740px;
  margin: 0 auto 2rem;
  outline: none;
}

.gmb-product-gallery__main {
  position: relative;
}

.gmb-product-gallery__main img {
  width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.gmb-product-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gmb-product-gallery__thumbs .gmb-pg-thumb {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid transparent;
  background: transparent;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, opacity 0.15s ease, transform 0.1s ease;
}

.gmb-product-gallery__thumbs .gmb-pg-thumb img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}

.gmb-product-gallery__thumbs .gmb-pg-thumb:hover {
  opacity: 0.9;
}

.gmb-product-gallery__thumbs .gmb-pg-thumb:active {
  transform: scale(0.98);
}

.gmb-product-gallery__thumbs .gmb-pg-thumb.is-active {
  border-color: #28b1de;
}

.gmb-product-gallery.layout--left {
  grid-template-columns: 96px 1fr;
  grid-template-rows: auto;
  grid-template-areas: "thumbs main";
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gmb-product-gallery.layout--left .gmb-product-gallery__main {
  grid-area: main;
}

.gmb-product-gallery.layout--left .gmb-product-gallery__thumbs {
  grid-area: thumbs;
  flex-direction: column;
  justify-content: flex-start;
  position: sticky;
  top: 10px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .gmb-product-gallery.layout--left {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "main" "thumbs";
  }
  .gmb-product-gallery.layout--left .gmb-product-gallery__thumbs {
    flex-direction: row;
    justify-content: center;
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    align-items: center;
  }
}
.gmb-pg-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

.gmb-pg-lightbox.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.gmb-pg-lightbox-open {
  overflow: hidden;
}

.gmb-pg-lightbox__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.gmb-pg-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.gmb-pg-lightbox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.gmb-pg-lightbox__close:focus {
  outline: 2px solid #28b1de;
  outline-offset: 2px;
}

.cta-button.green {
  background-color: #4dba97;
}

.cta-button.green:hover {
  background-color: #39ba6f;
}

.cta-button.black {
  background-color: #20262e;
}

.cta-button.black:hover {
  background-color: rgb(73.8461538462, 87.6923076923, 106.1538461538);
}

.cta-button.blue {
  background-color: #28b1de;
}

.cta-button.blue:hover {
  background-color: #009dde;
}

.cta-button.pink {
  background-color: #e03f85;
}

.cta-button.pink:hover {
  background-color: #e01771;
}

.cta-button.white {
  background-color: #fff;
  color: #20262e !important;
  box-shadow: none;
}

.callout-1-sc.white .cta-button.white,
.callout-4-sc.white .cta-button.white,
.callout-1-sc.white .cta-button.white:hover,
.callout-4-sc.white .cta-button.white:hover {
  color: #20262e !important;
}

.cta-button.white:hover {
  color: #20262e;
}

.fineprint-sc {
  font-size: 16px;
  line-height: 26px;
  color: #ccc;
}

.search-form.search-sc {
  margin-bottom: 30px;
}

.fullimage-sc {
  text-align: center;
}

.fullimage-sc,
.fullvid-sc {
  margin-top: 40px;
}

.fullvid-sc {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.fullvid-sc iframe,
.fullvid-sc object,
.fullvid-sc embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.callout-content,
.testimonial-sc {
  max-width: 1340px;
  margin: 0 auto;
}

.callout-1-sc,
.callout-4-sc {
  float: left;
  color: #fff;
  padding: 60px 5%;
  width: 100%;
  font-size: 22px;
  line-height: 33px;
  font-family: "DIN Next W01 Regular";
}

.callout-1-sc {
  padding: 60px 5% 36px 5%;
}

.callout-1-sc a,
.callout-4-sc a {
  text-decoration: underline;
  color: #fff;
}

.callout-1-sc.green,
.callout-4-sc.green {
  background-color: #4dba97;
}

.callout-1-sc.pink,
.callout-4-sc.pink {
  background-color: #e03f85;
}

.callout-1-sc.blue,
.callout-4-sc.blue {
  background-color: #28b1de;
}

.callout-1-sc.light-blue,
.callout-4-sc.light-blue {
  background-color: white;
}

.callout-1-sc.white,
.callout-4-sc.white {
  background-color: #fff;
  color: #20262e;
}

.callout-1-sc.black,
.callout-4-sc.black {
  background-color: #20262e;
}

.callout-1-sc.light-blue,
.callout-4-sc.light-blue {
  color: #20262e;
}

.callout-1-sc.white a,
.callout-4-sc.white a,
.callout-1-sc.light-blue a,
.callout-4-sc.light-blue a {
  color: #20262e;
}

.callout-1-sc.white a:hover,
.callout-4-sc.white a:hover,
.callout-1-sc.light-blue a:hover,
.callout-4-sc.light-blue a:hover {
  color: #28b1de;
}

.callout-4-sc h2,
.callout-4-sc h3,
.callout-1-sc h2,
.callout-1-sc h3 {
  color: #fff;
}

.callout-4-sc h2 {
  text-align: center;
}

.callout-4-sc.white h2,
.callout-4-sc.white h3,
.callout-1-sc.white h2,
.callout-1-sc.white h3,
.callout-4-sc.light-blue h2,
.callout-4-sc.light-blue h3,
.callout-1-sc.light-blue h2,
.callout-1-sc.light-blue h3 {
  color: #20262e;
}

.callout-4-sc .callout-content h2 {
  font-family: "DIN Next W01 Bold";
}

.callout-4-sc h2 {
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedUlt";
  font-size: 66px;
  font-weight: 100;
  line-height: 88px;
  margin-bottom: 24px;
}

.callout-4-sc h3 {
  font-family: "DINNextW01-CondensedUlt";
  font-size: 28px;
  font-weight: 100;
  line-height: 38px;
}

.callout-4-sc p {
  font-family: "DIN Next W01 Regular";
  font-size: 18px;
  line-height: 28px;
}

.callout-4-sc .callout-content > p {
  text-align: left;
  max-width: 740px;
  margin: 0 auto 30px auto;
  font-size: 24px;
  line-height: 35px;
}

.callout-4-sc .callout-content > p.cta-button-wrap {
  margin-bottom: 10px;
}

.testimonial-sc-wrap {
  float: left;
  padding: 40px 5% 40px 5%;
  width: 100%;
  border-color: #f1f1f1;
  border-style: solid;
}

.testimonial-sc {
  quotes: "“" "”";
  position: relative;
}

.testimonial-sc .testimonial-quote:before {
  content: open-quote;
  position: absolute;
  top: 32px;
  left: -14px;
  color: #20262e;
  opacity: 0.2;
  font-size: 90px;
}

.testimonial-sc-wrap.black .testimonial-sc .testimonial-quote:before {
  color: #fff;
}

.testimonial-sc.align-right .testimonial-quote:before {
  left: 19%;
}

.testimonial-sc .testimonial-quote,
.testimonial-sc .testimonial-author {
  float: left;
}

.testimonial-sc.align-right .testimonial-quote,
.testimonial-sc.align-right .testimonial-author {
  float: right;
}

.testimonial-sc .testimonial-quote {
  width: 80%;
}

.testimonial-sc .testimonial-quote blockquote {
  margin: 0;
  padding: 8px 24px 0 24px;
  font-size: 20px;
  font-family: "DIN Next W01 Regular";
  line-height: 1.5;
}

.testimonial-sc .testimonial-quote p {
  margin-bottom: 20px;
}

.entry-content .testimonial-sc .testimonial-quote blockquote {
  border-left: none;
}

.testimonial-sc .testimonial-author {
  width: 20%;
  margin: 0;
  text-align: center;
}

.testimonial-sc .testimonial-author img {
  width: 125px;
  border-radius: 50%;
}

.testimonial-sc .testimonial-author figcaption {
  font-family: "DIN Next W01 Regular";
  padding: 6px 0 0 0;
}

.testimonial-sc .testimonial-author figcaption span {
  font-family: "DIN Next W01 Regular";
}

.testimonial-sc-wrap.blue,
.testimonial-sc-wrap.green,
.testimonial-sc-wrap.pink,
.testimonial-sc-wrap.black {
  color: #fff;
  border: none !important;
}

.testimonial-sc-wrap.blue {
  background-color: #28b1de;
}

.testimonial-sc-wrap.green {
  background-color: #4dba97;
}

.testimonial-sc-wrap.pink {
  background-color: #e03f85;
}

.testimonial-sc-wrap.black {
  background-color: #20262e;
}

.fancy-testimonial-wrap-sc {
  float: left;
  padding: 60px 5%;
  margin: 16px 0 40px 0;
  width: 100%;
}

.fancy-testimonial-wrap-sc.green {
  background-color: #4dba97;
}

.fancy-testimonial-wrap-sc.blue {
  background-color: #28b1de;
}

.fancy-testimonial-wrap-sc.pink {
  background-color: #e03f85;
}

.fancy-testimonial-wrap-sc.black {
  background-color: #20262e;
}

.fancy-testimonial-wrap-sc p {
  font-size: 22px;
  line-height: 33px;
  font-family: "DIN Next W01 Regular";
  color: #fff;
  max-width: 740px;
  margin: 0 auto 52px auto;
  font-size: 24px;
  line-height: 35px;
}

.fancy-testimonial-wrap-sc h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedUlt";
  font-size: 66px;
  font-weight: 100;
  line-height: 88px;
  margin-bottom: 40px;
  color: #fff;
}

.fancy-testimonial-wrap-sc.white h3,
.fancy-testimonial-wrap-sc.white p {
  color: #20262e;
}

.fancy-testimonial-sc {
  position: relative;
  width: 25%;
  float: left;
  padding: 8px;
  cursor: pointer;
}

.fancy-testimonial-sc .name-title-loc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 16px 24px 40px 24px;
  opacity: 0;
  z-index: 1;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease-in-out;
}

.fancy-testimonial-sc .name-title-loc .name {
  font-size: 22px;
  line-height: 33px;
  font-family: "DIN Next W01 Regular";
}

.fancy-testimonial-sc .name-title-loc .title-loc {
  font-size: 18px;
  line-height: 28px;
  font-family: "DINNextW01-CondensedUlt";
  font-weight: 100;
}

.fancy-testimonial-sc .headshot-wrap:hover .name-title-loc {
  opacity: 1;
}

.fancy-testimonial-sc .headshot img {
  width: 100%;
  margin-bottom: 0;
}

.fancy-testimonial-sc .headshot-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(77, 186, 151, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fancy-testimonial-wrap-sc.blue .headshot-wrap:after {
  background-color: rgba(40, 177, 222, 0.5);
}

.fancy-testimonial-wrap-sc.pink .headshot-wrap:after {
  background-color: rgba(224, 63, 133, 0.5);
}

.fancy-testimonial-wrap-sc.black .headshot-wrap:after {
  background-color: rgba(32, 38, 46, 0.5);
}

.fancy-testimonial-sc .headshot-wrap:hover:after {
  opacity: 1;
}

.fancy-testimonial-sc .quote-action-pic {
  display: none;
}

.quote-action-pic img {
  vertical-align: bottom;
}

.quote-action-pic .quote {
  position: absolute;
  bottom: 0;
  background-color: rgba(77, 186, 151, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "DIN Next W01 Regular";
  font-size: 22px;
  line-height: 33px;
  width: 100%;
}

.quote-action-pic .quote blockquote {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 40px 16px 40px;
}

.quote-action-pic .quote blockquote a {
  color: #fff;
  text-decoration: underline;
}

.quote-action-pic .quote blockquote a:hover {
  text-decoration: none;
}

.fancy-testimonial-sc .quote-action-pic .quote blockquote p {
  margin-bottom: 0;
}

.textbox-sc {
  background-color: #f1f1f1;
  padding: 32px 32px 1px 32px;
  margin: 40px 5% 40px 5%;
  border-radius: 3px;
  clear: both;
}

.textbox-sc h3 {
  font-size: 22px;
}

.textbox-sc.pink {
  background-color: #e03f85;
  color: #fff;
}

.textbox-sc.green {
  background-color: #4dba97;
  color: #fff;
}

.textbox-sc.blue {
  background-color: #28b1de;
  color: #fff;
}

.textbox-sc.white {
  background-color: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.home .textbox-sc p.cta-button-wrap {
  margin-bottom: 0;
}

.hr-sc {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-top: 18px;
  margin-bottom: 40px;
}

.callout-4-sc.white .callout-content .one-third.first .textbox-sc p .fa {
  color: #28b1de;
  font-size: 2.4rem;
}

.callout-4-sc.white .callout-content .one-third.first .textbox-sc p strong {
  font-size: 2.4rem;
}

/* Legal Shortcode
---------------------------------------------------------------------------------------------------- */
p.legal {
  margin-top: 10px;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}

p.legal:hover {
  opacity: 1;
}

p.legal input[type=checkbox] {
  width: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.25%;
  margin-right: 10px;
  background-color: transparent;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.small-spacing {
  margin-bottom: 1rem;
}

.medium-spacing {
  margin-bottom: 2rem;
}

.list a {
  font-family: "DIN Next W01 Regular";
  line-height: 1.5;
  color: #f1f1f1;
}

.list a:hover {
  text-decoration: underline;
}

.list_minimal {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.list_row {
  display: flex;
}

.social-icons-list li {
  margin-right: 0.6rem;
}

.site-footer {
  background-color: #20262e;
}

.site-footer .wrap {
  padding: 40px 5%;
  box-sizing: content-box;
  max-width: 1340px; /* makes same width as .callout elements */
  width: auto;
}

.social-icon,
.site-footer .logo a {
  height: 36px;
  width: 36px;
}

.site-footer .logo a {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.logo-facebook a {
  background-image: url(/wp-content/themes/gmb/images/social/fb.svg);
}

.logo-twitter a {
  background-image: url(/wp-content/themes/gmb/images/social/twitter.svg);
}

.logo-instagram a {
  background-image: url(/wp-content/themes/gmb/images/social/ig.svg);
}

.logo-youtube a {
  background-image: url(/wp-content/themes/gmb/images/social/youtube.svg);
}

.logo-google a {
  background-image: url(/wp-content/themes/gmb/images/social/gplus.svg);
}

.menu-footer-social-container {
  margin-top: 10px;
}

.site-footer .copyright p {
  margin-bottom: 0;
  color: rgb(177.25, 177.25, 177.25);
}

.site-footer .copyright a {
  color: rgb(177.25, 177.25, 177.25);
}

.site-footer .copyright a:hover {
  text-decoration: underline;
}

hr.subtle {
  border: 1px solid rgb(177.25, 177.25, 177.25);
}

/*
Footer Navigation Menu
---------------------------------------------------------------------------------------------------- */
.flex-columns {
  display: flex;
  flex-wrap: wrap;
}

.flex-column_full {
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .flex-column_50pc_md {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-column_25pc_lg {
    flex-basis: 25%;
  }
}
.nav-list__header {
  margin-top: 0;
  margin-bottom: 0;
  color: #f1f1f1;
  font-family: "DIN Next W01 Bold";
  font-size: 1.2em;
  line-height: 1.5;
}

/* Member Dashboard v2
============================================================================= */
.member-dash .dash-module {
  overflow: auto;
  margin-bottom: 30px;
}

.member-dash .dash-module:last-child {
  border-bottom: none;
}

.member-dash .dash-module .module-title {
  font-family: "DIN Next W01 Bold";
}

.member-dash .dash-module .module-title span {
  font-family: "DIN Next W01 Regular";
  font-size: 18px;
  display: none;
}

.member-dash .dash-module .module-title span a {
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  .member-dash .dash-module .module-title span {
    float: right;
    display: block;
  }
}
.group-title {
  background-color: #f1f1f1;
  padding: 6px 15px 2px;
}

.no-ap-member #dash-recap,
.no-ap-member #dash-ap-forum,
.no-ap-member #mini-programs {
  background-color: #f1f1f1;
  padding: 20px 20px 0;
}

.no-ap-member #mini-programs {
  padding-bottom: 1px;
  margin-bottom: 29px;
}

.no-ap-member #mini-programs .group-title {
  padding: 0;
}

.no-ap-member #dash-recap .module-title,
.no-ap-member #dash-ap-forum .module-title,
.no-ap-member #mini-programs .module-title {
  opacity: 0.8;
}

/** #dash-welcome...
------------------------------------------ */
#member-dash #dash-welcome {
  border-bottom: none;
}

#dash-welcome .member-details {
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 260px;
  min-width: 160px;
}

#dash-welcome .member-details .member-avatar {
  position: relative;
  margin-bottom: -20px;
}

#dash-welcome .member-details .member-avatar img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  border: 10px solid #f1f1f1;
}

#dash-welcome .member-details .member-links {
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}

#dash-welcome .member-details .member-links .group-title {
  margin-bottom: 12px;
  background-color: transparent;
}

#dash-welcome .member-details .member-links ul {
  margin: 0;
}

#dash-welcome .member-details .member-links ul li {
  list-style-type: none;
  padding: 3px 0;
}

#dash-welcome .member-details .member-links ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f1f1f1;
  padding: 6px 12px;
}

#dash-welcome .member-welcome h1 {
  font-family: "DIN Next W01 Bold";
}

@media only screen and (min-width: 720px) {
  #dash-welcome {
    display: table;
  }
  #dash-welcome .member-details,
  #dash-welcome .member-welcome {
    display: table-cell;
    vertical-align: top;
  }
  #dash-welcome .member-welcome {
    padding-left: 30px;
  }
}
/** #dash-training...
------------------------------------------ */
.gmbhex {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26.56px;
  background-color: #20262e;
  margin-right: 10px;
}

.gmbhex:before,
.gmbhex:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}

.gmbhex:before {
  bottom: 100%;
  border-bottom-width: 13.28px;
  border-bottom-style: solid;
  border-bottom-color: #20262e;
}

.gmbhex:after {
  top: 100%;
  width: 0;
  border-top-width: 13.28px;
  border-top-style: solid;
  border-top-color: #20262e;
}

.gmbhex span {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: "DIN Next W01 Regular";
  font-size: 20px;
  line-height: 30px;
}

.gmbhex.blue {
  background-color: #28b1de;
}

.gmbhex.blue:before {
  border-bottom-color: #28b1de;
}

.gmbhex.blue:after {
  border-top-color: #28b1de;
}

.gmbhex.green {
  background-color: #4dba97;
}

.gmbhex.green:before {
  border-bottom-color: #4dba97;
}

.gmbhex.green:after {
  border-top-color: #4dba97;
}

.gmbhex.pink {
  background-color: #e03f85;
}

.gmbhex.pink:before {
  border-bottom-color: #e03f85;
}

.gmbhex.pink:after {
  border-top-color: #e03f85;
}

.gmbhex.grey {
  background-color: #ccc;
}

.gmbhex.grey:before {
  border-bottom-color: #ccc;
}

.gmbhex.grey:after {
  border-top-color: #ccc;
}

#dash-training {
  border: 1px solid #20262e;
  padding: 30px 30px 0;
}

.training-group {
  position: relative;
}

.training-group ul {
  margin-left: 0;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.training-group ul li.product {
  list-style-type: none;
  padding: 0;
  height: 53.12px;
  padding-top: 13.28px;
  margin: 20px 10px;
  position: relative;
  flex: 200px;
}

.training-group ul li.product a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
}

.training-group ul li.product span.owned {
  display: none;
}

.training-group {
  clear: both;
  list-style: none;
}

/** #dash-recap...
------------------------------------------ */
#dash-recap .vimeography-strips .vimeography-thumbnail-container {
  width: 50%;
  padding: 0 3px;
  margin-bottom: 14px;
  max-width: none;
  height: auto;
}

@media only screen and (min-width: 600px) {
  #dash-recap .vimeography-strips .vimeography-thumbnail-container {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1024px) {
  #dash-recap .vimeography-strips .vimeography-thumbnail-container {
    width: 16.6666%;
  }
}
#dash-recap .vimeography-strips .vimeography-thumbnail-container:first-child {
  border: 2px solid #28b1de;
  padding: 4px;
  border-radius: 3px;
}

#dash-recap .vimeography-strips .vimeography-thumbnail-container:nth-child(2) {
  padding-left: 4px;
}

#dash-recap .vimeography-strips .vimeography-info .vimeography-title {
  font-family: "DIN Next W01 Regular";
  font-size: 14px;
  padding: 10px 6px 6px 6px;
  color: #20262e;
}

#dash-recap .vimeography-strips .vimeography-info .vimeography-description {
  display: none;
}

/** #dash-articles...
------------------------------------------ */
#dash-articles .articles {
  overflow: auto;
}

#dash-articles .dash-article {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 200px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 24px;
}

#dash-articles .dash-article:hover {
  opacity: 0.8;
}

#dash-articles .dash-article h4 {
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  font-family: "DINNextW01-CondensedUlt";
  margin: 0;
  padding: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 0 0 3px 3px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #dash-articles .dash-article h4 {
    font-size: 26px;
    line-height: 33px;
  }
}
#dash-articles .search-form {
  margin-bottom: 30px;
}

/* Team Page Template
---------------------------------------------------------------------------------------------------- */
section.team-member:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}

.team-member .header {
  position: relative;
  text-align: center;
}

.team-member .header img {
  vertical-align: bottom;
}

.team-member .header .titles {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.team-member:hover .header .titles {
  opacity: 1;
  transition: all 0.1s ease-in-out;
}

.team-member .header .titles h3 {
  margin: 0;
  font-family: "DINNextW01-CondensedUlt";
  font-size: 28px;
}

.team-member .header .titles h4 {
  margin: 0;
  font-family: "DINNextW01-CondensedUlt";
  font-size: 24px;
  font-weight: bold;
}

.team-member .entry {
  font-size: 17px;
  line-height: 29px;
  background-color: #f1f1f1;
  padding: 26px 20px 2px 20px;
  min-height: 140px;
}

.team-member .footer {
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
  opacity: 0.8;
}

.team-member .footer .loc {
  float: left;
  width: 60%;
}

.team-member .footer .loc span {
  font-size: 15px;
  position: relative;
  top: -2px;
}

.team-member .footer .loc p {
  margin-bottom: 0;
}

.team-member .footer ul.social {
  margin: 0;
  float: right;
  width: 40%;
  text-align: right;
}

.team-member .footer ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 8px;
}

@media only screen and (max-width: 1139px) {
  section.team-member.one-fourth {
    width: 31.6239316239%;
  }
  section.team-member.one-fourth:nth-child(4n+1) {
    clear: none;
    margin-left: 2.5641025641%;
  }
  section.team-member.one-fourth:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  section.team-member.one-fourth {
    width: 48.7179487179%;
  }
  section.team-member.one-fourth:nth-child(3n+1) {
    clear: none;
    margin-left: 2.5641025641%;
  }
  section.team-member.one-fourth:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.team-member.one-fourth {
    margin: 0 0 16px 2.5641025641%;
  }
}
@media only screen and (max-width: 550px) {
  section.team-member.one-fourth,
  section.team-member.one-fourth:nth-child(4n+1),
  section.team-member.one-fourth:nth-child(3n+1),
  section.team-member.one-fourth:nth-child(2n+1) {
    margin: 0px 0px 16px 0px;
    width: 100%;
    float: none;
    clear: none;
  }
}
/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1224px) {
  .logo-band img {
    width: 135px;
  }
}
@media only screen and (max-width: 1139px) {
  .wrap {
    max-width: 960px;
  }
  .content {
    width: 620px;
  }
  .sidebar-primary {
    width: 300px;
  }
  .page.full-width-content .entry-content,
  .page.full-width-content .entry-header {
    padding-left: 5%;
    padding-right: 5%;
  }
  .home.page.full-width-content .entry-content {
    padding-left: inherit;
    padding-right: inherit;
  }
  #dash-training .programs #mini.training-group,
  #dash-training .programs.extra-programs-1 #mini.training-group,
  #dash-training .programs.extra-programs-2 #mini.training-group,
  #dash-training .programs.extra-programs-1.extra-programs-2 #mini.training-group {
    width: 100%;
  }
  .flex-container-shrink {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap,
  .content,
  .sidebar-primary,
  .testimonial-sc .testimonial-quote,
  .testimonial-sc .testimonial-author {
    width: 100%;
  }
  .testimonial-sc.align-right .testimonial-quote:before {
    left: -10px;
  }
  .site-header,
  .site-inner,
  .front-posts,
  .site-footer {
    padding-left: 5%;
    padding-right: 5%;
  }
  .single-post .site-inner,
  .home .site-inner,
  .page.full-width-content .site-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
  .sidebar .widget,
  .sidebar-content .sidebar .widget {
    padding: 0;
  }
}
@media only screen and (max-width: 882px) {
  .teaser.one-third {
    width: 48.7179487179%;
  }
  .teaser.one-third.odd {
    clear: both;
    margin-left: 0;
  }
  .teaser.one-third-first,
  .teaser.post-0,
  .teaser.post-3,
  .teaser.post-6 {
    clear: none;
    margin-left: 2.5641025641%;
  }
  .home .site-header h1 {
    font-size: 76px;
    line-height: 100px;
  }
  .flex-container:has(.teaser) {
    flex-direction: column;
    align-items: center;
  }
  .flex-container .entry.post {
    flex: 1;
    width: 100%;
  }
  .grid-container .teaser {
    margin-left: 0;
  }
  .grid-container {
    grid-template-columns: 1fr;
  }
  .grid-container.grid-container > * {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 820px) {
  .home.page.full-width-content .entry-content,
  .single-post .entry-content,
  .single-post .entry-header,
  .single-post .entry-footer,
  .single-post .comment-respond,
  .single-post .entry-comments,
  .tldr {
    padding-left: 5%;
    padding-right: 5%;
  }
  .dash-mod .dash-mod-wrap .welcome h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .entry-content .dash-mod .dash-mod-wrap .welcome {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .entry.one-third {
    margin-left: 2.5641025641%;
    margin-bottom: 26px;
  }
  .entry-meta-2 {
    display: none;
  }
  .single-post .entry-footer .entry-meta-1,
  .single-post .entry-footer .entry-meta-3 {
    padding-top: 0;
  }
  .single-post .entry-footer .entry-meta-1 p {
    margin-bottom: 0;
  }
  .home .site-header h1 {
    font-size: 66px;
    line-height: 89px;
  }
  .tabbed-content-menu {
    text-align: center;
  }
  .gmb-pricing-table {
    margin-top: 30px;
  }
  .gmb-pricing-table .price-table-col {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .gmb-pricing-table .price-table-col:first-child {
    margin-left: 0;
  }
  .gmb-pricing-table .price-table-col.popular {
    top: 0;
    margin-top: 70px;
  }
  .header-featured-image.page.full-width-content .site-header h1 {
    font-size: 100px;
    line-height: 116px;
  }
  .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .grid-container .entry.one-half,
  .grid-container .entry.one-third,
  .grid-container .entry.one-fourth {
    margin: 0;
  }
  .flex-container.flex-container > * {
    flex: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .header-featured-image.page.full-width-content .site-header h1 {
    font-size: 80px;
    line-height: 92px;
  }
  img.alignleft,
  img.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption.alignleft,
  .wp-caption.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .fancy-testimonial-sc {
    width: 50%;
    float: left;
  }
  .quote-action-pic .quote {
    font-size: 18px;
    line-height: 27px;
  }
  .content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    text-align: center;
    border-left-width: 1px;
    float: none;
    font-size: 16px;
    text-transform: uppercase;
  }
  .content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child {
    border-bottom-width: 0 !important;
  }
  .home-cta .cta-button {
    font-size: 22px;
  }
  .home-cta .cta-button .fa {
    font-size: 32px;
  }
  .klaviyo-optin-sc input[type=email],
  .klaviyo-optin-sc input[type=submit] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 588px) {
  h1 {
    font-size: 40px;
  }
  .teaser.one-third {
    width: 100%;
    margin-left: 0;
  }
  .entry-content {
    font-size: 18px;
    line-height: 28px;
  }
  .home .site-header h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .tabbed-content-menu ul li {
    display: block;
    font-size: 12px;
    line-height: 23px;
    padding: 10px 12px;
    border-width: 0 0 1px 0 !important;
  }
  .tabbed-content-menu ul li:last-child {
    border-bottom-width: 0 !important;
  }
  .quote-action-pic .quote {
    font-size: 16px;
    line-height: 26px;
  }
  .home-cta {
    width: 100%;
  }
  .home-cta-1,
  .home-cta-2 {
    display: block;
    margin: 0 auto;
  }
  .home-cta-1 {
    margin-bottom: 10px;
  }
  .callout-4-sc h2,
  .fancy-testimonial-wrap-sc h3 {
    font-size: 52px;
    line-height: 69px;
  }
  .mc-optin-sc input[type=email],
  .mc-optin-sc input[type=submit] {
    font-size: 18px;
  }
  .dash-mod .dash-mod-wrap .details,
  .dash-mod .dash-mod-wrap .welcome {
    display: block;
  }
  .dash-mod .dash-mod-wrap .details {
    margin: 0 auto 40px auto;
    width: 80%;
  }
  .dash-mod .dash-mod-wrap .welcome {
    padding-left: 0;
  }
  .dash-mod .dash-header li,
  .dash-mod .dash-header li h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .dash-mod .dash-header li {
    float: none;
    text-align: center;
  }
  .dash-mod .dash-header li.dash-title {
    width: 100%;
  }
  .dash-mod .dash-header li a {
    display: block;
    padding: 6px 0 10px 0;
  }
  .home-cta .cta-button svg.cta-arrow-right {
    width: 20px;
  }
  .cta-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 470px) {
  .header-featured-image.page.full-width-content .site-header h1 {
    font-size: 70px;
    line-height: 82px;
  }
  .header-featured-image.page.full-width-content .site-header h1.small {
    font-size: 38px;
    line-height: 115%;
  }
  .header-featured-image.page.full-width-content .site-header h1.small span {
    font-size: 46px;
    line-height: 115%;
  }
  .fancy-testimonial-sc {
    width: 100%;
    float: none;
  }
  .quote-action-pic .quote {
    font-size: 14px;
    line-height: 24px;
  }
}
span[class*=gmb-icon] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0 !important;
  top: -5px;
}
span[class*=gmb-icon]:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -2px;
  width: 75%;
  z-index: 1;
}

.gmbhex .Programs-gmb-icon:before {
  width: 90%;
  left: 3px;
  top: 6px;
  content: url(/wp-content/themes/gmb/images/logo-white.svg);
}
.gmbhex .e-gmb-icon:before {
  width: 85%;
  left: 2px;
  top: -3px;
  content: url(/wp-content/themes/gmb/images/programs/elements.svg);
}
.gmbhex .e-gmb-icon-dark:before {
  width: 85%;
  left: 2px;
  top: -3px;
  content: url(/wp-content/themes/gmb/images/programs/elements-dark.svg);
}
.gmbhex .s-gmb-icon:before {
  width: 74%;
  content: url(/wp-content/themes/gmb/images/programs/sequences.svg);
}
.gmbhex .is-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/integral-strength.svg);
}
.gmbhex .fl-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/floor-loco.svg);
}
.gmbhex .li-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/literal-immortality.svg);
  left: 6px;
  top: -1px;
}
.gmbhex .es-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/eating-skills.svg);
}
.gmbhex .m-gmb-icon:before {
  width: 85%;
  left: 3px;
  top: -3px;
  content: url(/wp-content/themes/gmb/images/programs/mobility.svg);
}
.gmbhex .mb-gmb-icon:before {
  width: 85%;
  left: 3px;
  top: -3px;
  content: url(/wp-content/themes/gmb/images/programs/mobility.svg);
}
.gmbhex .res-gmb-icon:before {
  left: 6px;
  top: 0;
  content: url(/wp-content/themes/gmb/images/programs/resilience.svg);
}
.gmbhex .rec-gmb-icon:before {
  left: 6px;
  top: -1px;
  width: 77%;
  content: url(/wp-content/themes/gmb/images/programs/recovery.svg);
}
.gmbhex .rrr-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/regulator.svg);
  top: -1px;
}
.gmbhex .resp-gmb-icon:before {
  left: 1px;
  top: -5.5px;
  width: 95%;
  content: url(/wp-content/themes/gmb/images/programs/respiration.svg);
}
.gmbhex .v-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/vitamin.svg);
}
.gmbhex .ap-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/alpha-posse.svg);
  left: 6px;
  top: 0px;
}
.gmbhex .app-gmb-icon:before {
  content: url(/wp-content/themes/gmb/images/programs/apprenticeship.svg);
  left: 6px;
  top: 0px;
}

span.ap-gmb-icon.circle-bg.blue {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: 2px solid #28b1de;
  background-color: #28b1de;
}/*# sourceMappingURL=style.css.map */