@charset "UTF-8";
/*
  Theme Name: Digifox
  Theme URI: http://www.studiopress.com/
  Description: This is the sample theme created for the Genesis Framework.
  Author: What The Fox
  Author URI: http://whatthefox.com.au/

  Version: 1.0.0

  Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

  Template: genesis
  Template Version: 2.3.0

  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Text Domain: digifox
*/
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ## Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

html {
  font-size: 62.5%;
  /* 10px browser default */
  font-family: "Muli", sans-serif; }

/* Chrome fix */
body > div {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif; }

body {
  color: #95989A;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  padding: 0; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a {
  color: #78C4AD;
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: #9bd4c3;
  text-decoration: none;
  outline: none; }

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: #373936; }

.current_page_item a {
  color: #f8b9aa; }

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

ol,
ul {
  margin: 0;
  padding: 0;
  margin-left: 20px; }

ul.stars li:before {
  content: '*';
  padding-right: 10px;
  margin-left: -20px; }

.content ol, .content ul {
  margin-bottom: 28px; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 700; }

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

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

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #000000;
  position: relative; }

h1, .h1 {
  font-size: 62px;
  font-size: 6.2rem;
  margin-bottom: 20px;
  color: #78C4AD; }

.home h1:after, .home .h1:after {
  margin-top: 14px; }

h2, .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative; }

h3, .h3 {
  font-size: 20px;
  font-size: 2rem; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 14px;
  font-size: 1.4rem; }

h6 {
  font-size: 12px;
  font-size: 1.2rem; }

.home section.sidebar p {
  font-size: 1.4rem;
  margin-bottom: 0; }
