@import url(https://use.typekit.net/yqv7pik.css);/*! 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;
}

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

h1 {
  font-size: 40px;
  padding: 5px 0;
}

h2 {
  font-size: 32px;
  color: #00acc8;
  padding: 5px 0;
}

h3 {
  font-size: 22px;
  padding: 5px 0;
}

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

p {
  padding: 5px 0;
  font-weight: 400;
  color: #434244;
}

header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  height: 100px;
}

@media (min-width: 1024px) {
  header {
    height: auto;
  }
}

.nav {
  border-top: 1px solid #eeeff0;
}

.nav-button:hover {
  color: #00acc8;
  font-weight: 300;
  text-decoration: none;
}

.nav-button {
  border: none;
  font-weight: 300;
  display: block;
  padding: 0px 25px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #434244;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.nav-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
}

.nav-dropdown-hover:hover .nav-dropdown-content {
  display: block;
}

.nav-dropdown-content {
  cursor: auto;
  display: none;
  position: absolute;
  margin: 0;
  padding: 22px 15px;
  text-align: left;
  z-index: 1;
}

.nav-dropdown-content a {
  min-width: 280px;
  text-align: left;
  font-size: 17px;
  padding: 15px;
  color: #ffffff;
  background-color: #434244;
}

.nav-header {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.toplinks {
  justify-content: flex-end;
  padding: 0 10px;
}

.navtitle {
  flex: 1 0 1;
  align-self: center;
  display: flex;
  flex-direction: row;
}

.navtitle img {
  padding: 10px;
}

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

@media (min-width: 823px) and (max-width: 1023px) {
  .navtitle {
    flex: 1 0 40%;
    padding: 19px 0;
  }
}

.navtitle .logo {
  width: 170px;
}

@media (min-width: 1024px) {
  .navtitle .logo {
    width: 100%;
    min-width: 250px;
  }
}

.navlogin {
  align-self: center;
}

.navlogin a {
  display: flex;
  align-self: center;
  font-size: 17px;
  padding: 0 20px;
  color: #434244;
}

.navlogin a svg {
  align-self: center;
  padding: 0 10px 0 0;
  width: 20px;
  height: 20px;
}

.navlogin a svg .st0 {
  fill: #00acc8;
}

.navlogin a span {
  display: none;
}

@media (min-width: 1024px) {
  .navlogin a span {
    display: inline;
  }
}

.navlogin a:hover {
  color: #7fbc03;
}

.navlogin a:hover svg .st0 {
  fill: #7fbc03;
}

.nav-btn {
  display: none;
}

.nav-header {
  padding: 0 0 10px 0;
}

.nav-header img {
  width: 70%;
}

@media (min-width: 1024px) {
  .nav-header img {
    width: 80%;
  }
}

.nav-container {
  padding: 2px;
  display: flex;
}

@media (min-width: 1024px) {
  .nav-container {
    padding: 0 20px;
    margin: 0;
    max-width: 1400px;
    margin: 0 auto;
  }
}

.nav-links {
  flex: 1;
  align-self: center;
}

.nav-links > a {
  display: inline-block;
  text-decoration: none;
  color: #434244;
  font-weight: 300;
  padding: 0 20px;
  font-size: 17px;
  margin-top: -12px;
}

.nav-links > a:hover {
  color: #00acc8;
}

.searchnav-form {
  padding: 0 20px;
}

.form-control {
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  font-size: 15px;
  color: #434244;
}

.form-control input {
  color: #434244;
  font-weight: 300;
}

.form-group {
  text-align: center;
}

::-moz-placeholder {
  color: #d0d0d0;
}

:-ms-input-placeholder {
  color: #d0d0d0;
}

::-ms-input-placeholder {
  color: #d0d0d0;
}

::placeholder {
  color: #d0d0d0;
}

#nav-check {
  display: none;
}

@media (max-width: 823px) {
  .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 35px;
  }

  .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 27px;
  }

  .nav-btn > label:hover,
  #nav-check:checked ~ .nav-btn > label {
    background-color: inherit;
  }

  .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 5px;
    border-top: 3px solid #25285d;
  }

  .nav-container {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0px;
    background-color: #434244;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 100px;
    left: 0px;
    z-index: 99;
  }

  .nav-container a {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 17px;
    padding: 15px 0;
    letter-spacing: 1px;
  }
}

@media (max-width: 823px) and (min-width: 823px) and (max-width: 1023px) {
  .nav-container {
    top: 100px;
  }
}

