@import url("https://fonts.googleapis.com/css?family=Nunito:400,700,800,900|Open+Sans:300,400,400i,600,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/*@import url("https://s3.amazonaws.com/icomoon.io/114779/Socicon/style.css?rd5re8");*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ht6zs3');
  src:  url('../fonts/icomoon.eot?ht6zs3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ht6zs3') format('truetype'),
    url('../fonts/icomoon.woff?ht6zs3') format('woff'),
    url('../fonts/icomoon.svg?ht6zs3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-mail:before {
  content: "\e945";
}
.socicon-googleplus:before {
  content: "\ea8b";
}
.socicon-facebook:before {
  content: "\ea90";
}
.socicon-facebook2:before {
  content: "\ea91";
}
.socicon-twitter:before {
  content: "\ea96";
}
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}

.wp-caption p.wp-caption-text {
  margin: 12px 0 25px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

img.alignright,
img.alignleft {
  margin: 0 auto 2em auto;
  text-align: center;
}

@media (min-width: 766px) {
  img.alignright,
  img.alignleft {
    margin: 0 auto 2em;
  }
}

.wp-caption.alignright {
  margin: 0 auto 2em auto;
  width: 100%;
  text-align: center;
}

@media (min-width: 766px) {
  .wp-caption.alignright {
    float: right;
    margin: 0 0 2em 2em;
    width: auto;
  }
}

.wp-caption.alignleft {
  margin: 0 auto 2em auto;
  width: 100%;
  text-align: center;
}

@media (min-width: 766px) {
  .wp-caption.alignleft {
    float: left;
    margin: 0 2em 2em 0;
    width: auto;
  }
}

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

@media (min-width: 766px) {
  a img.alignright,
  img.alignright {
    float: right;
    margin: 0 0 2em 2em;
  }
}

@media (min-width: 766px) {
  a img.alignleft,
  img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
  }
}

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

.wp-caption.alignright,
.wp-caption.alignleft {
  margin-bottom: 0;
}

@media (min-width: 990px) {
  .thats-a-wrap {
    padding-top: 92px;
  }
}

@media (min-width: 990px) {
  .single-post .thats-a-wrap,
  .page-template-default .thats-a-wrap {
    padding-top: 142px;
  }
}

.header-wrap {
  padding: 30px 0 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 990px) {
  .header-wrap {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 100;
  }
}

.header-wrap .main-header .logo {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
}

@media (min-width: 990px) {
  .header-wrap .main-header .logo {
    width: calc(99.9% * 5/15 - (30px - 30px * 5/15));
    text-align: left;
  }

  .header-wrap .main-header .logo:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .header-wrap .main-header .logo:last-child {
    margin-right: 0;
  }

  .header-wrap .main-header .logo:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .header-wrap .main-header .logo:nth-child(15n + 1) {
    clear: both;
  }
}

.header-wrap .main-header .logo a {
  color: #666666;
}

.header-wrap .main-header .logo a span {
  color: #5fbec5;
}

.header-wrap .main-header .logo a:hover {
  color: #666666;
}

.header-wrap .main-header .logo a:hover span {
  color: #5fbec5;
}

.header-wrap .main-header nav {
  width: calc(99.9% * 10/15 - (30px - 30px * 10/15));
  display: none;
}

.header-wrap .main-header nav:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}

.header-wrap .main-header nav:last-child {
  margin-right: 0;
}

.header-wrap .main-header nav:nth-child(15n) {
  margin-right: 0;
  float: right;
}

.header-wrap .main-header nav:nth-child(15n + 1) {
  clear: both;
}

@media (min-width: 990px) {
  .header-wrap .main-header nav {
    display: block;
  }
}

.header-wrap .main-header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-size: 0.95rem;
}

.header-wrap .main-header nav ul li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.header-wrap .main-header nav ul li.menu-item-has-children {
  padding-right: 20px;
}

.header-wrap .main-header nav ul li.menu-item-has-children::after {
  font-family: 'Material Icons';
  content: '\e313';
  position: absolute;
  right: -8px;
  top: 1px;
  color: #444444;
  font-size: 1.5rem;
}

.header-wrap .main-header nav ul li > ul.sub-menu {
  display: none;
  background: #fefefe;
  position: absolute;
  top: 25px;
  width: 268px;
  padding: 15px 20px 10px;
  left: -21px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-wrap .main-header nav ul li > ul.sub-menu li {
  border-bottom: 1px dashed #e1e1e1;
  margin-left: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.header-wrap .main-header nav ul li > ul.sub-menu li:last-child {
  border-width: 0;
}

.header-wrap .main-header nav ul li a {
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
}

.header-wrap .main-header nav ul li a:hover {
  color: #66b9bf;
}

#menu-main-menu li:hover > ul {
  display: block;
  z-index: 1;
}

.slicknav_menu {
  background: #444444;
  padding: 10px 0px;
  text-align: center;
  display: block;
  color: #e1e1e1;
}

@media (min-width: 990px) {
  .slicknav_menu {
    display: none;
  }
}

.slicknav_menu a.slicknav_btn {
  color: #e1e1e1;
  font-size: 1.25rem;
}

.slicknav_menu a.slicknav_btn::after {
  font-family: 'Material Icons';
  content: '\e5d2';
  position: relative;
  right: -5px;
  top: 5px;
  color: #e1e1e1;
  font-size: 1.5rem;
  font-weight: 400;
}

.slicknav_menu .slicknav_nav {
  margin: 30px 0 30px 0;
  padding-left: 0;
  list-style-type: none;
}

.slicknav_menu .slicknav_nav li {
  padding: 5px 0;
}

.slicknav_menu .slicknav_nav li a {
  color: #e1e1e1;
}

.slicknav_menu .slicknav_nav li a:hover {
  color: #fefefe;
}

.slicknav_menu .slicknav_nav li a .slicknav_arrow {
  position: relative;
  font-size: 0.7rem;
  top: -1px;
}

.slicknav_menu .slicknav_nav li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #4c4c4c;
}

.large-feature {
  position: relative;
  height: 400px;
  color: #fefefe;
}

@media (min-width: 990px) {
  .large-feature {
    height: 500px;
  }
}

@media (min-width: 1198px) {
  .large-feature {
    height: 600px;
  }
}

.large-feature .image-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 50, 53, 0.7);
}

.large-feature .image-overlay-dark .large-feature-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fefefe;
  text-align: center;
}

.large-feature .image-overlay-dark .large-feature-content h2 {
  color: #fefefe;
  font-size: 2rem;
  line-height: 2rem;
  text-shadow: 1px 2px 0px #323232;
  margin-top: 0px;
}