.home section.sidebar h3 {
  font-size: 1.8rem;
  color: #ffffff; }
.home section.sidebar h3.pink.large {
  font-size: 3rem; }
.home section.sidebar h2 {
  font-size: 4rem;
  margin-bottom: 30px;
  color: #ffffff; }
.home section.sidebar h2:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 80px;
  border-bottom: 2px solid #ffffff;
  left: 0;
  bottom: -10px; }

.flex .sidebar article.flex .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/*
 * buttons
 */
.btn-join, #btn-join, .learndash_checkout_buttons input.btn-join[type="button"], a#quiz_continue_link,
.button {
  background-color: #78C4AD !important;
  color: #ffffff !important;
  font-family: "Muli", sans-serif !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  height: 40px !important;
  text-transform: lowercase !important;
  padding: 8px 40px 10px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important; }

.button.brown {
  background-color: #373936 !important;
  color: #ffffff !important; }

.bg-green .button {
  background-color: #373936 !important;
  color: #ffffff !important; }

.learndash_join_button {
  margin-bottom: 20px; }

.woocommerce #gform_1 .gform_button.button,
#gform_1 .gform_button.button,
.button.white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  padding: 5px 20px !important; }

.button.pink {
  border: 1px solid #f8b9aa;
  color: #f8b9aa; }

.button.black {
  border: 1px solid #000000;
  color: #000000; }

.gform.button.white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important; }

.button:hover,
.button:focus {
  cursor: pointer;
  background-color: #373936;
  color: #ffffff; }

.button.white:hover,
.button.white:focus {
  background-color: rgba(0, 62, 106, 0.4);
  color: #ffffff; }

.button.black:hover,
.button.black:focus {
  background-color: #000000;
  color: #ffffff; }

.strip-about .button:hover,
.strip-about .button:focus {
  background-color: #78C4AD;
  -webkit-box-shadow: inset 0px 0px 2px #ffffff;
  -moz-box-shadow: inset 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 2px #ffffff; }

.strip.bg-green .button:hover,
.strip.bg-green .button:focus {
  background-color: #78C4AD;
  -webkit-box-shadow: inset 0px 0px 2px #ffffff;
  -moz-box-shadow: inset 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 2px #ffffff; }

.strip.bg-green .button.brown:hover,
.strip.bg-green .button.brown:focus {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 2px #ffffff;
  -moz-box-shadow: inset 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 2px #ffffff; }

.header_cta .button.white:hover,
.header_cta .button.white:focus {
  background-color: #00bb31;
  color: #ffffff; }

/*
 * site specific
 */
.flex.grid article img {
  min-width: 100%;
  height: auto; }

a, img, .button, .caption, .icon {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
  overflow: hidden; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

.screen-reader-text {
  display: none; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #505053;
  color: #ffffff;
  padding: 33px 0px 5px; }

.footer-widgets .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.footer-widgets-1,
.footer-widgets-2 {
  width: 50%; }

.footer-widgets-2 {
  text-align: right; }
  .footer-widgets-2 div {
    text-align: right; }

.footer-widgets ul li {
  display: list-item;
  float: none; }

.footer-widgets ul.product_list_widget li img,
.footer-widgets ul.product_list_widget li .amount {
  display: none; }

.footer-widgets .woocommerce ul.product_list_widget li a {
  font-weight: 400; }

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.bg-pink {
  background-color: #f8b9aa; }

.pink {
  color: #f8b9aa; }

.white {
  color: #ffffff; }

.green {
  color: #78C4AD; }

.bg-brown {
  background-color: #373936; }

.bg-green {
  background-color: #78C4AD; }

.bg-green p {
  color: #ffffff; }

.bg-green .button {
  background-color: #373936; }

.bg-grey {
  background-color: #505053; }

.row-half {
  width: 49.8%;
  display: inline-block;
  padding: 0 30px; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flex-row-wrap {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex.thirds > div {
  width: 31%;
  margin-bottom: 30px; }

.flex.halves > div {
  width: 48%; }

.flex.halves.offset > div:first-child {
  width: 44%; }

.flex.halves.offset > div:nth-child(2) {
  width: 52%; }

h2.brown {
  color: #373936 !important; }

.button, a, img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.bottom-margin {
  margin-bottom: 30px; }

h2.yellow.rounded {
  display: inline-block;
  background-color: #FBD662;
  height: 40px;
  text-transform: lowercase;
  text-align: left;
  padding: 10px 40px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Muli', sans-serif;
  margin: 20px 0px;
  font-weight: 700;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative; }

h2.yellow.rounded:after {
  display: block;
  content: '.';
  position: absolute;
  right: 35px;
  top: 10px; }

.page .entry-header h1 {
  position: relative; }

.centered {
  text-align: center; }

.mtop {
  margin-top: 30px; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0; }

.roof {
  background-color: #f8b9aa;
  padding-bottom: 8px; }

.roof .actions {
  float: right; }
  .roof .actions ul > li {
    display: inline-block; }
    .roof .actions ul > li a {
      color: #ffffff;
      font-weight: 300;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 14px;
      line-height: 1.4rem;
      text-transform: uppercase;
      padding: 0px 5px; }
      .roof .actions ul > li a i {
        font-size: 18px;
        font-size: 1.8rem; }
  .roof .actions ul > li:first-child a,
  .roof .actions ul > li:nth-child(2) a {
    padding: 0px 18px; }

header.site-header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 200px;
  z-index: 1000;
  background-color: white; }
  header.site-header * {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s; }

header.scroll.siteheader {
  height: 140px; }

.site-header {
  overflow-y: visible;
  text-align: left; }

.site-header .top {
  background-color: #f8b9aa; }

.fa.fa-search {
  font-size: 21px;
  margin-right: 5px; }

#menu-cart a#cart-basket {
  text-transform: uppercase; }
  #menu-cart a#cart-basket i {
    font-size: 21px; }

#menu-cart a#cart-basket i {
  display: inline-block;
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  padding-top: 8px; }

.logo {
  float: left;
  margin-top: 20px;
  margin-left: 100px;
  /*position: absolute;
  bottom: -187px;
    z-index: 851;*/ }

.header_cta {
  float: right;
  text-align: right;
  clear: none; }

.header_cta ul li,
.footer-widgets-2 ul li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #ffffff; }

.footer-widgets ul li {
  display: inline-block;
  margin-right: 20px; }

.footer-widgets ul.policies li {
  margin-right: 0px; }

.header_cta ul li {
  margin-bottom: 0 !important;
  display: inline-block; }

.header_cta ul li a {
  color: #ffffff; }

.header_cta ul li a.button {
  display: block;
  padding: 6px 25px; }

/* footer */
footer {
  background-color: #fefbfa;
  color: inherit;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center; }

footer a {
  color: inherit; }

.footer-widgets {
  background-color: #373936; }

.hpslideshow .slide-item {
  position: relative; }

.hpslideshow .slide-item .caption {
  position: absolute;
  top: 30%;
  width: 90%;
  left: 10%; }
  .hpslideshow .slide-item .caption .slide-title {
    text-align: left;
    color: #ffffff;
    font-size: 50px;
    font-size: 5.0rem;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 30px;
    line-height: 48px; }
  .hpslideshow .slide-item .caption .slide-content {
    margin-top: 0px;
    text-align: left;
    color: #ffffff;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 400; }
  .hpslideshow .slide-item .caption .slide-link {
    text-align: left;
    margin-top: 40px; }
    .hpslideshow .slide-item .caption .slide-link .button {
      color: #ffffff;
      height: 40px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }

.hpslideshow .slide-item .caption.dark .slide-title {
  color: #000000; }
.hpslideshow .slide-item .caption.dark .slide-content {
  color: #000000; }
.hpslideshow .slide-item .caption.dark .slide-link .button {
  background-color: #505053;
  color: #ffffff; }

.hpslideshow .slide-item .caption.dark .slide-link .button:hover {
  background-color: #9bd4c3; }

.blogs .blog {
  position: relative;
  background-color: #505053;
  overflow: hidden; }
  .blogs .blog img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .blogs .blog .blog-title {
    padding: 16px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 92px;
    background-color: #373936;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase; }
    .blogs .blog .blog-title a {
      color: #ffffff; }
    .blogs .blog .blog-title .blog-date {
      display: block;
      font-size: 12px;
      font-size: 1.2rem; }
  .blogs .blog:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05); }
  .blogs .blog:hover .blog-title {
    color: #78C4AD !important; }
    .blogs .blog:hover .blog-title a {
      color: #78C4AD !important; }

.overlay.overlay-green {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 196, 171, 0.8); }

.strip-about {
  position: relative;
  background-image: url(images/banner-about.jpg);
  background-size: cover;
  text-align: center; }
  .strip-about .wrap {
    padding: 60px 10%; }
  .strip-about h2 {
    color: #373936; }
  .strip-about p {
    color: #ffffff !important; }

.site-header.scroll {
  height: 80px; }

.site-header.scroll .logo {
  margin-top: 0px;
  width: 100px; }

.site-header.scroll div.toggle-wrapper {
  top: 10px; }

.site-header.scroll #menu-main-menu {
  top: 10px; }

/* wraps */
.site-header .wrap {
  padding: 10px 0px; }

.wrap,
.roof .wrap,
.archive .site-inner,
.single .site-inner .wrap,
body.home .wrap,
#genesis-nav-primary .wrap,
.home .entry-content .wrap,
.error404 .site-inner,
.footer-widgets .wrap,
div[class^="strip"] .wrap,
.learndash,
.post-type-archive.post-type-archive-sfwd-courses .site-inner {
  max-width: 1200px;
  margin: 0px auto 0px;
  position: relative; }

.site-header .wrap {
  position: absolute;
  width: 100%;
  max-width: none !important; }

.archive .site-inner,
.single .site-inner .wrap,
.learndash,
.post-type-archive.post-type-archive-sfwd-courses .site-inner {
  margin-bottom: 50px; }

.page:not(.home) header.entry-header,
.single-post header.entry-header,
.single header.entry-header,
.post-type-archive-sfwd-courses header.entry-page-header {
  background-color: #78C4AD;
  text-transform: lowercase;
  text-align: center;
  padding: 50px 60px 30px;
  margin-bottom: 60px; }
  .page:not(.home) header.entry-header h1.entry-title,
  .single-post header.entry-header h1.entry-title,
  .single header.entry-header h1.entry-title,
  .post-type-archive-sfwd-courses header.entry-page-header h1.entry-title {
    color: #ffffff; }

.page.home header.entry-header {
  padding: 0px !important;
  background-color: transparent; }

@media only screen and (max-width: 1220px) {
  .page:not(.home) header.entry-header,
  .single-post header.entry-header,
  .single header.entry-header,
  .post-type-archive-sfwd-courses header.entry-page-header {
    padding: 50px 2% 30px; } }
.page h2:not(.rounded) {
  color: #78C4AD; }

.page .bg-green h2:not(.rounded) {
  color: #373936; }

.post-type-archive-sfwd-courses header.entry-page-header {
  margin-top: 200px; }

.post-type-archive-sfwd-courses .site-inner {
  padding-top: 0px !important; }

/**
 *   tagline under logo
 */
.tagline {
  font-size: 11px;
  letter-spacing: 0.3px;
  border-top: 1px solid #373936;
  border-bottom: 1px solid #373936;
  text-transform: uppercase; }

/**
 *   lists
 *
 */
ul.disc li {
  list-style-type: disc; }

ul.circle li {
  list-style-type: circle; }

/*
 * navigation
 */
.navigation {
  float: right; }
  .navigation ul li {
    display: inline-block; }

#genesis-mobile-nav-primary {
  display: none; }

.nav-primary {
  clear: both;
  height: 170px;
  position: relative;
  background-color: rgba(0, 61, 103, 0.8);
  z-index: 850;
  text-align: left; }

.no-banner .nav-primary {
  background-color: #003d67;
  background-color: #003d67; }

.menu-primary {
  margin-left: 0px;
  padding-left: 0px; }

.menu-primary li {
  display: inline-block; }

.menu-primary li a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 10px;
  position: relative;
  display: block;
  z-index: 2; }

.menu-primary li.current-menu-item {
  position: relative; }

.menu-primary li.current-menu-item > a {
  color: #ffffff;
  position: relative; }

.menu-primary li a::before {
  z-index: -1;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #373936;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.menu-primary li:hover a::before {
  transform: scaleY(1); }

#menu-main-menu {
  float: right; }

#menu-main-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out 0s;
  width: 200px;
  z-index: 99;
  background-color: #f8b9aa;
  color: #ffffff; }

#menu-main-menu > li:hover .sub-menu {
  left: auto;
  opacity: 1; }

#menu-main-menu > li:hover .sub-menu a {
  color: #ffffff; }

.menu-primary .submenu li {
  width: 100%;
  display: block;
  text-align: left; }
  .menu-primary .submenu li a {
    display: block;
    text-align: left; }

.navigation ul .sub-menu li {
  display: block; }
  .navigation ul .sub-menu li a {
    display: block;
    text-align: left;
    color: #ffffff; }

/* menu search */
.menu-primary .search-form input[type="submit"] {
  display: none; }

/*ul#menu-main-menu {
    display: none;
    text-align: right;
    margin-top: 40px;
}*/
div.toggle-wrapper {
  background-color: #78C4AD;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 1000;
  padding: 10px 20px 0px 10px; }

div#menu-toggle {
  /*display: none; */
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menu-toggle span:nth-child(1) {
  top: 0px; }

#menu-toggle span:nth-child(2), #menu-toggle span:nth-child(3) {
  top: 14px; }

#menu-toggle span:nth-child(4) {
  top: 28px; }

#menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#menu-main-menu {
  opacity: 0;
  right: -600px;
  position: absolute;
  width: 600px;
  height: 55px;
  top: 40px;
  background-color: #78C4AD;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#menu-main-menu.show {
  opacity: 1;
  right: 75px; }

/*
 * site inner
 */
:not(.home) .site-inner {
  padding-top: 200px; }

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

/* homepage */
div[class^="strip"] {
  margin: 0px 0px; }

body:not(.home) div[class^="strip"] {
  margin: 50px 0px; }

body:not(.home) div[class^="strip"]:last-child,
body:not(.home) div.strip.bg-green {
  margin: 0px 0px 0px !important; }

div[class^="strip"] .wrap {
  padding: 50px 0px; }

div[class^="strip"].strip-about .wrap {
  padding: 100px 0% 50px;
  max-width: 860px; }

div[class^="strip"].bg-green .wrap {
  padding: 50px 0%;
  max-width: 860px; }

.home .wrap-intro {
  padding-bottom: 40px; }

.home .intro {
  color: #373936;
  margin: 0px auto 60px; }
  .home .intro h1 {
    font-size: 40px;
    font-size: 4.0rem; }
  .home .intro .wrap {
    max-width: 860px; }

.home .intro p:first-child {
  font-weight: 700; }

.page .left-column p:first-child {
  font-weight: 700; }

.home div.strip-products {
  padding: 80px 0px; }

.page-id-184 .entry-content {
  padding: 20px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.flex .content {
  width: 75%; }
  .flex .content .bg-pink {
    padding: 20px; }

.isSafari.notChrome .flex .content {
  width: 74%; }

.flex .sidebar {
  width: 25%;
  background-color: #231f20;
  color: #ffffff;
  padding: 20px; }

.flex .sidebar article.flex {
  justify-content: space-between;
  margin-bottom: 50px; }

.flex .sidebar article.flex .image {
  width: 35%; }

.flex .sidebar article.flex .copy {
  width: 62%; }

.home .flex.grid article:nth-child(2) {
  padding: 30px 20% 30px 30px; }

.flex .left-column,
.flex .right-column {
  width: 48%; }

.footer-widgets .social {
  margin-top: 15px;
  clear: right;
  float: right; }
  .footer-widgets .social li {
    display: inline; }
    .footer-widgets .social li a {
      display: inline-block;
      color: #78C4AD;
      border: 1px solid #78C4AD;
      width: 32px;
      height: 32px;
      text-align: center;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px; }
      .footer-widgets .social li a i {
        line-height: 30px;
        font-size: 18px; }
      .footer-widgets .social li a:hover {
        color: #ffffff;
        border: 1px solid #ffffff;
        -webkit-transition: all .3s ease;
        -o-transition: all 0.3s ease;
        transition: all .3s ease; }
        .footer-widgets .social li a:hover i {
          color: #ffffff; }

.roof .actions ul > li a:hover {
  color: #231f20; }

.blog-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .blog-layout div:first-child {
    width: 33%; }
  .blog-layout div:nth-child(2) {
    width: 64%; }

@media only screen and (max-width: 640px) {
  .blog-layout div:first-child {
    width: 100%; }
  .blog-layout div:nth-child(2) {
    width: 100%; } }
.advert {
  position: relative;
  background-size: cover; }
  .advert > img {
    min-width: 100%;
    height: auto;
    display: block; }
  .advert .caption {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    color: #ffffff; }
    .advert .caption h2 a {
      color: #ffffff; }
    .advert .caption img {
      display: block;
      margin: 0px auto; }

.pr-tile {
  margin-bottom: 35px;
  text-align: center;
  background-color: #78C4AD;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }
  .pr-tile:not(.image) {
    padding: 0px 30px; }
  .pr-tile.image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .pr-tile * {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s; }
  .pr-tile a {
    position: absolute;
    z-index: 10;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .pr-tile h3 {
    color: #ffffff;
    font-size: 40px;
    font-size: 4.0rem; }
  .pr-tile p {
    opacity: 0;
    height: 0px; }
  .pr-tile .pr-icon {
    font-family: FontAwesome;
    width: 84px;
    height: 84px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    .pr-tile .pr-icon.support {
      background-image: url(images/icon-public-relations-support.png); }
    .pr-tile .pr-icon.learn {
      width: 130px;
      background-image: url(images/icon-learn.png); }
    .pr-tile .pr-icon.social {
      background-image: url(images/icon-pr.png);
      margin-bottom: 0px; }
    .pr-tile .pr-icon.events {
      background-image: url(images/icon-calendar.png); }
  .pr-tile:hover {
    background-color: #373936; }
    .pr-tile:hover h3 {
      color: #78C4AD;
      font-size: 20px;
      font-size: 2.0rem; }
    .pr-tile:hover p {
      opacity: 1;
      height: auto; }
    .pr-tile:hover .pr-icon {
      font-size: 40px;
      width: 42px;
      height: 42px;
      color: #FBD662; }
      .pr-tile:hover .pr-icon.support {
        background-image: url(images/icon-public-relations-support-sm-g.png); }
      .pr-tile:hover .pr-icon.learn {
        width: 65px;
        background-image: url(images/icon-learn-sm-g.png); }
      .pr-tile:hover .pr-icon.social {
        background-image: url(images/icon-pr-sm-g.png); }
      .pr-tile:hover .pr-icon.events {
        background-image: url(images/icon-calendar-sm-g.png); }

.course-tile {
  position: relative;
  min-height: 410px;
  max-height: 410px;
  background-color: #78C4AD;
  padding: 0px 30px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .course-tile * {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .course-tile a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .course-tile h3 {
    color: #ffffff;
    font-size: 40px;
    font-size: 4.0rem; }
  .course-tile p {
    opacity: 0;
    height: 0px; }
  .course-tile:hover {
    background-color: #373936; }
    .course-tile:hover h3 {
      color: #78C4AD;
      font-size: 20px;
      font-size: 2.0rem; }
    .course-tile:hover p {
      opacity: 1;
      height: auto; }

h2.watermark {
  height: 275px;
  background-image: url(images/watermark.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 100px 60px 0px 0px;
  margin-bottom: 20px; }

@media only screen and (max-width: 550px) {
  h2.watermark {
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px; } }
.quote {
  color: #78C4AD;
  font-weight: 700; }

#homeslider .item {
  position: relative; }
  #homeslider .item .wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    #homeslider .item .wrapper .wrap {
      position: relative;
      height: 100%; }
      #homeslider .item .wrapper .wrap .caption {
        position: absolute;
        top: 15%;
        right: 10%;
        width: 50%;
        z-index: 3; }
      #homeslider .item .wrapper .wrap .image {
        position: absolute;
        bottom: -120px;
        left: -175px;
        z-index: 2;
        width: 760px; }
        #homeslider .item .wrapper .wrap .image img {
          height: auto; }

.slideshow {
  margin-top: 50px; }

.portfolio-item {
  text-align: left;
  position: relative; }
  .portfolio-item .wrap-container {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%; }
  .portfolio-item .wrap {
    position: relative;
    height: 100%;
    padding-top: 20%; }
    .portfolio-item .wrap .copy {
      position: absolute;
      top: 20%;
      width: 60%; }
      .portfolio-item .wrap .copy h3 {
        color: #ffffff;
        font-size: 40px;
        font-size: 4.0rem; }
      .portfolio-item .wrap .copy h4 {
        color: #ffffff;
        font-size: 20px;
        font-size: 2.0rem; }
      .portfolio-item .wrap .copy p {
        color: #ffffff; }
      .portfolio-item .wrap .copy .actions a {
        color: #FBD662;
        font-size: 30px; }
      .portfolio-item .wrap .copy .actions i {
        color: #FBD662;
        font-size: 30px; }

.event-item {
  position: relative;
  margin-bottom: 30px; }
  .event-item > a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .event-item .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .event-item .gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
  .event-item:hover {
    cursor: pointer; }
    .event-item:hover .overlay {
      opacity: 0.6; }
    .event-item:hover .copy {
      bottom: 15%; }
      .event-item:hover .copy a {
        opacity: 1; }
    .event-item:hover .gradient {
      background-image: -webkit-linear-gradient(to top, transparent, transparent);
      background-image: -moz-linear-gradient(to top, transparent, transparent);
      background-image: -o-linear-gradient(to top, transparent, transparent);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(transparent));
      background-image: linear-gradient(to top, transparent, transparent); }
  .event-item .copy {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 5%;
    text-align: center;
    padding: 0px 20px; }
    .event-item .copy h3 {
      color: #ffffff; }
    .event-item .copy p {
      margin-bottom: 0px; }
      .event-item .copy p.mtop {
        margin-top: 10px; }
    .event-item .copy a {
      opacity: 0; }
    .event-item .copy span {
      display: block; }

.underlined {
  border-bottom: 1px solid #78C4AD;
  padding-bottom: 60px;
  margin-bottom: 20px; }

.contact,
.social,
.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
  clear: right; }
  .contact a,
  .social a,
  .copyright a {
    color: #ffffff; }

.contact {
  margin-top: 38px; }

.contact,
.social {
  margin-bottom: 30px;
  max-width: none;
  width: auto; }

.contact {
  margin-bottom: 20px; }

@media only screen and (max-width: 1200px) {
  #homeslider .item .wrapper .wrap .caption {
    top: 10%; }
  #homeslider .item .wrapper .wrap .image {
    left: -100px;
    bottom: -60px;
    width: 500px; } }
.resources .resource {
  position: relative;
  margin-left: 30px; }
  .resources .resource:before {
    content: '\f019';
    font-family: 'FontAwesome';
    position: absolute;
    left: -30px;
    width: 30px;
    height: 30px; }
  .resources .resource:hover:before {
    color: #f8b9aa !important; }

.two-column .advert {
  display: block;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }
  .two-column .advert img {
    min-width: auto;
    height: 420px; }
  .two-column .advert .caption h2 {
    font-size: 20px;
    font-size: 2.0rem; }
    .two-column .advert .caption h2 a {
      color: #ffffff; }

/* tabs */
.tabs h2 {
  font-size: 24px; }

.strip-advert {
  padding-top: 0 !important; }

/*Top banner styles*/
.top-banner {
  height: 550px; }

.home #genesis-content .raised .content {
  position: relative;
  padding-top: 80px; }

.home #genesis-content .raised .sidebar {
  position: relative;
  margin-top: -60px; }

.home #genesis-content .raised .sidebar .button {
  display: inline-block; }

.top-banner-inner {
  height: 550px;
  position: absolute;
  width: 100%;
  overflow: hidden; }

.home .top-banner-inner {
  height: 700px; }

.blured-bg {
  height: 103%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  width: calc(100% + 40px);
  margin-left: -20px;
  z-index: -10;
  filter: blur(10px); }

.top-banner .top-banner-content {
  padding-top: 170px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.top-banner h2 {
  margin-bottom: 30px; }

.top-banner a.button {
  margin: 10px; }

#search-overlay {
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none; }

.search-exit {
  float: right;
  right: 50px;
  top: 50px;
  position: absolute; }

i#close-search {
  color: #fff;
  font-size: 25px;
  cursor: pointer; }

.search-form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

#search-overlay input[type="submit"] {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  padding: 5px 20px;
  background-color: #003D67;
  cursor: pointer; }

input#search[type="search"] {
  height: 38px;
  padding-left: 10px;
  border: none;
  margin-right: -4px; }

ul#ui-id-1 {
  z-index: 1000 !important;
  text-align: left;
  height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: calc(50% + 92px) !important;
  margin-left: auto;
  margin-right: auto;
  position: fixed !important; }

input#search {
  width: 50%; }

.title-area {
  position: relative; }

.home-intro {
  padding: 30px 20px 40px 0; }

.modal .container {
  max-width: 100%; }

#shopModal {
  margin-top: 80px; }

#shopModal .row {
  margin-bottom: 20px; }

#shopModal .row input,
#shopModal .row textarea {
  width: 100%; }

#shopModal .row textarea {
  height: 90px;
  resize: none; }

#shopModal div.response {
  display: none; }

#shopModal .loading {
  display: inline-block;
  width: 50px;
  height: 50px; }

#shopModal .loading #loading-spinner {
  display: none; }

body #signup {
  margin-top: 40px;
  min-height: 220px; }
  body #signup .gform_wrapper form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap; }
    body #signup .gform_wrapper form ul li.gfield {
      margin-top: 0px; }
    body #signup .gform_wrapper form .gform_heading {
      width: 100% !important; }
    body #signup .gform_wrapper form .gform_body {
      width: 85% !important; }
    body #signup .gform_wrapper form .gform_footer {
      width: 15% !important;
      margin: 0px;
      padding: 6px 0px 10px; }
    body #signup .gform_wrapper form .gform_button.button {
      border: 1px solid #373936;
      color: #373936;
      padding: 5px 15px; }
    body #signup .gform_wrapper form li.hidden_label input {
      margin-top: 0px; }

body.home #signup {
  margin-top: 0; }

.strip-signup {
  background-color: #003E6A; }
  .strip-signup h4 {
    color: #ffffff; }

.strip-categories .flex {
  justify-content: space-between;
  flex-flow: row wrap; }

.hp_category {
  width: 30%;
  min-height: 217px;
  position: relative; }
  .hp_category .icon {
    text-align: center;
    margin-top: 40px; }
  .hp_category .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 7px 0px 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 100;
    color: #ffffff; }
  .hp_category a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .hp_category:hover .caption {
    padding: 15px 0px; }
  .hp_category:hover .icon img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

.hp_category.handsets {
  background-color: #003e6a; }

.hp_category.systems {
  background-color: #003e6a; }

.hp_category.parts {
  background-color: #003e6a; }

.scroller {
  margin: 40px auto 40px; }

#ui-id-2 li div {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem; }

.flex .one-third {
  width: 32%; }

.error404 form {
  margin-top: 30px; }

.error404 input[type="search"] {
  width: 80%;
  display: inline-block;
  margin: 0px 20px 0px; }

/*
.contact-detail {
  max-width: 400px;
  min-width: 400px;
  justify-content: flex-start;
}
.contact-detail > div:first-child {
    width: 24%!important;
}
.contact-detail > div:nth-child(2) {
    width: 70%!important;
    text-align: left;
}
*/
.featured-image {
  display: block;
  position: relative;
  top: -50px; }

@media only screen and (max-width: 1300px) {
  html {
    font-size: 56%; }

  .advert h2 {
    font-size: 30px;
    font-size: 3.0rem; }

  .home .flex.grid article:nth-child(2) {
    padding: 30px 30px 30px 30px; } }
@media only screen and (max-width: 1240px) {
  .wrap,
  #genesis-nav-primary .wrap,
  .home .entry-content .wrap,
  .footer-widgets .wrap,
  .learndash,
  .post-type-archive.post-type-archive-sfwd-courses .site-inner {
    width: 90%;
    max-width: 90%; }

  .navigation {
    float: none;
    margin: 0px auto; }

  ul#menu-main-menu {
    float: none;
    margin: 0px auto;
    text-align: center; }

  .hpslideshow .slide-item .caption .slide-title {
    font-size: 42px;
    font-size: 4.2rem; }

  .portfolio-item .wrap {
    padding-top: 15%; }
    .portfolio-item .wrap .copy {
      top: 16%; }

  .blogs .blog .blog-title {
    height: 80px;
    font-size: 14px;
    font-size: 1.4rem; } }
@media only screen and (max-width: 1140px) {
  .portfolio-item .wrap .copy {
    width: 80%; } }
@media only screen and (max-width: 1068px) {
  .hpslideshow .slide-item .caption {
    top: 10%; } }
@media only screen and (max-width: 990px) {
  #menu-main-menu {
    width: auto;
    top: 35px; }

  #menu-main-menu.show {
    right: -75px; }

  .navigation ul {
    padding-top: 5px;
    padding-right: 75px;
    background-color: transparent !important; }

  .navigation ul li {
    background-color: rgba(0, 0, 0, 0.6);
    background-color: #78C4AD;
    text-align: left;
    display: block; }
    .navigation ul li a {
      padding-right: 75px;
      padding-left: 20px;
      color: #ffffff;
      display: block; } }
@media only screen and (max-width: 940px) {
  .menu-primary .search-form input[type="search"] {
    width: 200px; }

  #homeslider .item .wrapper .wrap .image {
    width: 420px; }

  #homeslider .item {
    height: 300px; }

  .slider-background {
    height: 100%; }

  .portfolio-item .wrap .copy {
    width: 100%;
    top: 5%; } }
@media only screen and (max-width: 890px) {
  .hpslideshow .slide-item .caption {
    top: 30%; }
    .hpslideshow .slide-item .caption .slide-title {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 40px; }
    .hpslideshow .slide-item .caption .slide-content {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 32px; }

  .portfolio-item .wrap .copy h3 {
    font-size: 26px;
    font-size: 2.6rem; }
  .portfolio-item .wrap .copy h4 {
    font-size: 18px;
    font-size: 1.8rem; }
  .portfolio-item .wrap .copy p {
    line-height: 20px;
    line-height: 2.0rem;
    margin-bottom: 10px; } }
@media only screen and (max-width: 667px) and (orientation: landscape) {
  .navigation ul#menu-main-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 240px !important;
    margin-top: 3px;
    padding-bottom: 70px; } }
@media only screen and (max-width: 840px) {
  .hpslideshow .slide-item .caption {
    top: 10%; }

  .home .intro {
    padding-left: 12%;
    padding-right: 12%; }

  div[class^="strip"].bg-green .wrap {
    padding-left: 10%;
    padding-right: 10%; } }
@media only screen and (max-width: 768px) {
  .logo {
    float: none;
    width: 220px;
    margin: 0px auto;
    max-width: 80%;
    bottom: -82px; }

  .header_cta {
    float: none; }

  .header_cta ul li {
    text-align: center; }

  :not(.home) .site-inner {
    padding-top: 80px; }

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

  header.site-inner {
    padding-top: 80px; }

  header.site-header {
    height: 80px; }

  header.site-header .logo {
    margin-top: 0px;
    width: 100px; }

  header.site-header div.toggle-wrapper {
    top: 10px; }

  header.site-header #menu-main-menu {
    top: 10px; }

  .single
  body.open {
    position: fixed; }

  nav.navigation {
    height: 0; }

  nav.navigation.open {
    height: auto; }

  div.menu-wrap.open {
    display: block;
    position: fixed;
    height: 150%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 120%;
    padding-bottom: 50px; }

  .navigation ul#menu-main-menu {
    position: relative;
    width: 80%;
    margin: 0px auto;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 70px; }

  ul#menu-main-menu.show {
    height: auto; }

  .menu-primary .search-form input[type="search"] {
    width: 100%; }

  ul#menu-main-menu.show {
    right: -36px; }

  .site-header.scroll #menu-main-menu {
    top: 0px; }

  .home .flex.grid article:nth-child(2) {
    padding: 30px 10px; }

  /*ul#menu-main-menu .menu-item {
    display: none;
  }*/
  div#menu-toggle {
    display: block;
    position: relative;
    z-index: 10000; }

  .nav-primary {
    height: 78px;
    background-color: #003d67; }

  .top-banner {
    margin-top: -78px; }

  #menu-toggle .fa-bars {
    color: #fff;
    font-size: 35px;
    cursor: pointer; }

  .nav-primary .wrap {
    margin: 0 !important;
    padding: 0 10px;
    background-color: white;
    max-width: 100% !important;
    width: 100%; }

  .navigation ul li {
    display: block; }

  ul#menu-main-menu {
    position: absolute;
    right: -999px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }

  ul#menu-main-menu.show {
    position: relative;
    width: 100%;
    top: 0px;
    left: auto; }

  .menu-primary li {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    display: block; }

  ul#menu-main-menu ul.submenu {
    position: relative;
    left: auto;
    opacity: 1;
    width: 100%; }

  #menu-main-menu .sub-menu {
    position: inherit;
    opacity: 1;
    width: 100%; }

  .navigation ul .sub-menu li a {
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #ffffff; }

  #menu-main-menu > li .sub-menu {
    left: auto; }

  .menu-primary li a {
    color: #ffffff;
    display: block; }

  ul#menu-main-menu li a {
    color: #ffffff;
    margin-bottom: 1px; }

  #menu-main-menu .sub-menu li a {
    color: #ffffff; }

  .footer-widgets .wrap {
    display: block !important; }

  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    width: 50% !important;
    display: inline-block; }

  .widget-area.footer-widgets-4.footer-widget-area {
    margin-top: 20px; }

  .flex.thirds > div {
    width: 100% !important;
    margin-bottom: 20px; }

  .flex.thirds > div.pr-tile,
  .flex.thirds > div.course-tile {
    min-height: 320px;
    max-height: 320px; }

  .flex.thirds > div.image img {
    min-width: 100%;
    height: auto; }

  .flex-halves > div {
    width: 100%; }

  .flex.halves > div,
  .flex.halves.offset > div:first-child,
  .flex.halves.offset > div:nth-child(2) {
    width: 100%; }

  .event-image img {
    min-width: 100% !important;
    width: 100% !important; }

  .blogs .blog .blog-title {
    font-size: 18px;
    font-size: 1.8rem; }
  .blogs .blog img {
    min-width: 100% !important;
    width: 100% !important; }

  .slideshow {
    height: 400px; }
    .slideshow .slick-list {
      height: 100%; }
      .slideshow .slick-list .slick-track {
        height: 100%; }
        .slideshow .slick-list .slick-track .slick-slide {
          height: 100%;
          overflow: hidden; }
          .slideshow .slick-list .slick-track .slick-slide > img {
            height: 100%;
            width: auto !important;
            max-width: none !important; } }
@media only screen and (max-width: 768px) {
  .error404 .flex .one-third {
    width: 100%; }

  .home #genesis-content .raised .sidebar {
    margin-top: 80px; }

  #homeslider .item .wrapper .wrap .caption {
    right: 0;
    top: 10%; }

  #homeslider .item .wrapper .wrap .image {
    width: 447px; }

  .flex .content {
    width: 65%; }

  .isSafari.notChrome .flex .content {
    width: 64%; }

  .flex .sidebar {
    width: 35%; } }