@media (max-width: 823px) {
  #nav-check:not(:checked) ~ .nav-container {
    height: 0px;
  }
}

@media (max-width: 823px) {
  #nav-check:checked ~ .nav-container {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

@media (max-width: 823px) {
  .nav-dropdown-hover {
    width: 100%;
  }
}

@media (max-width: 823px) {
  .nav-dropdown-content {
    cursor: auto;
    background-color: #7fbc03;
    display: flex;
    flex-wrap: wrap;
    position: unset;
    padding: 0;
    font-size: 17px;
    display: none;
  }

  .nav-dropdown-content a {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  header {
    height: 100px;
  }

  .spacetop {
    display: none;
  }

  .headertitle {
    padding: 10px 0;
  }

  .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 25px;
  }

  .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 27px;
  }

  .nav-btn > label:hover,
  #nav-check:checked ~ .nav-btn > label {
    background-color: inherit;
  }

  .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 5px;
    border-top: 3px solid #25285d;
  }

  .nav-container {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0px;
    background-color: #434244;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 98px;
    left: 0px;
    z-index: 99;
  }

  .nav-container a {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 13pt;
    padding: 15px 0;
    letter-spacing: 1px;
    font-weight: 300;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 823px) and (max-width: 1023px) {
  .nav-container {
    top: 100px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #nav-check:not(:checked) ~ .nav-container {
    height: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #nav-check:checked ~ .nav-container {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .nav-dropdown-hover {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .nav-dropdown-content {
    cursor: auto;
    background-color: #7fbc03;
    display: flex;
    flex-wrap: wrap;
    position: unset;
    padding: 0;
    display: none;
  }

  .nav-dropdown-content a {
    width: 100%;
    text-align: center;
    color: #ffffff;
  }
}

footer {
  width: 100%;
  background-color: #434244;
}

.wrapper-footer {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 0 80%;
  display: flex;
  padding: 0 20px;
  justify-content: space-evenly;
  text-align: center;
  align-self: flex-end;
  padding: 20px;
}

@media (min-width: 1024px) {
  .footer-col {
    text-align: left;
  }
}

.footer-col ul {
  padding: 0;
}

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

.footer-col p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
}

.footer-col a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1.2px;
}

.footer-col a:hover {
  color: #7fbc03;
}

.footer-col .logo {
  flex: 1 0 40%;
}

.footer-col svg {
  padding: 0 5px;
  width: 38px;
  height: 38px;
  margin: 5px;
}

.footer-col svg .st0 {
  fill: #00acc8;
}

.footer-col svg:hover .st0 {
  fill: #7fbc03;
}

.footer-col ul li {
  padding: 10px 0;
  list-style: none;
}

.footer-col ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #434244;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.footer-col ul li a:hover {
  color: #7fbc03;
}

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

.footer-col .social {
  padding: 0;
  flex: 1;
  text-align: right;
}

@media (min-width: 1024px) {
  .footer-col .social {
    text-align: right;
  }
}

.footer-col .social-icon {
  flex: 1;
  text-align: left;
}

.footcol {
  display: flex;
  flex-direction: row;
}

.footcol a {
  display: flex;
  align-self: center;
  font-size: 18px;
  padding: 0 20px;
  color: #ffffff;
}

.footcol a svg {
  align-self: center;
  padding: 0 10px 0 0;
  width: 20px;
  height: 20px;
}

.footcol a svg .st0 {
  fill: #00acc8;
}

.footcol a:hover {
  color: #7fbc03;
}

.footcol a:hover svg .st0 {
  fill: #7fbc03;
}

.footcol p {
  font-size: 10px;
  padding: 0 20px;
  color: #ffffff;
}

form {
  display: flex;
  flex-wrap: wrap;
}

.form-col-1 {
  flex: 1 0 45%;
  padding: 0 15px 0 0;
}

.form-col-2 {
  flex: 1 0 45%;
  padding: 0 0 0 15px;
}

.form-col-3 {
  flex: 2 0 100%;
}

.compform-col {
  flex: 1 0 100%;
}

input {
  width: 100%;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
  background: #f6f6f6;
  border: 1px solid #eeeff0;
}

select {
  margin: 10px 0px;
  border: 1px solid #333;
}

textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #eeeff0;
  background: #f6f6f6;
  border-radius: 10px;
}

.contactbtn {
  margin: 0;
  padding: 15px 40px;
  border: none;
  background: #00acc8;
  color: #fff;
  border-radius: 25px;
}

