/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Scss Document */
.g-offcanvas-toggle {
  font-size: 2.5rem;
  color: #212529;
  z-index: 10000;
}
#hellobar-bar {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  height: 30px;
  display: table;
  font-size: 17px;
  font-weight: 400;
  padding: 0.33em 0.5em;
  -webkit-font-smoothing: antialiased;
  color: #5c5e60;
  /*position: fixed;*/
  background-color: white;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
}
#hellobar-bar.regular {
  height: 30px;
  font-size: 14px;
  padding: 0.2em 0.5em;
}
.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.hb-text-wrapper {
  margin-right: 0.67em;
  display: inline-block;
  line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
#hellobar-bar .hb-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #ffffff;
  background-color: #22af73;
  border-color: #22af73;
}
.hb-cta-button {
  opacity: 1;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 3px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}
.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}
.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}
.hb-close-wrapper .icon-close {
  font-size: 14px;
  top: 15px;
  right: 25px;
  width: 15px;
  height: 15px;
  opacity: 0.3;
  color: #000;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}
.woocommerce ul.products li.product .price {
  color: #2d2d2d !important;
}
.corner-ad {
  position: fixed;
  bottom: 0px;
  right: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) skewX(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) skewX(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) skewX(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) skewX(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) skewX(0deg);
}
.corner-ad img.alignnone {
  margin: 0;
  padding: 0;
}
.corner-ad {
  animation: animationFrames linear 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    transform: translate(304px, 2px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(304px, 2px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(304px, 2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(304px, 2px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(304px, 2px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}
.woocommerce-breadcrumb, .entry-meta, .testimonial-heading {
  display: none;
  visibility: hidden;
}
.event-type {
  display: block;
  position: absolute;
  background: #272727;
  margin: 0;
  padding: 0.25rem 1rem;
  top: 0;
  left: 0;
  font-size: 0.85rem;
  color: #fff;
}
.mds-coaching-event:before {
  content: "MDS Coaching Event";
}
a.icon-button {
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
  display: block;
}
a.icon-button:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.nospace {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
article {
  position: relative;
}
/*
body:before{
    content:"";
    width:100%;
    height:100%;
    display:block;
}
*/
/* Scss Document */
.outline-home #g-navigation {
  position: absolute;
}
#g-navigation {
  background: #082649;
  width: 100%;
  z-index: 1000;
}
#g-navigation .g-container {
  width: 100%;
}
#g-navigation .header-logo {
  position: relative;
}
#g-navigation .gantry-logo {
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  max-width: 230px;
}
#g-navigation .gantry-logo img {
  width: auto;
}
#g-navigation li.members-access {
  background-image: url('../../../../uploads/template/Member_Box.png');
  background-size: cover;
  padding-left: 20px;
  padding-right: 10px;
}
#g-navigation .g-main-nav .g-toplevel {
  font-weight: 300;
}
#g-header .g-container {
  width: 100%;
}
#g-showcase {
  padding: 0;
  z-index: 500;
}
#g-showcase .g-content {
  margin: 0;
  padding: 0;
}
#g-main section.entry .g-content {
  margin-left: 0rem;
  padding-left: 0rem;
}
#g-main h1, #g-main h2, #g-main h3, #g-main h4, #g-main h5, #g-main h6 {
  margin: 2rem 0 0;
  line-height: normal;
}
#g-main h1, #g-main article.page > section.entry-header > h2.entry-title {
  color: #d2a347;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 100%;
}
#g-main h4 {
  font-size: 1.25em;
  font-style: italic;
}
#g-footer .gantry-logo img {
  width: 150px;
}
.platform-content .entries > .g-grid > .g-block:nth-child(even) {
  background-color: #fafafa;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.platform-content .entries > .g-grid > .g-block:nth-last-child(3) {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}
.strong-view.default .testimonial-image img {
  padding: 0 !important;
}
.strong-view.default .testimonial-image {
  position: relative;
  left: -30px;
  margin-right: 0 !important;
}
.outline-events #g-main > .g-container > .g-grid > .g-block:nth-child(2) {
  padding-top: 5rem;
}
.woocommerce ul.products li.product .woocommerce-placeholder, .woocommerce div.product div.images img {
  display: none;
  visibility: hidden;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 100%;
  clear: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-weight: 700;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, button, input[type="submit"] {
  margin-top: 1rem;
}
.simcal-event-details P:last-of-type {
  display: none;
  visibility: hidden;
}
.outline-events #g-main h1 {
  margin-bottom: 40px;
}
li {
  position: relative;
}
ul.checkmarks li {
  list-style-type: none;
  font-size: 1.1rem;
  margin-bottom: 25px;
  font-weight: 500;
}
ul.checkmarks li:before {
  position: absolute;
  font-size: 22px;
  top: -5px;
  left: -30px;
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button, .button, input[type="submit"] {
  background: #7e7e7e;
  text-transform: uppercase;
  color: #FFF;
  padding: 1rem 2rem;
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background: #d2a347;
}
.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03336b+0,082649+100 */
  background: #03336b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03336b 0%, #082649 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #03336b 0%, #082649 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #03336b 0%, #082649 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03336b", endColorstr="#082649",GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  color: white;
  background-color: #d2a347;
  margin-left: auto;
  margin-right: auto;
}
.btn-primary:hover {
  background-color: #d2a347;
}
#g-subfeature1 {
  padding: 1.5rem 0;
  background: #000;
  color: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#g-subfeature1 h1, #g-subfeature1 h2, #g-subfeature1 h3, #g-subfeature1 h4, #g-subfeature1 h5, #g-subfeature1 h6 {
  color: #FFF;
}
.advertisement:after {
  text-align: center;
  display: block;
  content: "Paid Endorsement";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 70%;
  margin: 0 auto;
}
@media only all and (max-width: 48rem) {
  .outline-home #g-navigation {
    position: relative;
  }
  #g-navigation .gantry-logo {
    position: relative;
    top: 0;
    left: 0;
    max-width: none;
  }
}
/*# sourceMappingURL=custom_home.css.map */