@media only screen and (max-width: 768px) {
  .footer-widgets-1,
  .footer-widgets-2 {
    width: 100% !important; }

  .footer-widgets-2 {
    text-align: left !important; }
    .footer-widgets-2 div {
      text-align: left !important; }
    .footer-widgets-2 .contact,
    .footer-widgets-2 .social,
    .footer-widgets-2 .copyright {
      float: none !important; }
    .footer-widgets-2 .contact {
      margin-top: 0px; }
    .footer-widgets-2 .social li {
      margin-right: 10px; }

  .home .slideshow {
    height: 380px;
    min-height: 380px;
    max-height: 380px; }
    .home .slideshow .portfolio-item {
      overflow: hidden;
      min-height: 380px;
      max-height: 380px;
      height: 380px; }
      .home .slideshow .portfolio-item > img {
        min-height: 100%;
        width: auto;
        max-width: initial;
        min-width: initial; } }
@media only screen and (max-width: 660px) {
  .home h1 {
    margin-top: 0px; }

  .hpslideshow .slide-item .caption {
    top: 4%; }
    .hpslideshow .slide-item .caption .slide-title {
      font-size: 26px;
      font-size: 2.6rem; }
    .hpslideshow .slide-item .caption .slide-content {
      font-size: 20px;
      font-size: 2.0rem; }
    .hpslideshow .slide-item .caption .slide-link {
      margin-top: 15px; } }