.contactbtn:hover {
  background: #7fbc03;
  color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contactError {
  width: 80%;
  padding: 5px;
  margin: 15px;
  border-radius: 10px;
}

.contactError ul {
  text-align: left;
}

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

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

.pagination li {
  display: inline-block;
}

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

.pagination li.disabled {
  display: none;
}

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

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

.pagination-post {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  color: #434244;
  border-top: 1px solid #eeeff0;
  padding: 10px 0;
}

.pagination-post a {
  font-weight: 400;
  text-decoration: none;
  color: #eeeff0;
}

.pagination-post a:hover {
  color: #7fbc03;
}

.previous {
  flex: 1 0 50%;
}

.next {
  flex: 1 0 50%;
  text-align: right;
}

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

.col {
  margin-bottom: 25px;
}

/* Accordion styles */

.tabs {
  overflow: hidden;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
}

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

.tabs p {
  padding: 10px;
  line-height: 35px;
  color: #434244;
}

.tab {
  width: 100%;
  color: #00acc8;
  overflow: hidden;
}

.tab-label {
  display: flex;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
  /* Icon */
}

.tab-label:hover {
  color: #434244;
}

.tab-label::before {
  content: "+";
  padding: 0 1em;
  text-align: left;
  transition: all 0.35s;
}

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

.tab-content p {
  padding: 10px 0;
}

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

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

input:checked + .tab-label::before {
  content: "-";
  filter: alpha(opacity=30);
}

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

body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  width: 100%;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  padding: 0;
}

hr {
  border-width: 0.5px;
  opacity: 0.4;
}

a {
  cursor: pointer;
  color: #00acc8;
  text-decoration: none;
}

a:hover {
  color: #00acc8;
}

button {
  border: none;
}

.spacetop {
  width: 100%;
}

@media (min-width: 1024px) {
  .spacetop {
    height: 140px;
  }
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 20px 15px;
  flex-wrap: wrap;
}

.darkgrey {
  background-color: #434244;
}

.blue {
  background-color: #00acc8;
}

.lightgrey {
  background-color: #eeeff0;
}

.topspace {
  height: 180px;
}

/* Home Page Style */

.banner-body {
  position: relative;
  width: 100%;
  top: 120px;
}

.banner-body svg {
  width: 32px;
  height: 32px;
  padding: 20px;
}

.banner-body svg .st0 {
  fill: #7fbc03;
}

.banner-body h1 {
  color: #ffffff;
  font-size: 35px;
  margin-top: -20px;
  padding: 0 20px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.banner-body .icon {
  padding: 0;
}

@media (min-width: 1024px) {
  .banner-body {
    width: 1400px;
    top: 320px;
    margin: 0 auto;
  }

  .banner-body h1 {
    color: #ffffff;
    font-size: 75px;
    margin-top: -20px;
    padding: 0 20px;
  }
}

.banner-body button {
  align-self: flex-end;
  margin: 10px 25px;
  letter-spacing: 4px;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 25px;
  background-color: #7fbc03;
}

.banner-body button > a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .banner-body button {
    padding: 15px 25px;
  }
}

.banner-body button:hover {
  background-color: #00acc8;
}

.banner-body button:hover > a {
  color: #ffffff;
}

.image-home {
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .image-home {
    height: 800px;
  }
}

.image-page {
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Content Section column (purpose) */

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

.col-a ul {
  padding: 0;
}

.col-a ul li {
  list-style: none;
  padding: 10px 0;
  display: flex;
}

.col-a ul li svg {
  width: 25px;
  height: 25px;
}

.col-a ul li svg .st0 {
  fill: #eeeff0;
}

.col-a ul li a {
  align-self: center;
  padding: 0 20px;
  color: #434244;
  font-size: 17px;
}

.col-a ul li:hover a {
  color: #00acc8;
}

.col-a ul li:hover svg {
  display: block;
}

.col-a ul li:hover svg .st0 {
  fill: #00acc8;
}

@media (min-width: 1024px) {
  .col-a {
    flex: 1;
    text-align: left;
  }
}

.hrline {
  width: 100%;
  height: 1px;
  background-color: #434244;
  opacity: 0.5;
  margin: 20px 0;
}

.col-b {
  flex: 1;
  align-self: center;
  padding: 15px;
}

.col-b button {
  background: #00acc8;
  margin: 10px 0;
  padding: 10px 20px;
  border-radius: 20px;
}

.col-b button a {
  color: #ffffff;
}

.col-b button:hover {
  background: #7fbc03;
}

.col-b button:hover a {
  color: #ffffff;
}

.col-b P {
  line-height: 1.5;
  font-weight: 300;
}

.col-b ul li,
.col-b ol li {
  padding: 5px 0;
  color: #434244;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
}

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

.col-b .boxicon svg {
  width: 32px;
  height: 32px;
}

.col-b .boxicon svg .st0 {
  fill: #7fbc03;
}

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

.col-c {
  flex: 1 0 90%;
  padding: 15px;
  align-self: flex-start;
}

.col-c h1 {
  color: #00acc8;
  font-size: 35px;
  margin-bottom: 20px;
}

.col-c ul {
  padding: 0;
}

.col-c ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eeeff0;
  list-style: none;
}