@media (min-width: 990px) {
  .large-feature .image-overlay-dark .large-feature-content h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.large-feature .image-overlay-dark .large-feature-content h3 {
  color: #fefefe;
  padding: 0 50px;
  margin-bottom: 45px;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media (min-width: 990px) {
  .large-feature .image-overlay-dark .large-feature-content h3 {
    font-size: inherit;
    line-height: inherit;
  }
}

.large-feature .image-overlay-dark .large-feature-content a {
  border: 2px solid #fefefe;
  color: #fefefe;
  background: transparent;
}

.large-feature .image-overlay-dark .large-feature-content a:hover {
  border-color: #66b9bf;
  background-color: #66b9bf;
}

.features-body {
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 990px) {
  .features-body {
    margin-bottom: 0;
  }
}

@media (min-width: 766px) {
  .features-body {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    height: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  .features-body:nth-child(1n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none;
  }

  .features-body:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .features-body:nth-child(2n) {
    margin-right: 0;
  }

  .features-body:nth-child(2n + 1) {
    clear: both;
  }

  .features-body:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (min-width: 990px) {
  .features-body {
    width: calc(99.9% * 5/15 - (30px - 30px * 5/15));
    height: calc(99.9% * 5/15 - (30px - 30px * 5/15));
  }

  .features-body:nth-child(1n) {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: none;
  }

  .features-body:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .features-body:nth-child(3n) {
    margin-right: 0;
  }

  .features-body:nth-child(3n + 1) {
    clear: both;
  }

  .features-body:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

.features-body .features-icon {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 1198px) {
  .features-body .features-icon {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
    text-align: left;
    margin-bottom: 0;
  }

  .features-body .features-icon:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .features-body .features-icon:last-child {
    margin-right: 0;
  }

  .features-body .features-icon:nth-child(4n) {
    margin-right: 0;
    float: right;
  }

  .features-body .features-icon:nth-child(4n + 1) {
    clear: both;
  }
}

.features-body .features-icon .feature-icon {
  background-color: transparent;
  color: #c5615f;
  border: 1px solid #c5615f;
  border-radius: 999px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 2.5rem;
  text-align: center;
}

.features-body .features-text {
  width: 100%;
  text-align: center;
}

@media (min-width: 1198px) {
  .features-body .features-text {
    width: calc(99.9% * 3/4 - (30px - 30px * 3/4));
    text-align: left;
  }

  .features-body .features-text:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .features-body .features-text:last-child {
    margin-right: 0;
  }

  .features-body .features-text:nth-child(4n) {
    margin-right: 0;
    float: right;
  }

  .features-body .features-text:nth-child(4n + 1) {
    clear: both;
  }
}

.features-body .features-text p {
  margin-bottom: 0;
}

.features-body .features-text .feature-header {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 800;
}

.features-body .features-text .feature-text {
  margin-top: 0;
}

.featured-blog-content {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .featured-blog-content {
    margin-bottom: 0;
  }
}

@media (min-width: 990px) {
  .featured-blog-content {
    width: calc(99.9% * 5/15 - (30px - 30px * 5/15));
  }

  .featured-blog-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .featured-blog-content:last-child {
    margin-right: 0;
  }

  .featured-blog-content:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .featured-blog-content:nth-child(15n + 1) {
    clear: both;
  }
}

.featured-blog-content .featured-blog-image img {
  max-width: 100%;
  height: auto;
}

.featured-blog-content a {
  color: #444444;
}

.featured-blog-content a:hover {
  color: #5fbec5;
}

.main header {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}

.main header h1 {
  margin-top: 0;
  margin-bottom: 6px;
}

.main header .meta {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tags {
  padding: 0 0;
  text-align: center;
}

@media (min-width: 990px) {
  .tags {
    text-align: left;
  }
}

.tags a {
  display: inline-block;
  border: 1px solid #aaaaaa;
  padding: 2px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaaaaa;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
  margin-right: 8px;
}

.tags a:hover {
  border-color: #5fbec5;
  background-color: #5fbec5;
  color: #fefefe;
}

.post-share {
  text-align: center;
}

@media (min-width: 990px) {
  .post-share {
    text-align: left;
  }
}

.post-share a {
  display: inline-block;
  color: #fefefe;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}

.post-share a.share-twitter {
  background-color: #00aced;
}

.post-share a.share-facebook {
  background-color: #3b5998;
}

.post-share a.share-google {
  background-color: #dd4b39;
}

.post-share i {
  background-color: transparent;
  border-radius: none;
  font-size: 1rem;
}

.colored-page-header header,
.colored-page-header header.dual-header {
  margin-bottom: 0;
}

.colored-page-header header h1,
.colored-page-header header.dual-header h1 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fefefe;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

@media (min-width: 990px) {
  .colored-page-header header h1,
  .colored-page-header header.dual-header h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.colored-page-header header .subheader,
.colored-page-header header.dual-header .subheader {
  color: #444444;
  font-weight: 600;
  font-size: 1.2rem;
}

.no-posts {
  color: #d0d0d0;
}

.no-posts i {
  font-size: 25rem;
}

.no-posts p {
  text-transform: uppercase;
  font-weight: 800;
  color: #aaaaaa;
  font-size: 1.25rem;
}

.entry-author.vcard {
  background-color: #f8f8f8;
  border: 1px solid #666666;
  padding: 10px;
  margin-bottom: 70px;
}

.entry-author.vcard .vcard_inner {
  background-color: #f8f8f8;
  padding: 30px;
}

.entry-author.vcard .vcard_inner .gravatar {
  width: 100px;
  margin: 0 auto;
}

@media (min-width: 766px) {
  .entry-author.vcard .vcard_inner .gravatar {
    float: left;
    margin-right: 30px;
  }
}

.entry-author.vcard .vcard_inner .gravatar img {
  margin-bottom: 10px;
}

@media (min-width: 766px) {
  .entry-author.vcard .vcard_inner .gravatar img {
    margin-bottom: 0;
  }
}

.entry-author.vcard .vcard_inner .author_text {
  position: relative;
  text-align: center;
}

@media (min-width: 766px) {
  .entry-author.vcard .vcard_inner .author_text {
    margin-left: 130px;
    text-align: left;
  }
}

.entry-author.vcard .vcard_inner .author_text .fn {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #5fbec5;
  margin-bottom: 10px;
}

.entry-author.vcard .vcard_inner .author_text p {
  margin: 0 0 10px 0;
}

.entry-author.vcard .vcard_inner .author_text ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.entry-author.vcard .vcard_inner .author_text ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (min-width: 766px) {
  .entry-author.vcard .vcard_inner .author_text ul li {
    margin-bottom: 0px;
  }
}

.entry-author.vcard .vcard_inner .author_text ul li a {
  font-size: 0.7rem;
  border: 1px solid #5fbec5;
  letter-spacing: 1px;
  color: #5fbec5;
  padding: 5px 10px;
}

.entry-author.vcard .vcard_inner .author_text ul li a:hover {
  text-decoration: none;
  color: white;
}

.entry-author.vcard .vcard_inner .author_text ul li a.twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}

.entry-author.vcard .vcard_inner .author_text ul li a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.entry-author.vcard .vcard_inner .author_text ul li a.googleplus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

#comments .Comments_header {
  text-align: center;
  position: relative;
}

#comments .Comments_header .Comment_header_title {
  margin-bottom: 50px;
}

#comments .Comments_header h3 {
  font-size: 2.285em;
  line-height: 1.35em;
}

#comments article .inner-comment {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

#comments article .inner-comment .comment-image {
  width: 60px;
  float: left;
  margin-right: 30px;
}

@media (min-width: 766px) {
  #comments article .inner-comment .comment-image {
    width: 85px;
    margin-right: 30px;
  }
}

#comments article .inner-comment .comment-image figure {
  margin: 0;
}

#comments article .inner-comment .comment-image figure .author-ident {
  display: block;
  background-color: #c5615f;
  color: #fefefe;
  margin: -8px auto 0;
  vertical-align: super;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 13px;
}

#comments article .inner-comment .comment-text {
  margin-left: 90px;
  position: relative;
}

@media (min-width: 766px) {
  #comments article .inner-comment .comment-text {
    margin-left: 120px;
  }
}

#comments article .inner-comment .comment-text .comment-content {
  word-break: break-word;
}

#comments article .inner-comment .comment-text h2 {
  display: inline-block;
  font-size: 1.05rem;
  margin: 0 10px 3px 0;
}