@media only screen and (max-width: 640px) {
  .footer-widgets ul li {
    margin-right: 0px; }

  .banner-image img {
    width: 100%;
    margin-bottom: 20px; } }
@media only screen and (max-width: 580px) {
  .home section.sidebar h2 {
    font-size: 2rem; } }
@media only screen and (max-width: 520px) {
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    width: 100% !important;
    margin-bottom: 20px; }

  .flex .left-column,
  .flex .right-column {
    width: 100%; }
    .flex .left-column .featured-image,
    .flex .right-column .featured-image {
      top: 0px;
      margin-bottom: 20px; }

  .roof .actions {
    float: none;
    width: 100%; }
    .roof .actions ul {
      margin: 2px auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; }
    .roof .actions ul > li {
      text-align: center !important; }
      .roof .actions ul > li a {
        padding: 5px 5px; }
    .roof .actions ul > li:nth-child(1) {
      width: 40%;
      margin-right: 0px; }
    .roof .actions ul > li:nth-child(2) {
      width: 40%;
      margin-right: 0px; }
    .roof .actions ul > li:nth-child(3) {
      width: 20%;
      margin-right: 0px; }
    .roof .actions ul > li:nth-child(4) {
      width: 33%;
      margin-right: 0px;
      text-align: right !important; }
    .roof .actions ul > li:nth-child(5) {
      width: 33%;
      margin-right: 0px; }
    .roof .actions ul > li:nth-child(6) {
      width: 33%;
      margin-right: 0px;
      text-align: left !important; }

  #menu-cart a#cart-basket i {
    padding-top: 0px; }

  .home #genesis-content .raised .sidebar {
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 10px; }

  #homeslider .item {
    height: 400px;
    margin-top: 70px; }

  #homeslider .item .wrapper .wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column-reverse; }

  #homeslider .item .wrapper .wrap .caption, #homeslider .item .wrapper .wrap .image {
    position: initial;
    width: 100%; }
  #homeslider .item .wrapper .wrap .image {
    margin-bottom: 15px;
    max-width: 387px;
    margin-left: auto;
    margin-right: auto; }
  #homeslider .item .wrapper .wrap .caption {
    margin-bottom: 46px;
    margin-top: -46px; } }
