/*!
Theme Name: My Sinus Pro
Theme URI: http://underscores.me/
Author: Mike Rodriguez
Author URI: http://mysinuspro
Description: Custom Theme built for MySinus.Pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mysinuspro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

My Sinus Pro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #F8F9FA;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.btn, body .gform_wrapper .gform_footer input[type=submit], .shiftnav .shiftnav-nav .getstarted-cta-mobile a, .site-header #site-navigation .nav-cta a, .btn-o {
  color: #FFF;
  text-decoration: none !important;
  background-color: #FF6362;
  border-radius: 40px;
  padding: 12px 25px;
  font-weight: bold;
  transition: all 250ms ease;
}

.btn-o {
  color: #FF6362;
  border: 2px solid #FF6362;
  background-color: transparent !important;
}
.btn-o:hover {
  background-color: #FF6362 !important;
  color: #FFF !important;
}

.action-link {
  color: #FF6362;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.action-link i {
  margin-left: 10px;
  font-size: 21px;
  transition: all 200ms ease;
}
.action-link:hover i {
  transform: translateX(7px);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #FF6362;
}
a:visited {
  color: #FF6362;
}
a:hover, a:focus, a:active {
  color: #122C55;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

:root {
  font-size: 16px;
  --space-1: 0.5rem;
  --space-2: 1.0rem;
  --space-3: 1.5rem;
  --space-4: 2.0rem;
  --space-5: 2.5rem;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 4px 0px rgba(17, 155, 155, 0.4);
  }
  100% {
    box-shadow: 0 0 10px 35px rgba(17, 155, 155, 0);
  }
}
.clearfix {
  clear: both;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  display: flex;
}

.site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #122C55;
  width: 100%;
  padding: 0px 25px;
}
.site-header .wrapper {
  justify-content: space-between;
}
.site-header .logo {
  display: flex;
  width: 200px;
  margin-right: 20px;
  padding: 15px 10px;
  align-items: center;
}
.site-header .logo svg {
  width: 100%;
  max-width: 320px;
}
.site-header #site-navigation {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0px;
}
@media only screen and (max-width: 815px) {
  .site-header #site-navigation {
    display: none;
  }
}
.site-header #site-navigation div {
  display: flex;
}
.site-header #site-navigation .menu {
  display: flex;
}
.site-header #site-navigation .menu li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.site-header #site-navigation .menu li a {
  font-size: 15px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
}
.site-header #site-navigation .menu li a:hover {
  color: #FF6362;
}
.site-header #site-navigation .nav-cta {
  align-items: center;
  display: flex;
  font-family: "Open Sans", sans-serif;
  margin-left: 15px;
}
.site-header #site-navigation .nav-cta a {
  padding: 10px 25px;
  border-radius: 40px;
}
.site-header #site-navigation .nav-cta a:hover {
  background: #FFF;
  color: #FF6362;
}
.site-header .mobile-menu-trigger {
  display: none;
  font-size: 32px;
  align-self: center;
  color: #BEDCF1;
  background: none !important;
}
.site-header .mobile-menu-trigger:hover {
  color: #FFF;
}
@media only screen and (max-width: 815px) {
  .site-header .mobile-menu-trigger {
    display: flex;
  }
}

.shiftnav {
  background: #122C55 !important;
  box-shadow: none !important;
  color: #FFF;
}
.shiftnav .shiftnav-nav {
  padding: 25px 10px;
}
.shiftnav .shiftnav-nav a {
  color: #FFF;
}
.shiftnav .shiftnav-nav a:hover {
  color: #BEDCF1;
}
.shiftnav .shiftnav-nav .getstarted-cta-mobile {
  text-align: center;
  padding-top: 15px !important;
}
.shiftnav .shiftnav-nav .getstarted-cta-mobile a {
  background: #FF6362 !important;
  display: inline-block !important;
}
.shiftnav .shiftnav-nav .getstarted-cta-mobile a:hover {
  background: #BEDCF1 !important;
  color: #122C55;
}

.get-started-content {
  font-size: 16px;
  min-height: 600px;
  background: #FFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 62px 10px rgba(0, 0, 0, 0.17);
  border-radius: 29px;
  padding: 65px;
  transform: translateY(-75px);
  margin-bottom: -100px;
}
.get-started-content.wrapper {
  max-width: 1080px;
}
.get-started-content .form {
  width: 100%;
}
@media only screen and (max-width: 815px) {
  .get-started-content {
    padding: 25px;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.hero-main {
  display: flex;
  min-height: 350px;
}
.hero-main .wrapper {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 815px) {
  .hero-main .wrapper {
    flex-wrap: wrap;
  }
}
.hero-main .wrapper .hero-content {
  max-width: 400px;
  padding: 10px 20px;
}
@media only screen and (max-width: 815px) {
  .hero-main .wrapper .hero-content {
    width: 100%;
    max-width: 100% !important;
    margin: auto;
    padding: 25px;
    text-align: center;
  }
  .hero-main .wrapper .hero-content h1 {
    font-size: 28px;
  }
}
.hero-main .wrapper .hero-content h1 {
  margin: 0 0 var(--space-2);
}
.hero-main .wrapper .hero-content h2 {
  font-weight: 200;
  margin: 0 0 var(--space-4);
}
.hero-main .wrapper .hero-content .btn, .hero-main .wrapper .hero-content body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_footer .hero-main .wrapper .hero-content input[type=submit], .hero-main .wrapper .hero-content .btn-o, .hero-main .wrapper .hero-content .site-header #site-navigation .nav-cta a, .site-header #site-navigation .nav-cta .hero-main .wrapper .hero-content a, .hero-main .wrapper .hero-content .shiftnav .shiftnav-nav .getstarted-cta-mobile a, .shiftnav .shiftnav-nav .getstarted-cta-mobile .hero-main .wrapper .hero-content a {
  margin: var(--space-3) 0 var(--space-2);
  color: #FF6362;
}
.hero-main .wrapper .hero-image {
  position: relative;
}
.hero-main .wrapper .hero-image img {
  width: 100%;
  max-width: 700px;
  height: auto !important;
  transform: translateY(50px);
}

.pricing-tables {
  padding: 45px;
  display: flex;
  background: #FFF;
}
.pricing-tables .wrapper {
  display: flex;
}
@media only screen and (max-width: 815px) {
  .pricing-tables .wrapper {
    flex-wrap: wrap;
  }
  .pricing-tables .wrapper .header {
    width: 100%;
    text-align: center;
    padding-bottom: 0 !important;
  }
  .pricing-tables .wrapper .pricing-table-container {
    width: 100%;
    transform: translateY(0px);
  }
}
.pricing-tables .wrapper .header {
  flex: 1 1 30%;
  margin-right: 30px;
  padding: 50px 10px;
}
.pricing-tables .wrapper .header h2 {
  color: #122C55;
  font-size: 2.25rem;
  margin: var(--space-2) 0;
  line-height: 42px;
}
.pricing-tables .wrapper .header p {
  color: #1E1E1E;
  font-size: 18px;
}
.pricing-tables .wrapper .pricing-table-container {
  flex: 1 1 70%;
  display: flex;
  flex-direction: row;
  transform: translateY(40px);
}
@media only screen and (max-width: 815px) {
  .pricing-tables .wrapper .pricing-table-container {
    flex-wrap: wrap;
  }
}
.pricing-tables .wrapper .pricing-table-container .pricing-table {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 815px) {
  .pricing-tables .wrapper .pricing-table-container .pricing-table {
    flex-wrap: wrap;
  }
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li {
  display: flex;
  flex: 1 1 50%;
  padding: 25px;
  transition: all 250ms ease-in-out;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li:hover {
  transform: translateY(-5px);
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents {
  display: flex;
  flex-direction: column;
  border-radius: 35px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  min-height: 350px;
  padding: 25px 30px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 62px 10px rgba(0, 0, 0, 0.2);
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents.contents-highlight {
  border: 2px solid #FF6362;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .price {
  letter-spacing: -0.5px;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .price .text-large {
  font-size: 72px;
  color: #122C55;
  font-weight: bold;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .price .text-small {
  display: inline-block;
  font-size: 18px;
  color: #8E8E8E;
  font-weight: 600;
  padding: 10px;
  transform: translateY(-20px);
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .title {
  font-size: 32px;
  font-weight: bold;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .description {
  padding: 10px 0;
  font-size: 18px;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .offerings {
  margin: 20px 0 15px;
  padding: 15px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E3E3E3;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .offerings li {
  display: flex;
  padding: 10px;
  font-size: 17px;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .offerings li .icon {
  color: #FF6362;
  margin-right: 10px;
  font-size: 21px;
}
.pricing-tables .wrapper .pricing-table-container .pricing-table li .contents .cta {
  display: inline-block;
  text-align: center;
  width: 70%;
  margin: 0 auto 20px;
  color: #FFF;
}
.pricing-tables.pricing-tables-side .wrapper {
  flex-direction: row;
}
.pricing-tables.pricing-tables-top .wrapper {
  flex-direction: column;
}

.block-page-header {
  display: flex;
  padding: 30px 15px;
  width: 100%;
  background-color: #122C55;
  color: #FFF;
}
.block-page-header .wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.block-page-header .wrapper h1 {
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 16px;
  color: #FFF;
}
.block-page-header .wrapper h2 {
  font-size: 18px;
  margin: 0 0 16px;
  font-weight: 300;
  color: #FFF;
}

.home-pricing-table {
  min-height: 300px;
  padding: 45px 0;
  font-family: "Open Sans", sans-serif;
}
.home-pricing-table h2 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
.home-pricing-table h3 {
  text-align: center;
}
.home-pricing-table .pricing {
  min-height: 500px;
}
.home-pricing-table .pricing .price-selection {
  display: flex;
  margin: auto;
  max-width: 900px;
}
.home-pricing-table .pricing .price-selection > li {
  display: flex;
  flex-direction: column;
  width: 48.1%;
  border: 1px solid #ccc;
  border-radius: 30px;
  min-height: 200px;
  margin: 10px 25px;
  -webkit-box-shadow: 0px 0px 46px -25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 46px -25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 46px -25px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 10px;
  transition: transform 300ms ease;
}
.home-pricing-table .pricing .price-selection > li:hover {
  transform: translateY(-5px);
}
.home-pricing-table .pricing .price-selection > li h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-pricing-table .pricing .price-selection > li .price {
  margin: 0;
  font-size: 72px;
  color: teal;
  font-weight: bold;
}
.home-pricing-table .pricing .price-selection > li .selection-offer-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5%;
}
.home-pricing-table .pricing .price-selection > li .selection-offer-items li {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.home-pricing-table .pricing .price-selection > li .gs-btn {
  background: #FFF;
  color: teal;
  display: inline-block;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: bold;
  word-wrap: normal;
  white-space: nowrap;
  text-decoration: none;
  transition: all 300ms ease;
  border: 1px solid teal;
  margin: 10px;
}
.home-pricing-table .pricing .price-selection > li .gs-btn:hover {
  background: teal;
  color: #FFF;
}

.block-symptoms {
  padding: 45px 15px 75px;
}
.block-symptoms .wrapper {
  flex-direction: column;
}
.block-symptoms .wrapper .block-header {
  text-align: center;
  margin-bottom: 32px;
}
.block-symptoms .wrapper .block-header h2 {
  font-size: 48px;
  font-weight: bold;
  color: #122C55;
  margin-bottom: 16px;
}
.block-symptoms .wrapper .block-header h3 {
  font-size: 21px;
  font-weight: 300;
  color: #122C55;
  margin: 0 auto 16px;
  width: 100%;
  max-width: 600px;
}
.block-symptoms .wrapper .block-content {
  display: flex;
}
.block-symptoms .wrapper .block-content .symptom-diagram {
  width: 30%;
}
@media only screen and (max-width: 815px) {
  .block-symptoms .wrapper .block-content .symptom-diagram {
    display: none;
  }
}
.block-symptoms .wrapper .block-content .symptoms {
  display: flex;
  flex-direction: column;
  width: 70%;
  text-align: center;
}
@media only screen and (max-width: 815px) {
  .block-symptoms .wrapper .block-content .symptoms {
    width: 100%;
    flex-wrap: wrap;
  }
}
.block-symptoms .wrapper .block-content .symptoms .symptom-list {
  padding: 0;
  margin: 0 0 45px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.block-symptoms .wrapper .block-content .symptoms .symptom-list:hover li:not(:hover) {
  opacity: 0.4;
}
.block-symptoms .wrapper .block-content .symptoms .symptom-list:hover li a:hover {
  border-color: #FF6362;
  background: #FFFFFF;
  border: 2px solid #FF6362;
  box-shadow: 0 0 70px -20px rgba(255, 99, 98, 0.76);
}
.block-symptoms .wrapper .block-content .symptoms .symptom-list li {
  flex: 1 1 33%;
  width: 33%;
  display: flex;
  align-items: stretch;
  padding: 12px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 815px) {
  .block-symptoms .wrapper .block-content .symptoms .symptom-list li {
    width: 50%;
    flex: 1 1 50%;
  }
}
.block-symptoms .wrapper .block-content .symptoms .symptom-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid transparent;
  margin: 0;
  width: 100%;
  padding: 15px;
  background: #FFFFFF;
  border: 2px solid #E3E3E3;
  box-shadow: 0 0 62px 10px rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  font-size: 24px;
  color: #122C55;
  letter-spacing: -0.2px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 815px) {
  .block-symptoms .wrapper .block-content .symptoms .symptom-list li a {
    font-size: 18px;
    line-height: 21px;
    box-shadow: 0 0 62px 2px rgba(0, 0, 0, 0.17);
  }
}

.block-article-listing {
  padding: 45px;
}
.block-features {
  background-color: #FFF;
  padding: 55px 10px;
}
.block-features .wrapper {
  flex-direction: column;
}
.block-features .wrapper .headline {
  color: #122C55;
  margin: auto;
  text-align: center;
  font-size: 48px;
  color: #122C55;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
}
.block-features .wrapper .headline span {
  position: relative;
  z-index: 2;
}
.block-features .wrapper .headline span:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FF6362;
  width: 103%;
  margin: auto;
  height: 20px;
}
.block-features .wrapper .features {
  display: flex;
  flex-direction: column;
}
.block-features .wrapper .features .feature {
  display: flex;
  margin: 10px 0 35px;
  align-items: center;
}
@media only screen and (max-width: 815px) {
  .block-features .wrapper .features .feature {
    flex-wrap: wrap;
  }
}
.block-features .wrapper .features .feature.feature-right .image {
  order: 1;
}
@media only screen and (max-width: 815px) {
  .block-features .wrapper .features .feature.feature-right .image {
    order: 0;
  }
}
.block-features .wrapper .features .feature.feature-left .image {
  order: 0;
}
.block-features .wrapper .features .feature .image {
  flex: 1 1 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 815px) {
  .block-features .wrapper .features .feature .image {
    width: 100%;
  }
}
.block-features .wrapper .features .feature .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  padding: 35px 25px;
  color: #122C55;
  margin: 0 10px;
}
.block-features .wrapper .features .feature .content h2 {
  color: #122C55;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 8px;
}
.block-features .wrapper .features .feature .content .description {
  font-size: 21px;
  color: #122C55;
}

.site-main {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
}

/*--------------------------------------------------------------
# Payment Form
--------------------------------------------------------------*/
body #gform_wrapper_1 .gform_body .gform_fields {
  padding: 10px 25px;
}

