@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;

400;500;700&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

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

/**
   * Restore the focus styles unset by the previous rule.
   */

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

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

section {
  margin: 1.5em;
}

@media (min-width: 1024px) {
  section {
    margin: 2em 1.5em;
  }
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.wrapper img {
  width: 100%;
}

.wrapper-404 {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.wrapper-404 img {
  width: 100%;
}

.wrapper-404 p {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 5em;
}

.wrapper-404 a {
  color: #ef4370;
}

.wrapper-404 a:hover {
  color: #b8d66f;
}

button {
  border: none;
  margin: 10px;
  padding: 0;
}

.career {
  padding: 80px 0;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto 3em auto;
  justify-content: center;
}

.buttons a {
  text-decoration: none;
}

.col {
  flex: 1 0 80%;
  padding: 0px;
}

.col .worklogos {
  width: 65%;
  padding: 20px;
  display: flex;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .col {
    flex: 1;
    padding: 15px;
  }
}

.mainTitle {
  color: #1ba198;
  text-align: center;
  margin: 0 auto;
}

.btnPink {
  padding: 10px 20px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #ef4370;
  line-height: 20px;
  text-align: center;
  margin: 20px;
  min-width: 200px;
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  background: #ef4370;
  color: #fff;
}

.btnPink a {
  color: #ef4370;
  text-decoration: none;
}

.btnPink:hover {
  background: #ef4370;
  color: #fff;
}

.btnPink:hover a {
  color: #fff;
}

.btnPink:hover {
  background: #fff;
  color: #ef4370;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btnWhite {
  padding: 10px 20px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #ef4370;
  line-height: 20px;
  text-align: center;
  margin: 20px;
  min-width: 200px;
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.btnWhite a {
  color: #ef4370;
  text-decoration: none;
}

.btnWhite:hover {
  background: #ef4370;
  color: #fff;
}

.btnWhite:hover a {
  color: #fff;
}

.top_content_wrapper {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.top_content_wrapper h1 {
  color: #1ba198;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
}

.top_content_wrapper h2 {
  color: #ef4370;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
}

.top_content_wrapper p {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .top_content_wrapper {
    max-width: 900px;
  }

  .top_content_wrapper h1 {
    font-size: 56px;
    line-height: 62px;
  }
}

/* Video Modal Style */

.testimonials-vid {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.testimonials-vid-col {
  flex: 1;
}

.greypattern {
  background: url(/assets/img/pattern01.jpg) repeat;
  padding: 30px 1.5em;
  margin: 1em 0 0 0;
}

.service_contents {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-evenly;
}

.service_contents img {
  width: 100%;
}

.service_contents h1 {
  color: #1ba198;
}

.serviceCol {
  flex: 1 90%;
  margin-bottom: 2%;
  /* (100-32*3)/2 */
  padding: 15px;
  border: 1px solid #dbdada;
  display: flex;
  flex-direction: column;
}

.serviceCol h2 {
  color: #1ba198;
}

.serviceCol img {
  width: 100px;
  height: 100px;
}

@media (min-width: 1024px) {
  .serviceCol {
    flex: 0 27.33%;
  }
}

.servIcon {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.colbox:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.contact_container {
  text-align: center;
}

.category-header {
  width: 100%;
  font-size: 32px;
  padding: 10px;
  font-weight: 300;
  border-bottom: 1px solid #dbdada;
}

@media (min-width: 1024px) {
  .category-header {
    font-size: 42px;
  }
}

.blog-col {
  flex: 1 1 90%;
  margin: 10px 10px 20px 10px;
  padding: 20px;
  border: 1px solid #dbdada;
}

.blog-col a {
  color: #616161;
  line-height: 30px;
  text-decoration: none;
}

.blog-col a:hover {
  color: #ef4370;
}

.blog-col h3 {
  font-size: 23px;
  letter-spacing: 1px;
}

.blog-col p {
  padding: 0;
  margin: 0 0 10px 0;
}

.blog-col img:hover {
  background-color: #ef4370;
  opacity: 0.5;
}

.blog-col .readmore {
  color: #b8d66f;
}

@media (min-width: 1024px) {
  .blog-col {
    flex: 1 1 27%;
  }
}

.blogTags {
  padding: 20px 0;
}

.tags {
  background: rgba(239, 67, 112, 0.3);
  padding: 5px;
}

.tags:hover {
  background: rgba(184, 215, 112, 0.3);
}

.careerpostCol {
  flex: 1 0 80%;
  align-self: center;
  padding: 5px 10px 0 10px;
  display: flex;
}

.careerpostCol h4 {
  color: #616161;
  font-weight: 300;
  font-size: 20px;
}

.careerpostCol a {
  color: #ef4370;
  text-decoration: none;
}

.careerpostCol a:hover {
  color: #b8d66f;
}

.careerpostCol button {
  margin: 0;
  align-content: flex-end;
}

@media (min-width: 1024px) {
  .careerpostCol {
    flex: 1;
    padding: 15px 10px;
    border-top: 1px solid #dbdada;
  }
}

.careerLast {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dbdada;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .careerLast {
    justify-content: flex-end;
    padding: 15px 0;
    border-bottom: none;
  }
}

.careerCol1 {
  flex: 1 0 90%;
}

@media (min-width: 1024px) {
  .careerCol1 {
    flex: 2;
  }
}

.careerCol2 {
  flex: 1 0 90%;
}

.careerCol2 img {
  padding: 0px;
}

@media (min-width: 1024px) {
  .careerCol2 {
    flex: 1;
  }

  .careerCol2 img {
    padding: 20px;
  }
}

.careerpad {
  padding: 20px 0;
}

.carflexCol {
  display: flex;
  flex: 1 1 50%;
  padding: 10px 0;
}

.careerBody {
  flex: 2;
}

.careerIcon {
  flex: 1;
}

.careerIcon img {
  width: 64px;
  height: 64px;
  padding: 0 25px;
}

.col-1 {
  flex: 1 0 90%;
  padding: 10px 15px 10px 10px;
}

.col-1 h3 {
  color: #616161;
  font-size: 28px;
}

.col-1 li {
  display: list-item;
}

@media (min-width: 1024px) {
  .col-1 {
    flex: 2;
  }
}

.col-2 {
  flex: 1 0 90%;
  padding: 10px;
}

.col-2 h3 {
  padding: 15px 0 0 0;
}

@media (min-width: 1024px) {
  .col-2 {
    flex: 1;
  }
}

.mauticform_wrapper {
  margin: 20px 0 !important;
}

.mauticform-button {
  margin: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mauticform-button:hover {
  background: #b8d66f !important;
  color: #616161 !important;
}

.mauticform-button-wrapper {
  text-align: left !important;
}

.testimonialCol {
  flex: 1 1 40%;
  margin: 15px 0;
  padding: 0;
  min-height: 500px;
  border-top: 1px solid #dbdada;
  border-bottom: 1px solid #dbdada;
}

@media (min-width: 1024px) {
  .testimonialCol {
    padding: 20px;
    margin: 15px;
  }
}

.testimonialCol h2 {
  color: #ef4370;
  font-size: 25px;
  line-height: 30px;
}

.testimonialCol a {
  color: #ef4370;
  line-height: 30px;
}

.testimonialCol a:hover {
  color: #b8d66f;
}

.testimonialCol img {
  width: 80%;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .testimonialCol img {
    width: 50%;
  }
}

.testimonialCol p {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .testimonialCol p {
    font-size: 18px;
  }
}

.testimonialCol h4 {
  color: #616161;
  font-size: 16px;
}

.taxonomytop {
  margin-top: 8rem;
}

.taxo-col {
  flex: 1 0 80%;
  margin: 10px 10px 20px 10px;
  padding: 20px;
  border: 1px solid #dbdada;
}

.taxo-col img {
  width: 80%;
}

.taxo-col h3 {
  font-size: 18px;
  padding: 20px 0;
}

.taxo-col a {
  color: #616161;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .taxo-col {
    flex: 0 0 27.33%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

h1 {
  font-size: 43px;
  padding: 5px 0;
  font-weight: 300;
  line-height: 50px;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 32px;
  color: #ef4370;
  padding: 5px 0;
  font-weight: 300;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 42px;
  }
}

h3 {
  font-size: 26px;
  padding: 5px 0;
  font-weight: 300;
  color: #1ba198;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 20px;
  padding: 5px 0;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}

p {
  padding: 5px 0;
  font-weight: 300;
  color: #616161;
}

.middle_footer {
  background: url(/assets/img/pattern02.jpg) repeat;
  text-align: center;
  padding: 40px;
}

.middle_footer h1 {
  color: #fff;
  margin: 0;
  font-size: 35px;
}

.middle_footer p {
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .middle_footer h1 {
    font-size: 45px;
  }
}

.footer_container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.bottom_footer {
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flexColFt {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 0 20px;
}

.flexColFt ul {
  padding: 0 10px;
}

.flexColFt li {
  list-style: none;
  min-width: 140px;
  display: inherit;
}

.flexColFt a {
  text-decoration: none;
  color: #616161;
  line-height: 40px;
}

.flexColFt a:hover {
  color: #ef4370;
}

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

.DoubleflexColFt {
  padding: 5px;
  margin-top: 20px;
  flex: 1 0 80%;
}

.DoubleflexColFt h4 {
  color: #616161;
}

.DoubleflexColFt img {
  width: 100%;
}

.DoubleflexColFt p {
  padding: 0;
  margin: 0;
}

.DoubleflexColFt h5 {
  margin: 5px 0;
  padding: 0;
}

.DoubleflexColFt a {
  text-decoration: none;
  color: #1ba198;
}

.DoubleflexColFt a:hover {
  color: #ef4370;
}

@media (min-width: 1024px) {
  .DoubleflexColFt {
    flex: none;
  }
}

.social {
  padding: 20px 0;
}

.social a {
  padding: 0 20px 0 0;
}

.social svg {
  width: 32px;
  height: 32px;
}

.social .st0 {
  fill: #ef4370;
}

.social .st0:hover {
  fill: #b8d66f;
}

.copyright {
  padding: 20px;
  font-size: 12px;
  text-align: center;
}

.footer-logos {
  display: flex;
  padding: 25px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-logos .footer-logo {
  flex: 0 1 0;
  opacity: 0;
  max-height: 0;
  transition: opacity 3s ease;
  padding: 15px;
  text-align: center;
}

.footer-logos .footer-logo img {
  max-height: 150px;
}

.footer-logos .footer-logo.active {
  flex: 0 1 45%;
  max-height: 150px;
  opacity: 1;
  transition: opacity 3s ease;
  align-self: center;
}

@media (min-width: 1024px) {
  .footer-logos .footer-logo.active {
    flex: 0 1 15%;
  }
}

.footer-logos .footer-logo.hidden {
  display: none;
}

header {
  width: 100%;
}

.large {
  position: fixed;
  top: 0;
  height: 75px;
  z-index: 1;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.95);
}

.large .guildlogo {
  width: 200px;
  padding: 10px;
  align-self: center;
}

.large #menu {
  padding: 10px 0;
}

.small {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  z-index: 1;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.95);
}

.small .guildlogo {
  width: 150px;
  padding: 10px;
  align-self: center;
}

.small #menu {
  padding: 5px 0;
}

.hambercontainer {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #616161;
  margin: 6px 0;
  border-radius: 10px;
  transition: 0.4s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

.nav {
  position: relative;
  width: 100%;
  padding: 0;
}

.wrapper-menu {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .wrapper-menu {
    margin: 0 30px;
  }
}

/*Strip the ul of padding and list styling*/

.mainnav {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  float: right;
}

.mainnav .active {
  border-bottom: 4px solid #ef4370;
}

.mainnav .active a {
  color: #ef4370;
}

.mainnav li:last-child {
  background: #ef4370;
  border-radius: 30px;
  padding: 0 10px;
}

.mainnav li:last-child a {
  color: #ffffff;
}

.mainnav li:last-child:hover {
  background: #b8d66f;
  border-radius: 30px;
  padding: 0 10px;
}

.mainnav li:last-child:hover a {
  color: #616161;
}

/*Create a horizontal list with spacing*/

li {
  display: inline-block;
  margin-right: 1px;
  padding: 0px 5px;
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  li {
    padding: 0 5px;
  }
}

/*Style for menu links*/

li a {
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
  color: #616161;
  text-decoration: none;
}

li a:hover {
  color: #ef4370;
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  li a {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  li a {
    padding: 0 5px;
  }
}

/*Hover state for top level links*/

li :hover a {
  color: #ef4370;
}

/*Style for dropdown links*/

li.mainNavlist :hover ul a {
  color: #616161;
  height: 40px;
  line-height: 40px;
}

/*Hover state for dropdown links*/

li:hover ul a:hover {
  color: #ef4370;
}

/*Hide dropdown links until they are needed*/

li ul {
  display: none;
}

/*Make dropdown links vertical*/

li ul li {
  display: block;
  float: none;
}

/*Prevent text wrapping*/

li ul li a {
  width: auto;
  padding: 0 20px;
}

/*Display the dropdown on hover*/

.mainnav li a:hover + .hidden,
.hidden:hover {
  display: block;
  padding: 0;
  width: 100%;
}

/*Style 'show menu' label button and hide it by default*/

.show-menu {
  font-family: #616161;
  text-decoration: none;
  color: #616161;
  text-align: center;
  padding: 10px 0;
  display: none;
}

.show-menu svg {
  width: 42px;
  height: 42px;
}

/*Hide checkbox*/

input[type=checkbox] {
  display: none;
}

/*Show menu when invisible checkbox is checked*/

input[type=checkbox]:checked ~ #menu {
  display: block;
  position: absolute;
  padding: 10px 30px;
  left: 0;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
}

/*Responsive Styles*/

@media screen and (max-width: 1024px) {
  /*Make dropdown links appear inline*/

  .mainnav {
    position: static;
    display: none;
    top: 95px;
  }

  /*Create vertical spacing*/

  li {
    margin-bottom: 1px;
  }

  /*Make all menu links full width*/

  .mainnav li,
  li a {
    width: 100%;
    padding: 0 5px;
    text-align: center;
  }

  /*Display 'show menu' link*/

  .show-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .show-menu-icon {
    fill: #616161;
    opacity: 0.5;
  }

  .small .mainnav {
    top: 70px;
  }

  .small .show-menu {
    top: 0px;
  }
}

/* Transitions */

header,
nav,
a,
img,
li {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
}

.form {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.form input {
  width: 80%;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
  border: 1px solid #dbdada;
}

.form select {
  width: 81.5%;
  height: 40px;
  margin: 10px 0px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dbdada;
  color: #757575e1;
  padding: 0 0 0 5px;
}

.form textarea {
  width: 80%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #dbdada;
  border-radius: 10px;
}

.form button {
  padding: 15px 40px;
  border: none;
  background: #ef4370;
  color: #fff;
  border-radius: 50px;
}

.form button:hover {
  background: #fff;
  color: #ef4370;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

select {
  color: #616161;
}

.info {
  margin: 40px 0;
}

.info h4 {
  color: #616161;
}

.info a {
  text-decoration: none;
  color: #1ba198;
}

.info a:hover {
  color: #ef4370;
}

.contactError {
  background: rgba(239, 67, 112, 0.2);
  width: 80%;
  padding: 5px;
  margin: 20px auto;
  border-radius: 20px;
}

.contactError ul {
  text-align: left;
}

.contactError li {
  padding: 5px;
  color: #ef4370;
}

#contact-us input[name=province] {
  display: none;
}

.pagination-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li.active span {
  background-color: #ef4370;
  color: white;
}

.pagination li.disabled {
  display: none;
}

.pagination li:hover:not(.active) a,
.pagination li:hover:not(.disabled) a {
  background-color: #b8d66f;
}

.pagination li a,
.pagination li span {
  color: #616161;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  margin: auto;
  padding: 20px;
  width: 75%;
}

.modal-content video {
  width: 100%;
}

/* The Close Button */

.close {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close3 {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.close3:hover,
.close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal END */

/* The Slider */

.top_contents_wrapper {
  background-position: top -70px left -150px;
  background-size: 58%;
}

.slider-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  .slider-container {
    flex-direction: row;
  }
}

.slider-container .home-slider-content h2 {
  font-size: 24px;
  color: #26313f;
}

.slider-container .home-slider-navigation {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .slider-container .home-slider-navigation {
    display: block;
  }
}

.slider-container .home-slider-navigation h2 {
  font-size: 25px;
}

@media only screen and (min-width: 1000px) {
  .slider-container .home-slider-navigation h2 {
    font-size: 40px;
  }
}

.slider-container .home-slider-navigation,
.slider-container .home-slider-content {
  flex: 1 1 100%;
}

@media (min-width: 1024px) {
  .slider-container .home-slider-navigation,
  .slider-container .home-slider-content {
    padding: 25px;
  }
}

@media only screen and (min-width: 1000px) {
  .slider-container .home-slider-navigation,
  .slider-container .home-slider-content {
    flex: 1 1 50%;
    overflow: hidden;
  }
}

.slider-container .home-slider-navigation ul,
.slider-container .home-slider-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-container .home-slider-navigation ul .navigation-item,
.slider-container .home-slider-content ul .navigation-item {
  text-align: left;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #dbdada;
  position: relative;
  display: block;
  border: 4px solid transparent;
  transition: all 0.3s ease;
  margin: 20px;
}

.slider-container .home-slider-navigation ul .navigation-item:hover,
.slider-container .home-slider-navigation ul .navigation-item.active,
.slider-container .home-slider-content ul .navigation-item:hover,
.slider-container .home-slider-content ul .navigation-item.active {
  color: #616161;
}

.slider-container .home-slider-navigation ul .navigation-item:hover,
.slider-container .home-slider-content ul .navigation-item:hover {
  cursor: pointer;
}

.slider-container .home-slider-navigation .slide-item,
.slider-container .home-slider-content .slide-item {
  transition: transform 0.5s ease;
  transform: translateY(0);
}

@media only screen and (min-width: 1000px) {
  .slider-container .home-slider-navigation .slide-item,
  .slider-container .home-slider-content .slide-item {
    transform: translateY(-105%);
    max-height: 0;
    opacity: 0;
  }
}

.slider-container .home-slider-navigation .slide-item img,
.slider-container .home-slider-content .slide-item img {
  width: 90%;
}

.slider-container .home-slider-navigation .slide-item.active,
.slider-container .home-slider-content .slide-item.active {
  max-height: none;
  opacity: 1;
  transform: translateY(0);
}

.slider-container .link-button {
  margin: 25px 10px;
}

.slider-container .btnPink {
  padding: 10px 20px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #ef4370;
  line-height: 20px;
  text-align: center;
  margin: 20px;
  min-width: 200px;
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  background: #ef4370;
  color: #fff;
  margin: 0;
}

.slider-container .btnPink a {
  color: #ef4370;
  text-decoration: none;
}

.slider-container .btnPink:hover {
  background: #ef4370;
  color: #fff;
}

.slider-container .btnPink:hover a {
  color: #fff;
}

.slider-container .btnPink:hover {
  background: #fff;
  color: #ef4370;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slider_wrapper_a .home-slider-navigation {
  order: 2;
}

.slider_wrapper_a .home-slider-navigation h2,
.slider_wrapper_a .home-slider-navigation .link-button {
  padding-left: 15px;
  color: #b8d66f;
  line-height: 46px;
}

.slider_wrapper_a .home-slider-navigation ul .navigation-item {
  border-left: 1px solid #dbdada;
  padding-left: 40px;
}

.slider_wrapper_a .home-slider-navigation ul .navigation-item:hover,
.slider_wrapper_a .home-slider-navigation ul .navigation-item.active {
  border-left: 3px solid #ef4370;
}

.slider_wrapper_a .home-slider-content {
  order: 1;
}

.slider_wrapper_b .home-slider-navigation h2 {
  color: #ef4370;
  line-height: 46px;
}

.slider_wrapper_b .home-slider-navigation ul .navigation-item {
  border-right: 1px solid #dbdada;
  padding-left: 0px;
  margin-left: 0px;
}

.slider_wrapper_b .home-slider-navigation ul .navigation-item:hover,
.slider_wrapper_b .home-slider-navigation ul .navigation-item.active {
  border-right: 3px solid #ef4370;
}

/* The Slider End */

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */

.tabs {
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  padding: 5px 0;
}

.tab {
  width: 100%;
  color: #616161;
  overflow: hidden;
  border-top: 1px solid #dbdada;
  margin-bottom: -10px;
}

.tab-label {
  display: flex;
  padding: 2em 0;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}

@media (min-width: 1024px) {
  .tab-label {
    padding: 2em 1em;
  }
}

.tab-label:hover {
  background: #dbdada;
}

.tab-label::before {
  content: url(/assets/img/plus.svg);
  padding: 0 1em;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-align: left;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 2em;
  color: #616161;
  transition: all 0.35s;
  line-height: 28px;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}

.tab-close:hover {
  background: #dbdada;
}

input:checked + .tab-label {
  border-top: 1px solid #dbdada;
}

input:checked + .tab-label::before {
  content: url(/assets/img/minus.svg);
  padding: 0 1em;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em 2em;
}

.mid-col {
  flex: 1 0 90%;
  align-self: center;
}

.mid-col .midcollogo {
  margin: 20px;
  width: 80%;
}

.mid-col h2 {
  margin: 0.2em 0;
  line-height: 46px;
  color: #ef4370;
  font-size: 29px;
}

@media (min-width: 1024px) {
  .mid-col h2 {
    margin: 0.2em 0.5em;
    font-size: 36px;
  }
}

.mid-col h4 {
  color: #ef4370;
  font-weight: 300;
  line-height: 1.25em;
  font-size: 22px;
  font-style: italic;
  margin: 0;
}

.mid-col h5 {
  color: #ef4370;
  font-weight: 300;
  font-size: 18px;
  margin: 0.2em 0;
}

.mid-col h5 strong {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .mid-col h5 {
    padding: 10px 0px;
    margin: 0.2em 1.5em;
  }
}

.mid-col p {
  margin: 0.2em 0;
}

@media (min-width: 1024px) {
  .mid-col p {
    margin: 0.2em 1.5em;
  }
}

.mid-col img {
  width: 100%;
}

.mid-col .testimonialbtn {
  margin: 20px 1.5em;
}

@media (min-width: 1024px) {
  .mid-col {
    flex: 1 0 45%;
  }
}

.mid-img {
  order: 1;
}

@media (min-width: 1024px) {
  .mid-img {
    order: inherit;
  }
}

p,
dl {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #616161;
  line-height: 25px;
  padding: 5px 0;
  letter-spacing: 1.2px;
}

dd {
  padding: 10px 0;
  margin: 0;
}

.workCol1 {
  flex: 1 0 80%;
  padding: 20px;
}

.workCol1 ul {
  padding: 0 15px;
}

.workCol1 li {
  display: list-item;
}

.workCol1 h4 {
  color: #1ba198;
}

.workCol1 img {
  margin: 10px 0;
  width: 80%;
}

@media (min-width: 1024px) {
  .workCol1 {
    flex: 1;
  }
}

.workCol2 {
  flex: 1 0 80%;
  padding: 20px;
}

.workCol2 p {
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .workCol2 {
    flex: 2;
  }
}

.blogCol1 {
  flex: 1 0 90%;
  margin: 0 15px 0 0;
}

@media (min-width: 1024px) {
  .blogCol1 {
    flex: 2;
  }
}

.blogCol1 h2 {
  line-height: 45px;
}

.blogCol1 ul {
  padding: 5px;
}

.blogCol1 li {
  list-style: none;
  padding: 5px 0;
  color: #616161;
}

.blogCol1 p {
  padding: 10px 0;
}

.blogCol1 a {
  color: #616161;
  text-decoration: none;
}

.blogCol1 a:hover {
  color: #ef4370;
}

.blogCol1 img {
  padding: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .blogCol1 img {
    float: right;
    height: 200px;
    width: 300px;
    padding: 15px 0 20px 20px;
  }
}

hr {
  width: 100%;
  opacity: 0.3;
}

.blogCol2 {
  flex: 1 0 90%;
  margin: 0;
}

.blogCol2 h2 {
  color: #1ba198;
  font-size: 29px;
}

@media (min-width: 1024px) {
  .blogCol2 {
    flex: 1;
    margin: 0 20px;
  }
}

.blogCol2 ul {
  padding: 0;
}

.blogCol2 li {
  display: list-item;
  padding: 5px 0;
  margin-left: 10px;
  color: #616161;
}

.blogCol2 a {
  color: #616161;
  text-decoration: none;
  padding: 0;
  line-height: 30px;
}

.blogCol2 a:hover {
  color: #ef4370;
}

.blogCol2 .cloudtag li {
  display: inline-block;
  margin-left: 0;
  padding: 10px 3px 10px 0;
}

.blogCol2 .cloudtag a {
  background: rgba(239, 67, 112, 0.3);
  padding: 10px;
}

.blogCol2 .cloudtag a:hover {
  background: rgba(184, 215, 112, 0.3);
}