@media only screen and (max-width: 480px) {
  .home .intro h1,
  .portfolio-item .wrap .copy h3 {
    font-size: 26px;
    font-size: 2.6rem; }

  h1 {
    font-size: 26px;
    font-size: 2.6rem; }

  .page:not(.home) header.entry-header, .single-post header.entry-header, .single header.entry-header, .post-type-archive-sfwd-courses header.entry-page-header {
    padding: 40px 20px 10px 20px; }

  .hpslideshow .slide-item .caption {
    top: 8%; }
    .hpslideshow .slide-item .caption .slide-title {
      font-size: 20px;
      font-size: 2.6rem;
      line-height: 30px;
      margin-top: 0px; }
    .hpslideshow .slide-item .caption .slide-content {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px; }
    .hpslideshow .slide-item .caption .slide-link {
      margin-top: 15px; } }
@media only screen and (max-width: 480px) {
  .flex .sidebar,
  .flex .content {
    width: 100% !important; }

  .tabs a {
    display: inline-block;
    width: 49%; }
    .tabs a h2 {
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block; }

  #menu-cart #cart-basket i {
    display: none; } }
@media only screen and (max-width: 468px) {
  .hpslideshow {
    height: 200px; }
    .hpslideshow .slide-item {
      height: 200px;
      overflow: hidden; }
      .hpslideshow .slide-item img {
        height: 200px;
        width: auto !important;
        min-width: inherit !important;
        min-height: inherit; }
      .hpslideshow .slide-item .caption {
        left: 6%;
        top: 40px; }
        .hpslideshow .slide-item .caption .slide-title {
          font-size: 22px;
          font-size: 2.2rem; }
        .hpslideshow .slide-item .caption .slide-content {
          font-size: 16px;
          font-size: 1.6rem; } }
