@charset "UTF-8";
/**
 * Theme Name: eCustoms Feb 2018..
 * Theme URI: http://philbuchanan.com/
 * Author: Phil Buchanan
 * Author URI: http://philbuchanan.com/
 * Description: A responsive, accessible WordPress theme for eCustoms. Developed to support WordPress version 4.9.
 * Version: 1.1
 * License: Copyright 2018
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

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

button,
input[type="submit"] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  color: #333;
  background-color: #f3f3f3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
  color: #014553;
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 14px;
}

h1 + p {
  font-size: 1.125em;
}

h2 {
  color: #215f2e;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 12px;
}

h3 {
  color: #215f2e;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

h4 {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}

h5 {
  font-size: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
}

.micro-copy {
  font-size: 0.75em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.75em;
  position: relative;
  top: -0.5em;
}

sub {
  top: 0.3em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

hr {
  border: solid #ebebeb;
  border-width: 1px 0 0;
  height: 0;
  margin: 1em 0;
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: 3.125em;
  }
}

ul,
ol {
  margin: 0 0 1em 1.3em;
}

ul {
  list-style: disc;
}

.birdbullet {
list-style-image: url('/wp-content/uploads/2018/05/vc_birdbullet.png');
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 1em;
}

li ul,
li ol {
  margin-bottom: 1em;
}

dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

img {
  border: 0;
  max-width: 100%;
  height: inherit;
  vertical-align: middle;
}

.align-left {
  float: left;
  margin-right: 1em;
}

.align-right {
  float: right;
  margin-left: 1em;
}

.align-center {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.align-left,
.align-right,
.align-center {
  margin-bottom: 1em;
}

embed,
iframe,
object,
video {
  max-width: 100%;
  margin-bottom: 1em;
  vertical-align: middle;
}

p embed,
p iframe,
p object,
p video {
  margin-bottom: 0;
}

a {
  color: #215f2e;
  background-color: transparent;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  color: #333;
}

.button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  color: #fff;
  background-color: #DC4531;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  min-width: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 22px;
  transition: 0.2s;
}

.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #014553;
}

.c-button {
  display: inline-block;
  color: white;
  background-color: #014553;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 5px;
  margin: 0 0 1em;
  padding: 12px 38px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-button:focus {
  outline: none;
}

.c-button:focus,
.c-button:hover {
  color: #d0b850;
  text-decoration: none;
}

.c-button:not(:last-child) {
  margin-right: 8px;
}

.menu-toggle {
  position: absolute;
  top: 23px;
  right: 18px;
  background: none;
  background-image: url("images/ui/menu-toggle.svg");
  background-repeat: no-repeat;
  background-position: 12px 14px;
  text-indent: -299px;
  direction: ltr;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 0;
  overflow: hidden;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: #eff5f8;
}

.menu-toggle:focus {
  outline: none;
}

.menu-toggle.toggled-open {
  background-position: 13px -15px;
}

@media screen and (min-width: 950px) {
  .menu-toggle {
    display: none;
  }
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  margin: 0;
  padding: 0;
}

.navigation a {
  color: #014553;
  text-decoration: none;
}

.header-navigation-title {
  display: none;
  float: left;
  color: #014553;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 18px 10px;
}

.header-navigation {
  float: right;
  padding: 2px 18px 5px 0;
}

.header-navigation a {
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.header-navigation a:hover {
  text-decoration: underline;
}

.header-navigation li {
  float: left;
  margin-left: 26px;
}

.header-navigation li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 600px) {
  .header-navigation-title {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .header-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}

.primary-navigation {
  display: none;
}

.primary-navigation a {
  display: block;
  font-size: 0.9em;
  line-height: 1.3;
  border-top: 1px solid #ebebeb;
  padding: 8px 10px;
}

.primary-navigation a:hover {
  background-color: #eff5f8;
}

.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .current-page-item > a,
.primary-navigation .current-page-ancestor > a {
  background-color: #f3f3f3;
}

.primary-navigation.toggled-open {
  display: block;
}

.primary-navigation .sub-menu {
  list-style: none;
  margin: 0;
}

.primary-navigation .sub-menu a {
  border-top: none;
}

.primary-navigation .sub-menu .sub-menu {
  margin-left: 20px;
}

@media screen and (min-width: 950px) {
  .primary-navigation {
    display: block;
    float: left;
    border-left: 1px solid #ebebeb;
  }
  .primary-navigation li {
    float: left;
  }
  .primary-navigation .menu-item-has-children:hover > .sub-menu {
    left: auto;
  }
  
  .primary-navigation .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover > .sub-menu {
    top: -1px;
    left: 258px;
  }
  
  .primary-navigation a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ebebeb;
    border-top: none;
    width: 90px;
    height: 78px;
  }
  .primary-navigation .sub-menu {
    position: absolute;
    left: -9999px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    width: 260px;
    z-index: 9999;
  }
  .primary-navigation .sub-menu li {
    float: none;
  }
  .primary-navigation .sub-menu a {
    display: block;
    text-align: left;
    border: none;
    width: auto;
    height: auto;
  }
  
  .primary-navigation .sub-menu .sub-menu {
    margin-left: 0;
  }

	.primary-navigation .two-column-nav-dropdown .sub-menu {
    max-width: inherit;
    width: 500px;
  }
  .primary-navigation .two-column-nav-dropdown .sub-menu li:nth-child(odd) a {
  }
  .primary-navigation .two-column-nav-dropdown .sub-menu a {
    width: 50%;
    float: left;
  }
}

.secondary-navigation-container {
  background-color: #fff;
  border-top: 1px solid #dadde1;
  border-bottom: 1px solid #dadde1;
  margin-top: -30px;
  margin-bottom: 30px;
}

.secondary-navigation a {
  display: block;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3;
  padding: 12px;
}

.secondary-navigation a:hover {
  background-color: #f3f3f3;
}

.secondary-navigation .is-selected > a {
  background-color: #f3f3f3;
}

@media screen and (min-width: 950px) {
  .secondary-navigation > li:first-child:nth-last-child(2),
  .secondary-navigation > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  .secondary-navigation > li:first-child:nth-last-child(3),
  .secondary-navigation > li:first-child:nth-last-child(3) ~ li {
    width: 33.33333%;
  }
  .secondary-navigation > li:first-child:nth-last-child(4),
  .secondary-navigation > li:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
  .secondary-navigation > li:first-child:nth-last-child(5),
  .secondary-navigation > li:first-child:nth-last-child(5) ~ li {
    width: 20%;
  }
  .secondary-navigation > li:first-child:nth-last-child(6),
  .secondary-navigation > li:first-child:nth-last-child(6) ~ li {
    width: 16.66667%;
  }
  .secondary-navigation > li:first-child:nth-last-child(7),
  .secondary-navigation > li:first-child:nth-last-child(7) ~ li {
    width: 14.28571%;
  }
  .secondary-navigation li {
    float: left;
    border-left: 1px solid #ebebeb;
  }
  .secondary-navigation li:first-child {
    border: none;
  }
}

.tertiary-navigation > li {
  float: left;
  margin-bottom: 7px;
  width: 16.666666%;
}

.tertiary-navigation a {
  display: block;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 18px;
}

.tertiary-navigation a:hover {
  color: #0098b7;
}

.tertiary-navigation .sub-menu {
  list-style: none;
  margin: 0;
}

.tertiary-navigation .sub-menu a {
  font-weight: normal;
  text-transform: none;
  margin-top: 0;
}

.tertiary-navigation .highlighted-nav-item a {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 18px;
}

.site-header {
  position: relative;
  background-color: #fff;
  border-top: 8px solid #215f2e;
  border-bottom: 1px solid #ebebeb;
  padding-left: 18px;
  padding-right: 18px;
}

.site-logo {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-contact-block {
  text-align: right;
  font-size: 0.9em;
  line-height: 1.3;
  padding: 10px 0;
}

.site-footer {
  display: none;
  background-color: #fff;
  border-top: 1px solid #014553;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.copyright {
  color: #fff;
  background-color: #215f2e;
  padding: 28px 18px 16px;
}

@media screen and (min-width: 950px) {
  .site-logo {
    float: left;
    margin-right: 30px;
  }
  .header-contact-block {
    display: none;
  }
  .site-footer {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .site-header {
    padding-left: 0;
    padding-right: 0;
  }
  .header-contact-block {
    display: block;
    float: right;
    padding: 20px 5px;
  }
  .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-hero {
  background-color: #fff;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 370px;
}

.site-hero-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-hero--has-background-image {
  background-size: cover;
  background-position: center center;
}

.site-hero--has-background-image .site-hero-content {
  padding-top: 70px;
  padding-bottom: 51px;
}

.site-hero--white-text {
  color: #fff;
}

.site-hero--white-text h1, .site-hero--white-text h2, .site-hero--white-text h3 {
  color: #fff;
  font-weight: 900;
}

.page-title {
  font-weight: 700;
  text-transform: uppercase;
}

.page-parent-title {
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .site-hero {
    padding-left: 0;
    padding-right: 0;
  }
}

.unslider {
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.unslider .site-hero {
  margin-top: 0;
}

.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.unslider .site-hero {
  margin-bottom: 0;
  min-height: 385px;
}

.unslider-wrap {
  position: relative;
}

.unslider-wrap.unslider-carousel > li {
  float: left;
}

.unslider-arrow {
  position: absolute;
  bottom: 20px;
  text-indent: -299px;
  background-repeat: no-repeat;
  width: 17px;
  height: 26px;
  z-index: 20;
  overflow: hidden;
  cursor: pointer;
}

.unslider-arrow--prev {
  background-image: url("images/ui/previous.svg");
  right: 65px;
}

.unslider-arrow--next {
  background-image: url("images/ui/next.svg");
  right: 24px;
}

@media screen and (min-width: 1315px) {
  .unslider-arrow {
    bottom: 50%;
  }
  .unslider-arrow--prev {
    right: auto;
    left: 24px;
  }
}

.main-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.home .main-content {
  margin-top: 0;
}

.section {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #014553;
  margin-bottom: 30px;
}

.section .textwidget {
  padding: 26px 20px;
}

.section--has-link > :last-child {
  margin-bottom: 0;
}

.section-content,
.section-title,
.section-link {
  padding-left: 20px;
  padding-right: 20px;
}

.section-title,
.section-link {
  padding-top: 16px;
  padding-bottom: 18px;
}

.section-content {
  padding-top: 26px;
  padding-bottom: 10px;
}

.section-title {
  background-color: #B89F47;
  font-size: 1.4em;
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
}

.section-link {
  display: block;
  background-color: #fafcfd;
  text-decoration: none;
  width: 100%;
}

.section-link:hover {
  color: #fff;
  background-color: #0098b7;
}

.feature-section {
  position: relative;
  color: #fff;
  background-color: #014553;
  font-size: 1.125em;
  margin-bottom: 30px;
  padding: 30px 30px 30px 45px;
}

.feature-section:after {
  content: "";
  background-image: url("images/ui/section-arrow.svg");
  position: absolute;
  left: 0;
  top: 50%;
  width: 23px;
  height: 46px;
  margin-top: -23px;
}

.feature-section--red {
  background-color: #f53e3e;
}

.feature-section--blue {
  background-color: #0098b7;
}

.callout-section {
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #e2cb7c;
  margin-bottom: 30px;
  padding-top: 16px;
}

.callout-section a {
  text-decoration: none;
}

.ruled-list {
  list-style: none;
  font-size: 1.125em;
  margin: 0 0 1em;
}

.ruled-list li {
  border-bottom: 1px solid #eff5f8;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

.ruled-list li:last-child {
  border: none;
}

.ruled-list a {
  color: #213866;
  text-decoration: none;
}

.ruled-list a:hover {
  color: #014553;
}

.ruled-list--compact {
  font-size: 1em;
}

.ruled-list--compact li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.c-breadcrumb {
  list-style: none;
  font-size: 0.75em;
  line-height: 1.3;
  margin: 0;
  padding: 8px 18px;
}

.c-breadcrumb li {
  display: inline-block;
}

.c-breadcrumb li:after {
  content: "\226B";
  padding-left: 5px;
  padding-right: 5px;
}

.c-breadcrumb li:last-child {
  font-weight: 600;
}

.c-breadcrumb li:last-child:after {
  content: "";
}

.c-breadcrumb a {
  color: #014553;
  text-decoration: none;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .c-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion {
  margin-bottom: 1rem;
}

.accordion-title {
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  cursor: pointer;
}

.accordion-title:not(:first-child) {
  border-top: 1px solid #ebebeb;
}

.accordion-title:after {
  content: "+";
  color: #215f2e;
  margin-left: 5px;
}

.accordion-title.open:after {
  content: "−";
}

.accordion-content {
  border: solid 1px #dddddd;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-special {
	color: #215f2e;
    font-size: 1.125em;
    font-weight: 400;
    border-top: 1px solid #dadde1;
    margin: 0;
    padding: 15px 0;
    transition: 0.3s;
    cursor: pointer;
}

.accordion-special:after {
  content: "+";
  color: #215f2e;
  margin-left: 5px;
}

.accordion-special.open:after {
  content: "−";
}

th,
td {
  text-align: left;
  vertical-align: top;
}

.form-field {
  margin-bottom: 20px;
}

.form-field--checkbox label,
.form-field--radio label {
  font-weight: 400;
}

.form-field--required label:after {
  content: "*";
  margin-left: 3px;
}

.form-field--error input[type="text"],
.form-field--error input[type="email"],
.form-field--error input[type="tel"],
.form-field--error input[type="url"],
.form-field--error input[type="password"],
.form-field--error input[type="search"],
.form-field--error input[type="number"],
.form-field--error textarea {
  border-color: #f64646;
}

.form-error-message {
  color: #f64646;
  margin-right: 10px;
}

label,
legend {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

button,
input,
select,
textarea {
  color: #000;
  font: inherit;
  margin: 0;
}

select {
  width: 100%;
}

input,
textarea {
  margin: 0;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
  border: 1px solid #dadde1;
  width: 100%;
  padding: 0.6em;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #0098b7;
  box-shadow: 0 0 5px rgba(0, 152, 183, 0.5);
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: -1px;
  margin: 0 4px 0 0;
  padding: 0;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.4;
}

.textarea-large {
  height: 320px;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link {
  color: #0098b7;
  background-color: #f1f1f1;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 16px 7px;
  outline: none;
  transition: 0s;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.skip-link:focus {
  left: 15px;
  top: 15px;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 100000;
}

.clearfix:before,
.row:before,
.block-grid:before,
.clearfix:after, .row:after, .block-grid:after {
  content: " ";
  display: table;
}

.clearfix:after, .row:after, .block-grid:after {
  clear: both;
}

.row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.row .row {
  margin-left: -6px;
  margin-right: -6px;
}

.row .row {
  width: auto;
}

.col {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

.block-grid {
  display: block;
  padding: 0;
}

.row .block-grid {
  margin-left: -6px;
  margin-right: -6px;
}

.block-grid-item {
  display: block;
  float: left;
  width: 100%;
  padding: 0 6px 12px;
}

.small-1 {
  width: 8.33333%;
}

.small-block-grid-1 .block-grid-item {
  width: 100%;
}

.small-block-grid-1 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-1 .block-grid-item:nth-of-type(1n + 1) {
  clear: both;
}

.small-2 {
  width: 16.66667%;
}

.small-block-grid-2 .block-grid-item {
  width: 50%;
}

.small-block-grid-2 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-2 .block-grid-item:nth-of-type(2n + 1) {
  clear: both;
}

.small-3 {
  width: 25%;
}

.small-block-grid-3 .block-grid-item {
  width: 33.33333%;
}

.small-block-grid-3 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-3 .block-grid-item:nth-of-type(3n + 1) {
  clear: both;
}

.small-4 {
  width: 33.33333%;
}

.small-block-grid-4 .block-grid-item {
  width: 25%;
}

.small-block-grid-4 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-4 .block-grid-item:nth-of-type(4n + 1) {
  clear: both;
}

.small-5 {
  width: 41.66667%;
}

.small-block-grid-5 .block-grid-item {
  width: 20%;
}

.small-block-grid-5 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-5 .block-grid-item:nth-of-type(5n + 1) {
  clear: both;
}

.small-6 {
  width: 50%;
}

.small-block-grid-6 .block-grid-item {
  width: 16.66667%;
}

.small-block-grid-6 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-6 .block-grid-item:nth-of-type(6n + 1) {
  clear: both;
}

.small-7 {
  width: 58.33333%;
}

.small-block-grid-7 .block-grid-item {
  width: 14.28571%;
}

.small-block-grid-7 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-7 .block-grid-item:nth-of-type(7n + 1) {
  clear: both;
}

.small-8 {
  width: 66.66667%;
}

.small-block-grid-8 .block-grid-item {
  width: 12.5%;
}

.small-block-grid-8 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-8 .block-grid-item:nth-of-type(8n + 1) {
  clear: both;
}

.small-9 {
  width: 75%;
}

.small-block-grid-9 .block-grid-item {
  width: 11.11111%;
}

.small-block-grid-9 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-9 .block-grid-item:nth-of-type(9n + 1) {
  clear: both;
}

.small-10 {
  width: 83.33333%;
}

.small-block-grid-10 .block-grid-item {
  width: 10%;
}

.small-block-grid-10 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-10 .block-grid-item:nth-of-type(10n + 1) {
  clear: both;
}

.small-11 {
  width: 91.66667%;
}

.small-block-grid-11 .block-grid-item {
  width: 9.09091%;
}

.small-block-grid-11 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-11 .block-grid-item:nth-of-type(11n + 1) {
  clear: both;
}

.small-12 {
  width: 100%;
}

.small-block-grid-12 .block-grid-item {
  width: 8.33333%;
}

.small-block-grid-12 .block-grid-item:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-12 .block-grid-item:nth-of-type(12n + 1) {
  clear: both;
}

@media screen and (min-width: 600px) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-block-grid-1 .block-grid-item {
    width: 100%;
  }
  .medium-block-grid-1 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 .block-grid-item:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-block-grid-2 .block-grid-item {
    width: 50%;
  }
  .medium-block-grid-2 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 .block-grid-item:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-block-grid-3 .block-grid-item {
    width: 33.33333%;
  }
  .medium-block-grid-3 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 .block-grid-item:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-block-grid-4 .block-grid-item {
    width: 25%;
  }
  .medium-block-grid-4 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 .block-grid-item:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-block-grid-5 .block-grid-item {
    width: 20%;
  }
  .medium-block-grid-5 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 .block-grid-item:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-block-grid-6 .block-grid-item {
    width: 16.66667%;
  }
  .medium-block-grid-6 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 .block-grid-item:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-block-grid-7 .block-grid-item {
    width: 14.28571%;
  }
  .medium-block-grid-7 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 .block-grid-item:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-block-grid-8 .block-grid-item {
    width: 12.5%;
  }
  .medium-block-grid-8 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 .block-grid-item:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-block-grid-9 .block-grid-item {
    width: 11.11111%;
  }
  .medium-block-grid-9 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 .block-grid-item:nth-of-type(9n + 1) {
    clear: both;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-block-grid-10 .block-grid-item {
    width: 10%;
  }
  .medium-block-grid-10 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 .block-grid-item:nth-of-type(10n + 1) {
    clear: both;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-block-grid-11 .block-grid-item {
    width: 9.09091%;
  }
  .medium-block-grid-11 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 .block-grid-item:nth-of-type(11n + 1) {
    clear: both;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-block-grid-12 .block-grid-item {
    width: 8.33333%;
  }
  .medium-block-grid-12 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 .block-grid-item:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%;
  }
  .large-block-grid-1 .block-grid-item {
    width: 100%;
  }
  .large-block-grid-1 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 .block-grid-item:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-block-grid-2 .block-grid-item {
    width: 50%;
  }
  .large-block-grid-2 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 .block-grid-item:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-3 {
    width: 25%;
  }
  .large-block-grid-3 .block-grid-item {
    width: 33.33333%;
  }
  .large-block-grid-3 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 .block-grid-item:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-block-grid-4 .block-grid-item {
    width: 25%;
  }
  .large-block-grid-4 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 .block-grid-item:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-block-grid-5 .block-grid-item {
    width: 20%;
  }
  .large-block-grid-5 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 .block-grid-item:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-6 {
    width: 50%;
  }
  .large-block-grid-6 .block-grid-item {
    width: 16.66667%;
  }
  .large-block-grid-6 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 .block-grid-item:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-block-grid-7 .block-grid-item {
    width: 14.28571%;
  }
  .large-block-grid-7 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 .block-grid-item:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-block-grid-8 .block-grid-item {
    width: 12.5%;
  }
  .large-block-grid-8 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 .block-grid-item:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-9 {
    width: 75%;
  }
  .large-block-grid-9 .block-grid-item {
    width: 11.11111%;
  }
  .large-block-grid-9 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 .block-grid-item:nth-of-type(9n + 1) {
    clear: both;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-block-grid-10 .block-grid-item {
    width: 10%;
  }
  .large-block-grid-10 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 .block-grid-item:nth-of-type(10n + 1) {
    clear: both;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-block-grid-11 .block-grid-item {
    width: 9.09091%;
  }
  .large-block-grid-11 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 .block-grid-item:nth-of-type(11n + 1) {
    clear: both;
  }
  .large-12 {
    width: 100%;
  }
  .large-block-grid-12 .block-grid-item {
    width: 8.33333%;
  }
  .large-block-grid-12 .block-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 .block-grid-item:nth-of-type(12n + 1) {
    clear: both;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.no-wrap {
  white-space: nowrap !important;
}

@media screen and (max-width: 599px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .large-hide {
    display: none !important;
  }
}

margin-s {
  margin: 0.5em !important;
}

margin-top-s {
  margin-top: 0.5em !important;
}

margin-bottom-s {
  margin-bottom: 0.5em !important;
}

margin-m {
  margin: 1em !important;
}

margin-top-m {
  margin-top: 1em !important;
}

margin-bottom-m {
  margin-bottom: 1em !important;
}

margin-l {
  margin: 1.5em !important;
}

margin-top-l {
  margin-top: 1.5em !important;
}

margin-bottom-l {
  margin-bottom: 1.5em !important;
}

padding-s {
  padding: 0.5em !important;
}

padding-top-s {
  padding-top: 0.5em !important;
}

padding-bottom-s {
  padding-bottom: 0.5em !important;
}

padding-m {
  padding: 1em !important;
}

padding-top-m {
  padding-top: 1em !important;
}

padding-bottom-m {
  padding-bottom: 1em !important;
}

padding-l {
  padding: 1.5em !important;
}

padding-top-l {
  padding-top: 1.5em !important;
}

padding-bottom-l {
  padding-bottom: 1.5em !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.wpforms-field-label {
    font-size: 13px ! important;
}

.wpforms-submit button {
	display: inline-block;
	color: white;
	background-color: #014553;
	text-align: center;
	vertical-align: middle;
	font: inherit;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid currentColor;
	border-radius: 5px;
	margin: 0 0 1em;
	padding: 12px 38px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.c-timeline {
	font-size: 12px;
	padding-left: 5px;
}

.timeline-middle {
	border-bottom: solid 4px white;
}

.management {
  font-size: 13px;
  margin-top: -5px;	
}

.feature-txt {
  font-size: 0.8em;
  line-height: 1em;
  color: #0098BB;
  margin-top: -5px;	
}

.feature-txt:hover {
  font-size: 0.8em;
  line-height: 1em;
  color: #014553;
  margin-top: -5px;	
}

.landing-page-main {
    font-size: 2.3em;
    color: #fff;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 14px;
}

.landing-page-second {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 12px;
}