.col-c ul li a {
  color: #434244;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}

.col-c ul li a:hover {
  color: #00acc8;
}

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

/* Home page body content Section (d) */

.col {
  flex: 1 0 80%;
  padding: 15px;
  align-self: center;
  text-align: center;
}

.col .boxicon svg {
  width: 32px;
  height: 32px;
}

.col .boxicon svg .st0 {
  fill: #7fbc03;
}

.col .bodyimg {
  margin: 0 auto;
  border-radius: 90px;
  width: 300px;
  height: 300px;
}

@media (min-width: 1024px) {
  .col .bodyimg {
    border-radius: 150px;
    width: 500px;
    height: 500px;
  }
}

.col h2 {
  color: #434244;
  padding: 0 0 10px 0;
  font-weight: 300;
  font-size: 30px;
}

.col h2 a {
  color: #434244;
  text-decoration: none;
}

.col h2 a:hover {
  color: #00acc8;
}

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

.col h3 {
  color: #434244;
  font-size: 28px;
  padding-top: 10px;
}

.col h3 a {
  color: #434244;
  text-decoration: none;
}

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

.col h4 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #00acc8;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}

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

.col h5 {
  font-size: 20px;
  text-transform: uppercase;
}

.col h5 a {
  color: #00acc8;
  text-decoration: none;
}

.col h5 a:hover {
  color: #00acc8;
}

@media (min-width: 1024px) {
  .col h5 {
    font-size: 30px;
  }
}

.col .pageimg {
  padding: 0 0 1em 0;
}

.col .pageimg img {
  width: 60%;
}

.col .text-box p {
  line-height: 32px;
}

.col img {
  width: 100%;
}

.col .btn-box {
  padding: 8px 0;
}

.col button {
  align-self: flex-end;
  margin: 0 0 0 0;
  letter-spacing: 4px;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: #7fbc03;
}

.col button > a {
  color: #ffffff;
  text-decoration: none;
}

.col button:hover {
  background-color: #00acc8;
}

.col button:hover > a {
  color: #ffffff;
}

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

/* Collaout Section */

.callout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
  text-align: center;
}

.callout h2 {
  color: #ffffff;
  font-weight: 700;
  padding: 0 10px;
  font-size: 22px;
  margin: 0 auto;
}

.callout button {
  align-self: flex-end;
  background-color: #434244;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  margin: 10px auto;
}

.callout button > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 2px;
}

.callout button:hover {
  background-color: #7fbc03;
}

.callout button:hover > a {
  color: #ffffff;
}

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

  .callout button {
    margin: 0 10px;
  }
}

/* Contact Column Section */

.contact-wrap h1 {
  color: #00acc8;
  padding: 0 20px;
  font-weight: 700;
  font-size: 50px;
}

.col-contact {
  flex: 1 0 45%;
  padding: 0 25px;
}

.col-contact h2 {
  color: #00acc8;
  padding: 0 0 10px 0;
  font-weight: 700;
  font-size: 28px;
}

.col-contact h3 {
  color: #434244;
  font-size: 22px;
  padding-top: 10px;
}

.col-contact h3 a {
  color: #434244;
  text-decoration: none;
}