@media only screen and (max-width: 420px) {
  #homeslider .item .wrapper .wrap .image {
    max-width: 300px;
    width: 300px;
    height: auto; } }
@media only screen and (max-width: 414px) {
  .slideshow {
    height: 480px !important; }

  .blogs .blog .blog-title {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 18px; } }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .isSafari.notChrome .col-sm-4 {
    width: 33%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  color: #ffffff;
  cursor: pointer; }

.slick-prev {
  left: 40px; }

.slick-next {
  right: 40px; }

@media only screen and (max-width: 580px) {
  body .slick-prev {
    left: 10px !important; }

  body .slick-next {
    right: 10px !important; } }
.slick-dots {
  z-index: 10;
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 10; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ffffff;
      opacity: 0.75; }

.hpslideshow .slide-item.slick-slide {
  min-height: 200px; }

#gform_1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }

#gform_1 .gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

#gform_1 input,
#gform_1 select {
  background-color: transparent;
  border: 1px solid #78C4AD;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none; }

#gform_1 .gform_footer {
  width: 100%;
  padding-top: 6px;
  padding-left: 15px;
  margin-top: 0px;
  position: relative; }

#gform_1 .gform_footer input {
  float: right;
  margin-top: -55px;
  margin-right: -8px !important;
  margin-right: 0px; }