@media (min-width: 766px) {
  #comments article .inner-comment .comment-text h2 {
    margin: 0 10px 10px 0;
  }
}

#comments article .inner-comment .comment-text time {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 766px) {
  #comments article .inner-comment .comment-text time {
    display: inline-block;
    margin-bottom: 0;
  }
}

#comments article .inner-comment .comment-text .comment-reply-link,
#comments article .inner-comment .comment-text .comment-edit-link p {
  display: inline;
  width: auto;
  border: 1px solid #c5615f;
  padding: 2px 6px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #c5615f;
}

#comments article .inner-comment .comment-text .comment-reply-link:hover,
#comments article .inner-comment .comment-text .comment-edit-link p:hover {
  background-color: #c5615f;
  color: #fefefe;
  border-color: #c5615f;
}

#comments article .inner-comment .comment-text p {
  margin-top: 0px;
}

#comments article.parent .child-comments {
  margin-left: 60px;
}

#comments .Comments_nav {
  padding-bottom: 40px;
}

#comments .Comments_nav:before {
  content: '';
  display: table;
}

#comments .Comments_nav:after {
  content: '';
  display: table;
  clear: both;
}

#comments .Comments_nav a {
  border-color: #66b9bf;
  color: #66b9bf;
  font-size: 0.8em;
}

@media (min-width: 766px) {
  #comments .Comments_nav a {
    font-size: 1em;
  }
}

#comments .Comments_nav a:hover {
  color: #fefefe;
}

#comments .Comments_nav .Comments_nav_prev {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

#comments .Comments_nav .Comments_nav_prev:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}

#comments .Comments_nav .Comments_nav_prev:last-child {
  margin-right: 0;
}

#comments .Comments_nav .Comments_nav_prev:nth-child(2n) {
  margin-right: 0;
  float: right;
}

#comments .Comments_nav .Comments_nav_prev:nth-child(2n + 1) {
  clear: both;
}

@media (min-width: 766px) {
  #comments .Comments_nav .Comments_nav_prev {
    width: calc(99.9% * 7/15 - (30px - 30px * 7/15));
  }

  #comments .Comments_nav .Comments_nav_prev:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  #comments .Comments_nav .Comments_nav_prev:last-child {
    margin-right: 0;
  }

  #comments .Comments_nav .Comments_nav_prev:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  #comments .Comments_nav .Comments_nav_prev:nth-child(15n + 1) {
    clear: both;
  }
}

#comments .Comments_nav .Comments_nav_newer {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

#comments .Comments_nav .Comments_nav_newer:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}

#comments .Comments_nav .Comments_nav_newer:last-child {
  margin-right: 0;
}

#comments .Comments_nav .Comments_nav_newer:nth-child(2n) {
  margin-right: 0;
  float: right;
}

#comments .Comments_nav .Comments_nav_newer:nth-child(2n + 1) {
  clear: both;
}

@media (min-width: 766px) {
  #comments .Comments_nav .Comments_nav_newer {
    width: calc(99.9% * 7/15 - (30px - 30px * 7/15));
    margin-left: calc(99.9% * (-1/15 * -1) - (30px - 30px * (-1/15 * -1)) + 30px) !important;
    text-align: right;
  }

  #comments .Comments_nav .Comments_nav_newer:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  #comments .Comments_nav .Comments_nav_newer:last-child {
    margin-right: 0;
  }

  #comments .Comments_nav .Comments_nav_newer:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  #comments .Comments_nav .Comments_nav_newer:nth-child(15n + 1) {
    clear: both;
  }
}

#respond:before {
  content: '';
  display: table;
}

#respond:after {
  content: '';
  display: table;
  clear: both;
}

#respond .comment-notes {
  text-align: center;
}

#respond .h_line {
  margin-bottom: 20px;
}

#respond textarea {
  width: 100%;
}

#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
  width: 100%;
}

#respond p.form-submit {
  text-align: center;
}

#respond input.submit {
  display: inline-block;
  background-color: #fefefe;
  color: #66b9bf;
  min-width: 140px;
  width: auto;
  padding: 12px 15px;
  font-size: 1rem;
  border: 1px solid #66b9bf;
  text-transform: uppercase;
  height: auto;
  cursor: pointer;
}

#respond input.submit:hover {
  background-color: #66b9bf;
  color: #fefefe;
  text-decoration: none;
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.sidebar {
  width: 100%;
  padding-top: 3px;
}

@media (min-width: 990px) {
  .sidebar {
    width: calc(99.9% * 4/15 - (30px - 30px * 4/15));
    margin-left: calc(99.9% * (-1/15 * -1) - (30px - 30px * (-1/15 * -1)) + 30px) !important;
  }

  .sidebar:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .sidebar:last-child {
    margin-right: 0;
  }

  .sidebar:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .sidebar:nth-child(15n + 1) {
    clear: both;
  }
}

.sidebar h3 {
  border-left: 10px solid #66b9bf;
  padding-left: 12px;
  margin-top: 0;
  margin-bottom: 35px;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 26px;
}

.sidebar ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 0;
}

.sidebar ul li:first-child {
  padding-top: 0;
}

.sidebar ul li:last-child {
  border-bottom: 0;
}

.sidebar ul a {
  color: #666666;
  font-weight: 400;
}

.sidebar ul a:hover {
  color: #262626;
}

.sidebar .widget {
  margin-bottom: 55px;
}

.sidebar .widget.search .Search_input {
  width: 100%;
  position: relative;
}

.sidebar .widget.search .Search_input input {
  border-color: #66b9bf;
  background-color: #fefefe;
}

.sidebar .widget.search .Search_input input:focus {
  outline-color: #66b9bf;
  background-color: #e4f3f4;
}

.sidebar .widget.search .Search_input i {
  position: absolute;
  background-color: #66b9bf;
  color: #fefefe;
  font-size: 28px;
  right: 1px;
  top: 1px;
  padding: 5px;
  width: auto;
  height: auto;
  line-height: 28px;
  border-radius: 0;
}

.sidebar .widget.widget_categories ul li {
  position: relative;
}