body #gform_wrapper_1 .gform_body .gform_fields {
  padding: 10px 25px;
}

body #gform_wrapper_1 .ginput_price {
  display: none;
}

body #gform_wrapper_1 .gform_body .gform_fields .gsection {
  color: #122C55;
  border-bottom: 0;
}
body #gform_wrapper_1 .gform_body .gform_fields .gsection:first-child {
  margin-top: 0 !important;
}
body #gform_wrapper_1 .gform_body .gform_fields .gsection .gsection_title {
  color: #122C55;
  font-size: 24px;
  margin-bottom: 8px !important;
}
body #gform_wrapper_1 .gform_body .gform_fields .gsection .gsection_description {
  color: #122C55;
  font-size: 21px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container {
  margin-bottom: 30px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
  background: #FFFFFF;
  border: 3px solid #E6E8ED;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text]:focus {
  border-color: #BEDCF1;
  outline: 0;
}

body #gform_wrapper_1 .gform_body .gform_fields .ginput_container_consent {
  margin-bottom: 16px !important;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield_consent_description {
  border: 0;
  color: #888888;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio {
  display: flex;
}
@media only screen and (max-width: 815px) {
  body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio {
    flex-wrap: wrap;
    width: 100% !important;
  }
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 49% !important;
}
@media only screen and (max-width: 815px) {
  body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio li {
    width: 100% !important;
  }
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio li input {
  display: none;
  transition: all 250ms ease;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio li input:checked + label {
  font-weight: normal !important;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio li input:checked + label .gf-product-custom-option {
  border-color: #FF6362;
  border-width: 4px;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio li label {
  width: 100%;
  display: flex;
  transition: all 250ms ease;
}

body .gform_wrapper .gform_footer input[type=submit] {
  border: 0;
  outline: 0;
  appearance: none;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #122C55;
  cursor: pointer;
}

.gf-product-custom-option {
  width: 100%;
  background: #FFFFFF;
  border: 3px solid #A0A0A0;
  border-radius: 19.5px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 250ms ease;
}
.gf-product-custom-option .price {
  font-family: MyriadPro-Bold;
  font-size: 72px;
  color: #122C55;
  letter-spacing: -0.6px;
  line-height: 42px;
  margin-bottom: 20px;
}
.gf-product-custom-option .price span {
  font-family: MyriadPro-Bold;
  font-size: 21px;
  color: #8E8E8E;
  letter-spacing: 0;
  line-height: 24px;
}
.gf-product-custom-option .title {
  font-size: 32px;
  color: #122C55;
  letter-spacing: -0.27px;
  line-height: 42px;
  font-weight: 700;
}
.gf-product-custom-option .description {
  font-size: 18px !important;
  color: #8E8E8E;
  letter-spacing: 0;
  line-height: 21px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  min-height: 200px;
  background-color: #122C55;
  padding: 40px 15px 15px;
  color: #FFF;
  flex-direction: column;
}
.site-footer .footer-wrapper {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-direction: column;
}
.site-footer .footer-wrapper .footer-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 45px 0;
}
@media only screen and (max-width: 815px) {
  .site-footer .footer-wrapper .footer-main {
    flex-direction: column;
  }
}
.site-footer .footer-wrapper .footer-main .footer-nagivation {
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media only screen and (max-width: 815px) {
  .site-footer .footer-wrapper .footer-main .footer-nagivation {
    width: 100%;
  }
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .logo {
  margin-bottom: 0px;
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .nav-container {
  display: flex;
  width: 100%;
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .nav-container .column {
  width: 33%;
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .nav-container .column h3 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 8px;
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .nav-container .column .link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .nav-container .column .link-list li {
  margin-bottom: 8px;
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .nav-container .column .link-list li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}
.site-footer .footer-wrapper .footer-main .footer-nagivation .nav-container .column .link-list li a:hover {
  color: #FF6362;
}
.site-footer .footer-wrapper .footer-main .footer-company-info {
  width: 30%;
}
@media only screen and (max-width: 815px) {
  .site-footer .footer-wrapper .footer-main .footer-company-info {
    width: 100%;
    text-align: center !important;
  }
  .site-footer .footer-wrapper .footer-main .footer-company-info p, .site-footer .footer-wrapper .footer-main .footer-company-info h1, .site-footer .footer-wrapper .footer-main .footer-company-info h2, .site-footer .footer-wrapper .footer-main .footer-company-info h3, .site-footer .footer-wrapper .footer-main .footer-company-info h4, .site-footer .footer-wrapper .footer-main .footer-company-info h5 {
    text-align: center !important;
  }
}
.site-footer .footer-wrapper .footer-secondary {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 25px 0 15px;
  border-top: 1px solid #31486B;
}
@media only screen and (max-width: 815px) {
  .site-footer .footer-wrapper .footer-secondary {
    flex-direction: column;
  }
}
.site-footer .footer-wrapper .footer-secondary .footer-second-navigation {
  font-size: 14px;
  display: flex;
}
@media only screen and (max-width: 815px) {
  .site-footer .footer-wrapper .footer-secondary .footer-second-navigation {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }
}
.site-footer .footer-wrapper .footer-secondary .footer-second-navigation .links {
  padding: 0;
  margin: 0 10px;
  list-style: none;
}
@media only screen and (max-width: 815px) {
  .site-footer .footer-wrapper .footer-secondary .footer-second-navigation .links {
    display: block;
  }
}
.site-footer .footer-wrapper .footer-secondary .footer-second-navigation .links li {
  display: inline-block;
  margin-right: 8px;
}
.site-footer .footer-wrapper .footer-secondary .footer-second-navigation .links li a {
  color: #CCCCCC;
  text-decoration: none;
}
.site-footer .footer-wrapper .footer-secondary .footer-second-navigation .links li a:hover {
  color: #BEDCF1;
  text-decoration: underline;
}
.site-footer .footer-wrapper .footer-secondary .footer-socialmedia {
  font-size: 21px;
}
@media only screen and (max-width: 815px) {
  .site-footer .footer-wrapper .footer-secondary .footer-socialmedia {
    text-align: center;
    padding: 10px;
  }
}
.site-footer .footer-wrapper .footer-secondary .footer-socialmedia .social-links {
  padding: 0;
  margin: 0 10px;
  list-style: none;
}
.site-footer .footer-wrapper .footer-secondary .footer-socialmedia .social-links li {
  display: inline-block;
  margin-right: 16px;
}
.site-footer .footer-wrapper .footer-secondary .footer-socialmedia .social-links li:last-child {
  margin-right: 0;
}
.site-footer .footer-wrapper .footer-secondary .footer-socialmedia .social-links li a {
  color: #FF6362;
  text-decoration: none;
}
.site-footer .footer-wrapper .footer-secondary .footer-socialmedia .social-links li a:hover {
  color: #BEDCF1;
}

/*--------------------------------------------------------------
# General Block Styles
--------------------------------------------------------------*/
.site-page .page p {
  margin: 15px auto;
  max-width: 1140px;
}
.site-page .page h2 {
  font-size: 2.25rem;
  margin: var(--space-2) 0;
  line-height: 42px;
}

.wp-block-columns {
  margin: auto;
  max-width: 1140px;
}

.wp-block-group {
  padding: 15px;
}
.wp-block-group .wp-block-group__inner-container {
  padding: 35px 0;
}

.about-stat {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 45px;
}
.about-stat .stat {
  display: block;
  border-bottom: 1px solid #122C55;
  padding: 15px 5px;
  font-size: 24px;
  font-weight: bold;
}
.about-stat .stat-description {
  padding: 15px 5px;
  font-size: 12px;
  line-height: 10px !important;
}

/*--------------------------------------------------------------
# Blog Posts
.--------------------------------------------------------------*/
.site-post article {
  max-width: 980px;
  margin: auto;
}
.site-post article .coverimage {
  max-height: 400px;
  overflow: hidden;
}
.site-post article .entry-header h1 {
  color: #122C55;
}
.site-post article .entry-content {
  padding: 0px 15px;
}

.site-posts .sinused-heading {
  position: relative;
  text-align: center;
  border-top: 1px solid #dee1e5;
  border-bottom: 1px solid #dee1e5;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 980px;
  margin: 45px auto;
}
.site-posts .sinused-heading h1 {
  color: #122C55;
  position: relative;
  z-index: 2;
  font-size: 48px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.site-posts .sinused-heading h1:after {
  content: "";
  background: #FF6362;
  display: block;
  height: 30px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
  z-index: -1;
  top: -30px;
  position: relative;
}
.site-posts .sinused-heading h3 {
  margin: 0;
  color: #7a838e;
  font-weight: 300;
  font-size: 24px;
}
.site-posts .articles {
  max-width: 980px;
  margin: 45px auto;
  display: flex;
  flex: 1 1 50%;
  flex-wrap: wrap;
}
.site-posts .articles article {
  width: 50%;
  padding: 15px 25px;
}
.site-posts .articles article .coverimage {
  max-height: 200px;
  overflow: hidden;
}
.site-posts .articles article .entry-content {
  color: #7a838e;
}

#secondary {
  display: none !important;
}