.gform_validation_error #gform_1 .gform_footer input {
  margin-top: -90px; }

#gform_2 .gform_footer {
  position: relative; }

body .gform_wrapper #gform_1 ul li.gfield {
  margin-top: 0px; }

.gform_wrapper div.validation_error {
  padding: 8px 0px; }

.gform_wrapper #gform_1 div.validation_error {
  width: 100%;
  color: #ff8c8c !important;
  border-bottom: 2px solid #ff8c8c !important;
  border-top: 2px solid #ff8c8c !important;
  padding: 8px 0px !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-bottom: none !important;
  border-top: none !important;
  padding-top: 0px !important; }

.gform_wrapper .validation_message {
  color: #ff8c8c !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0px !important;
  padding-right: 16px !important; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 3px !important; }

.gform_wrapper .gf_right_half {
  padding-left: 16px; }

.gform_wrapper .gf_left_half {
  padding-right: 16px; }

#gform_confirmation_message_1 {
  color: #ffffff; }

#gform_confirmation_message_2 {
  padding-top: 40px;
  padding-bottom: 40px; }

.gform_wrapper .gform_body {
  width: calc(100%) !important; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  margin-right: 16px !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important; }

.gform_wrapper li.hidden_label input {
  margin-top: 6px !important; }

#gform_2 .gform_footer {
  text-align: right; }

#gform_2 .gform_fields #field_2_1,
#gform_2 .gform_fields #field_2_2,
#gform_2 .gform_fields #field_2_3,
#gform_2 .gform_fields #field_2_4 {
  width: 49.5%; }

input#gform_submit_button_2 {
  margin-right: 0 !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 38px;
  padding: 6px 8px 0px !important;
  line-height: 14px; }

.gform_wrapper li.hidden_label input[type="checkbox"] {
  margin-top: 0px !important; }

#gform_wrapper_2 span.gform_description {
  color: #000;
  margin-bottom: 0; }

#gform_wrapper_2 {
  margin-top: 40px; }

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 select {
  margin-bottom: 10px;
  color: #ffffff; }

#gform_wrapper_1 #gform_submit_button_1 {
  background-color: #78C4AD;
  color: #ffffff; }

#gform_wrapper_1 #gform_submit_button_1:hover {
  background-color: transparent; }

#gform_1 .gform_footer {
  padding-left: 0px; }

#gform_confirmation_message_1 {
  color: #959595 !important; }

.gform_title {
  color: #78C4AD;
  text-transform: lowercase; }

#gform_1 #field_1_1,
#gform_1 #field_1_2 {
  width: 49%;
  margin-right: 0px; }

#gform_1 #field_1_3 {
  width: 75%; }

.footer-widgets .gform_description {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0px; }

.gform_wrapper .gform_heading {
  margin-bottom: 0px !important; }

@media only screen and (max-width: 768px) {
  body #signup .gform_wrapper form .gform_body {
    width: 80% !important; }

  body #signup .gform_wrapper form .gform_footer {
    width: 20% !important; } }
@media only screen and (max-width: 1120px) {
  #gform_1 #field_1_3 {
    width: 70%; } }
@media only screen and (max-width: 960px) {
  #gform_1 #field_1_3 {
    width: 65%; } }
@media only screen and (max-width: 768px) {
  #gform_1 #field_1_3 {
    width: 80%; } }
@media only screen and (max-width: 748px) {
  #gform_1 #field_1_3 {
    width: 76%; } }
@media only screen and (max-width: 640px) {
  #gform_1 .gform_footer input {
    float: none;
    margin-top: 0px; }

  #gform_1 #field_1_1, #gform_1 #field_1_2, #gform_1 #field_1_3 {
    width: 100%; }

  #gform_2 .gform_fields #field_2_1,
  #gform_2 .gform_fields #field_2_2,
  #gform_2 .gform_fields #field_2_3,
  #gform_2 .gform_fields #field_2_4 {
    width: 100%; }

  .gform_wrapper .gf_right_half {
    padding-left: 0px; } }
@media only screen and (max-width: 520px) {
  #gform_1 .gform_fields #field_2_1,
  #gform_1 .gform_fields #field_2_2,
  #gform_1 .gform_fields #field_2_3,
  #gform_1 .gform_fields #field_2_4 {
    width: 100%; }

  body #signup .gform_wrapper form .gform_body, body #signup .gform_wrapper form .gform_footer {
    margin-top: auto;
    width: 100% !important; } }
.page-id-28 input, .page-id-28 textarea, .page-id-28 select {
  border: 1px solid #78C4AD; }
.page-id-28 select {
  margin-top: 5px;
  height: 38px; }

/*
 * placeholders
 */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #78C4AD;
  font-weight: 600;
  line-height: 16px; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #78C4AD;
  font-weight: 600;
  line-height: 25px; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #78C4AD;
  font-weight: 600;
  line-height: 25px; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #78C4AD;
  font-weight: 600;
  line-height: 25px; }