.sidebar .widget.widget_categories ul li span {
  display: block;
  color: #66b9bf;
  border: 1px solid #95ced3;
  border-radius: 999px;
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 0.65rem;
  line-height: 1.2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.sidebar .widget.widget_recent_comments .comment-author-link,
.sidebar .widget.widget_recent_comments .comment-author-link a {
  color: #c5615f;
  font-weight: 600;
}

.sidebar .widget.widget_recent_comments .comment-author-link:hover,
.sidebar .widget.widget_recent_comments .comment-author-link a:hover {
  color: #b14240;
}

.sidebar .widget.widget_recent_comments a {
  color: #444444;
}

.sidebar .widget.widget_recent_comments a:hover {
  color: #2b2b2b;
}

.sidebar .widget.social-media .social-icons {
  text-align: left;
  color: #fefefe;
}

.sidebar .widget.social-media .social-icons a {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  color: #fefefe;
  text-align: center;
  vertical-align: top;
}

@media (min-width: 990px) {
  .sidebar .widget.social-media .social-icons a {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 1198px) {
  .sidebar .widget.social-media .social-icons a {
    width: 60px;
    height: 60px;
  }
}

.sidebar .widget.social-media .social-icons a i {
  font-size: 2.2rem;
  line-height: 3.4rem;
  background: transparent;
}

@media (min-width: 990px) {
  .sidebar .widget.social-media .social-icons a i {
    font-size: 1.6rem;
    line-height: 2.9rem;
  }
}

@media (min-width: 1198px) {
  .sidebar .widget.social-media .social-icons a i {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

.sidebar .widget.social-media .social-icons a.twitter {
  background-color: #00aced;
}

.sidebar .widget.social-media .social-icons a.twitter:hover {
  background-color: #0087ba;
}

.sidebar .widget.social-media .social-icons a.facebook {
  background-color: #3b5998;
}

.sidebar .widget.social-media .social-icons a.facebook:hover {
  background-color: #2d4373;
}

.sidebar .widget.social-media .social-icons a.google {
  background-color: #dd4b39;
}

.sidebar .widget.social-media .social-icons a.google:hover {
  background-color: #c23321;
}

.sidebar .widget.social-media .social-icons a.email {
  background-color: #517fa4;
}

.sidebar .widget.social-media .social-icons a.email:hover {
  background-color: #406582;
}

@media (min-width: 990px) {
  .kbase-sb {
    position: relative;
    left: calc(99.9% * 10/15 - (30px - 30px * 10/15) + 30px);
  }
}

@media (min-width: 990px) {
  .kbase-m {
    position: relative;
    left: calc(99.9% * -5/15 - (30px - 30px * -5/15) + 30px);
  }
}

.breadwrap {
  background-color: #f8f8f8;
  padding: 20px 0;
  margin-bottom: 40px;
}

.breadwrap .breadcrumb {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadwrap .breadcrumb span {
  font-size: 0.9rem;
  font-weight: 400;
}

.breadwrap .breadcrumb span strong {
  color: #5fbec5;
}

.archive article {
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.archive article img {
  margin-bottom: 10px;
}

.archive article header {
  margin-bottom: 5px;
}

.archive article header h1 {
  margin-bottom: 10px;
}

.archive article header h1 a {
  color: #262626;
}

.archive article header h1 a:hover {
  color: #5fbec5;
}

.page-template-template-about .call-to-action,
.page-template-template-contact .call-to-action,
.archive .call-to-action,
.blog .call-to-action {
  margin-bottom: 0;
}

.call-to-action {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 990px) {
  .call-to-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.call-to-action p {
  margin: 0;
}

.call-to-action.with-button h3 {
  margin-bottom: 30px;
}

.call-to-action.with-button a.button {
  border-color: #fefefe;
  border-width: 2px;
  color: #fefefe;
  background-color: #5fbec5;
}

.call-to-action.with-button a.button:hover {
  background-color: #fefefe;
  color: #5fbec5;
}

.call-to-action.is-teal h2,
.call-to-action.is-teal h3 {
  color: #fefefe;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2rem;
}

@media (min-width: 766px) {
  .call-to-action.is-teal h2,
  .call-to-action.is-teal h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 990px) {
  .call-to-action.is-teal h2,
  .call-to-action.is-teal h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1198px) {
  .call-to-action.is-teal h2,
  .call-to-action.is-teal h3 {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
}

.call-to-action.is-barely h2,
.call-to-action.is-barely h3 {
  color: #444444;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2rem;
}

@media (min-width: 766px) {
  .call-to-action.is-barely h2,
  .call-to-action.is-barely h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 990px) {
  .call-to-action.is-barely h2,
  .call-to-action.is-barely h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}

.call-to-action.is-grey h2,
.call-to-action.is-grey h3 {
  color: #fefefe;
}

.info-banner {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 990px) {
  .info-banner {
    padding-left: 0;
    padding-right: 0;
  }
}

.info-banner.is-grey h2,
.info-banner.is-grey h3 {
  color: #fefefe;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2rem;
}

@media (min-width: 766px) {
  .info-banner.is-grey h2,
  .info-banner.is-grey h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 990px) {
  .info-banner.is-grey h2,
  .info-banner.is-grey h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1198px) {
  .info-banner.is-grey h2,
  .info-banner.is-grey h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}

.info-banner.with-button h3 {
  margin-bottom: 30px;
}

.info-banner.with-button a.button {
  border-color: #fefefe;
  border-width: 2px;
  color: #fefefe;
}

.half-left-text-feature .half-col-left {
  width: 100%;
}

@media (min-width: 990px) {
  .half-left-text-feature .half-col-left {
    width: calc(99.9% * 8/15 - (30px - 30px * 8/15));
  }

  .half-left-text-feature .half-col-left:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .half-left-text-feature .half-col-left:last-child {
    margin-right: 0;
  }

  .half-left-text-feature .half-col-left:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .half-left-text-feature .half-col-left:nth-child(15n + 1) {
    clear: both;
  }
}

.half-left-text-feature .half-col-left h3 {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.55rem;
}

.half-left-text-feature .half-col-right {
  width: 100%;
}

@media (min-width: 990px) {
  .half-left-text-feature .half-col-right {
    width: calc(99.9% * 7/15 - (30px - 30px * 7/15));
  }

  .half-left-text-feature .half-col-right:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .half-left-text-feature .half-col-right:last-child {
    margin-right: 0;
  }

  .half-left-text-feature .half-col-right:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .half-left-text-feature .half-col-right:nth-child(15n + 1) {
    clear: both;
  }
}

.half-left-text-feature img {
  max-width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .half-left-text-feature img {
    margin-bottom: 0;
  }
}

.half-left-text-feature.home-section h3 {
  font-size: 1.4rem;
}

.half-right-text-feature .half-col-right {
  width: 100%;
}

@media (min-width: 990px) {
  .half-right-text-feature .half-col-right {
    width: calc(99.9% * 8/15 - (30px - 30px * 8/15));
  }

  .half-right-text-feature .half-col-right:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .half-right-text-feature .half-col-right:last-child {
    margin-right: 0;
  }

  .half-right-text-feature .half-col-right:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .half-right-text-feature .half-col-right:nth-child(15n + 1) {
    clear: both;
  }
}

.half-right-text-feature .half-col-right h3 {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.55rem;
}

.half-right-text-feature .half-col-left {
  width: 100%;
}

@media (min-width: 990px) {
  .half-right-text-feature .half-col-left {
    width: calc(99.9% * 7/15 - (30px - 30px * 7/15));
  }

  .half-right-text-feature .half-col-left:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .half-right-text-feature .half-col-left:last-child {
    margin-right: 0;
  }

  .half-right-text-feature .half-col-left:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .half-right-text-feature .half-col-left:nth-child(15n + 1) {
    clear: both;
  }
}

.half-right-text-feature img {
  max-width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .half-right-text-feature img {
    margin-bottom: 0;
  }
}

.two-cols-header-sub .two-cols-left {
  width: 100%;
}

@media (min-width: 990px) {
  .two-cols-header-sub .two-cols-left {
    width: calc(99.9% * 9/15 - (30px - 30px * 9/15));
  }

  .two-cols-header-sub .two-cols-left:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .two-cols-header-sub .two-cols-left:last-child {
    margin-right: 0;
  }

  .two-cols-header-sub .two-cols-left:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .two-cols-header-sub .two-cols-left:nth-child(15n + 1) {
    clear: both;
  }
}

.two-cols-header-sub .two-cols-right {
  width: 100%;
}

@media (min-width: 990px) {
  .two-cols-header-sub .two-cols-right {
    width: calc(99.9% * 6/15 - (30px - 30px * 6/15));
  }

  .two-cols-header-sub .two-cols-right:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .two-cols-header-sub .two-cols-right:last-child {
    margin-right: 0;
  }

  .two-cols-header-sub .two-cols-right:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .two-cols-header-sub .two-cols-right:nth-child(15n + 1) {
    clear: both;
  }
}

.two-cols-header-sub p {
  margin-top: 0;
}

.two-cols-header-sub img {
  max-width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .two-cols-header-sub img {
    margin-bottom: 0;
  }
}

.action-button {
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 990px) {
  .action-button {
    text-align: inherit;
  }
}

.action-button a {
  margin-bottom: 15px;
}

@media (min-width: 990px) {
  .action-button a {
    margin-bottom: 0;
  }
}

.service-prices header.dual-header.prices {
  margin-bottom: 30px;
}

.service-prices .currency {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 25px;
}

.service-prices .currency a {
  font-weight: 400;
  color: #444444;
}

.service-prices .currency a.active {
  color: #5fbec5;
  font-weight: 600;
}

.service-prices .currency small {
  display: block;
}

.pricing-tables {
  padding-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 25px;
}

@media (min-width: 766px) {
  .pricing-tables {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.pricing-table {
  width: 100%;
  background-color: #f3f3f3;
  text-align: center;
  margin-bottom: 35px;
}

@media (min-width: 766px) {
  .pricing-table {
    width: calc(99.9% * 5/15 - (30px - 30px * 5/15));
    margin-bottom: 0;
  }

  .pricing-table:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .pricing-table:last-child {
    margin-right: 0;
  }

  .pricing-table:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .pricing-table:nth-child(15n + 1) {
    clear: both;
  }
}

.pricing-table .pricing-table-title {
  margin-top: 0px;
  padding-top: 35px;
}

.pricing-table .pricing {
  color: #5fbec5;
  margin-bottom: 25px;
}

.pricing-table .pricing span {
  display: block;
}

.pricing-table .pricing span.price {
  font-size: 4rem;
  line-height: 4rem;
}

.pricing-table .pricing span.price sup {
  font-size: 1.3rem;
  top: -2.05rem;
  padding-right: 2px;
}

.pricing-table .pricing span.time {
  text-transform: lowercase;
  font-size: 0.85rem;
}

.pricing-table ul {
  list-style-type: none;
  margin: 0 0 35px 0;
  padding: 0 20px;
  font-size: 0.95rem;
  color: #262626;
}

.pricing-table ul li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pricing-table ul li.no-deal {
  color: #cfcfcf;
  text-decoration: line-through;
}

.pricing-table ul li:last-child {
  border: 0;
}

.pricing-table ul li i {
  font-size: 0.6rem;
  font-weight: 700;
  background-color: #6b8e23;
  color: #f8f8f8;
  padding: 1px;
  border-radius: 999px;
}

.pricing-table ul li i.no-deal {
  background-color: #cfcfcf;
}

.pricing-table.alt-color {
  background-color: #83c6cb;
  margin-top: -15px;
  padding-top: 10px;
}

.pricing-table.alt-color .pricing {
  color: #fefefe;
}

.pricing-table.alt-color ul li {
  border-color: #5bb4ba;
}

.pricing-table.alt-color ul li.no-deal {
  color: #5bb4ba;
}

.pricing-table.alt-color .yearly {
  padding-top: 40px;
}

.pricing-table.alt-color .yearly .pricing {
  padding-bottom: 40px;
}

.pricing-table .pricing-table-button {
  padding: 42px 0;
}

.pricing-table .yearly {
  background-color: #4d4d4d;
  padding-top: 25px;
  color: #fefefe;
  font-size: 0.95rem;
}

.pricing-table .yearly span {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.pricing-table .yearly .pricing {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 30px;
}

.pricing-table .yearly .pricing .price {
  color: #66b9bf;
}

.pricing-table .yearly .pricing .additional {
  color: #aaaaaa;
}

.add-prices {
  margin-bottom: 5px;
}

@media (min-width: 766px) {
  .add-prices {
    margin-bottom: 50px;
  }
}

.add-price-site {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 35px;
}

@media (min-width: 766px) {
  .add-price-site {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    margin-bottom: 0;
  }

  .add-price-site:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .add-price-site:last-child {
    margin-right: 0;
  }

  .add-price-site:nth-child(3n) {
    margin-right: 0;
    float: right;
  }

  .add-price-site:nth-child(3n + 1) {
    clear: both;
  }
}

.add-price-site header {
  background: #66b9bf;
  padding: 10px 10px;
}

.add-price-site header h3 {
  color: #fefefe;
}

.add-price-site header h3 span {
  display: block;
  font-size: 0.7rem;
}

.add-price-site .price {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 12px 15px;
  font-size: 1.25rem;
}

.add-price-site .price.alt-color {
  background-color: #f3f3f3;
}

.add-price-site .price span:not(.cg-price) {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #262626;
  font-weight: 600;
}

.add-price-site .price span:not(.cg-price).discount {
  color: #dd4b39;
}

.sign-me-up {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 60px;
  background-color: #f8f8f8;
}

.sign-me-up h3 {
  margin-top: 0;
  font-size: 1.4rem;
}

@media (min-width: 766px) {
  .sign-me-up h3 {
    font-size: 3rem;
  }
}

.malware .left-aligned-dual-header {
  margin-bottom: 25px;
}

.malware .subheader {
  margin-bottom: 20px;
}

.malware span.price {
  font-size: 0.9rem;
  color: #666666;
  text-transform: uppercase;
}

.malware span.price strong {
  font-size: 1.8rem;
  color: #262626;
}

.malware img {
  margin-bottom: 25px;
}

@media (min-width: 990px) {
  .malware img {
    margin-bottom: 0;
  }
}

.malware .with-button {
  padding-top: 40px;
}

.jargon {
  padding-bottom: 70px !important;
}

.jargon header:after {
  content: "";
  background: #66b9bf none repeat scroll 0 0;
  bottom: 0px;
  height: 3px;
  margin: 40px auto 0;
  width: 50px;
}

.jargon header h2 {
  color: #fefefe;
  margin-top: 0;
}

.jargon header span {
  color: #262626;
}

.jargon p:last-of-type {
  margin-bottom: 0;
}

.skills .skills-body {
  width: 100%;
  text-align: center;
}

@media (min-width: 766px) {
  .skills .skills-body {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }

  .skills .skills-body:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .skills .skills-body:last-child {
    margin-right: 0;
  }

  .skills .skills-body:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .skills .skills-body:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 990px) {
  .skills .skills-body {
    width: calc(99.9% * 3/12 - (30px - 30px * 3/12));
  }

  .skills .skills-body:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .skills .skills-body:last-child {
    margin-right: 0;
  }

  .skills .skills-body:nth-child(12n) {
    margin-right: 0;
    float: right;
  }

  .skills .skills-body:nth-child(12n + 1) {
    clear: both;
  }
}

.skills .skills-body .skills-icon {
  background-color: #66b9bf;
  margin: 0 auto;
  color: #fefefe;
  border-radius: 999px;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 98px;
}

@media (min-width: 990px) {
  .skills .skills-body .skills-icon {
    width: 100px;
    height: 100px;
    line-height: 125px;
  }
}

.skills .skills-body .skills-icon i {
  font-size: 2.5rem;
}

.social-about ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-about ul li {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (min-width: 766px) {
  .social-about ul li {
    margin-bottom: 0px;
  }
}

.social-about ul a {
  font-size: 0.6rem;
  letter-spacing: 1px;
  color: #c5615f;
  padding: 5px 10px;
}

@media (min-width: 766px) {
  .social-about ul a {
    font-size: 0.8rem;
  }
}

.social-about ul a:hover {
  text-decoration: none;
  color: white;
}

.social-about ul a.twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}

.social-about ul a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-about ul a.googleplus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.social-about ul i {
  color: #fefefe;
  padding: 5px;
  font-size: 0.8rem;
  border-radius: 0;
}

.social-about ul i.twitter {
  background-color: #00aced;
}

.social-about ul i.facebook {
  background-color: #3b5998;
}

.social-about ul i.googleplus {
  background-color: #dd4b39;
}

.social-about ul i.mail {
  background-color: #517fa4;
}

.waffle-grid .waffle {
  width: calc(99.9% * 1/3 - (10px - 10px * 1/3));
  height: calc(99.9% * 1/3 - (10px - 10px * 1/3));
  line-height: 0;
}

.waffle-grid .waffle:nth-child(1n) {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: none;
}

.waffle-grid .waffle:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.waffle-grid .waffle:nth-child(3n) {
  margin-right: 0;
}

.waffle-grid .waffle:nth-child(3n + 1) {
  clear: both;
}

.waffle-grid .waffle:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.services .services-half {
  width: 100%;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
  background-color: #f8f8f8;
  border: 2px solid #e1e1e1;
}

@media (min-width: 766px) {
  .services .services-half {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    margin-bottom: 0px;
  }

  .services .services-half:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .services .services-half:last-child {
    margin-right: 0;
  }

  .services .services-half:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .services .services-half:nth-child(2n + 1) {
    clear: both;
  }
}

.services .services-half i,
.services .services-half i.material-icons {
  font-size: 8rem;
  color: #c4c4c4;
  line-height: 8rem;
  display: inline-block;
  margin-bottom: 25px;
  background: transparent;
  width: auto;
  height: auto;
}

.services .services-half i.material-icons,
.services .services-half i.material-icons.material-icons {
  background-color: #c4c4c4;
  color: #fefefe;
  border-radius: 999px;
}

.services .services-half:hover {
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  border-color: #66b9bf;
}

.coding .coding-left {
  width: 100%;
}

@media (min-width: 766px) {
  .coding .coding-left {
    width: calc(99.9% * 4/10 - (30px - 30px * 4/10));
  }

  .coding .coding-left:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .coding .coding-left:last-child {
    margin-right: 0;
  }

  .coding .coding-left:nth-child(10n) {
    margin-right: 0;
    float: right;
  }

  .coding .coding-left:nth-child(10n + 1) {
    clear: both;
  }
}

.coding .coding-left .with-button {
  margin-bottom: 50px;
}

.coding .coding-right {
  width: 100%;
}

@media (min-width: 766px) {
  .coding .coding-right {
    width: calc(99.9% * 6/10 - (30px - 30px * 6/10));
  }

  .coding .coding-right:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .coding .coding-right:last-child {
    margin-right: 0;
  }

  .coding .coding-right:nth-child(10n) {
    margin-right: 0;
    float: right;
  }

  .coding .coding-right:nth-child(10n + 1) {
    clear: both;
  }
}

.coding .skills-cred {
  width: 100%;
}

@media (min-width: 990px) {
  .coding .skills-cred {
    width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
  }

  .coding .skills-cred:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .coding .skills-cred:last-child {
    margin-right: 0;
  }

  .coding .skills-cred:nth-child(12n) {
    margin-right: 0;
    float: right;
  }

  .coding .skills-cred:nth-child(12n + 1) {
    clear: both;
  }
}

.coding header {
  margin-bottom: 25px;
}

.coding header h2 {
  margin-top: 0px;
  line-height: 1.777rem;
}

.coding header span {
  font-size: 0.9rem;
  color: #666666;
  text-transform: uppercase;
}

.coding header span strong {
  font-size: 1.8rem;
  color: #262626;
}

.coding p {
  margin-bottom: 25px;
}

.coding img {
  max-width: 100%;
  margin-bottom: 35px;
}

@media (min-width: 766px) {
  .coding img {
    margin-bottom: 0;
  }
}

.coding .footnote {
  text-align: left;
}

.coding .small {
  display: block;
  font-size: 0.75rem;
}

.coding .creds {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coding .creds i.material-icons,
.coding .creds i {
  float: left;
  background: transparent;
  color: #444444;
  border: 1px solid #444444;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.8rem;
}

.coding .creds h4,
.coding .creds p,
.coding .creds ul {
  margin-left: 65px;
}

.coding .creds h4 {
  margin-bottom: 2px;
}

ul.my-lang {
  margin: 5px 0 40px 0;
  padding: 0;
  list-style-type: none;
}

ul.my-lang li {
  display: inline-block;
  padding: 6px 9px;
  margin: 0 3px 6px 0;
  font-size: 0.9rem;
  line-height: 0.9rem;
  border: 1px solid #aaaaaa;
  color: #444444;
}

.tw-con i {
  font-size: 4rem;
  color: #e1e1e1;
  background: transparent;
}

@media (min-width: 766px) {
  .tw-con i {
    font-size: 6rem;
  }
}

.tw-con .twitter-stream {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

@media (min-width: 990px) {
  .tw-con .twitter-stream {
    width: 75%;
  }
}

.tw-con .twitter-stream p {
  padding: 20px 0;
}

.tw-con .twitter-stream .profile-link a {
  color: #444444;
  text-transform: uppercase;
  font-size: 0.8rem;
}

footer {
  color: #aaaaaa;
  font-size: 0.95rem;
}

footer .footer-top {
  background-color: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

footer .footer-top a:hover {
  color: #aaaaaa;
}

footer .footer-top h3 {
  color: #fefefe;
  font-size: 1.5rem;
}

footer .footer-top .copyright {
  width: 100%;
}

@media (min-width: 766px) {
  footer .footer-top .copyright {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .footer-top .copyright span {
  color: #666666;
}

footer .footer-top .copyright ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding-left: 0;
}

footer .footer-top .copyright ul li {
  display: inline-block;
  margin: 0 10px;
}

@media (min-width: 766px) {
  footer .footer-top .copyright ul li {
    margin: 0 0 0 20px;
  }
}

footer .footer-top .copyright ul li a {
  font-weight: 400;
}

footer .footer-top .newsletter {
  width: 100%;
}

@media (min-width: 766px) {
  footer .footer-top .newsletter {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .footer-top .newsletter input {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

@media (min-width: 766px) {
  footer .footer-top .newsletter input {
    width: 300px;
    margin-right: 10px;
  }
}

@media (min-width: 990px) {
  footer .footer-top .newsletter input {
    margin-bottom: 0;
  }
}

footer .footer-top .newsletter input.button {
  width: 60%;
  margin-right: 0;
}

@media (min-width: 766px) {
  footer .footer-top .newsletter input.button {
    width: 150px;
  }
}

footer .footer-top .needhelp {
  width: 100%;
}

@media (min-width: 766px) {
  footer .footer-top .needhelp {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .footer-top .needhelp .social-icons {
  text-align: center;
}

footer .footer-top .needhelp .social-icons a {
  border: 1px solid #666666;
  margin: 0 10px 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #666666;
  text-align: center;
  vertical-align: top;
}

@media (min-width: 990px) {
  footer .footer-top .needhelp .social-icons a {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1198px) {
  footer .footer-top .needhelp .social-icons a {
    width: 40px;
    height: 40px;
  }
}

footer .footer-top .needhelp .social-icons a:hover {
  color: #fefefe;
}

footer .footer-top .needhelp .social-icons a i {
  font-size: 1.56rem;
  line-height: 2.6rem;
  background: transparent;
}

footer .footer-top .needhelp .social-icons a.twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}

footer .footer-top .needhelp .social-icons a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

footer .footer-top .needhelp .social-icons a.google:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

footer .footer-top .needhelp .social-icons a.email:hover {
  background-color: #517fa4;
  border-color: #517fa4;
}

.nf-form-layout .nf-before-form-content {
  margin-bottom: 35px;
}

.nf-form-layout .nf-field-container {
  margin-bottom: 35px;
}

.nf-form-layout .nf-field-label {
  margin-bottom: 5px;
  font-weight: 600;
}

.nf-form-layout .nf-error-wrap,
.nf-form-layout .nf-form-errors {
  color: #dd4b39;
}

.nf-form-layout .nf-field-description {
  font-size: 0.95rem;
  font-style: italic;
}

.nf-form-layout .nf-field-description p {
  margin-bottom: 0;
}

.nf-form-layout .nf-field-hp {
  display: none;
}

.nf-form-layout .listradio-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nf-form-layout .listradio-wrap ul li {
  display: inline-block;
  margin-right: 30px;
}

.nf-form-layout input[type="radio"] {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
}

.nf-form-layout input[type=button] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 45px;
}

@media (min-width: 766px) {
  .nf-form-layout input[type=button] {
    width: auto;
  }
}

.nf-form-layout input[type="number"] {
  width: auto;
}

.nf-form-layout textarea {
  width: 100%;
  height: 220px;
}

.nf-form-layout .ninja-forms-req-symbol {
  color: #dd4b39;
}

@media (min-width: 766px) {
  .nf-form-layout .half {
    width: 48%;
  }
}

@media (min-width: 766px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    clear: initial;
    float: left;
    margin-left: 2.564102564102564%;
  }

  .five-sixths .inside,
  .four-sixths .inside,
  .one-fourth .inside,
  .one-half .inside,
  .one-sixth .inside,
  .one-third .inside,
  .three-fourths .inside,
  .three-sixths .inside,
  .two-fourths .inside,
  .two-sixths .inside,
  .two-thirds .inside {
    padding: 20px;
  }

  .five-sixths .inside::after,
  .four-sixths .inside::after,
  .one-fourth .inside::after,
  .one-half .inside::after,
  .one-sixth .inside::after,
  .one-third .inside::after,
  .three-fourths .inside::after,
  .three-sixths .inside::after,
  .two-fourths .inside::after,
  .two-sixths .inside::after,
  .two-thirds .inside::after {
    clear: both;
    content: "";
    display: block;
  }
}

.one-half,
.three-sixths,
.two-fourths {
  width: 100%;
}

@media (min-width: 766px) {
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }
}

.one-third,
.two-sixths {
  width: 100%;
}

@media (min-width: 766px) {
  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }
}

.four-sixths,
.two-thirds {
  width: 100%;
}

@media (min-width: 766px) {
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }
}

.one-fourth {
  width: 100%;
}

@media (min-width: 766px) {
  .one-fourth {
    width: 23.076923076923077%;
  }
}

.three-fourths {
  width: 100%;
}

@media (min-width: 766px) {
  .three-fourths {
    width: 74.35897435897436%;
  }
}

.one-sixth {
  width: 100%;
}

@media (min-width: 766px) {
  .one-sixth {
    width: 14.52991452991453%;
  }
}

.five-sixths {
  width: 100%;
}

@media (min-width: 766px) {
  .five-sixths {
    width: 82.90598290598291%;
  }
}

.first {
  clear: both;
  margin-left: 0;
}

.clear:before {
  content: '';
  display: table;
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}

.container {
  width: 100%;
  padding: 0;
}

@media (min-width: 766px) {
  .container {
    max-width: 766px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container:before {
    content: '';
    display: table;
  }

  .container:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 990px) {
  .container {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container:before {
    content: '';
    display: table;
  }

  .container:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 1198px) {
  .container {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container:before {
    content: '';
    display: table;
  }

  .container:after {
    content: '';
    display: table;
    clear: both;
  }
}

body {
  background-color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #262626;
}

h1 {
  font-size: 1.7777rem;
  line-height: 2.1rem;
}

@media (min-width: 766px) {
  h1 {
    font-size: 2.444rem;
    line-height: 2.777rem;
  }
}

h2 {
  font-size: 1.444rem;
  line-height: 3.778rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.111rem;
  line-height: 2.444rem;
  text-transform: uppercase;
}

header.dual-header {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 990px) {
  header.dual-header {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 990px) {
  header.dual-header {
    margin-bottom: 55px;
  }
}

header.dual-header::after {
  content: "";
  background: #66b9bf none repeat scroll 0 0;
  bottom: 0px;
  height: 3px;
  margin: 40px auto 0;
  width: 50px;
}

header.dual-header h2 {
  font-size: 1.7rem;
  margin-top: 0;
  line-height: 1.7rem;
}

header.dual-header .subheader {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  display: block;
}

header.left-aligned-dual-header {
  margin-bottom: 30px;
}

@media (min-width: 990px) {
  header.left-aligned-dual-header {
    margin-bottom: 55px;
  }
}

header.left-aligned-dual-header h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

header.left-aligned-dual-header .subheader {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7rem;
  display: block;
}

header.left-aligned-dual-header .subheader.is-red {
  color: #d33724;
}

a {
  color: #5fbec5;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #262626;
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

p {
  margin: 0 0 40px 0;
}

p.note {
  font-style: italic;
  font-size: 0.95rem;
  font-weight: 600;
}

blockquote {
  margin-left: 1.8rem;
  padding-left: 1.8rem;
  border-left: 2px solid #e1e1e1;
}

blockquote cite {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding-left: 10px;
}

blockquote cite::before {
  content: '\2014';
  color: #66b9bf;
  margin-right: 10px;
  font-size: 1.15rem;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 2px 10px;
  border: 1px solid #aaaaaa;
  background-color: #f8f8f8;
}

input:focus {
  outline-color: #66b9bf;
  background-color: #e4f3f4;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 10px;
  border: 1px solid #aaaaaa;
  background-color: #f8f8f8;
}

textarea:focus {
  outline-color: #66b9bf;
  background-color: #e4f3f4;
}

.button,
.demobar .demo,
.Comments_nav a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.3em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.3em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  color: #666666;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 400;
}

.button:hover,
.demobar .demo:hover,
.Comments_nav a:hover {
  background-color: #66b9bf;
  border-color: #66b9bf;
  color: #fefefe;
}

.button.alt-hover:hover,
.demobar .demo.alt-hover:hover,
.Comments_nav a.alt-hover:hover {
  background-color: #c5615f;
  border-color: #c5615f;
  color: #fefefe;
}

.button.button-blue,
.demobar .demo.button-blue,
.Comments_nav a.button-blue {
  background-color: #66b9bf;
  border-color: #66b9bf;
  color: #fefefe;
}

.button.button-blue:hover,
.demobar .demo.button-blue:hover,
.Comments_nav a.button-blue:hover {
  background-color: #47a4ab;
  color: #fefefe;
}

.button.button-red,
.demobar .demo.button-red,
.Comments_nav a.button-red {
  background-color: #c5615f;
  border-color: #c5615f;
  color: #fefefe;
}

.button.button-red:hover,
.demobar .demo.button-red:hover,
.Comments_nav a.button-red:hover {
  background-color: #b14240;
  color: #fefefe;
}

.button.button-big,
.demobar .demo.button-big,
.Comments_nav a.button-big {
  padding: 10px 25px;
}

@media (min-width: 990px) {
  .button.button-big,
  .demobar .demo.button-big,
  .Comments_nav a.button-big {
    padding: 14px 30px;
  }
}

.button.button-jumbo,
.demobar .demo.button-jumbo,
.Comments_nav a.button-jumbo {
  padding: 10px 12px;
}

@media (min-width: 990px) {
  .button.button-jumbo,
  .demobar .demo.button-jumbo,
  .Comments_nav a.button-jumbo {
    padding: 14px 30px;
  }
}

.button.disabled,
.demobar .demo.disabled,
.Comments_nav a.disabled {
  background-color: #bbbbbb;
  color: #fefefe;
  border-color: #e1e1e1;
  cursor: default;
}

.demobar {
  text-align: center;
  margin-bottom: 40px;
}

.demobar a {
  background-color: #c5615f;
  border-color: #c5615f;
  color: #fefefe;
  padding: 15px 30px;
}

@media (min-width: 990px) {
  .demobar a {
    padding: 14px 30px;
  }
}

.demobar a:hover {
  background-color: #b14240;
  border-color: #b14240;
  color: #fefefe;
}

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

.flex > .flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

i,
i.material-icons {
  background-color: #66b9bf;
  color: #fefefe;
  border-radius: 999px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 2.5rem;
  text-align: center;
}

.alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin-bottom: 45px;
}

.alert.alert-icon {
  padding-left: 3.5rem;
}

.alert.alert-icon::before {
  content: '\e001';
  font-family: 'Material Icons';
  float: left;
  margin-left: -2.2rem;
  font-weight: bold;
  font-size: 1.6rem;
}

.alert.alert-success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.alert.alert-success.alert-icon::before {
  content: '\e001';
  font-family: 'Material Icons';
}

.alert.alert-info {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.alert.alert-info.alert-icon::before {
  content: '\e001';
  font-family: 'Material Icons';
}

.alert.alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.alert.alert-warning.alert-icon::before {
  content: '\e8b2';
  font-family: 'Material Icons';
}

.alert.alert-danger {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.alert.alert-danger.alert-icon::before {
  content: '\e002';
  font-family: 'Material Icons';
}

.alert i {
  float: left;
  margin-right: 20px;
}

.footnote {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
}

.has-bottom-margin {
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .has-bottom-margin {
    margin-bottom: 55px;
  }
}

@media (min-width: 1198px) {
  .has-bottom-margin {
    margin-bottom: 75px;
  }
}

.has-right-margin {
  margin-right: 10px;
}

.has-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 766px) {
  .has-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 990px) {
  .has-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 990px) and (min-width: 1198px) {
  .has-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.has-bottom-padding {
  padding-bottom: 40px;
}

@media (min-width: 766px) {
  .has-bottom-padding {
    padding-bottom: 50px;
  }
}

@media (min-width: 990px) {
  .has-bottom-padding {
    padding-bottom: 60px;
  }
}

@media (min-width: 990px) and (min-width: 1198px) {
  .has-bottom-padding {
    padding-bottom: 75px;
  }
}

.has-hoz-padding {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 990px) {
  .has-hoz-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.has-text-left {
  text-align: left;
}

.has-text-centered {
  text-align: center;
}

.has-text-right {
  text-align: right;
}

.has-button-centered {
  text-align: center;
}

@media (min-width: 990px) {
  .has-button-centered {
    text-align: inherit;
  }
}

.has-button-right {
  text-align: center;
}

@media (min-width: 766px) {
  .has-button-right {
    text-align: left;
  }

  .has-button-right a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  .has-button-right h3,
  .has-button-right p {
    padding-right: 190px;
  }

  .has-button-right h3 {
    margin-bottom: 12px !important;
  }
}

.has-button-right .text-with-right-button {
  margin-bottom: 25px;
}

@media (min-width: 766px) {
  .has-button-right .text-with-right-button {
    margin-bottom: 0;
  }
}

.is-relative {
  position: relative;
}

.has-bottom-border {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

.is-uppercase {
  text-transform: uppercase;
}

.is-barely {
  background-color: #f3f3f3;
  color: #666666;
}

.is-grey {
  background-color: #666666;
  color: #fefefe;
}

.is-white {
  background-color: #fefefe;
}

.is-teal {
  background-color: #54b9c1;
  color: #fefefe;
}

.is-teal header.dual-header:after {
  content: "";
  background: #fefefe none repeat scroll 0 0;
  bottom: 0px;
  height: 3px;
  margin: 40px auto 0;
  width: 50px;
}

.is-black {
  background-color: #262626;
}

ul.list-disc {
  margin: 0 0 2.5rem 0;
  list-style-type: none;
}

ul.list-disc li::before {
  content: '\e3fa';
  font-family: 'Material Icons';
  float: left;
  margin-left: -1.9em;
  color: #E56A0A;
  font-size: 0.7rem;
}

ul.list-tick {
  list-style-type: none;
}

ul.list-tick li::before {
  content: '\e876';
  font-family: 'Material Icons';
  float: left;
  margin-left: -1.5em;
  color: #4cc62d;
  font-weight: bold;
}

ul.list-chevron {
  list-style-type: none;
}

ul.list-chevron li::before {
  content: '\e315';
  font-family: 'Material Icons';
  float: left;
  margin-left: -1.5em;
  color: #E56A0A;
  font-weight: bold;
}

.wp-pagenavi {
  margin-bottom: 60px;
  clear: both;
}

@media (min-width: 990px) {
  .wp-pagenavi {
    margin-bottom: 0;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #aaaaaa;
  padding: 3px 10px;
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 5px;
}

@media (min-width: 766px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin-bottom: 0;
  }
}

.wp-pagenavi a:hover {
  border-color: #66b9bf;
  color: #5fbec5;
}

.wp-pagenavi span.current {
  background-color: #66b9bf;
  color: #fefefe;
  border-color: #66b9bf;
}

.wp-pagenavi span.current {
  font-weight: 400;
}

.left-content {
  width: 100%;
}

@media (min-width: 990px) {
  .left-content {
    width: calc(99.9% * 10/15 - (30px - 30px * 10/15));
  }

  .left-content:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .left-content:last-child {
    margin-right: 0;
  }

  .left-content:nth-child(15n) {
    margin-right: 0;
    float: right;
  }

  .left-content:nth-child(15n + 1) {
    clear: both;
  }
}

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

.e-content {
  margin-bottom: 50px;
}

.e-content img {
  border: 1px solid #e1e1e1;
}

.oops i {
  font-size: 16rem;
}

@media (min-width: 766px) {
  .oops i {
    font-size: 20rem;
  }
}

@media (min-width: 990px) {
  .oops i {
    font-size: 25rem;
  }
}

.oops header {
  border-bottom: 0px;
  margin-bottom: 0;
}

.oops header h1 {
  text-transform: uppercase;
  color: #666666;
  font-size: 2.3rem;
}

@media (min-width: 990px) {
  .oops header h1 {
    font-size: 3rem;
  }
}

.oops .search {
  text-align: center;
}

.oops .search form {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 766px) {
  .oops .search form {
    width: 50%;
  }
}

@media (min-width: 990px) {
  .oops .search form {
    width: 30%;
  }
}

.oops .search form .Search_input {
  position: relative;
}

.oops .search form .Search_input input {
  border-color: #66b9bf;
  background-color: #fefefe;
}

.oops .search form .Search_input input:focus {
  outline-color: #66b9bf;
  background-color: #e4f3f4;
}

.oops .search form .Search_input i {
  position: absolute;
  background-color: #66b9bf;
  color: #fefefe;
  font-size: 28px;
  right: 1px;
  top: 1px;
  padding: 5px;
}

.jargon a { color: white; text-decoration: underline; }

/*Add on for checkboxes on forms*/
.nf-form-layout input.consent, #respond input#wp-comment-cookies-consent, #respond input#subscribe_comments, #respond input#subscribe_blog {
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

p.comment-subscription-form {margin-bottom:10px;}