.col-contact h4 {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #00acc8;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}

@media (min-width: 1024px) {
  .col-contact h4 {
    font-size: 20px;
  }
}

video {
  width: 100%;
  border: 1px solid #F5F5F5;
}

/* Home page Event & News Section  */

.wrapper-event {
  display: flex;
  flex-wrap: wrap;
  min-height: 250px;
}

.left-half {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex: 1 0 50%;
}

@media (min-width: 1024px) {
  .left-half {
    justify-content: flex-end;
  }
}

.right-half {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex: 1 0 50%;
}

.col-event-wrapper {
  padding: 10px;
  position: relative;
  margin: 5px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .col-event-wrapper {
    padding: 15px 25px 40px 25px;
    margin: 40px;
  }
}

.col-event-wrapper h4 {
  padding: 0 0 0 25px;
  color: #00acc8;
  font-size: 25px;
}

@media (min-width: 1024px) {
  .col-event-wrapper h4 {
    font-size: 35px;
  }
}

.col-event-wrapper button {
  align-self: flex-start;
  margin: 25px 0 0 20px;
  letter-spacing: 4px;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: #7fbc03;
}

.col-event-wrapper button > a {
  color: #ffffff;
  text-decoration: none;
}

.col-event-wrapper button:hover {
  background-color: #00acc8;
}

.col-event-wrapper button:hover > a {
  color: #ffffff;
}

.col-event {
  flex: 1;
}

.col-event .icon {
  text-align: right;
  align-self: center;
}

.col-event .icon svg {
  width: 40px;
  height: 40px;
  padding: 10px 20px;
}

.col-event .icon svg .st0 {
  fill: #434244;
}

.col-event h2 {
  color: #434244;
  font-weight: 300;
  font-size: 25px;
  padding: 0;
}

.col-event h2 a {
  color: #434244;
  text-decoration: none;
}

.col-event h2 a:hover {
  color: #7fbc03;
}

.col-event h3 {
  color: #434244;
  font-size: 20px;
  padding: 0;
  font-weight: 300;
}

.col-event h3 a {
  color: #434244;
  text-decoration: none;
}

.col-event h4 {
  font-size: 17px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #434244;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}

.col-event h5 {
  font-size: 14px;
  text-transform: uppercase;
}

.col-event h5 a {
  color: #00acc8;
  text-decoration: none;
}

.col-event h5 a:hover {
  color: #7fbc03;
}

.col-content-box {
  display: flex;
  padding: 10px 5px;
}

@media (min-width: 1024px) {
  .col-content-box {
    padding: 20px;
    min-width: 430px;
  }
}

.col-news-wrapper {
  padding: 10px;
  position: relative;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .col-news-wrapper {
    padding: 15px 25px 40px 25px;
    margin: 40px;
  }
}

.col-news-wrapper h4 {
  padding: 0 0 0 25px;
  font-size: 25px;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .col-news-wrapper h4 {
    font-size: 35px;
  }
}

.col-news-wrapper button {
  align-self: flex-start;
  margin: 25px 0 0 20px;
  letter-spacing: 4px;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: #00acc8;
}

.col-news-wrapper button > a {
  color: #ffffff;
  text-decoration: none;
}

.col-news-wrapper button:hover {
  background-color: #7fbc03;
}

.col-news-wrapper button:hover > a {
  color: #ffffff;
}

.col-news {
  flex: 1;
}

.col-news .icon {
  text-align: right;
  align-self: center;
}

.col-news .icon svg {
  width: 40px;
  height: 40px;
  padding: 10px 20px;
}

.col-news .icon svg .st0 {
  fill: #ffffff;
}

.col-news h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
}

@media (min-width: 1024px) {
  .col-news h2 {
    font-size: 25px;
  }
}

.col-news h2 a {
  color: #ffffff;
  text-decoration: none;
}

.col-news h2 a:hover {
  color: #7fbc03;
}

.col-news h3 {
  color: #ffffff;
  font-size: 20px;
  padding: 0;
  font-weight: 300;
}

.col-news h3 a {
  color: #ffffff;
  text-decoration: none;
}

.col-news h4 {
  font-size: 17px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}

.col-news h5 {
  font-size: 14px;
  text-transform: uppercase;
}

.col-news h5 a {
  color: #00acc8;
  text-decoration: none;
}

.col-news h5 a:hover {
  color: #7fbc03;
}

/* Event page style  */

.blog-col {
  flex: 1 0 80%;
  background: #eeeff0;
  margin: 20px;
  opacity: 0.6;
}

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

.blog-col h2 {
  line-height: 30px;
  font-size: 25px;
  padding: 0 15px;
}

.blog-col h3 {
  font-size: 20px;
  padding: 0 15px;
}

.blog-col P {
  font-size: 16px;
  padding: 5px 15px;
}

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

.blog-col:hover {
  opacity: 1;
}

.captcha-container {
  margin-top: 20px;
}

.captcha-error p {
  color: red;
  margin-top: 20px;
}