/*
 * placeholders
 */
.footer-widgets ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 16px; }

.footer-widgets ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 26px; }

.footer-widgets :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 22px; }

.footer-widgets :-moz-placeholder {
  /* Firefox 18- */
  font-family: "FontAwesome", "Muli", sans-serif, sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 26px; }

.woocommerce ul.products li.product.two-column,
.woocommerce-page ul.products li.product.two-column,
.woocommerce-page[class*="columns-"] ul.products li.product.two-column,
.woocommerce[class*="columns-"] ul.products li.product.two-column {
  width: 44.1%;
  flex: 1; }

.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce-page[class*="columns-"] ul.products,
.woocommerce[class*="columns-"] ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {
  background-color: transparent !important;
  border: 1px solid #f8b9aa !important;
  color: #f8b9aa !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  padding: 10px 20px !important; }

.bg-pink .woocommerce a.button,
.bg-pink .woocommerce a.button.alt,
.bg-pink .woocommerce button.button,
.bg-pink .woocommerce button.button.alt,
.bg-pink .woocommerce input.button,
.bg-pink .woocommerce input.button.alt,
.bg-pink .woocommerce input.button[type="submit"],
.bg-pink .woocommerce #respond input#submit,
.bg-pink .woocommerce #respond input#submit.alt {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  padding: 10px 20px !important;
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  transition: all 1s ease !important; }

/*
.woocommerce a.button.white, 
.woocommerce a.button.alt.white, 
.woocommerce button.button.white, 
.woocommerce button.button.alt.white, 
.woocommerce input.button.white, 
.woocommerce input.button.alt.white, 
.woocommerce input.button.white[type="submit"] {
  border: 1px solid $white!important;
  color: $white!important;
  font-size: 1.6rem!important;
  padding: 5px 20px!important;
}
*/
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button[type="submit"]:hover,
.woocommerce input.button[type="submit"]:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus {
  cursor: pointer !important;
  background-color: #231F20 !important;
  color: #ffffff !important;
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  transition: all 1s ease !important; }

.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #f8b9aa !important;
  font-weight: 500 !important; }

.woocommerce .content {
  padding: 0 !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px; }

.woocommerce ul.products li.product .button {
  margin-top: 10px !important; }

.cart-continue {
  float: right;
  position: relative;
  top: -20px; }

.woocommerce-message {
  clear: both;
  margin-top: 20px; }

.woocommerce-message:before {
  color: #f8b9aa; }

.after-cart a {
  margin-bottom: 15px !important; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: #f8b9aa !important; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 0px !important; }

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #f8b9aa; }

.home .woocommerce ul.products li.product .button {
  margin-top: 0; }

.home .woocommerce ul.products li.product {
  text-align: center;
  margin-bottom: 20px; }

.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px; }

.home .woocommerce ul.products li.product .price {
  display: none; }

.woocommerce .quantity .qty {
  padding: 6px 5px !important; }

.woocommerce div.product div.images.woocommerce-product-gallery, .woocommerce div.product div.summary {
  width: 50% !important;
  float: left !important; }

figure.woocommerce-product-gallery__wrapper {
  margin: 0 40px 20px 0; }

@media only screen and (max-width: 1240px) {
  .woocommerce ul.products li.product.two-column,
  .woocommerce-page ul.products li.product.two-column,
  .woocommerce-page[class*="columns-"] ul.products li.product.two-column,
  .woocommerce[class*="columns-"] ul.products li.product.two-column {
    max-height: 400px; }

  .two-column .advert {
    min-height: 100%;
    max-height: 100%; }
    .two-column .advert .caption h2 {
      font-size: 14px;
      font-size: 1.4rem; }
    .two-column .advert img {
      max-height: 100%;
      width: 100%; } }
@media only screen and (max-width: 1200px) {
  body .woocommerce ul.products li.product,
  body .woocommerce-page ul.products li.product,
  body .woocommerce-page[class*="columns-"] ul.products li.product,
  body .woocommerce[class*="columns-"] ul.products li.product {
    width: 22.05% !important;
    margin: 0 2.95% 2.992em 0 !important; }

  body.isSafari.notChrome .woocommerce ul.products li.product,
  body.isSafari.notChrome .woocommerce-page ul.products li.product,
  body.isSafari.notChrome .woocommerce-page[class*="columns-"] ul.products li.product,
  body.isSafari.notChrome .woocommerce[class*="columns-"] ul.products li.product {
    width: 22.00% !important; }

  body.woocommerce ul.products li.product,
  body.woocommerce-page ul.products li.product,
  body.woocommerce-page[class*="columns-"] ul.products li.product,
  body.woocommerce[class*="columns-"] ul.products li.product {
    width: 48% !important;
    margin-right: 2% !important; } }
@media only screen and (max-width: 767px) {
  body.home .woocommerce[class*="columns-"] ul.products li.product {
    width: calc(50% - 20px) !important;
    margin: 10px !important; } }
@media only screen and (max-width: 460px) {
  body .woocommerce ul.products li.product,
  body .woocommerce-page ul.products li.product,
  body .woocommerce-page[class*="columns-"] ul.products li.product,
  body .woocommerce[class*="columns-"] ul.products li.product,
  body.woocommerce ul.products li.product,
  body.woocommerce-page ul.products li.product,
  body.woocommerce-page[class*="columns-"] ul.products li.product,
  body.woocommerce[class*="columns-"] ul.products li.product {
    width: 100% !important;
    margin-right: 0% !important; }

  body.isSafari.notChrome .woocommerce ul.products li.product,
  body.isSafari.notChrome .woocommerce-page ul.products li.product,
  body.isSafari.notChrome .woocommerce-page[class*="columns-"] ul.products li.product,
  body.isSafari.notChrome .woocommerce[class*="columns-"] ul.products li.product {
    width: 100% !important; }

  body.home .woocommerce[class*="columns-"] ul.products li.product {
    width: 100% !important;
    margin: 20px 0 !important; }

  .home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: fit-content; }

  .woocommerce div.product div.images.woocommerce-product-gallery, .woocommerce div.product div.summary {
    width: 100% !important;
    float: left !important; }

  figure.woocommerce-product-gallery__wrapper {
    margin: 0; } }
#gform_ajax_spinner_2 {
  position: absolute;
  right: -25px;
  top: 10px;
  margin-left: 20px;
  width: 32px;
  height: 32px; }

/*
.gform_ajax_spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gform_ajax_spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #bb0031;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.gform_ajax_spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.gform_ajax_spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.gform_ajax_spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.gform_ajax_spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.gform_ajax_spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.gform_ajax_spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.gform_ajax_spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.gform_ajax_spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.gform_ajax_spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.gform_ajax_spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.gform_ajax_spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.gform_ajax_spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.gform_ajax_spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.gform_ajax_spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.gform_ajax_spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.gform_ajax_spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.gform_ajax_spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.gform_ajax_spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.gform_ajax_spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.gform_ajax_spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.gform_ajax_spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.gform_ajax_spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
*/

/*# sourceMappingURL=style.css.map */
